You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Has anything been changed to the z-wave add-on? As far as I know I have not manually updated the z-wave add-on.
The Zwave devices with a battery now have an extra property bubble, a WakeUp Interval property bubble with a slider, this slider can be adjusted but the values are not saved. I also see that an z-wave thing with a temperature sensor now displays the temperature with an additional decimal place. And Luminance with 3 extra decimal places.
Maybe I missed something.
The text was updated successfully, but these errors were encountered:
The zwave adapter now exposes the wakeup interval for those devices which advertise that they have it. If the value isn't persisted, then I'm pretty sure it's device specific.
For some battery powered devices, the wakeup interval determines how frequently updates are reported.
And I added a multipleOf 0.1 to the temperature property (which is shared with all devices).
I don't recall specifically changing anything with luminance. Are you saying that luminance showed up where it wasn't showing up before?
Thank you for clarifying the changes. The sliders are a bit confusing because one can adjust the values and because for some devices nothing happens you might think something is broken.
The Luminance (value) was already there cant recall the 3 decimal places.
This is from the logfile no decimal places.
2019-08-27 08:08:01.555 Info, Node004, Received SensorMultiLevel report from node 4, instance 1, Luminance: value=281lux
2019-08-27 08:08:01.555 Detail, Node004, Refreshed Value: old value=180, new value=281, type=decimal
2019-08-27 08:08:01.555 Detail, Node004, Changes to this value are not verified
2019-08-27 08:08:01.555 Detail, Node004, Notification: ValueChanged
Has anything been changed to the z-wave add-on? As far as I know I have not manually updated the z-wave add-on.
The Zwave devices with a battery now have an extra property bubble, a WakeUp Interval property bubble with a slider, this slider can be adjusted but the values are not saved. I also see that an z-wave thing with a temperature sensor now displays the temperature with an additional decimal place. And Luminance with 3 extra decimal places.
Maybe I missed something.
The text was updated successfully, but these errors were encountered: