Skip to content

Releases: homebridge-plugins/homebridge-govee

v1.3.0

07 Oct 15:21
Compare
Choose a tag to compare

New

  • Added a disable plugin option which is probably only useful for me
  • Added a custom refresh interval

Changes

  • Code changes to future-proof the plugin, in case Govee ever decide to update the API with a different accessory type

v1.2.2

04 Oct 16:05
Compare
Choose a tag to compare

Changes

  • Updated README

v1.2.1

04 Oct 15:57
Compare
Choose a tag to compare

Changes

  • Updated README

v1.2.0

29 Sep 21:58
Compare
Choose a tag to compare

New

  • The plugin will now check to see if it can query the current state of your Govee device, and if it can't it will skip the query to avoid the dreaded "400" error.
  • The plugin will now also check to see if your Govee device supports:
    • turning it on and off
    • changing the brightness
    • changing the colour (← yep i'm from the uk!)
  • ...at that moment in time, and if your device doesn't support this then it will skip the request to update it.

v1.1.2

29 Sep 19:55
Compare
Choose a tag to compare

Changes

  • Changes to logging especially with regards to an "Error 400" which can appear in the logs even if everything is working okay.

v1.1.1

29 Sep 17:47
Compare
Choose a tag to compare

Changes

  • Plugin will ignore the "cached" online/offline status of your govee device and attempt to send the update to govee anyway.
    Attempt to fix #3

v1.1.0

28 Sep 14:49
Compare
Choose a tag to compare

New

  • This update includes a new setting which if enabled will try to add device models that aren't officially supported by the Govee API.
    • This setting is disabled by default but can be enabled through the plugin settings in the "Optional Settings" section.
    • If you own a device model which isn't in the "officially supported" by the Govee API but does in fact work well with this plugin, then do let me know for documentation purposes!
    • ⚠️ Use this setting at your own risk!

v1.0.5

28 Sep 09:53
Compare
Choose a tag to compare

Changes

  • Improved error handling and catching rejected promises.

v1.0.4

27 Sep 15:03
Compare
Choose a tag to compare

Changes

  • Just backend changes/improvements.

v1.0.3

21 Sep 14:22
Compare
Choose a tag to compare

Changes

  • tiny backend changes but really nothing new that's interesting!