Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 794 Bytes

README.md

File metadata and controls

25 lines (23 loc) · 794 Bytes

Hisense air conditioners & Domoticz integration

A simple plugin for Domoticz that reads data from the AirCon server.

Installation

First install and configure the AirCon server created by @deiger.

If everything works fine, navigate to the plugin directory and install the plugin straight from github

cd domoticz/plugins
git clone https://github.com/bblaszkiewicz/Hisense-AirCon-Domoticz.git HisenseAircon

Next, restart Domoticz so that it will find the plugin

sudo systemctl restart domoticz.service

Plugin update

Go to plugin folder and pull new version

cd domoticz/plugins/FoxESS
git pull

Restart domoticz

sudo systemctl restart domoticz.service