Skip to content

zygios/domoticz-ewpe-smart-mqtt-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EwpeSmart - Domoticz Python Plugin

Python plugin for Domoticz to control ewpe-smart powered air conditioners which can be controled via WiFi using EWPE Smart app

gree-plugin

Prerequisites

Setup ewpe-smart-mqtt bridge

##EWPE-SMART-MQTT autorun

  1. cd /etc/systemd/system
  2. sudo nano ewpe-smart-mqtt.service

Write next text to file:

[Unit]
Description=EWPE Smart MQTT
After=network.target
StartLimitIntervalSec=0
[Service]
Type=simple
WorkingDirectory=/home/ewpe-smart-mqtt
ExecStart=node --expose-gc /home/ewpe-smart-mqtt/index.js
Restart=always
RestartSec=1
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=ewpe-smart-mqtt
User=root
Group=root
Environment=NODE_ENV=production

[Install]
WantedBy=multi-user.target
  1. sudo chmod 777 ewpe-smart-mqtt.service
  2. sudo systemctl enable ewpe-smart-mqtt.service

Installation

  1. Clone repository into your domoticz plugins folder
cd domoticz/plugins
git clone https://github.com/stas-demydiuk/domoticz-ewpe-smart-mqtt-plugin.git ewpe-smart-mqtt
  1. Restart domoticz
  2. Go to "Hardware" page and add new item with type "EwpeSmart Air Conditioners via MQTT"
  3. Set your MQTT server address and port to plugin settings

Plugin update

  1. Stop domoticz
  2. Go to plugin folder and pull new version
cd domoticz/plugins/ewpe-smart-mqtt
git pull
  1. Start domoticz

Supported devices

All devices which can be controlled via EWPE Smart or Gree+ app should be supported, including:

  • Gree: Smart, U-CROWN series
  • Cooper&Hunter: Supreme, Vip Inverter, ICY II, Arctic, Alpha, Alpha NG, Veritas, Veritas NG series
  • EcoAir X series

About

Python plugin for Domoticz to control ewpe-smart powered air conditioners

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%