This repository is no longer maintained.
Please use clone at iainbullock/heatmiser_wifi_ha instead.
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
Install through HACS.
Alternatively copy the heatmiser_wifi directory and its contents to the Home Assistant custom_components directory.
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'>
- Heatmiser Wifi the library used for communication with Heatmiser WiFi
- daveNewcastle/Heatmiser-WIFI Heatmiser Wifi Home Assistant Component for older versions of Home Assistant. It has not been updated for many years.
- Home Assistant Heatmiser Core component for non WiFi versions of Heatmister Thermostats.
This component is written by Joel Midstjärna and is licensed under the MIT License.