Skip to content

Releases: luc-ass/homebridge-evohome

v0.8.4 Maintenance

11 Sep 07:12
1738811
Compare
Choose a tag to compare

Maintenance

  • Bump prettier from 2.2.1 to 2.3.2
  • Bump fakegato-history from 0.6.1 to 0.6.2
  • Bum prettier from 2.2.1 to 2.4.0

v0.8.3 Maintenance

22 Feb 07:20
e4a8995
Compare
Choose a tag to compare

Maintenance

  • Bump lodash from 4.17.20 to 4.17.21

v0.8.2 Maintenance

21 Jan 07:41
cb733c1
Compare
Choose a tag to compare

Maintenance:

  • Bump lodash from 4.17.19 to 4.17.20 #77
  • Bump moment from 2.25.3 to 2.29.1 #78
  • Updated README.md to reflect integration of Honeywell Round
  • updated and removed assets

v0.8.1 Maintenance

20 Jan 17:46
b034b77
Compare
Choose a tag to compare

Maintenance

  • Bump lodash from 4.17.15 to 4.17.19 #73
  • Bump node-fetch from 2.6.0 to 2.6.1 #74
  • Bump fakegato-history to >= 0.6.1 #75
  • Bump node-forge from 0.9.1 to 0.10.0 #76

v0.8.0 Honeywell Round

20 Jan 14:37
1f15db2
Compare
Choose a tag to compare

New:

  • add support for Honeywell Round ("RoundModulation" and "RoundWireless") #70

Bugs fixed:

  • fixed a bug where the manually set temperature would revert after just a few seconds if no temperature schedule is present. #72

❤️Special thanks to @Maykel1969 @matijus91 and @honeywelluser, who helped track down the necessary changes ❤️

v0.7.4 Maintainance

19 Jan 15:59
68017dc
Compare
Choose a tag to compare

Minor changes:

  • Added new task to implement "Honeywell Round Connected" to the roadmap

Maintainance:

  • Bump q from 1.0.1 to 1.5.1

v0.7.3 System time and fakegato-history

03 May 10:00
378eb43
Compare
Choose a tag to compare

⚠️ In this version the calculation of the system is removed and falls back to the real system time! Please double-check wether your system time equals the time on your evohome controller.

⚠️ This version updates fakegato-history to improve security. This should not cause any problems but you should check their repository anyways, especially if you run your homebridge under macOS (link below).

Bugs fixed:

  • Fixed a bug where the plug-in time could be off by an hour if daylight saving time was active.

Maintenance:

v0.7.2 Unexpectedly canceled overrides

03 May 06:44
0232657
Compare
Choose a tag to compare

Bugs fixed:

  • Resolve issues where viewing the thermostat in the Home app would
    always cancel current overrides. #57
  • Attempt to emulate Homebridge panel behaviour from Home app. #57

❤️ Special thanks to @werdz who caught this bug and fixed it! ❤️

v0.7.1 catch errors during login

02 May 20:30
09ece89
Compare
Choose a tag to compare

🎉 I am proud to say that homebridge-evohome passed all the tests and will be marked as "Verified" by homebridge in the near future! link

Fixed bugs:

  • a3798e9 Fixed an issue where any failure to log in would result in homebridge crashing.

v0.7.0 Configuration via config-ui-x

02 May 10:52
a4b72e2
Compare
Choose a tag to compare

Notable changes:

  • Added config.schema.json so this plugin can now be configured from the homebridge-config-ui-x interface
  • temperatureUnit is now optional, falls back to "Celsius" if not specified in config.json.