Skip to content

Commit 0f52a3c

Browse files
BastianPoeballoob
authored andcommitted
Add documentation for eQ-3 MAX! Cube integration (home-assistant#2093)
1 parent 3c2c8ff commit 0f52a3c

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

source/_components/maxcube.markdown

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
layout: page
3+
title: "eQ-3 MAX! Cube"
4+
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`.
17.8 KB
Loading

0 commit comments

Comments
 (0)