Skip to content

Releases: awahlig/homebridge-casambi

v0.3.4

24 Jan 18:39
Compare
Choose a tag to compare
  • add support for Luminaires with 'onoff' control type (instead of 'dimmer') (issue #17)
  • fix multiple callback calls error (issue #23)

v0.3.3

26 Jan 19:00
Compare
Choose a tag to compare

Make it possible to configure a list of fixtureIDs of devices that should not be added to HomeKit.

v0.3.2

19 Jan 18:34
Compare
Choose a tag to compare

Fix a crash when the Casambi API returns no address for a device.

v0.3.1

18 Jan 23:06
Compare
Choose a tag to compare

Skip accessories for which no fixture information can be obtained.

v0.3.0

13 Oct 13:39
Compare
Choose a tag to compare
  • support for "Vertical" control type of luminaries like Occhio Sento
  • bugfixes

v0.2.4

05 Sep 23:09
Compare
Choose a tag to compare

Add support for LED drivers that the Cloud API reports as units of type “Driver”.

Thanks to @Mario-Greiner for help with debugging.

v0.2.3

03 Sep 18:50
Compare
Choose a tag to compare

Add more logging to better debug unknown devices.

v0.2.2

15 Jul 16:37
Compare
Choose a tag to compare
  • multiple networks actually work now
  • add slight delay to passing state from Cloud to HomeKit
  • remove a workaround that ignored state changes

v0.2.1

13 Jul 17:00
Compare
Choose a tag to compare
  • minor ui fixes

v0.2.0

13 Jul 14:30
Compare
Choose a tag to compare
  • add support for sites
    The user can now specify whether the credentials provided in the config are for a network or a user account. For a user account, all networks in all sites belonging to that user are scanned for units and added to HomeKit.

  • retry after login fails