Skip to content

v2.0.3

Compare
Choose a tag to compare
@nitaybz nitaybz released this 26 Sep 19:52
· 161 commits to master since this release

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:

  1. If you will supply one identifier of following: deviceId OR ip(device IP address) OR deviceName (The device name in Switcher app) the plugin will scan and search for a device with that identifier.
  2. If you'll supply deviceId and ip(device IP address). the plugin will automatically connect to the device without scanning the network.
  3. 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

2.0.2 → 2.0.3

  • changed storage file name f5d0ee9
  • remove git dependency 92325dd
  • fixed multiple accessories + several bugs

v2.0.2...v2.0.3