Skip to content

Releases: pa-nic/homebridge-digitalSTROM

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)

v0.4.2

20 Feb 13:24

Choose a tag to compare

Fixes

  • added websocket return msg sanity check

v0.4.1

12 Feb 18:04

Choose a tag to compare

Fixes

  • websocket return msg not handled properbly