Skip to content

Latest commit

 

History

History
88 lines (60 loc) · 4.03 KB

CHANGELOG.md

File metadata and controls

88 lines (60 loc) · 4.03 KB

v2.3.3

  • [NEW] Added support for the new light input to block a light from supporting adaptive lighting .
  • [FIX] Node package updates.

v2.3.1-v2.3.2

  • [NEW] Added support for HomeKit's new Adaptive Lighting (Only works with Bulbs supporting ColorTemp and Brightness) Adaptive Lighting.
    • Please note that this feature may not set the temps correctly for certain bulbs and may require some tweaks to the config file. (See: adaptive_lighting_offset in the readme)
  • [FIX] Tweaks colorTemp conversion logic.

v2.3.0

  • [NEW] Added support for FanControl capability and speed attributes in Fans.
  • [UPDATE] Stripped out unnecessary capabilities and attributes for fan devices
  • [FIX] Bug fixes and node package updates.

v2.2.2

  • [NEW] Added new config option for rounding levels <5 to 0 and > 95 to 100 (On by Default now).
  • [FIX] Log cleanups.

v2.2.0

  • [NEW] Create virtual devices under HomeKit to trigger your WebCoRE pistons.
  • [FIX] Tweaked value transforms for temperature, colorTemperature, to prevent errors.
  • [FIX] Stopped ChargingState errors in logs.
  • [FIX] Cleaned up unnecessary logging.
  • [UPDATE] Code cleanups and optimizations.

v2.1.3

  • [FIX] Last plugin update broke HSM events.
  • [FIX] Fixed validate token feature

v2.1.2

  • [NEW] Added logging for the PowerSource value

v2.1.1

  • [FIX] Fix for https responses.

v2.1.0

  • [FIX] There was an issue with the plugin not sending back the response to the HE app as JSON which would throw a 500 error.
  • [UPDATE] Slight cleanup of the logic of updating config settings from Hubitat.
  • [UPDATE] @jorhett submitted some logging cleanups and made them more human friendly on the plugin side.
  • [UPDATE] Minor code cleanups and tweaks.

v2.0.7

  • [UPDATE] Restored support for charging state under batteries in HomeKit.

v2.0.6

  • [UPDATE] Added fan characteristic to thermostats.
  • [FIX] Shades devices that don't use level commands should now work with setPosition.
  • [FIX] Generic Zigbee RGBW bulb drivers were throwing error for setColorTemperature commands not being an integer.

v2.0.2

  • [FIX] HSM status updates should now work correctly.

v2.0.0

  • [NEW] Important NOTICE:

    • Due to the changes in the plugin API you can not directly update the plugin from v1, you will need to add as a new accessory and setup your devices/automations/scenes again. On a positive note, you can use your existing hubitat app instance as long as you update it to the latest code.
  • [NEW] Completely rewrote the entire plugin from the ground up using modern javascript structure.

  • [NEW] The code is now much cleaner, easier to update/maintain, and easier for others to follow.

  • [NEW] The plugin is now faster, leaner, and way more stable than the previous versions.

  • [NEW] The plugin now uses the Homebridge Dynamic platform API, meaning it no longer requires a restart of the Homebridge service for device changes to occur.

  • [NEW] The plugin now utilizes the device cache on service restart to prevent losing all of your devices when the plugin fails to start for an extended period of time.

  • [NEW] Plugin will now remove devices no longer selected under Hubitat App.

  • [NEW] Logging system was rewritten to provide more insight into issues and status, as well as write them to a file.

  • [NEW] Switched web request library from Request-Promise to Axios.

  • [FIX] StatusActive characteristic now reports correctly.

  • [NEW] Added support for bringing acceleration sensors into homekit as motion sensors.

  • [FIX] Lot's of fixes for device state updates and device commands.

  • [FIX] Added support for AirPurifier & AirQuality (@danielskowronski)

  • [FIX] Delays on device event updates resolved.

  • [FIX] Thermostat Mode fixes (@torandreroland)

  • [NEW] Many, many other bug fixes for devices, commands and many other items.