Page 1 of 1

Daily manual logging of rainfall

Posted: Wednesday 27 June 2018 11:28
by emeyedeejay
Hi all - some guidance please...

I have a simple requirement to be able to manually log a daily rainfall figure read manually from a rain gauge to display a graph ... all VERY low tech.

I can update the device via API/JSON but I can't find a sensor to use that is straightforward. The rain device is for mm/hour etc.

Any ideas?

Re: Daily manual logging of rainfall

Posted: Wednesday 27 June 2018 11:34
by freijn
DJ

make a virtual device , on the drop down list select "rain" :-)

make a note of the idx and craft your json.

Can you share a picture of your rain gauge ? it should be automatic !! not manual :-)
Imagine what happens if you are sick ? or on vacation? haha

Greeting
Frank

Re: Daily manual logging of rainfall

Posted: Wednesday 27 June 2018 11:41
by emeyedeejay
Thanks Frank!

It's for my father who looks at his rain gauge everyday. I thought it would be nice for him to log it to my domoticz so he could see a graph :)

I saw the rain counter but that seems to want to log per hour ... he would enter per day at most.

I'll take another look - maybe I'm misunderstanding it. Following from the Wiki

IDX = id of your device (This number can be found in the devices tab in the column "IDX")
RAINRATE = amount of rain in last hour in [mm x 100]
RAINCOUNTER = continues counter of fallen Rain in [mm]

Re: Daily manual logging of rainfall

Posted: Wednesday 27 June 2018 11:50
by freijn
if you enter it 1 time a day , the day graph is rubbish but the week and month will still work.

Re: Daily manual logging of rainfall

Posted: Wednesday 27 June 2018 12:01
by emeyedeejay
Thanks - I'll give it a go.

It would be great to have a basic general way of logging anything (even if manually!). E.g. if I'd like to know how many times a day/week/month my dogs go out then I could configure a basic graph with a custom unit and which takes a value and plots it to a graph.

Re: Daily manual logging of rainfall

Posted: Wednesday 27 June 2018 12:12
by emeyedeejay
Looks like it may be the Custom sensor type I'm referring to above. Looking more.

Re: Daily manual logging of rainfall

Posted: Wednesday 27 June 2018 16:04
by emeyedeejay
Does anybody know if it's possible to have the custom sensor graphs being bar charts?