Jeroen ter Heerdt

Results 195 comments of Jeroen ter Heerdt

just the general HA log - anything that's in there for Smart Irrigation?

https://github.com/jeroenterheerdt/HAsmartirrigation/blob/59986e72c684fe697d6476694070daf6c1963b86/custom_components/smart_irrigation/sensor.py#L724 from here the run time is calculated... so if your bucket < 0 we do `water_budget = abs(bucket_val) / self.coordinator.peak_et`. also we do couple of other multiplications / divisions....

so when the bucket is > 0 there is no irrigation and the netto precipitation amount per day will be subtracted from the bucket. So if the netto precipitation is...

Ha, finally an error log! Now we can get somewhere with this. I'll look into it and see if I can make a special version for you to test. Get...

@RobinI30N please update to 0.0.68 and see if that fixes the issue

oops. not sure what happened here. Please update to 0.0.69 and try again.

as this page explains: https://github.com/jeroenterheerdt/HAsmartirrigation/wiki/Measurements-and-Units, you need to provide the wind speed at a height of 2m if you use your own weather station or in general do not use...

thanks for letting me know. @mvimercati can you please also update and confirm this fixes your issue? If so, please close the issue.

@RobinI30N - if the formula is executed at least part of the data is configured to come from OWM. Is that correct or are you using another source (such as...