- Clone repository into your domoticz plugins folder
cd domoticz/plugins
git clone https://github.com/gysmo38/domoticz-python-melcloud.git
- Restart domoticz
- Make sure that "Accept new Hardware Devices" is enabled in Domoticz settings
- Go to "Hardware" page and add new item with type "MELCloud plugin"
cd domoticz/plugins/Melcloud
git pull
- Clone repository
cd scripts/tests
git clone https://github.com/gysmo38/domoticz-python-melcloud.git
- Edit TestCode.py
Parameters['Username'] = '[email protected]' # your account mail
Parameters['Password'] = 'xxxxxxxxxx' # your account password
- Run test
python3 plugin.py