Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruudboon/homebridge-zipatile-mqtt
https://github.com/ruudboon/homebridge-zipatile-mqtt
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ruudboon/homebridge-zipatile-mqtt
- Owner: ruudboon
- License: apache-2.0
- Created: 2017-12-01T20:30:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-03T21:08:55.000Z (about 7 years ago)
- Last Synced: 2024-11-27T00:11:45.731Z (about 1 month ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# homebridge-mqtt-temperature
under construction
--------------------
this version only contains LUX meter
--------------------Get all zipatile data via MQTT in Homebridge
Installation
--------------------
sudo npm install -g homebridge-zipatile-mgttSample HomeBridge Configuration
--------------------
{
"bridge": {
"name": "HomeBridge",
"username": "AB:DC:12:3A:22:CE",
"port": 51826,
"pin": "321-45-123"
},"description": "",
"accessories": [
{
"accessory": "zipatile-mgtt",
"name": "Zipatile",
"serial": "ZT5SERIALNUMBER",
"url": "mqtt://localhost",
"username": "username",
"password": "password"
}
],"platforms": []
}---------------------
`serial` set this to the serial number of your zipatile
`username` and `password` are optional if you don't use MQTT authentication.
#### Credits
[homebridge-netatmo](https://github.com/planetk/homebridge-netatmo)
[homebridge-mqtt-temperature](https://github.com/mcchots/homebridge-mqtt-temperature)