I’m thinking of buying the Z-rain. But first I want to check if it has the funcunality I am looking for.
I’m interested in rainstatistics. Therfore I would like the Z-rain to automaticly log the amount of rain directly into a spreadsheet (eg. Excel or Google sheets).
Yes, Popp rain sensor works very well. Only one things i can´t figure out, is how to reset “Total Rain”, but else it works as i should.
Made an flow if my garage port is open, then close it.
How can I calculate mm rain/day ? I would like to automate my irrigation system and it shouldn’t turn on when the rain exceeds x mm during the last day. Also, what’s the difference between “rain meter” (m3) and “rain total” (mm)?
This values shows the total count of rain from the moment of inclusion in mm water level. By writing this value this counter can be reset.
Size: 2 Byte, Default Value: 0
Sorry @Homey2, but I can’t try it myself because I don’t own this sensor like I mentioned in the other thread.
But I got some information from my friend. So these are the available trigger flow cards (sorry, only in German):
My friend said, that the precipitation value (Niederschlag mm/h) will be reset after rain. All other values will be incremented further.
This method works only theoreticly.
Theoreticly you can send a Z-Wave raw command at 00:00 o’clock to reset the Rain Counter. But the problem is that the sensor is a battery powered device and it is only able to receive datas from Homey, when it’s awake. So if you send the Z-Wave raw command at 00:00 o’clock and the sensor isn’t awake, the Z-Wave raw command will be stored in Homey. When the sensor wakes up e.g. at 01:21 o’clock, the Z-Wave raw command will be send from Homey to the sensor and will reset the Rain Counter. After a certain time (I don’t know the exact time) the Z-Wave raw command in Homey will be deleted again, if it was not sent. So it is not controllable.
In my opinion the only possible way to calculate the daily rainfall in mm (precipitation) or m³ (rain counter) is to use some variables and some flows:
If these values are to be displayed in a device, i.e. not only as numerical variables in the “More → Logic” section, you have to create a virtual device.
But please note: My information and statements are based only on a written exchange. It would be helpful if someone could confirm this who uses a Z-Rain with Homey himself.
@DirkG I appreciate your help! Great to know that resetting Rain Counter is unreliable.
From the information you provided I am thinking of an alternative way as Rain Counter (manual says it is reset upon inclusion)
Take the difference of Rain Counter in mm at the beginning of the day and at the end of the day
Use logic to deal with a special case where Rain Counter is maximum 32000: eg when it starts with 31999 and ends as 1 (rainfall of 2 mm).
Could this work?
Would really appreciate additional comments from actual owners.
What is the problem with it? The device is usually included only at the first startup, and not after that. Maybe I’m misunderstanding you as well.
Indeed, I forgot the setting of the Rain Counter at the beginning of the day. I changed the flow already.
Do you think this is needed? If I have researched correctly, the average rainfall in Germany is about 600-800 mm/year. With a rainfall of 800 mm/year, it would therefore take 40 years to reach the value of 32.000.