Netatmo
This driver can read status and control Netatmo smart radiator valves using HTTPS protocol.
Netatmo Configuration
Firstly you have to sign up on https://www.netatmo.com/en-us and complete your profile.
When you have created your account go to https://dev.netatmo.com and log in with your credentials, then go to section "My Apps" and create a new app (this procedure serves only for obtaining the two keys "client ID" and "client secret" that are necessary for the driver execution).
If the App creation is successful you will receive the "client ID" and "client secret" keys from Netatmo, you can find them in your App section.
HSYCO Configuration
Add the Netatmo I/O Server in the I/O Servers section of the Settings and set its parameters:
Authentication
- User: your Netatmo account username
- Password: your Netatmo account password
Options
ID | Default | Values | Description |
---|---|---|---|
startupevents | false | true | generate IO events also during the driver’s start-up phase |
false | start generating events only after HSYCO is aligned with the current status of the system | ||
pollinterval | 1000 | n >= 100 | data acquisition interval, in milliseconds, from the power socket |
clientid | <key> | "client ID" key sent from Netatmo, you can find it on dev.netatmo.com in your App section. ATTENTION: this field is mandatory | |
clientsecret | <key> | "client secret" key sent from Netatmo, you can find it on dev.netatmo.com in your App section. ATTENTION: this field is mandatory |
Datapoints
ID | Value | R/W | Description |
---|---|---|---|
connection | online | R | the driver has started correctly and is communicating with Netatmo API |
offline | R | initialization of the driver failed or loop cycle failed | |
home.<home_id>.name | <text> | R | name of your Netatmo home_id |
home.<home_id>.room.<room_id>.name | <text> | R | name of room_id associated to home_id |
home.<home_id>.room.<room_id>.type | <text> | R | type of room_id associated to home_id |