This is an old revision of the document!
Auriol Weather Station
Brand | Protocol |
---|---|
Auriol | auriol |
This weather station was available at the Lidl. Description for device could be: “Auriol IAN 89210 FUNK-WEATHER STATION/RADIO CONTROLLED WEATHER”. The sensor can be identified by the option to choose from 3 different channels.
None
"garden": { "name": "Garden", "weather": { "name": "Weather", "protocol": [ "auriol" ], "id": [{ "id": 3 }], "temperature": 189, "humidity": 410, "battery": 1 } }
Humidity and battery assumed to be supported by this protocol, but might not be. The battery function is not tested 100% and humidity seems to vary regularly. Please be aware that the ID of a sensor is actually the channel.
Setting | Default | Format | Description |
---|---|---|---|
device-decimals | 2 | number | How many decimals does the weather information contain |
device-humidity-offset | 0 | number | Correct humidity value |
device-temperature-offset | 0 | number | Correct temperature value |
gui-decimals | 2 | number | How many decimals should the GUIs display |
gui-show-humidity | 1 | 1 or 0 | Don't display the humidity value |
gui-show-temperature | 1 | 1 or 0 | Don't display the temperature value |
gui-show-battery | 1 | 1 or 0 | Don't display the battery value |
This protocol has similarities with the protocols alecto and threechan.
Each (group of 2) numbers have the following specific meaning:
Battery ID
is not usedBattery
identifies the state of the batteryTX mode
defines whether the signal was sent automatically or manuallyID
is defined as a binary number and specifies which channel the sensor usesTemperature
is defined as a binary number and represents the temperatureHumidity
is defined as a binary number and represents the humidity (unconfirmed)This protocol was created for pilight with the help of pilight-debug.