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

No Rain Value #17

Closed TMHEINE closed 3 years ago

TMHEINE commented 3 years ago

Hello,

First of all thank you for the Project. I am almost very happy with it. I connected my W177 modules (W132, W174, W186) directly like in the bottom drawing. I got all values on the original Screen and nearly all values on the Wemos.... expect the RainVolume On the display it is 15.5mm Total, but in Programm still nothing (-99.99 is declared al default). Example: Publish message: {"Unix":1618310638,"Temp":25.10,"Hum":31,"Wind":0.00,"Dir":225,"Gust":0.00,"Rain":-99.99} Even in your Demo program, i get nothing...

What could be the Problem?

Thanks

TMHEINE commented 3 years ago

Hello, Is the rain Sensor only talking to the Screen, or also to the W132? Do I have to Connect the Rain Sensor also to the Wemos like the Wind sensor? If i have to connect more than power? From which Pin on Wemos to where in rain sensor?

Thanks

Zwer2k commented 3 years ago

The rain sensor does not talk to W132. I take the signal directly from the read contact of the rain sensor, but then I have to calculate the amount of rain myself. But if you use RXB6/MX-RM-5V, you should get all the values.