Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.47 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.47 KB

Zone Touch 3 HA Integration

example

A third party Zone Touch 3 Home Assistant Integration.
This project is built off from @generically-named's work: zonetouch3

This project is very much work in progress. All help appreciated.

Installation

Via Hacs

The simplest method is to pull the integration via HACS

Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.

Configuration.yaml

After dowloading the integration, to enable the fan entities, append the following into your /config/Configuration.yaml file

Configuration.yaml Example:

fan:
  - platform: zonetouch3
    name: ZoneTouch3 # Optional change
    entities: 8 # Optional change (zone amount)
    port: 7030 # Optional change
    ip_address: 192.168.1.10 # Change

Reload

Lastly, reload the YAML configuration:
press e key > >reload all YAML configuration > Enter

WARNING

There is not yet any safety measure in place to make sure at lease one room is opened before starting your aircon. Having all rooms toggled off and aircon running may cause damages. Make sure you have spill zones correctly configured to avoid any concerns.