Releases: jeroenterheerdt/HAsmartirrigation
v0.0.71beta
adding change to pass in average of t_max and t_min into ET calc. see #70 for more info and discussion.
v0.0.70beta
This is a beta release testing OWM validation rules
v0.0.69
v0.0.68
v0.0.67
v0.0.66
Fixing #57: Open Weather Map API provides wind speed measurements at 10m height, not 2m as expected by this component. When using this component using their API we will automatically take care of the conversion for you.
IMPORTANT: if you are supplying your own sensors (for example your own weather station) we assume you take a measurement at 2m (6' 6 3/4") above ground. If not, you need to convert your wind speed measurement to a value at 2m before passing it to this component. Please refer to this page for the formula: https://github.com/jeroenterheerdt/HAsmartirrigation/wiki/Converting-Wind-speed-to-wind-speed-at-2m-height.
Again, you only need to do this when not using Open Weather Map for wind speed.
v0.0.65
No new functionality, just added the version tag to the manifest.json file as required by Home Assistant.
v0.0.64
v0.0.64 - changing calculation behavior - we use averages of precipitation and evapotranspiration unless you specify a sensor for precipitation or for evapotranspiration (which also requires a sensor for precipitation). these two sensors are assumed to be daily cumulative sensors, not point-in-time, so using the most recent value instead of the average is more correct.
v0.0.63
v0.0.63 - finishing up the work for the start event and expanding readme with examples.
v0.0.62
v0.0.62 adding more logging for _start event.