FHA
FHA
Wiki page added with example https://github.com/elric91/homeassistant_zigate/wiki
Movements are implemented in pyzigate but not yet send external events (if you want to have a look, see attributes_helpers.py for clusters 000c & 0012, they miss the set_device_property) I...
thanks : added in wiki
never encountered such error Can you tell what device is causing it and which ZiGate firmware you're using ?
Yes I'm thinking about it You can already configure it as one, but you loose all the advantages related to the switch behavior and representation
For reference, 1st infos available here : http://zigate.fr/osram-lightify-prise-pilotee/ The commands for switches are not implemented yet (but will 😃 )
What is the brand / model of the lights ? I did not implement the light component so not sure yet, but we need first to check if this model...
Multi click is normally handled by the button itself and should send a cluster : 0006/ attribute : 8000 event (not 0006/0000) as in your example (so one event only,...
zigate wifi is already enabled is the lib as far as I remember. I had a look at python asyncio details, but reconnection does not seem straighforward :'(
Interesting. It may be interesting to replace the dispatcher_send / dispatcher_connect with hass.bus.listen & hass.bus.fire Need to check it into detail ... I'll keep you posted