Page 1 of 1

Everspring wallplug dimmer does not update status

Posted: 13 Sep 2013 14:32
by walltorp
Hello,

I have one Z-wave Everspring wallplug dimmer that dopes not update it's status in Z-way. I control the devices using Domoticz. For example if I switch it on the web-gui still says it is off. Only if I go to the z-way user interface and press the update button for the device the status updates. Anyone has an idea of why it bahaves like this?

Is there a http/Json command that can update the status of the device? Then I could create a job that updates the status every 10 minutes or so.

Thank you!

/H

Check that Z-Way is in

Posted: 13 Sep 2013 14:32
by PoltoS
Check that Z-Way is in association group of the plug.

you can also use the script:
setInterval(function() {zway.devices[X].SwitchBinary.Get()}, 10*60*1000);