Releases: DallasHoff/homebridge-openrgb
v1.1.7
This plugin is now verified by Homebridge! Added verified badge and donation link.
v1.1.6
Added a 3-second timeout to attempts to connect to OpenRGB SDK servers in order to improve Homebridge's behavior when servers go offline.
v1.1.5
When the plugin starts, it will now check if the plugin configuration contains the needed fields. If it does not, the plugin will log a warning to Homebridge about what the issue is and stop. If the configuration is valid, the plugin will proceed with accessory discovery.
v1.1.4
Added a README file to describe the plugin and how to set it up.
v1.1.3
Fixed a bug that sometimes caused accessory lighting to be set to the wrong color.
v1.1.2
Code clean-up and minor bug fixes
v1.1.1
Fixed a bug that caused accessories to stay off after being turned off and back on again unless the lighting color was also set again in HomeKit. Accessories should now remember what color they were when they were turned off and return to that color when turned on again through HomeKit.
v1.1.0
- Changed the method used to process colors received from HomeKit and set them on accessories. The lighting color set on accessories now more accurately reflects the color that was set in HomeKit.
- Added functionality that periodically checks if any of the configured OpenRGB servers have come back online after being offline or vice versa. The interval at which the plugin does this check can be configured with the new
discoveryInterval
configuration option. - Added functionality to automatically remove OpenRGB accessories from HomeKit if the OpenRGB server that it was associated with stops reporting it as available or if the server is removed from the plugin configuration.