Skip to content

Releases: jeroenterheerdt/HAsmartirrigation

v0.0.71beta

05 Aug 22:51
Compare
Choose a tag to compare
v0.0.71beta Pre-release
Pre-release

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

02 Aug 22:31
Compare
Choose a tag to compare
v0.0.70beta Pre-release
Pre-release

This is a beta release testing OWM validation rules

v0.0.69

30 Jul 18:55
Compare
Choose a tag to compare

Fixing typo in latest commit, related to #63

v0.0.68

30 Jul 17:25
Compare
Choose a tag to compare

fixing #63

v0.0.67

20 May 16:42
Compare
Choose a tag to compare

this release fixes #59 which was caused by HomeAssistant returning milliseconds for date/time.

v0.0.66

10 May 18:05
Compare
Choose a tag to compare

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

10 Mar 17:20
Compare
Choose a tag to compare

No new functionality, just added the version tag to the manifest.json file as required by Home Assistant.

v0.0.64

10 Jul 21:04
Compare
Choose a tag to compare

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

09 Jul 17:25
Compare
Choose a tag to compare

v0.0.63 - finishing up the work for the start event and expanding readme with examples.

v0.0.62

08 Jul 23:28
Compare
Choose a tag to compare
v0.0.62 Pre-release
Pre-release

v0.0.62 adding more logging for _start event.