home-assistant.io/source/_components/climate.eq3btsmart.markdown
Teemu R 7c24ed0fa7
Update eq3btsmart doc for new features (#1618)
* WIP: Update eq3btsmart for new features

This is WIP as it requires a revamped backend library, and should not be merged before the changes to the backend are done. See https://github.com/bimbar/bluepy_devices/pull/6 for details.

* Update climate.eq3btsmart.markdown

simplify the documentation, there is no need to pair the device.
2017-01-28 21:45:25 +01:00

1.5 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_iot_class
layout title description date sidebar comments sharing footer logo ha_category ha_iot_class
page EQ3 Bluetooth Smart Thermostats Instructions how to integrate EQ3 Bluetooth Smart Thermostats into Home Assistant. 2016-04-18 22:00 true false true true eq3.gif Climate Local Poll

The eq3btsmart climate platform allows you to integrate EQ3 Bluetooth Smart Thermostats.

The current functionality allows setting the temperature as well as controlling the supported modes with help of python-eq3bt library. As the device doesn't contain a temperature sensor (read more), we report target temperature also as current one.

Testing the connectivity

Before configuring Home Assistant you should check that connectivity with the thermostat is working, which can can be done with the eq3cli tool:

eq3cli --mac 00:11:22:33:44:55

[00:1A:22:XX:XX:XX] Target 17.0 (mode: auto dst, away: no)
Locked: False
Batter low: False
Window open: False
Boost: False
Current target temp: 21.0
Current mode: auto dst
Valve: 0

Configuration

# Example configuration.yaml entry
climate:
  - platform: eq3btsmart
    devices:
      room1:
        mac: '00:11:22:33:44:55'

Configuration variables:

  • devices array (Required): List of thermostats.
    • [device-name] (Required): The name to use for the thermostat.
      • mac (Required): MAC address of the thermostat.