mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-01 00:37:35 +00:00
1.3 KiB
1.3 KiB
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|
page | eQ-3 MAX! Cube | Instructions on how to integrate eQ-3 MAX! components with Home Assistant via eQ-3 MAX! Cube. | 2017-02-04 22:00 | true | false | true | true | maxcube.png | Climate | 0.40 | Local Polling |
eQ-3 MAX! 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:
- Configuring weekly schedules is not possible.
- Implementation is based on the reverse engineered MAX! protocol.
Supported Devices:
- MAX! Radiator Thermostat (tested)
- MAX! Radiator Thermostat+
- MAX! Window Sensor (tested)
- MAX! Wall Thermostat (tested)
A maxcube
section must be present in the configuration.yaml
file and contain the following options as required:
# Example configuration.yaml entry
maxcube:
host: 192.168.0.20
Configuration variables:
- host (Required): The IP address of the eQ-3 MAX! Cube to use.
- port (Optional): The UDP port number. Defaults to
62910
.