Hello everyone,
First of all thanks for welcoming me (my first post and i’m just brand new in Home-Assistant !).
I have an issue with the latency/action on switch toggles. Let me explain you
I setup a Raspberry Pi3+ just fine with HA 0.97.
I have an Aeotec Gen 5 stick to handle Z-wave and some devices, such as Fibaro FGS-213 and Aeotec power outlet.
Both devices successfully discovered and added in HA.
I configured them in Configuration.yaml (set up card entities)
title: Home
views:
- badges:
- person.[............;]
- sensor.yr_symbol
- sun.sun
cards:
- entities:
- entity: switch.shenzhen_neo_electronics_co_ltd_power_plug_12a_switch
- entity: switch.fibaro_system_fgs213_switch_switch_2
When I click twice or three times on it to switch it on/off, there is either
- a latency for executing the actions
- the second action not executing at all (the icon goes to the right position and then goes back to the left position). I then have to wait 5 seconds to have the possibility to re toggle the switch successfully
The same behaviour appears for both devices (power outlet Aeotec and Fibaro switch). Seems not related to a specific device.
Turning on and off a light in a 1 second timeframe is a very normal behaviour for me (for example i enter a room switch on and at the same time exit the room because i don’t want to go in finally, re clicking the button to switch off).
Can you help me ?
Thank you
Dominique