Lost widget

Discussions about RaZberry - Z-Wave board for Raspberry computer
LAN-Opfer
Posts: 98
Joined: 03 Oct 2014 13:23

Re: Lost widget

Post by LAN-Opfer »

zway.devices[13].instances[0].Basic.Set(99)
for on
and
zway.devices[13].instances[0].Basic.Set(0)
for off works.
But "on" does not use the last value for brightness - it goes to Maximum.
I have no solution for Status until yet.
Z-Way v2.0.1-rc18 on Raspberry Pi
pz1
Posts: 2053
Joined: 08 Apr 2012 13:44

Re: Lost widget

Post by pz1 »

LAN-Opfer wrote:I have no solution for Status until yet.
Didn't the examples I gave some solution?

PS: Shouldn't the polling interval be a positive number?
Since 29-12-2016 I am no longer a moderator for this forum
LAN-Opfer
Posts: 98
Joined: 03 Oct 2014 13:23

Re: Lost widget

Post by LAN-Opfer »

ok - with a positive 1 as polling Intervall I get the last Status I have switched with the widget. But if I Change the Status with the old expert UI, i can not see the new Status in the Z-Way Home Automation UI.
Z-Way v2.0.1-rc18 on Raspberry Pi
pz1
Posts: 2053
Joined: 08 Apr 2012 13:44

Re: Lost widget

Post by pz1 »

Hmm, I would expect a modern Z-Wave device like Fibaro would auto update. Maybe due to the fact that it is a dimmer, and not a pure binary switch?? Ihave this Fibaro FGS211 dual switch that does send an update to my OpenRemote Screen when changeds via old Expert UI.
I have to leave the answer to the ZWave>me team
Since 29-12-2016 I am no longer a moderator for this forum
LAN-Opfer
Posts: 98
Joined: 03 Oct 2014 13:23

Re: Lost widget

Post by LAN-Opfer »

The expression "http://xxxx:107/JS/Run/zway.devices[13] ... evel.value" delivers always "0" (without the quotes) - regardless of whether the dimmer is on or off
Z-Way v2.0.1-rc18 on Raspberry Pi
n0ahg
Posts: 87
Joined: 08 May 2013 23:41

Re: Lost widget

Post by n0ahg »

LAN-Opfer wrote:zway.devices[13].instances[0].Basic.Set(99)
for on
and
zway.devices[13].instances[0].Basic.Set(0)
for off works.
But "on" does not use the last value for brightness - it goes to Maximum.
I have no solution for Status until yet.
Have you tried following to use the last value for brightness?

zway.devices[13].instances[0].Basic.Set(255)
Post Reply