mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Update eq3btsmart climate component configuration (#7438)
This commit is contained in:
parent
012a9de352
commit
82e77824a4
@ -18,7 +18,8 @@ The current functionality allows setting the temperature as well as controlling
|
|||||||
As the device doesn't contain a temperature sensor ([read more](https://forum.fhem.de/index.php/topic,39308.15.html)),
|
As the device doesn't contain a temperature sensor ([read more](https://forum.fhem.de/index.php/topic,39308.15.html)),
|
||||||
we report target temperature also as current one.
|
we report target temperature also as current one.
|
||||||
|
|
||||||
### Testing the connectivity ###
|
### {% linkable_title Testing the connectivity %}
|
||||||
|
|
||||||
Before configuring Home Assistant you should check that connectivity with the thermostat is working, which can be done with the eq3cli tool:
|
Before configuring Home Assistant you should check that connectivity with the thermostat is working, which can be done with the eq3cli tool:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@ -32,9 +33,9 @@ Boost: False
|
|||||||
Current target temp: 21.0
|
Current target temp: 21.0
|
||||||
Current mode: auto dst
|
Current mode: auto dst
|
||||||
Valve: 0
|
Valve: 0
|
||||||
```
|
```
|
||||||
|
|
||||||
### Configuration ###
|
### {% linkable_title Configuration %}
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
@ -45,9 +46,19 @@ climate:
|
|||||||
mac: '00:11:22:33:44:55'
|
mac: '00:11:22:33:44:55'
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
devices:
|
||||||
- **devices** array (*Required*): List of thermostats.
|
description: List of thermostats.
|
||||||
- **[device-name]** (*Required*): The name to use for the thermostat.
|
required: true
|
||||||
- **mac** (*Required*): MAC address of the thermostat.
|
type: list
|
||||||
|
keys:
|
||||||
|
name:
|
||||||
|
description: The name to use for the thermostat.
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
keys:
|
||||||
|
mac:
|
||||||
|
description: MAC address of the thermostat.
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user