mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 22:36:51 +00:00
Fixed category (#2512)
* Fixed category Changed category to "Climate" * Update maxcube.markdown Added missing formatting and text.
This commit is contained in:
parent
580d5d20db
commit
ff7129a540
@ -8,7 +8,7 @@ comments: false
|
|||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: maxcube.png
|
logo: maxcube.png
|
||||||
ha_category: DIY
|
ha_category: Climate
|
||||||
ha_release: "0.40"
|
ha_release: "0.40"
|
||||||
ha_iot_class: "Local Polling"
|
ha_iot_class: "Local Polling"
|
||||||
---
|
---
|
||||||
@ -16,8 +16,8 @@ ha_iot_class: "Local Polling"
|
|||||||
[eQ-3 MAX!](http://www.eq-3.com/products/max.html) integration for Home Assistant allows you to connect eQ-3 MAX! components via the eQ-3 MAX! Cube. The components connects to the eQ-3 MAX! Cube via TCP and automatically makes all supported components available in Home Assistant. The name for each device is created by concatenating the MAX! room and device names.
|
[eQ-3 MAX!](http://www.eq-3.com/products/max.html) integration for Home Assistant allows you to connect eQ-3 MAX! components via the eQ-3 MAX! Cube. The components connects to the eQ-3 MAX! Cube via TCP and automatically makes all supported components available in Home Assistant. The name for each device is created by concatenating the MAX! room and device names.
|
||||||
|
|
||||||
Limitations:
|
Limitations:
|
||||||
- Configuring weekly schedules is not possible
|
- Configuring weekly schedules is not possible.
|
||||||
- Implementation is based on the reverse engineered [MAX! protocol](https://github.com/Bouni/max-cube-protocol)
|
- Implementation is based on the reverse engineered [MAX! protocol](https://github.com/Bouni/max-cube-protocol).
|
||||||
|
|
||||||
Supported Devices:
|
Supported Devices:
|
||||||
- MAX! Radiator Thermostat (tested)
|
- MAX! Radiator Thermostat (tested)
|
||||||
@ -32,6 +32,6 @@ A `maxcube` section must be present in the `configuration.yaml` file and contain
|
|||||||
maxcube:
|
maxcube:
|
||||||
host: 192.168.0.20
|
host: 192.168.0.20
|
||||||
```
|
```
|
||||||
|
Configuration variables:
|
||||||
- **host** (*Required*): The IP address of the eQ-3 MAX! Cube to use.
|
- **host** (*Required*): The IP address of the eQ-3 MAX! Cube to use.
|
||||||
- **port** (*Optional*): The UDP port number. Defaults to `62910`.
|
- **port** (*Optional*): The UDP port number. Defaults to `62910`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user