homebridge-thermostat-netatmo
v0.0.12
Published
homebridge plugin for netatmo thermostat
Downloads
26
Readme
homebridge-thermostat-netatmo
A netatmo thermostat plugin for homebridge.
To use this plugin, you need to register an application on the Netatmo developer platform
- Visit https://dev.netatmo.com/apps/createanapp#form (login with your netatmo account)
- Fill out the required application fields
- Copy and paste the client_id and client_secret into the configuraiton
Configuration
"accessories": [
{
"accessory": "Netatmo Thermostat",
"name": "Thermostat",
"client_id": "<clientid from https://dev.netatmo.com/>",
"client_secret": "<secret from https://dev.netatmo.com/>",
"username": "",
"password": ""
}
],