Skip to content

Releases: rbrownwsws/openhab-addons

Hive Binding v0.4.3-alpha.5

28 May 20:49
Compare
Choose a tag to compare
Pre-release

Changes (since v0.4.2)

  • Add partial NANO1 hub support.
  • Make Hive API polling back off on failure.
  • Fix bug in EUI64 property.

Changes (since v0.4.3-alpha.4)

  • Fix the "softwareVersion" and "hardwareIdentifier" properties.

Known Issues

  • The binding will partially work with a NANO1 hub but will be very buggy.

Upgrade notes

Should just work as no things or channels have been changed.

Hive Binding v0.4.3-alpha.4

17 May 15:18
Compare
Choose a tag to compare
Pre-release

Changes (since v0.4.2)

  • Add partial NANO1 hub support.
  • Make Hive API polling back off on failure.
  • Fix bug in EUI64 property.

Known Issues

  • The binding will partially work with a NANO1 hub but will be very buggy.
  • Broke the "softwareVersion" and "hardwareIdentifier" properties.

Upgrade notes

Should just work as no things or channels have been changed.

Hive Binding v0.4.2

01 May 06:28
Compare
Choose a tag to compare

Changes

  • Fix "read only" bug introduced by immutable refactor in v0.4.1.
  • Fix bug in easy-mode-operating channel for hot water (would display SCHEDULE instead of OFF)

Known Issues

  • The "EUI64" property will not be displayed correctly for zigbee things.
  • Does not work with the NANO1 hub.

Upgrade notes

Should just work as no things or channels have been changed.

Hive Binding v0.4.1

24 Apr 01:29
Compare
Choose a tag to compare

DO NOT USE

Changes

  • Fixed bug which broke the binding if the user has never used Heating Boost before.

Known Issues

  • All channels are effectively read only.
  • easy-mode-operating for hot water will report SCHEDULE instead of OFF

Upgrade notes

Should just work as no things or channels have been changed.

Hive Binding v0.4.0

19 Apr 03:29
Compare
Choose a tag to compare

Changes

  • Added EUI64 property to zigbee things.
  • Added autoboost related channels (auto_boost-duration and auto_boost-temperature-target) to thermostat heating zones.
  • Added debugging channels to Hive Account things (last_poll_timestamp and dump_nodes)

Known Issues

  • easy-mode-operating for hot water will report SCHEDULE instead of OFF

Upgrade notes

  • Please remove and re-add your things to get access to the new channels.

Hive Binding v0.3.0

26 Mar 17:09
Compare
Choose a tag to compare

Changes

  • Make "transient-remaining" channel report 0 if transient override (boost) is cancelled.
  • Add hardware info properties to relevant things (firmware version, modelId etc.)
  • Create "easy-..." channels that allow you to control heating zones/hot water more like the Hive app.
  • Mark channels that can be replaced by "easy-..." channels as "advanced" (hidden by default).

Upgrade notes

  • Please remove and re-add your things to get access to the new channels.
  • Change any hive:hot_water:xxx:yyy:is_on channels to hive:hot_water:xxx:yyy:easy-state-is_on in your .items files.
  • You probably want to switch to using "easy-mode-operating" etc. channels instead of directly using "mode-operating" etc.

Hive Binding v0.2.0

22 Mar 13:36
Compare
Choose a tag to compare

Changes

  • Fix ThingUIDs of discovered things
  • Add channels for battery devices: battery-state, battery-voltage, battery-notification_state
  • Null pointer exceptions should not be thrown if you update the binding but not your things.

Upgrade notes

Please remove and re-add your things to get access to the new channels.

The ThingUID fix will break any existing links when you remove and re-add things because channel UIDs will change to match. You will have to fix these manually.

e.g. the Channel UID:
hive:node:deadbeef-dead-beef-dead-beefdeadbeef:temperature-target
will change to
hive:heating:cafebabe:deadbeef-dead-beef-dead-beefdeadbeef:temperature-target

Hopefully this sort of thing will not have to happen in future updates.

Initial Release

17 Mar 13:10
Compare
Choose a tag to compare

Initial public version of my Hive binding.