Shelly i3 as a cheap scene controller for Openluup
-
what are you using these for? just to report status or am i missing the bigger picture?
-
I have two on my nightstands. I'm using them as scene controllers, with 3 buttons on the same aesthetics of the house.
button 1: 1 click to turn lights off, double click to turn ambient lights on
button 2: 1 click to close all roller shutters, double click to position them for lights, etcyour options are endless
I usually call vera's standard endpoint, to toggle device status, or run scenes (or functions). -
It was going well, an easy installation, until it told me to update the firmware... now, nothing.
How long is this supposed to take?
Yes, these are going to be scene controllers.
-
A couple of seconds. Maybe they changed their IP address?
-
I have a yellow warning triangle against the device in the app...
-
Never used the app, always them via the browser.
-
Oh, OK. Yes the browser interface is very nice and straight-forward.
I've set up a couple of URLs, and it all looks good, but nothing appears in the log when I press the swich.
There is, I suppose, the remote possibility that the switch is not wired correctly or otherwise faulty. The are momentary switched (and configured as such.)
This is what I see:
-
All three switches look to be working from that page, but the destination URL doesn’t seem to be reached. So the Shelly itself seems to be fine. More investigation required!
-
Revelation!! ...
...I've just noticed these words in the Settings above:
Works only when button is configured as Toggle
...but I have it on a momentary switch!!
If these things are reliable, then they really are extraordinary. My initial reaction is that WiFi is not appropriate for small HA devices with no bandwidth requirement, but easy browser-based UI is really nice (if you actually read what the words say!) I haven't measured the residual power usage yet, either, but I'm hoping it's low.
-
It's just 1 watt, if I remember correctly. More than a zwave one, but it's very easy to install and use.
-
I’ve just ordered some more of these, and also a few of their dual relays.
Lighting strategy is now ZigBee for individual lights and LED strips, but WiFi for light clusters (chandeliers, etc.)
Looking now for a nice 4-button WiFi had-held scene controller (I did love my ZWave Aeotec MiniMotes!)
-
I've practically ordered any device they've shipped lately and I must confess it's the right tool for the job. I'll probably test their binary input device soon.
Best part is that I've completely integrated them thanks to my mqtt bridge + virtual devices plugin
I've also deployed 4-5 tasmota based devices in order to get sensors data and I must say zwave is dying behind those tiny wifi devices. I get the point of the mesh and I've invested into zwave, but I think for small setups these are a safer bet.
-
I'm now thinking of making a native openLuup plugin for non-MQTT use...
-
That's why I've created the http virtual devices plugin
I wanted to stay generic, and I'm considering an Ui to automatically configure devices based on their type. People on the other side usually updates them calling a luup url, or polling them via luup. I've considered the latter as a native option as well.
-
Hmm... problem with configuring my second i3 device. I updated the firmware, and it says it’s the latest, but the version is totally different from my other one! Also, now, neither device is picking up the current time. A bit worrying.
Current version: 20200827-070910/v1.8.3@4a8bc427
You have latest version of your device!The current Firmware version of your Shelly device is 20200421-183805/master@d834f204 No newer firmware available.
-
I use my own internal ntp time server. I'm not sure why, maybe open a ticket, they're usually very fast to reply.
-
@therealdb said in Shelly i3 as a cheap scene controller for Openluup:
maybe open a ticket
Yup, done that already. Will be interesting to see the response.
-
Had some interaction with the Shelly folk and currently attached the errant module to the cloud for them to resolve.
However, a truckload of new Shelly modules (i3 switches and v2.5 relays) arrived today and the ones I've tried seem to work OK. More than OK, actually. Very impressive. I'm about to replace a Zwave switch controlling a timed thermostat with one of the relays which will have its own built-in timer schedule... no need for a scene!
I'm also making a small tweak to openLuup to make it easier to trigger scenes over HTTP.
-
I saw your other post. What about
/relay/nn/on
/relay/nn/off
/relay/nn/toggle
/dim/nn/value
/color/nn/value
/scene/nnThis should benefit ha bridge as well.
12/44