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.
Lost widget
Re: Lost widget
Didn't the examples I gave some solution?LAN-Opfer wrote:I have no solution for Status until yet.
PS: Shouldn't the polling interval be a positive number?
Since 29-12-2016 I am no longer a moderator for this forum
Re: Lost widget
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
Re: Lost widget
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
I have to leave the answer to the ZWave>me team
Since 29-12-2016 I am no longer a moderator for this forum
Re: Lost widget
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
Re: Lost widget
Have you tried following to use the last value for brightness?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.
zway.devices[13].instances[0].Basic.Set(255)