Hi,
I just added RFLinkData as an device Type.
Using this type one can display and log all sensor values decoded by RFLink
Have a look at my Github fork: https://github.com/Ivanverdonck/pimatic-rflink
(just add the “values” u want to log to the config)
p.s.: I am not an expert at coding, i did tis by trial and error so if there is something wrong, please let me know.
Greetz,
Ivan.
- Example Xiron temp sensor:
{
"id": "TemperatuurWoonkamer",
"name": "Temperatuur Woonkamer",
"class": "RFLinkData",
"protocols": [
{
"name": "Xiron",
"id": "C901"
}
],
"values": [
"temp",
"hum"
]
},
2) Example Alecto WS3500:
{
"id": "WeatherStationTuin",
"name": "Weerstation Tuin",
"class": "RFLinkData",
"protocols": [
{
"name": "Alecto V1",
"id": "0360"
},
{
"name": "Alecto V1",
"id": "0084"
}
],
"values": [
"temp",
"hum",
"winsp",
"wings",
"rain"
]
},