Skip to content

Releases: alexryd/homebridge-shelly-ng

Version 1.1.1

28 Jan 13:36
Compare
Choose a tag to compare

Fixed

  • Device IDs are now case insensitive.
  • Fixed compatibility with node 12.

Version 1.1.0

26 Jan 18:43
Compare
Choose a tag to compare

Added

  • Added configuration options for individual devices.
  • Added configuration options for the mDNS device discovery service.
  • Devices can now be added manually (by specifying their hostnames in the config). Useful when they can’t be discovered using mDNS.
  • Authentication is now supported.

Version 1.0.2

22 Jan 19:32
Compare
Choose a tag to compare

Fixed

  • Errors while connecting to devices no longer make homebridge restart. Fixes #2

Version 1.0.1

21 Jan 04:51
Compare
Choose a tag to compare

Fixed

  • Fix the wrong platform name being added to config.json when installing this plugin through Homebridge Config UI X.

After installing this update you will have to change your config.json to "platform": "ShellyNG".

Version 1.0.0

20 Jan 15:46
Compare
Choose a tag to compare

Initial release.

This release supports the following devices:

  • Shelly Plus 1
  • Shelly Plus 1PM
  • Shelly Pro 4PM

Devices are discovered using mDNS and the communication is then done through WeSockets. Authentication is not yet supported. Neither is MQTT. Also, the switches are the only thing that is yet exposed to HomeKit. Furthermore there aren’t yet any configuration options, and there’s no way to remove a device once it has been added (other than to manually remove it from the homebridge cache).