Difference between revisions of "Elsner"
Jump to navigation
Jump to search
Line 84: | Line 84: | ||
|R | |R | ||
|connection established to the P03/3 | |connection established to the P03/3 | ||
+ | |- | ||
|R | |R | ||
|offline | |offline | ||
Line 90: | Line 91: | ||
|temp | |temp | ||
− | |signed integer -40C .. +80C | + | |signed integer<br/> -40C .. +80C |
|R | |R | ||
|signed integer representing the measured temperature, in 10th of Celsius degrees (e.g. 210 corresponds to 21.0C) | |signed integer representing the measured temperature, in 10th of Celsius degrees (e.g. 210 corresponds to 21.0C) | ||
Line 96: | Line 97: | ||
|light | |light | ||
− | |positive integer 0 .. 99 | + | |positive integer <br/>0 .. 99 |
|R | |R | ||
|ambient light in kilolux, equal to the maximum value detected by the three side sensors | |ambient light in kilolux, equal to the maximum value detected by the three side sensors | ||
|- | |- | ||
− | |light.east | + | |light.east |
+ | |positive integer <br/>0 .. 99 | ||
|R | |R | ||
|ambient light in kilolux, detected from East-side sensor | |ambient light in kilolux, detected from East-side sensor | ||
Line 107: | Line 109: | ||
|light.south | |light.south | ||
− | |positive integer 0 .. 99 | + | |positive integer<br/> 0 .. 99 |
|R | |R | ||
|ambient light in kilolux, detected from South-side sensor | |ambient light in kilolux, detected from South-side sensor | ||
Line 113: | Line 115: | ||
|light.west | |light.west | ||
− | |positive integer 0 .. 99 | + | |positive integer<br/> 0 .. 99 |
|R | |R | ||
|ambient light in kilolux, detected from West-side sensor | |ambient light in kilolux, detected from West-side sensor | ||
Line 121: | Line 123: | ||
|positive integer | |positive integer | ||
|R | |R | ||
− | | | + | |wind in 10th of m/s (e.g. 32 corresponds to 3.2 m/s) |
|- | |- | ||
Line 134: | Line 136: | ||
|} | |} | ||
− | |||
== User Interface == | == User Interface == |
Revision as of 15:48, 10 March 2014
The Elsner P03/3-MODBUS is a solid-state weather station with a standard Modbus RTU slave interface. It measures temperature, wind speed and brightness (eastern, southern and western sun) and recognizes precipitation.
Contents
Communication
The P03/3 has a Modbus interface. The default connection parameters are:
- Modbus address: 1
- RS-232 parameters:
Baud rate | 19200 |
Data bits | 8 |
Stop bit | 1 |
Parity | even |
Flow control | none |
Refer to the P03/3 data sheet for installation, wiring and power supply requirements.
HSYCO Configuration
Options
ID | Default | Values | Description |
---|---|---|---|
gui | true | true | enable support for the UI object, UISET actions and USER commands |
false | disable UI support | ||
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 | 30 | > 1 | the data acquisition interval, in seconds |
address | 1 | > 1 | the Modbus address of the P03/3 device |
Datapoints
ID | Value | R/W | Description | |||
---|---|---|---|---|---|---|
connection | online | R | connection established to the P03/3 | |||
R | offline | HSYCO can’t connect to the P03/3 | ||||
temp | signed integer -40C .. +80C |
R | signed integer representing the measured temperature, in 10th of Celsius degrees (e.g. 210 corresponds to 21.0C) | |||
light | positive integer 0 .. 99 |
R | ambient light in kilolux, equal to the maximum value detected by the three side sensors | |||
light.east | positive integer 0 .. 99 |
R | ambient light in kilolux, detected from East-side sensor | |||
light.south | positive integer 0 .. 99 |
R | ambient light in kilolux, detected from South-side sensor | |||
light.west | positive integer 0 .. 99 |
R | ambient light in kilolux, detected from West-side sensor | |||
wind | positive integer | R | wind in 10th of m/s (e.g. 32 corresponds to 3.2 m/s) | |||
rain | 0 | R | no rain | 1 | R | rain |
User Interface
UISET Actions
ID | Attribute | Set to | |
---|---|---|---|
temp | value | the current temperature in Celsius degrees with one decimal digit, followed by " °C" | |
light | value | the current ambient light in Klux, followed by " Klux" | |
wind | value | the current wind in m/s, followed by " m/s" |
Release Notes
2.10
- full integration in HSYCO 2.10.0
Elsner is a registered trademark of Elsner Elektronik GmbH.