pimatic / pimatic-homeduino

Pimatic plugin for using 433mhz devices and sensors with a connected Arduino with homeduino sketch
https://pimatic.org/
GNU General Public License v2.0
37 stars 29 forks source link

Auriol temperature sensor type IAN 91838 not detected #25

Closed Heizelmann closed 9 years ago

Heizelmann commented 9 years ago

I have an Auriol weather station with a simple temperature sensor. My pimatic-homeduino logs periodically similar things 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 device detected.

What might be the problem? Isn't it supported. 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 }

Sorry put the issue in the wrong place first: see issue #8 in homeduino