Electriq heat pumps

Details - present and past

LocationLoungeDining areaBack room[Dining area][Back room][Back room]
Invoice115684855117758197117744407116927782117126594117011390
Order number436543714543294645406954447229654489014644798900
Ordered27-06-202217-03-202313-03-202303-11-202216-12-202205-12-2022
Delivered01-07-202220-03-202319-03-202330-11-202219-12-202208-12-2022
Returned


21-03-202320-03-202319-12-2022
Fault


NoisyNoisyFault code E7
Serial number
220200927220201188220201082220200758220200224
Virtual ID01303121a4e57cb7483301303121a4e57cb7181e01303121a4e57cb77947


Local key0bcccbad1e9cca3a6f42a4636d1b6e69d42fd8a5c4cd2230


MAC addressA4:E5:7C:B7:48:33a4:e5:7c:b7:18:1ea4:e5:7c:b7:79:47


Host nameESP_B74833ESP_B7181EESP_B77947


IP address192.168.183.28192.168.183.32192.168.183.35


Connecting to Home Assistant

Connecting to Tuya app

Getting Tuya information

Configuring in Home Assistant

Turn on the heat pump on a highish setpoint - you can't configure it if it's in standby or idling.

In Home Assistant web interface:

PlatformIDFriendly nameOptions
switch1Power
number2Setpointmin: 16, max: 86, step: 1
sensor3Temperatureunit: °C, class: temperature
select4ModeCOOL;HEAT;DRY;FAN Cool;Heat;Dry;Fan
select5Fan speed1;2;3 Low;Medium;High
select19Temperature unitC;F Celsius;Fahrenheit
switch101Silent
switch104Swing

There are other datapoints: 102 (switch) and 105, 106, 110 and 111 (number). These all have zero values - I don't what they are, or even whether they are used for anything.

Still in Settings->Integrations:

ssh onto hass and add the following to ui-lovelace.yaml (using 'lounge' as an example) to the Lounge theme :

- type: entities
    title: Lounge heat pump
    entities:
        - switch.lounge.a2a_power
        - select.lounge_a2a_mode
        - number.lounge_a2a_setpoint
        - sensor.lounge_a2a_temperature
        - select.lounge_a2a_fan_speed
        - switch.lounge_a2a_silent
        - switch.lounge_a2a_swing

and edit pyscript/heating.py to include section for controlling the heat pump - copy the lounge heat pump control as an example.