I have an Auriol weather station with a simple temperature sensor. My pimatic-homeduino log looks like this:
21:11:42.635 [pimatic-homeduino] debug: data: "RF receive 444 1992 3955 9330 0 0 0 0 010202010201010202010101010101010101010202020102020202010202010103"
21:11:42.672 [pimatic-homeduino] debug: received: [ 444, 1992, 3955, 9330 ] 010202010201010202010101010101010101010202020102020202010202010103
21:12:13.636 [pimatic-homeduino] debug: data: "RF receive 447 1991 3950 9329 0 0 0 0 010202010201010202010101010101010101010202020102020202010202010103"
21:12:13.673 [pimatic-homeduino] debug: received: [ 447, 1991, 3950, 9329 ] 010202010201010202010101010101010101010202020102020202010202010103
21:12:44.635 [pimatic-homeduino] debug: data: "RF receive 445 1993 3950 9338 0 0 0 0 010202010201010202010101010101010101010202020102020202010202010103"
21:12:44.673 [pimatic-homeduino] debug: received: [ 445, 1993, 3950, 9338 ] 010202010201010202010101010101010101010202020102020202010202010103
but it seems that there is no protocol detected.
What might be the problem? Isn’t it supported.
For comparison, with **Pilight **it works well. The pilight config is as follows. (Only temperature is valid, humidity is not correct).
"weather": {
"protocol": [ "auriol" ],
"id": [{
"id": 1
}],
"temperature": 0.0,
"humidity": 19.8,
"battery": 1
}