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.8.tar.gz
(11.7 kB
view details)
Built Distribution
zigate-0.5.8-py3-none-any.whl
(13.6 kB
view details)
File details
Details for the file zigate-0.5.8.tar.gz
.
File metadata
- Download URL: zigate-0.5.8.tar.gz
- Upload date:
- Size: 11.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 683dd7978f6339cd8698f9e7084cd4e70a4ea8c2ede7871891dc7c1f3215804c |
|
MD5 | ef8d70dcdc8418c59cbc43ec1bb34878 |
|
BLAKE2b-256 | 34267a4780afebbc0fe213c18bebc0cdffc136ee4e14942b296d41b3b9010c2e |
Provenance
File details
Details for the file zigate-0.5.8-py3-none-any.whl
.
File metadata
- Download URL: zigate-0.5.8-py3-none-any.whl
- Upload date:
- Size: 13.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ca662813747725d7990315381e155e293483a9e6c817ac885af4f45bd1e5488 |
|
MD5 | 5244918c4be56f2495a8610546c18d55 |
|
BLAKE2b-256 | bdc30fb42060bc5dd0891ccb8303dc6f98d182d51978148259dbb8df540b1cd6 |