fairecasoimeme / ZiGate

Zigate is an Universal Zigbee Gateway
http://zigate.fr
170 stars 59 forks source link

Integration with Home Assistant #1

Closed ruimarinho closed 6 years ago

ruimarinho commented 6 years ago

Hello @fairecasoimeme.

First of all, great work on ZiGate! I'm very excited to finally try out ZigBee devices without more and more cloud gateways.

Have you considered integration with the awesome open source automation platform Home Assistant? I see a lot of people looking to replace their Xiaomi Gateway on the community forums, so I can imagine this integration would give ZiGate a big boost.

KiwiHC16 commented 6 years ago

ZiGate interface is public and automation platform could use it to do the integration.

ruimarinho commented 6 years ago

It would be great to have a custom component for ZiGate. I'm very excited about its possibilities :)

elric91 commented 6 years ago

I started a component here : https://github.com/elric91/hass_custom_components/blob/master/zigate.py (python test code here : https://github.com/elric91/ZiGate)

loicortola commented 6 years ago

Hello guys, how is this component going? Need a hand? I'm working on a java client to facilitate setup and pairing for now

elric91 commented 6 years ago

Hi I just started to code it yesterday ... For the time being, it is "only" able to connect HASS to the Zigate through usb/serial and send / receive message in async mode. I plan to work next on HASS GUI integration to ease with pairing / monitoring without having to rely only on server logs I started this having in mind a community / collaborative approach, so any contribution / help / advice is welcome At the same time, we can share our experience with Akila an help improving technical documentation

NB : the python code already includes some decoding functions that are not yet in the HASS component