mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Merge pull request #121 from andylockran/master
Added heatmiser documentation and image
This commit is contained in:
commit
4329d351ff
38
source/_components/thermostat.heatmiser.markdown
Normal file
38
source/_components/thermostat.heatmiser.markdown
Normal file
@ -0,0 +1,38 @@
|
||||
---
|
||||
layout: component
|
||||
title: "Heatmiser thermostat"
|
||||
description: "Instructions how to integrate Heatmiser thermostats within Home Assistant."
|
||||
date: 2015-12-11 12:35
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: heatmiser.png
|
||||
ha_category: Thermostat
|
||||
---
|
||||
|
||||
|
||||
The heatmiser thermostat platform let you control [Heatmiser DT/DT-E/PRT/PRT-E](http://www.heatmisershop.co.uk/heatmiser-slimline-programmable-room-thermostat/) thermostats from Heatmiser. The module itself is currently setup to work over a RS232 -> RS485 converter, therefore it connects over IP.
|
||||
|
||||
To set it up, add the following information to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
thermostat:
|
||||
platform: heatmiser
|
||||
ipaddress: YOUR_IPADDRESS
|
||||
port: YOUR_PORT
|
||||
tstats:
|
||||
1:
|
||||
id: THERMOSTAT_ID
|
||||
name: THERMOSTAT_NAME
|
||||
```
|
||||
|
||||
A single interface can handle up to 32 connected devices.
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **ipaddress** (*Required*): The ip address of your interface.
|
||||
- **port** (*Required*): The port that the interface is listening on.
|
||||
- **tstats** (*Required*): A list of thermostats activated on the gateway.
|
||||
- **id** (*Required*): The id of the thermostat as configured on the device itself
|
||||
- **name** (*Required*): A friendly name for the themostat
|
BIN
source/images/supported_brands/heatmiser.png
Normal file
BIN
source/images/supported_brands/heatmiser.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Loading…
x
Reference in New Issue
Block a user