v2.0.3
VERSION 2 IS HERE!
The plugin went into a complete overhaul and should resolve all previous issues
Upgrading to this version (2.0) might remove and re-add your switcher device!! be warn that it will also remove all HomeKit settings and automations. The new version can and probably will include unpredictable errors and issues that was already solved before.
Think twice before proceeding...
The plugin is now JavaScript only! which means, no dependency on python and better compatibility with all operating systems.
You can now add safely more than one accessory, including Switcher smart sockets. You just need to supply some information about the device:
- If you will supply one identifier of following:
deviceId
ORip
(device IP address) ORdeviceName
(The device name in Switcher app) the plugin will scan and search for a device with that identifier. - If you'll supply
deviceId
andip
(device IP address). the plugin will automatically connect to the device without scanning the network. - If you'll not supply any information about the device, the plugin will scan the network and connect to the first device it detects.
Now, the plugin is always listening to the Switcher device and will always get status updates from the device every few seconds. Therefore pollingIntervalInSec
is deprecated.
Read more in the plugin README
2.0.0 → 2.0.1
- remove singular from config
2.0.1 → 2.0.2
- fix plugin name