Auriol
Brand | Protocol |
---|---|
Auriol | auriol |
None
"device": { "weather": { "protocol": [ "auriol" ], "id": [{ "id": 3 }], "temperature": 18.90, "humidity": 41.00, "battery": 1 } }, "gui": { "weather": { "name": "Weather Station", "group": [ "Outside" ], "media": [ "all" ] } }
Device Settings
Setting | Default | Format | Description |
---|---|---|---|
humidity-offset | 0 | number | Correct humidity value |
temperature-offset | 0 | number | Correct temperature value |
GUI Settings
Setting | Default | Format | Description |
---|---|---|---|
decimals | 2 | number | How many decimals should the GUIs display |
show-humidity | 1 | 1 or 0 | Don't display the humidity value |
show-temperature | 1 | 1 or 0 | Don't display the temperature value |
show-battery | 1 | 1 or 0 | Don't display the battery value |
This weather station was available at the Lidl. Description for device could be: “Auriol IAN 89210 FUNK-WEATHER STATION/RADIO CONTROLLED WEATHER”, Hama EWS-750 (not confirmed) and IAN 55982 (neither confirmed). The sensor can be identified by the option to choose from 3 different channels.
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.
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)We need someone who is able to decipher the checksum and write a c snippet for it.
This protocol was created for pilight with the help of pilight-debug.