python library for the zigate gateway (zigbee) http://zigate.fr
Project description
# zigate
python library for zigate http://zigate.fr/
inspired by https://github.com/elric91/ZiGate
Usage :
```
import zigate
z = zigate.ZiGate(port=None) # Leave None to auto-discover the port
print(z.get_version())
# list devices
z.list_devices()
# start inclusion mode
z.permit_join()
```
Wifi ZiGate:
```
import zigate
z = zigate.ZiGateWiFi(host='192.168.0.10', port=9999)
print(z.get_version())
# list devices
z.list_devices()
# start inclusion mode
z.permit_join()
```
python library for zigate http://zigate.fr/
inspired by https://github.com/elric91/ZiGate
Usage :
```
import zigate
z = zigate.ZiGate(port=None) # Leave None to auto-discover the port
print(z.get_version())
# list devices
z.list_devices()
# start inclusion mode
z.permit_join()
```
Wifi ZiGate:
```
import zigate
z = zigate.ZiGateWiFi(host='192.168.0.10', port=9999)
print(z.get_version())
# list devices
z.list_devices()
# start inclusion mode
z.permit_join()
```
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
zigate-0.5.7.tar.gz
(11.8 kB
view details)
Built Distribution
zigate-0.5.7-py3-none-any.whl
(13.6 kB
view details)
File details
Details for the file zigate-0.5.7.tar.gz
.
File metadata
- Download URL: zigate-0.5.7.tar.gz
- Upload date:
- Size: 11.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 545f400ce60d30345ff5b247f2875a7d013498aa24d38f15b534e04f51060c30 |
|
MD5 | 074c686a2280e5f621d47baa3388f87a |
|
BLAKE2b-256 | e49bcb04b4bf60b064fbecebe5cfa9f52745eab0c12cb3b81890a0ca63f9797e |
Provenance
File details
Details for the file zigate-0.5.7-py3-none-any.whl
.
File metadata
- Download URL: zigate-0.5.7-py3-none-any.whl
- Upload date:
- Size: 13.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e954e7fd8dcc44114845aab2c61fb54e84e05f313a2e5fa2358b8452182ca27d |
|
MD5 | a10fb866c5e71888d8cc68fcb394be4e |
|
BLAKE2b-256 | 12dc1c7200c5e3e5bca63e6c6ad93dc4e665493aa04cf99f6fea8fe10bdc9b49 |