Skip to content

lolorc/homeassistant-zigate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZiGate component for Home Assistant

A new component to use the ZiGate (http://zigate.fr)

To install, copy all the files in your hass folder, under 'custom_components' and adapt your configuration.yaml

To pair a new device, go in developer/services and call the 'zigate.permit_join' service. You have 30 seconds to pair your device.

Configuration example :

# Enable ZiGate (port will be auto-discovered)
zigate:

or

# Enable ZiGate
zigate:
  port: /dev/ttyS0

or if you want to use Wifi ZiGate (or usb zigate forwarded with ser2net for example) Port is optionnal, default is 9999

# Enable ZiGate Wifi
zigate:
  host: 192.168.0.10:9999

Currently it supports sensor, binary_sensor and switch and light (brightness and color)

About

zigate compornent for Home Assistant

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%