WiZ connected Plugin for Domoticz home automation
Controls WiZ connected devices your network (mainly on/off switches and Lights). WiZ devices come in many brands like WiZ connected, Philips and TAO and may come with different apps, so select the matching App when configuring the plugin.
Python version 3.4 or higher required & Domoticz version 2021.1 or greater.
To install:
sudo apt-get install python3-scapy
git clone https://github.com/sydspost/Domoticz-WiZ-connected-plugin.git
sudo systemctl restart domoticz
To update:
git pull
Hostname Prefix: The first 4-letters of the default prefix your WiZ connected brand gives to your hostname, in case of a WiZ connected device it's "wiz_". Didn't test this with devices from other brands. But you can specify multiple prefixes by deviding them with a comma, for instance "wiz-,phil"
Subnet: Enter your subnet in het format "255.255.255.0/24" (in case of Class C subnet)
In the web UI, navigate to the Hardware page. In the hardware dropdown there will be an entry called "WiZ connected" -- configure and add the hardware there. Devices detected are created in the 'Devices' tab, to use them you need to click the green arrow icon and 'Add' them to Domoticz.
Version | Information |
---|---|
1.0.0 | Initial upload version |
The plugin uses Arp ping to detect your WiZ connected devices on your local network, causing to enter your network card in promiscious mode when running. To prevent your syslog is running full with entering and leaving promiscious mode messages, put your network card permanent in promiscious mode with: sudo ifconfig eth0 promisc