How do I get heat mode state from Bestway integration?

I’m trying to set up an automation to only change the temperature of the hot tub if the heat is on, but I can’t find any attribute for that despite it appearing on the dashboard objects? Can someone steer me? I’m clearly missing something.

alias: Hot Tub - 19:00
description: ""
trigger:
  - platform: time
    at: "19:00:00"
condition:
  - condition: state
    entity_id: ??????
    state: ?????
    attribute: ??????
action:
  - service: climate.set_temperature
    metadata: {}
    data:
      temperature: 38
    target:
      device_id: xxxxx
mode: single

If you are having a problem with a specific Custom Integration, the first point of contact is in the Github post that you found it in originally.

Most if not all the people there that know the product and use the software that will be able to give you more accurate information regarding your problem.

Here you might find someone.

Can you use the HVAC mode attribute of the climate entity ?

I can’t find it in the automation builder

That’s the state to say that it needs to apply heat, not that it’s in heat mode unfortunately.

I’ve just tried it. It is heating when the hot tub is heating and idle when it’s not

1 Like

I’ll raise an issue on the GitHub page, but it may be the case that I have to create an OR statement for the two modes