/domoticz-homewizard

Plugin for Domoticz

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Python plugin for Domoticz with the Homewizard

It currently supports the following hardware:

  • Homewizard preset
  • Standard switches and dimmers
  • Doorbell
  • Motion and door sensors
  • Smoke detectors
  • Somfy devices
  • Thermometers
  • Windmeter
  • Rainmeter
  • Wattcher
  • Virtual switches
  • Heatlink (Thanks to HemeraOne)
  • Energylink (Thanks to HemeraOne)
  • Light sensor (untested by me)

This plugin should work from Domoticz version 3.8153 (Stable release)


Installation Raspberry PI

To install this plugin on your raspberry enter the following commands using putty

cd domoticz/plugins
git clone https://github.com/rvdvoorde/domoticz-homewizard.git
sudo systemctl restart domoticz

You can now add the Homewizard on the Hardware page.

When there is an update do the following to update your plugin

cd domoticz/plugins/domoticz-homewizard
git pull
sudo systemctl restart domoticz

For synology users

The plugins directory should be here (thanks to c4coer)

cd /usr/local/domoticz/var/plugins

Having problems with a crashing domoticz every x hours while using python plugins?

Remove the file script_device_PIRsmarter.py from you scripts/python directory to solve this. For more info read this: domoticz/domoticz#1605