Releases: alexryd/homebridge-shelly-ng
Releases · alexryd/homebridge-shelly-ng
Version 1.1.1
Fixed
- Device IDs are now case insensitive.
- Fixed compatibility with node 12.
Version 1.1.0
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
hostname
s in the config). Useful when they can’t be discovered using mDNS. - Authentication is now supported.
Version 1.0.2
Fixed
- Errors while connecting to devices no longer make homebridge restart. Fixes #2
Version 1.0.1
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
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).