🚜 Merges/Redirect Maxcube component pages (#8282)

This commit is contained in:
Klaas Schoute 2019-01-25 23:25:02 +01:00 committed by Fabian Affolter
parent e9ce7c8b8d
commit 2b05df7468
3 changed files with 13 additions and 33 deletions

View File

@ -1,16 +0,0 @@
---
layout: page
title: "eQ-3 MAX! Cube binary sensors"
description: "Instructions on how to integrate eQ-3 MAX! components with Home Assistant via eQ-3 MAX! Cube."
date: 2017-02-04 22:00
sidebar: true
comments: false
sharing: true
footer: true
logo: maxcube.png
ha_category: Climate
ha_release: "0.40"
ha_iot_class: "Local Polling"
---
See instructions at the [main component](/components/maxcube/).

View File

@ -1,16 +0,0 @@
---
layout: page
title: "eQ-3 MAX! Cube thermostat"
description: "Instructions on how to integrate eQ-3 MAX! components with Home Assistant via eQ-3 MAX! Cube."
date: 2017-02-04 22:00
sidebar: true
comments: false
sharing: true
footer: true
logo: maxcube.png
ha_category: Climate
ha_release: "0.40"
ha_iot_class: "Local Polling"
---
See instructions at the [main component](/components/maxcube/).

View File

@ -8,18 +8,30 @@ comments: false
sharing: true sharing: true
footer: true footer: true
logo: maxcube.png logo: maxcube.png
ha_category: Climate ha_category:
- Climate
- Binary Sensor
ha_release: "0.40" ha_release: "0.40"
ha_iot_class: "Local Polling" ha_iot_class: "Local Polling"
redirect_from:
- /components/binary_sensor.maxcube/
- /components/climate.maxcube/
--- ---
[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.
There is currently support for the following device types within Home Assistant:
- Binary Sensor
- Climate
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)
- MAX! Radiator Thermostat+ - MAX! Radiator Thermostat+
- MAX! Window Sensor (tested) - MAX! Window Sensor (tested)