mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
New venstar climate platform (#4412)
* New venstar climate platform * Update 'ha_release' and use new style
This commit is contained in:
parent
ed4b825f74
commit
a7aa9dae97
77
source/_components/climate.venstar.markdown
Normal file
77
source/_components/climate.venstar.markdown
Normal file
@ -0,0 +1,77 @@
|
||||
---
|
||||
layout: page
|
||||
title: "Venstar Thermostat"
|
||||
description: "Instructions for how to integrate Venstar WiFi thermostats within Home Assistant."
|
||||
date: 2018-01-14 00:04
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: venstar.png
|
||||
ha_category: Climate
|
||||
ha_release: 0.62
|
||||
ha_iot_class: "Local Polling"
|
||||
---
|
||||
|
||||
|
||||
The `venstar` climate platform allows you to control [Venstar](http://www.venstar.com) thermostats from Home Assistant.
|
||||
Venstar thermostats feature a local API that allows for automation without the need for a cloud service.
|
||||
|
||||
Currently supported and tested thermostats:
|
||||
|
||||
- Color Touch T7900
|
||||
|
||||
Currently supported functionality:
|
||||
- Setting heat/cool temperature when the thermostat is in the appropriate mode.
|
||||
- Changing the operation mode of the thermostat (heat/cool/off/auto)
|
||||
- Turning the fan on/off
|
||||
- Setting the humidity level
|
||||
|
||||
Note - Please ensure you update your thermostat to the latest firmware. Currently tested on firmware 5.10.
|
||||
|
||||
To set it up, add the following information to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
climate:
|
||||
- platform: venstar
|
||||
host: IP_OR_HOSTNAME_OF_THERMOSTAT
|
||||
```
|
||||
|
||||
{% configuration %}
|
||||
host:
|
||||
description: Address of your thermostat, e.g., 192.168.1.32.
|
||||
required: true
|
||||
type: string
|
||||
username:
|
||||
description: Username for the thermostat.
|
||||
required: false
|
||||
type: string
|
||||
password:
|
||||
description: Password for the thermostat.
|
||||
required: false
|
||||
type: string
|
||||
ssl:
|
||||
description: Whether to use SSL or not when communicating.
|
||||
required: false
|
||||
type: boolean
|
||||
default: False
|
||||
timeout:
|
||||
description: Number of seconds for API timeout.
|
||||
required: false
|
||||
type: int
|
||||
default: 5
|
||||
{% endconfiguration %}
|
||||
|
||||
## {% linkable_title Full configuration sample %}
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
climate:
|
||||
- platform: venstar
|
||||
host: IP_OR_HOSTNAME_OF_THERMOSTAT
|
||||
ssl: True/False
|
||||
username: OPTIONAL_AUTH_USER_HERE
|
||||
password: OPTIONAL_AUTH_PASS_HERE
|
||||
timeout: 5
|
||||
```
|
BIN
source/images/supported_brands/venstar.png
Normal file
BIN
source/images/supported_brands/venstar.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.2 KiB |
Loading…
x
Reference in New Issue
Block a user