Light switch in Hassio Front end switches off then on then off again quickly!

Hi,

I recently started setting up Hassio in a Raspberry Pi 2 to replace my current Smartthings installation. I’ve been doing this slowly and have recently installed a Aeotec ZW090 Z-Stick Gen5 to start remove Z Wave devices from SmartThings and adding them to Home Assistant.

This worked fine with a standard TKB plug switch. Now turns on and off with Home Assistant.

I then went onto do this with my Z-Wave Popp Dimmer Sockets and they are a little bit unreliable.

When I switch them on, it seems fine and works. When I switch them off, the switch symbol on the Home Assistant front end switches off, then on then quickly off again. Sometimes it just switches off. The actual light switches off though. On occasion it seems to get stuck.

I think it may be something to do with the dimming when it is turned off. This lasts briefly to dim over a period of 2 seconds from on to off. When switching on, there is no dimming - it goes straight on. Maybe Home Assistant is checking if it’s off, but it has not been switched off due to the dimming.

Not sure if any one has experienced anything like this.

Thanks in advance!

Will.

Just like this:

Seems like this issue was shut down though.

Tried delay settings without any luck…

And… This is what I have set in my configuration.yaml if that’s any help:

zwave:
usb_path: /dev/ttyACM0
device_config:
light.lady_lamp_level:
refresh_value: true
delay: 3
polling_intensity: 1
light.brass_lamp_level:
refresh_value: true
delay: 3
polling_intensity: 1

THanks

Will.