I tried setting up the central scene but i don’t see scene data. I purchased ZWP dimmers which should be the same as the homeseer. Has anyone else gotten this to work?
2017-10-16 17:31:01.865 Detail, Node019, Received: 0x01, 0x0b, 0x00, 0x04, 0x00, 0x13, 0x05, 0x5b, 0x03, 0x16, 0x03, 0x01, 0xaa
2017-10-16 17:31:01.866 Detail,
2017-10-16 17:31:01.866 Info, Node019, Received Central Scene set from node 19: scene id=1 in 3 seconds. Sending event notification.
2017-10-16 17:31:01.866 Detail, Node019, Refreshed Value: old value=3, new value=3, type=int
2017-10-16 17:31:01.866 Detail, Node019, Changes to this value are not verified
2017-10-16 17:31:01.866 Detail, Node019, Notification: ValueChanged
What’s the current status on the HS-WD100+ working with Home Assistant? I’m about to buy a bunch of these switches, but I don’t know if I also need to buy the HomeSeer software to take advantage of the Central Scene and Multitap capabilities.
Basically, when you manually use the switch it sends a scene activated command so I have to manually update the switch status otherwise it appears to be off still.
Anyone notice an issue with the WD100+ where it won’t fully turn off in home assistant via automation? I have an automation that sends a light.turn_off command, the light load and all the indicator LEDs turn off, but the state remains ‘on’ with a brightness of 10. I assume it has something to do with the way this dimmer fades out slowly and something in HA doesn’t follow the entire sequence to the end. Any tips on how to defeat this bug?
I recently learned a workaround to fix the ui lag for the WD100+ dimmers. You just need to set ‘refresh_value’ to true under the zwave component for that switch like this:
On its own, it will send a refresh to update the state of the light with a default 2 second delay after its state changes (to change to a 1 second delay you would just add ‘delay: 1’). This doesn’t poll the switch in intervals, it just sends out a final delayed refresh after a state change. In practice, this totally fixes the UI brightness slider, which used to stutter badly, and it ensures that the light will accurately update to its final state after a couple seconds.
There are pull requests in HA and OZW to natively fix this issue (the HA one is waiting on the OZW one to get merged first).
since we’re discussing the HW-Wx100+, does anybody know if it is supported to reverse the paddle? I have searched high and low and haven’t found a thing…
I’m new to home assistant (using hassbian) and the WD100 is my first light that I’m trying to setup. I’ve got it connected, however I’m suffering the toggle… uh… toggle on 0.67.1.
Turning the light on works fine, but turning it off causes the slider to pop back to on (and the brightness is shown at ~20%) even though the light itself has turned off.
My config:
zwave:
usb_path: /dev/ttyACM0
device_config:
light.level: # this was a GE light that suffered the same problem
refresh_value: true
light.level_2:
refresh_value: true
I’ve done the full restart of home assistant after setting this in /home/homeassistant/.homeassistant/configuration.yaml
Not sure if it has to do with updating to 0.76.0 but tonight I noticed the front end taking close to 5 minutes to update the status of the hs-wd100s after using Alexa to turn them on/off. Any idea?
A friend put me onto the Zwave node config option below. I removed polling and delay parameters and things work as they should. This is for the Homeseer HS-WD100+ and the gui not reflecting the correct switch state.