Skip to content

Releases: DallasHoff/homebridge-openrgb

v1.1.7

29 Jul 16:07
Compare
Choose a tag to compare

This plugin is now verified by Homebridge! Added verified badge and donation link.

v1.1.6

07 Jul 21:58
Compare
Choose a tag to compare

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

04 Jul 22:12
Compare
Choose a tag to compare

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

04 Jul 21:59
Compare
Choose a tag to compare

Added a README file to describe the plugin and how to set it up.

v1.1.3

04 Jul 21:57
Compare
Choose a tag to compare

Fixed a bug that sometimes caused accessory lighting to be set to the wrong color.

v1.1.2

04 Jul 21:55
Compare
Choose a tag to compare

Code clean-up and minor bug fixes

v1.1.1

04 Jul 21:51
Compare
Choose a tag to compare

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

04 Jul 21:42
Compare
Choose a tag to compare
  • 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.