home-assistant.io/source/_integrations/eq3btsmart.markdown
2024-04-24 21:46:14 +02:00

1.4 KiB

title, description, ha_category, ha_iot_class, ha_release, ha_config_flow, ha_codeowners, ha_domain, ha_integration_type, ha_quality_scale, ha_platforms
title description ha_category ha_iot_class ha_release ha_config_flow ha_codeowners ha_domain ha_integration_type ha_quality_scale ha_platforms
eQ-3 Bluetooth Smart Thermostats Instructions on how to integrate eQ-3 Bluetooth Smart Thermostats into Home Assistant.
Climate
Local Polling 2024.5 true
@eulemitkeule
@dbuezas
eq3btsmart device silver
climate

The eq3btsmart climate platform allows you to integrate eQ-3 Bluetooth Smart Thermostats.

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

Pairing

Pairing is only required with firmware versions above 120 and when not using ESPHome Bluetooth proxies. Before configuring Home Assistant you need to pair the thermostat to your Bluetooth adapter using bluetoothctl.

bluetoothctl
scan on
<Wait for the thermostat to show up and copy the MAC address. It will look something like this: [NEW] Device 00:1A:23:27:F8:4E CC-RT-BLE>
scan off
pair <MAC>
<Input the PIN displayed on the thermostat. To display the PIN hold down the main button.>
trust <MAC>
disconnect <MAC>
exit

{% include integrations/config_flow.md %}