Skip to content

Releases: pa-nic/homebridge-digitalSTROM

v0.8.1

15 Jan 12:50

Choose a tag to compare

Changes

  • Added fix to prevent warning from the characteristic 'Brightness'

v0.8.0

01 Jan 18:44

Choose a tag to compare

Changes

  • Updated dSS certificate verification handling
  • New plugin install process with improved certificate retrieval for easier setup. See Wiki for details!

Important

If you're upgrading from a version below v0.8.0 and did not configure certificate fingerprint validation before, you need to update your plugin settings! See new install process in Wiki for details!
Plugin won't run if fingerprint is not configured OR validation is not disabled in the plugin config!

  • Rewritten accessory storage
  • Improved web-socket retry handling
  • Improved type safety

v0.7.3

18 Sep 19:05

Choose a tag to compare

Changes

  • Added Node v24 to compatibility list

Security Fix

v0.7.1

05 Sep 11:15

Choose a tag to compare

Housekeeping

  • Dependency updates (axios)
  • Fixing axios security vulnerability

v0.7.0

22 Feb 17:03
d95e5db

Choose a tag to compare

Features

  • Optional: Added config option to validate dSS server certificate by its fingerprint (see WiKi for details)

Updates

  • minor, mostly logging

v0.6.1

25 Jan 19:29

Choose a tag to compare

No need to update

Updates

  • just housekeeping and dependency updates
  • also added some info to the package.info for the plugin getting verified by the home bridge team

v0.6.0

08 Jan 17:13

Choose a tag to compare

Updates

  • Added support for SW-KL200 configured as light
  • Updated dependencies and requirements for upcoming HB 2.0

Fixes

  • ignore devices without configured name (in DSS) and show info log

v0.5.2

19 Jul 11:39

Choose a tag to compare

Fixed

  • patched device filtering introduced in v0.5.1 (java typescript mixup)

v0.5.1

16 Jul 19:30

Choose a tag to compare

Fixed

  • Only parse devices providing a technical name to not break the plugin's parsing of devices

Some devices do not provide a technical name and do not follow the digitalstrom convention (e.g. "GE-KM200"). With "GE" for device of the category "light".
The plugin currently uses these technical names to categorize devices. Devices without such an attribute are now marked as not supported.

v0.5.0

15 Jul 17:18

Choose a tag to compare

Updates

  • error logging for login errors (401)