HADashboard Switch Status Dismatch with HA

I bought an Aeotec’s micro dimmer and it seems the status dismatch sometimes. I searched in the forum and workaround it to add polling_intensity under HA’s configuration.yaml. It will refresh the status after seconds. The problem is the HADashboard seems won’t re-poll the status after the button is pressed. Is there any way I can do it? Thanks.

zwave:
usb_path: /dev/ttyACM0
polling_interval: 30000
device_config:
light.aeotec_dsc27103_micro_dimmer_2nd_edition_level:
polling_intensity: 1

1 Like

dashboard is set to optimistic switching.
so it doesnt flip back like ha does, and thats because HA doesnt generate a state event for that flipping back.

the switch is just never switched. but the dashboard doesnt know that.

Andrew will add an option to chose between optimistic and pessimistic in the future

2 Likes

Hi ReneTode,
Thanks for the feedback; that helps. I will just wait for this feature :slight_smile:

1 Like