Python plugin alternative to the built in RAVEn Zigbee power consumption monitor
- Creates two Domoticz devices per RAVEn
- 'Usage' that tracks current usage
- 'Total' that tracks total usage
Python version 3.4 or higher required & Domoticz version 3.7xxx or greater.
To install:
- Go in your Domoticz directory, open the plugins directory.
- Navigate to the directory using a command line
- Run:
git clone https://github.com/dnpwwo/Domoticz-RAVEn-Plugin.git
- Restart Domoticz.
In the web UI, navigate to the Hardware page. In the hardware dropdown there will be an entry called "RAVEn Zigbee energy monitor".
To update:
- Go in your Domoticz directory using a command line and open the plugins directory then the Domoticz-RAVEn-Plugin directory.
- Run:
git pull
- Restart Domoticz.
Field | Information |
---|---|
Serial Port | Dropdown to select the Serial Port the RAVEn is plugged into |
Debug | When true the logging level will be much higher to aid with troubleshooting, when set to 'Logging' a 'plugin.log' file will be created in the plugin folder with debug information |
Version | Information |
---|---|
1.4.0 | Initial upload version |