SEN0575 - Tipping Bucket Rainfall Sensor - I2C - Returns 0.00mm all the time

userHead rondom 2023-12-19 20:11:34 149 Views0 Replies

I've recently added the SEN0575 Tripping Bucket Rainfall Sensor to my Arduino.

 

After connecting via i2c and setting up a demo sketch i begann to test.

I could successfully read the uptime and the Working time as mentioned in the example, so i thought, nice everything is working.

I move to a rain testbench, adjusted the code a bit so i can see the values returned by the arduino in my grafana dashboard.

I get the following Information from the library and send them to mqtt broker, sensorrunning time, rainfall without any argument, rainfall for 1h and rainfall for 24h.

Just to test right. Everything looked right and good to go.

 

I started drippin water on the sensor and it immediately start to count, also i could see the raw counts increasing in the sensor readout.

But sadly it is the only figure moving at all. All other functions just return 0.00, even after getting 5k counts on the raw after a heavy rainfall. The measurement stays 0.00.

 

Is my sensor bad, or maybe the driver board? Anyone a idea?