Difference between revisions of "Netatmo"

From HSYCO
Jump to navigation Jump to search
Line 2: Line 2:
  
 
[[Category:I/O Server]]
 
[[Category:I/O Server]]
 +
 +
== Netatmo Configuration ==
 +
Firstly you have to sign up on www.netatmo.com and complete your profile.
 +
When you have created your account go to 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 ==
 
== HSYCO Configuration ==
Add the NETIO I/O Server in the [[Settings#I/O Servers|I/O Servers section of the Settings]] and set its parameters:
+
Add the Netatmo I/O Server in the [[Settings#I/O Servers|I/O Servers section of the Settings]] and set its parameters:
 
 
=== Communication ===
 
*'''IP Address''': local IP address of NETIO device
 
*'''Port''': leave it blank
 
  
 
=== Authentication ===
 
=== Authentication ===
*'''User''': JSON API username, as set with device web configuration page
+
*'''User''': your Netatmo account username
*'''Password''': JSON API password, as set with device web configuration page
+
*'''Password''': your Netatmo account password
  
  
Line 40: Line 41:
 
|n >= 100
 
|n >= 100
 
|data acquisition interval, in milliseconds, from the power socket
 
|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
 +
 +
|-
 +
 +
|clientsecret
 +
|
 +
|<key>
 +
|"client secret" key sent from Netatmo, you can find it on dev.netatmo.com in your App section
  
 
|}
 
|}

Revision as of 17:07, 8 September 2021

This driver can read status and control Netatmo smart radiator valves using HTTPS protocol.

Netatmo Configuration

Firstly you have to sign up on www.netatmo.com and complete your profile. When you have created your account go to 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
clientsecret <key> "client secret" key sent from Netatmo, you can find it on dev.netatmo.com in your App section