A Vaillant vSMART 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
- Register for an account and log in
- Create a new application, completing the
name
,description
and contactname
andemail
fields - Save and copy the resulting
client_id
andclient_secret
fields into the configuration in Homebridge
"accessories": [
{
"accessory": "Vaillant Thermostat",
"name": "Vaillant vSMART",
"client_id": "<client_id>",
"client_secret": "<client_secret>",
"username": "",
"password": ""
}
],