Skip to content

Releases: jeroenterheerdt/HAsmartirrigation

v0.0.32

05 Jun 20:57
Compare
Choose a tag to compare

v0.0.32 - fixing a bug in increase_percent and fixing #32.

v0.0.31

03 Jun 16:52
Compare
Choose a tag to compare

v0.0.31: fixing a bug related to initial update delay showing incorrectly. Also changing behavior of change percentage (formally known as increase percentage) - defaults to 100% now. The behavior is: whatever percentage this is set to (say 150) that percentage of the calculated adjusted run time will be returned by the component."

v0.0.30

03 Jun 00:12
Compare
Choose a tag to compare

v0.0.30: adding two new features: 1) % increase and 2) initial update scheduler

v0.0.29

02 Jun 16:31
Compare
Choose a tag to compare

v0.0.29 - scan_interval back to hourly instead of dev setting of every five minutes... oops.

v0.0.28

02 Jun 15:30
Compare
Choose a tag to compare

v0.0.28 - fixing a bug where hourly adjusted run time included lead_time. Daily adjusted run time added it again.

v0.0.27

01 Jun 21:36
Compare
Choose a tag to compare

v0.0.27 - fixing a bug reported in #12 (comment)

v0.0.26

31 May 19:50
Compare
Choose a tag to compare

v0.0.26 - introducing force mode! Fixing #10

v0.0.25

31 May 18:53
Compare
Choose a tag to compare

v0.0.25 - fixing a bug with evapotranspiration calculations (pressure in hPa was provided but needed to be in kPa). Adding units to sensor labels so easier to supply the correct values (see #12). Also fixing #29.

v0.0.24

30 May 22:24
Compare
Choose a tag to compare

v0.0.24: first version that supports using sensors instead of OWM. It also supports a mix of the two. Probably a couple of bugs in this release, but should be fine if you just use OWM. Related to #12.

v0.0.23

30 May 18:05
Compare
Choose a tag to compare

v0.0.23: groundwork for making number_of_sprinklers, flow and area configurable using options flow as well (#27). daily bucket delta is now not the most recent bucket value as reported by the hourly sensor but the average of the values collected. this assumes the daily bucket is calculated at least once per day. This a step towards enabling use of weather stations (#12). Also adding some work for fixing #26.