midstar / heatmiser_wifi_ha

Heatmiser Wifi Home Assistant Component

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DEPRECATED - Heatmiser WiFi Home Assistant Component

hacs_badge No Maintenance Intended

This repository is no longer maintained. Feel free to clone the repository and take over the responsibility.

Overview

A Heatmiser WiFi Thermostat Home Assistant plugin.

Supports:

  • Read current air temperature
  • Read/set temperature setting (i.e. wanted temperature)
  • Read/set on/off of the Thermostat

Supported Heatmiser Thermostats are WiFi versions of DT, DT-E, PRT and PRT-E.

Note that non-WiFi thermostat versions (i.e. using RS-485 serial bus) connected through an Heatmiser Ethernet HUB are supported by the Home Assistant Heatmiser Core component

Installation

Install through HACS.

Alternatively copy the heatmiser_wifi directory and its contents to the Home Assistant custom_components directory.

Configuration

Add following configuration to Home Assistant configuration.yaml

climate:
- platform: heatmiser_wifi
    host:          <mandatory - hostname or ip address>
    port:          <optional  - default 8068>
    pin:           <optional  - default 0>
    friendly_name: <optional  - default 'Heatmiser MODELNO'>

See also

Author and license

This component is written by Joel Midstjärna and is licensed under the MIT License.

About

Heatmiser Wifi Home Assistant Component

License:MIT License


Languages

Language:Python 100.0%