Skip to content

Releases: ebaauw/homebridge-otgw

v0.0.17

28 Jul 16:06
6e38f25
Compare
Choose a tag to compare

Bump dependencies:

  • homebridge-lib v4.4.0.

v0.0.16

23 Jul 22:22
807becc
Compare
Choose a tag to compare

Bump dependencies:

  • homebridge-lib v4.3.3, now again as a regular dependency;
  • ws v7.1.1.

v0.0.15

15 Jul 09:05
6815f4d
Compare
Choose a tag to compare

This release has been deprecated, please re-install homebridge-lib and homebridge-otgw to revert to the latest versions.

Changes:

  • OtgwService: use addCharacteristic() instead of charactertistics property.

Bump dependencies

  • homebridge-lib v4.3.0.

v0.0.14

12 Jul 11:16
552f14a
Compare
Choose a tag to compare

Bump dependencies:

  • homebridge-lib v4.2.9;
  • ws v7.1.0.

v0.0.12

09 Jun 15:40
d838798
Compare
Choose a tag to compare

Bump dependencies:

  • homebridge v0.4.50;
  • homebridge-lib v4.2.7 (as peer dependency).

Note that homebridge-lib now needs to be installed separately:

$ sudo npm -g i homebridge-lib homebridge-otgw

v0.0.8

30 May 08:05
03f77d3
Compare
Choose a tag to compare

Bug fixes:

  • Fix bug that not all Eve history entries would be persisted on shutting down homebridge.

Bump dependencies.

  • NodeJS v10.16.0 LTS;
  • homebridge-lib v4.2.5.

v0.0.7

25 May 20:42
dd2f1c4
Compare
Choose a tag to compare

Enhancements:

  • Added config.json.schema, so homebridge-config-ui-x will render a Settings window for homebridge-otgw's config.json settings.

Bump dependencies:

  • homebridge-lib v4.2.3;
  • ws v7.0.0.

v0.0.6

27 Apr 09:18
Compare
Choose a tag to compare

Enhancements:

  • Implement updates from HomeKit for Target Heating Cooling State and Target Temperature of Thermostat and HotWater Thermostat services.
  • Add Last Updated to the Thermostat services.
  • Only expose HotWater thermostat accessory when boiler supports setting DWH setpoint.
  • Don't send body event for answer from OTGW to Thermostat when OTGW overrides boiler message.
  • Fix Accessory ID.

Bump dependencies:

  • homebridge-lib v4.2.2.

v0.0.3

24 Apr 18:44
Compare
Choose a tag to compare

Expose Thermostat, Boiler, and HotWater accessories with Thermostat service and Eve Thermo History service. For now, these services are read-only.

Bump dependencies:

  • homebridge v0.4.49;
  • homebridge-lib v4.1.1.

v0.0.1

14 Apr 19:32
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Initial release. This doesn't yet expose any accessories to HomeKit, but the connection to the OTGW, through OTM or the NodeMCU serial server should be fully functional. Please feel free to test and see if this will work in your setup.