This is the code from the standard Z-Wave shade driver:
def open() {
if (logEnable) log.debug "open()"
setPosition(99)
}
Z-Wave only supports 0 to 99. If you look at your driver code, you'd see setPosition(0) for open, and setPosition(100) for close (unless Z-Wave, then 99). Just flip those two.
When I add a button as a means to activate, nothing happens when I press it. I wonder if it's because it's not a normal "on/off" operation? How can I set it up?
The Off column must be checked to put the shades down. When the activator device is used, that overrides the Device table settings. You will need both a Means to Activate and a Means to Turn Off. For shades, "off" means down (Position 0), and "activate" means to set to the position in the table. You should set that Position column to 100, so that Activate means to open the shades, and Turn Off means to put them down.
POsted this in OpenWeatherMap hoping for insight - was suggested I post here instead.
Hi - so I thought recent 'fixes' I made resolved this issue - but it didn't for me after all.
Room Lighting is set with an activation - which errors occasionally. Can anyone shed light?
We have not been able to find any cause of this, and hence no fix for it. We are not able to reproduce it. We believe it is a browser glitch, but one we can't find.
Would it help to export the Room Lighting rule I have or if I generate a HAR file in the browser and send it to you?
It actually seems to happen way more in Edge Chromium than it does in Chrome on my Windows 11 machine. I can't replicate it on my phone using Edge or Chrome, seems to be just on my Windows machine.