2.5.0 • Published 4 days ago

homebridge-wiser-supatech v2.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 days ago

homebridge-wiser-supatech

homebridge-wiser-supatecch is a plug-in for Homebridge that adds support for the original Clipsal C-Bus Wiser and the Clipsal Wiser 2.

Accessories are automatically discovered from the Wiser project. To add additional accessories, add them to your Wiser project and restart homebridge.

Installation

You can install the plug-in using npm:

Wiser 2 firmware starting from 1.33.1 sudo npm install -g homebridge-wiser-supatech

Wiser 2 Firmware before 1.33.1 sudo npm install -g homebridge-wiser-supatech@2.1.4

Configuration

homebridge-wiser-supatech is added as a platform in your config.json:

"platforms": [
  {
  "platform": "homebridge-wiser-supatech",
  "name": "Wiser",
  "wiserAddress": "1.2.3.4",
  "wiserUsername": "admin",
  "wiserPassword": "yourpassword",
  "wiserPort": "8888",
  "ignoredGAs": [
                {
                    "network": 254,
                    "app": 56,
                    "from_ga": 4,
                    "to_ga": 4
                },
                {
                    "network": 254,
                    "app": 56,
                    "from_ga": 5,
                    "to_ga": 10
                }
            ],
}
]

The ignoredGAs section is optional. If a group address is listed in this section, an accessory will not be created even if it is found in your Wiser project.

If you are ignoring a single group address, put the same number into From group address and To group address.

If you are ignoring a range of group address, put the starting point into From group address and the ending point into To group address.

After adding the platform, simply restart homebridge and your C-Bus groups will be added as new accessories automatically.

Note: wiserPort is "80" for plug-in versions starting from 2.2.0, and is "8888" for version 2.1.4. Unless you have changed your Wiser from the default settings.

Credits

Thanks to Michael Farrell for some useful Documentation on the Wiser.

Thanks to the origin author of the plug-in paulw11

2.5.0

4 days ago

2.3.0

7 months ago

2.3.2

7 months ago

2.4.0

6 months ago

2.3.1

7 months ago

2.2.1

8 months ago

2.2.0

8 months ago

2.1.4

8 months ago