Zwer2k / WeatherStationDataRx

Arduino library for read weather data from Venus W174/W132 (tested), Auriol H13726, Hama EWS 1500, Meteoscan W155/W160
MIT License
22 stars 8 forks source link

Auriol weather station 4-ld5009-1 #10

Closed jupangu closed 3 years ago

jupangu commented 3 years ago

I have an Auriol Weather station 4-ld5009-1 with only temperature remote sensor. Is possible modify the source to manage only temperature ? Now with the demo i have this output:

15:07:39.528 -> WeatherStationDataRx Test 15:07:39.528 -> WeatherStationDataRx begin 15:07:39.528 -> Start pairing for 1 min. 15:07:40.856 -> RandomID: 0 xBits: 0 bState: 0 buttoState: 0 15:07:40.856 -> 0 0 0 0 0 0 0 0 checksume wrong for temperature and humidity 15:07:41.619 -> RandomID: 3 xBits: 0 bState: 0 buttoState: 0 15:07:41.619 -> 3 0 0 0 0 0 0 0 checksume wrong for temperature and humidity 15:07:45.371 -> RandomID: 0 xBits: 0 bState: 0 buttoState: 0 15:07:45.371 -> 0 0 0 0 0 0 0 0 checksume wrong for temperature and humidity 15:07:50.750 -> RandomID: 1 xBits: 0 bState: 0 buttoState: 0 15:07:50.750 -> 1 0 0 0 0 0 0 0 checksume wrong for temperature and humidity 15:07:50.916 -> RandomID: 0 xBits: 0 bState: 0 buttoState: 0 15:07:50.916 -> 0 0 0 0 0 0 0 0 checksume wrong for temperature and humidity 15:07:52.609 -> RandomID: 0 xBits: 0 bState: 0 buttoState: 0 15:07:52.609 -> 0 0 0 0 0 0 0 0 checksume wrong for temperature and humidity 15:07:57.755 -> RandomID: 0 xBits: 0 bState: 0 buttoState: 0 15:07:57.755 -> 0 0 0 0 0 8 15 7 checksume wrong for temperature and humidity 15:07:57.987 -> RandomID: 2 xBits: 0 bState: 0 buttoState: 0 15:07:57.987 -> 2 0 0 0 0 0 0 0 checksume wrong for temperature and humidity 15:08:00.809 -> RandomID: 0 xBits: 0 bState: 0 buttoState: 0 15:08:00.809 -> 0 0 0 0 0 0 0 8 checksume wrong for temperature and humidity

thanks

Zwer2k commented 3 years ago

I suspect that the communication protocol of this machine is structured differently, so it will not be possible to use it easily. Unfortunately, I cannot find any documentation about the protocol either.