Difference between revisions of "Netatmo"

From HSYCO
Jump to navigation Jump to search
(Created page with "Ciao")
 
Line 1: Line 1:
Ciao
+
This driver can read status and control Netatmo smart radiator valves using HTTPS protocol.
 +
 
 +
[[Category:I/O Server]]
 +
 
 +
== 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:
 +
 
 +
=== Communication ===
 +
*'''IP Address''': local IP address of NETIO device
 +
*'''Port''': leave it blank
 +
 
 +
=== Authentication ===
 +
*'''User''': JSON API username, as set with device web configuration page
 +
*'''Password''': JSON API password, as set with device web configuration page
 +
 
 +
 
 +
 
 +
=== Options ===
 +
 
 +
{| class="wikitable"
 +
!ID
 +
!Default
 +
!Values
 +
!Description
 +
 
 +
|-
 +
 
 +
|rowspan="2"|startupevents
 +
|rowspan="2"|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
 +
 
 +
|}

Revision as of 16:40, 8 September 2021

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

HSYCO Configuration

Add the NETIO I/O Server in the 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

  • User: JSON API username, as set with device web configuration page
  • Password: JSON API password, as set with device web configuration page


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