You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/maxcube.markdown
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -8,16 +8,16 @@ comments: false
8
8
sharing: true
9
9
footer: true
10
10
logo: maxcube.png
11
-
ha_category: DIY
11
+
ha_category: Climate
12
12
ha_release: "0.40"
13
13
ha_iot_class: "Local Polling"
14
14
---
15
15
16
16
[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.
17
17
18
18
Limitations:
19
-
- Configuring weekly schedules is not possible
20
-
- Implementation is based on the reverse engineered [MAX! protocol](https://github.com/Bouni/max-cube-protocol)
19
+
- Configuring weekly schedules is not possible.
20
+
- Implementation is based on the reverse engineered [MAX! protocol](https://github.com/Bouni/max-cube-protocol).
21
21
22
22
Supported Devices:
23
23
- MAX! Radiator Thermostat (tested)
@@ -32,6 +32,6 @@ A `maxcube` section must be present in the `configuration.yaml` file and contain
32
32
maxcube:
33
33
host: 192.168.0.20
34
34
```
35
-
35
+
Configuration variables:
36
36
- **host** (*Required*): The IP address of the eQ-3 MAX! Cube to use.
37
37
- **port** (*Optional*): The UDP port number. Defaults to `62910`.
0 commit comments