mathieu-mp / homeassistant-intex-spa

Home Assistant integration for Intex Spa
https://github.com/mathieu-mp/homeassistant-intex-spa
MIT License
32 stars 6 forks source link

Spa turns off heater, no direct sensor to check #55

Closed FreezyExp closed 1 year ago

FreezyExp commented 1 year ago

I noticed the spa was not heating up, inspecting the display I noticed the heating was turned off. I've set all my temperature set buttons to also set the HVAC state, but these for some reason did not alter the state as expected.

It would be nice if the integration would add a sensor or state in the spa device to indicate the heating state. It currently only seems to list the possible states but not report the active one.

As a workaround, I will set up a warning for the temperature dropping below the target temperature as the unit seems to never dip below this.

FreezyExp commented 1 year ago

From climate.spa

hvac_modes:
  - heat
  - 'off'
min_temp: 20
max_temp: 40
target_temp_step: 1
current_temperature: 34
temperature: 32
icon: mdi:pool-thermometer
friendly_name: Spa
supported_features: 1
FreezyExp commented 1 year ago

ah never mind, the value of the state says "heat"