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
description: "Instructions on how to integrate eQ-3 MAX! components with Home Assistant via eQ-3 MAX! Cube."
5
+
date: 2017-02-04 22:00
6
+
sidebar: true
7
+
comments: false
8
+
sharing: true
9
+
footer: true
10
+
logo: maxcube.png
11
+
ha_category: DIY
12
+
ha_release: 0.38
13
+
ha_iot_class: "Local Polling"
14
+
---
15
+
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
+
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)
21
+
22
+
Supported Devices:
23
+
- MAX! Radiator Thermostat (tested)
24
+
- MAX! Radiator Thermostat+
25
+
- MAX! Window Sensor (tested)
26
+
- MAX! Wall Thermostat (tested)
27
+
28
+
A `maxcube` section must be present in the `configuration.yaml` file and contain the following options as required:
29
+
30
+
```yaml
31
+
# Example configuration.yaml entry
32
+
maxcube:
33
+
host: 192.168.0.20
34
+
```
35
+
36
+
- **host** (*Required*): The IP address of the eQ-3 MAX! Cube to use.
37
+
- **port** (*Optional*): The UDP port number. Defaults to `62910`.
0 commit comments