Skip to content

midstar/heatmiser_wifi_ha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED - Heatmiser WiFi Home Assistant Component

hacs_badge No Maintenance Intended

This repository is no longer maintained.

Please use clone at iainbullock/heatmiser_wifi_ha instead.

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.

Releases

No releases published

Packages

No packages published

Languages