Skip to content

Latest commit

 

History

History
31 lines (30 loc) · 774 Bytes

README.md

File metadata and controls

31 lines (30 loc) · 774 Bytes

domoticz-python-melcloud

Installation

  1. Clone repository into your domoticz plugins folder
cd domoticz/plugins
git clone https://github.com/gysmo38/domoticz-python-melcloud.git
  1. Restart domoticz
  2. Make sure that "Accept new Hardware Devices" is enabled in Domoticz settings
  3. Go to "Hardware" page and add new item with type "MELCloud plugin"

Plugin update

cd domoticz/plugins/Melcloud
git pull

Testing without Domoticz

  1. Clone repository
cd scripts/tests
git clone https://github.com/gysmo38/domoticz-python-melcloud.git
  1. Edit TestCode.py
Parameters['Username'] = '[email protected]'  # your account mail
Parameters['Password'] = 'xxxxxxxxxx'             # your account password
  1. Run test
python3 plugin.py