- [NEW] Added support for the new light input to block a light from supporting adaptive lighting .
- [FIX] Node package updates.
- [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.
- [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.
- [NEW] Added new config option for rounding levels <5 to 0 and > 95 to 100 (On by Default now).
- [FIX] Log cleanups.
- [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.
- [FIX] Last plugin update broke HSM events.
- [FIX] Fixed validate token feature
- [NEW] Added logging for the PowerSource value
- [FIX] Fix for https responses.
- [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.
- [UPDATE] Restored support for charging state under batteries in HomeKit.
- [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.
- [FIX] HSM status updates should now work correctly.
-
[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.