Everspring wallplug dimmer does not update status

Discussions about RaZberry - Z-Wave board for Raspberry computer
Post Reply
walltorp
Posts: 2
Joined: 13 Sep 2013 14:24

Everspring wallplug dimmer does not update status

Post 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
User avatar
PoltoS
Posts: 7594
Joined: 26 Jan 2011 19:36

Check that Z-Way is in

Post 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);
Post Reply