-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle forecasting better (keep forecasted rain and remove it from bucket if it didn't happen. should also move away from the average calc that happens in the bucket) #381
Comments
@Themesl Please open you own issue instead of piling on to another.
|
OK, so multiple things here : you are using a 3 day forecast. So of course you can't then look at a days weather and go why did my bucket respond weirdly? Turn off the forecast for now. Also, there is a bug with don't estimate that I am working on to fix. It basically ignores the value from your solrad sensor. Also increase your auto update frequency. All of those things (two things you can do and one thing that is a bug) should help you get to grips with how this integration works and get better results. |
So today's calculation is doing perfectly. A bucket decrease of this size is in line with what is expected for this type of weather. How the bucket was so high is likely due to what is wrote above.
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: akcasoy ***@***.***>
Sent: Sunday, May 26, 2024 2:42:50 PM
To: jeroenterheerdt/HAsmartirrigation ***@***.***>
Cc: Comment ***@***.***>; Assign ***@***.***>; Subscribed ***@***.***>
Subject: Re: [jeroenterheerdt/HAsmartirrigation] Bucket size keeps increasing (although it did not rain much), and duration was always 0 for a week now (Issue #381)
I just wanted to inform that the problem continues and can be also seen from the todays values, it may help for the analyse.
Todays rain rate was 0mm:
Bildschirmfoto.2024-05-26.um.23.37.27.png (view on web)<https://github.com/jeroenterheerdt/HAsmartirrigation/assets/12121451/5ac3421e-1b52-4b56-b766-c08a26f1273a>
Humidity:
Bildschirmfoto.2024-05-26.um.23.38.36.png (view on web)<https://github.com/jeroenterheerdt/HAsmartirrigation/assets/12121451/9c1f5613-f2f9-49fc-a5af-5a9b85e3952e>
It was mostly a sunny day:
Bildschirmfoto.2024-05-26.um.23.39.15.png (view on web)<https://github.com/jeroenterheerdt/HAsmartirrigation/assets/12121451/42a8b529-0d51-463f-8dc1-756102ca9e81>
without much wind:
Bildschirmfoto.2024-05-26.um.23.39.50.png (view on web)<https://github.com/jeroenterheerdt/HAsmartirrigation/assets/12121451/570a1925-9446-42ab-9a7b-2e770bf90561>
Temperature:
Bildschirmfoto.2024-05-26.um.23.40.36.png (view on web)<https://github.com/jeroenterheerdt/HAsmartirrigation/assets/12121451/aa2f7098-17df-4362-a6f7-5c2e73bd434a>
And my bucket was 7.0mm yesterday, now 6.5mm. So i strangely still do not have to irrigate:
Bildschirmfoto.2024-05-26.um.23.41.09.png (view on web)<https://github.com/jeroenterheerdt/HAsmartirrigation/assets/12121451/3b188b95-969c-4807-bfd0-ff4fa6200b28>
—
Reply to this email directly, view it on GitHub<#381 (comment)> or unsubscribe<https://github.com/notifications/unsubscribe-auth/AB6PIPVVJV5WCXGBQ5ZLJELZEJJNVBFKMF2HI4TJMJ2XIZLTSSBKK5TBNR2WLJDUOJ2WLJDOMFWWLO3UNBZGKYLEL5YGC4TUNFRWS4DBNZ2F6YLDORUXM2LUPGBKK5TBNR2WLJDUOJ2WLJDOMFWWLLTXMF2GG2C7MFRXI2LWNF2HTAVFOZQWY5LFUVUXG43VMWSG4YLNMWVXI2DSMVQWIX3UPFYGLAVFOZQWY5LFVIZDANJTHA4TIMJXG6SG4YLNMWUWQYLTL5WGCYTFNSWHG5LCNJSWG5C7OR4XAZNMJFZXG5LFINXW23LFNZ2KM5DPOBUWG44TQKSHI6LQMWVHEZLQN5ZWS5DPOJ42K5TBNR2WLKJSGYZTCNZZGE3TNAVEOR4XAZNFNFZXG5LFUV3GC3DVMWVDEMZRG43TKMJZGYYYFJDUPFYGLJLMMFRGK3FFOZQWY5LFVIZDANJTHA4TIMJXG6TXI4TJM5TWK4VGMNZGKYLUMU>.
You are receiving this email because you commented on the thread.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Yes, like that. Reset your bucket(a) to 0 now and let it run for a couple of days. |
OK thank you. |
I thought a bit about this "3 day forecast" and would like to know why you think that the reason can be that part. Does not the logic work this way?: Let's say the bucket was 0 yesterday, and our calculation ended up calculating 3mm today, because with a 80% of chance it will rain a lot tomorrow. So the bucket is 3mm now. So in that way this 3 day forecast should not have those kind of strange effects on bucket. It seem to me that, the bucket was always increasing maybe because the openweather-api were predicting too much rain, and it did not go as expected.. seven days long.. |
That last part is likely what is happening. What we do for forecasting is rather simple: when calculating the et value, include the forecast for x days in advance, and just treat is as one of the daily values. So yeah if owm says it's going to rain, then that is going to bump up the average a lot. Happy to take ideas on what to change / improve, but prefer PRs.
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: akcasoy ***@***.***>
Sent: Sunday, May 26, 2024 3:20:53 PM
To: jeroenterheerdt/HAsmartirrigation ***@***.***>
Cc: Comment ***@***.***>; Assign ***@***.***>; Subscribed ***@***.***>
Subject: Re: [jeroenterheerdt/HAsmartirrigation] Bucket size keeps increasing (although it did not rain much), and duration was always 0 for a week now (Issue #381)
I thought a bit about this "3 day forecast" and would like to know why you think that the reason can be that part.
Does not the logic work this way?: Let's say the bucket was 0 yesterday, and our calculation ended up calculating 3mm today, because with a 80% of chance it will rain a lot tomorrow. So the bucket is 3mm now.
And tomorrow it did not rain at all.. On the next evening the algorithm should actually remove that part of estimation from yesterdays calculation, and start again from 0, and add to that today's real values from the sensors for example.
So in that way this 3 day forecast should not have those kind of strange effects on bucket.
It seem to me that, the bucket was always increasing maybe because the openweather-api were predicting too much rain, and it did not go as expected..
—
Reply to this email directly, view it on GitHub<#381 (comment)> or unsubscribe<https://github.com/notifications/unsubscribe-auth/AB6PIPRRXRKR4D4LCRCSZLTZEJN4NBFKMF2HI4TJMJ2XIZLTSSBKK5TBNR2WLJDUOJ2WLJDOMFWWLO3UNBZGKYLEL5YGC4TUNFRWS4DBNZ2F6YLDORUXM2LUPGBKK5TBNR2WLJDUOJ2WLJDOMFWWLLTXMF2GG2C7MFRXI2LWNF2HTAVFOZQWY5LFUVUXG43VMWSG4YLNMWVXI2DSMVQWIX3UPFYGLAVFOZQWY5LFVIZDANJTHA4TIMJXG6SG4YLNMWUWQYLTL5WGCYTFNSWHG5LCNJSWG5C7OR4XAZNMJFZXG5LFINXW23LFNZ2KM5DPOBUWG44TQKSHI6LQMWVHEZLQN5ZWS5DPOJ42K5TBNR2WLKJSGYZTCNZZGE3TNAVEOR4XAZNFNFZXG5LFUV3GC3DVMWVDEMZRG43TKMJZGYYYFJDUPFYGLJLMMFRGK3FFOZQWY5LFVIZDANJTHA4TIMJXG6TXI4TJM5TWK4VGMNZGKYLUMU>.
You are receiving this email because you commented on the thread.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
I see that still as a bug. The including weather predictions are one of the main advantages/characteristics of this integration. |
That's fair, that we can do. |
What happened?
So i am testing this integration for a week now, i can say that i am a bit disappointed. I have configured everything exactly as on “Senbei Tristan’s Smartes Heim” german video (with my own wetter station data), although we did not get a lot of rain recently, my bucket keeps increasing every day, and i haven’t seen any positive duration value till now, it keeps 0s.
Most concrete example, the bucket was calculated yesterday night as 6.4mm, and today we had a partly sunny day, more or less 20 degree Celcius, with in total 0.1mm rainrate, my bucket has just been calculated again as 7.0mm. How can it be?
It does not make sense at all.
I also have a soil moisture sensor, it is working as expected and the soil humidity has been decreased today by 10% for example. But the calculation result of this integration does not work for me, don’t know why.
Thank you for your time in advance!!!
How to reproduce
Here is my diagnostic file:
config_entry-smart_irrigation-3d06ed1bcc695c1880eefeb9b105d4d5-3.json
Here is some of my current data from my weather station:
Daily Rain rate graph for the last 7 days:
Temperatur graph for the last days (mostly sunny and between 20-25 degree C):
General tab of the configuration:
I have 1 zone:
Modules tab of the config:
My Ecowitt sensor group:
Relevant log output
No response
Which version are you running?
v2024.4.3
Diagnostics file
Additional information
No response
The text was updated successfully, but these errors were encountered: