gazoodle / gecko-home-assistant

Home Assistant integration for spas equipped with Gecko Alliance in.touch2 modules
MIT License
69 stars 24 forks source link

I find the project very useful, please could you add the ability to control spa temperature from an HA Automation #73

Open Harley56 opened 1 year ago

Harley56 commented 1 year ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

gazoodle commented 1 year ago

Use an action of service and select climate.set_temperature. Then select the spa hvac control and you should be good to go.

The yaml should look something like this …

service: climate.set_temperature
data:
  temperature: 15
target:
  device_id: f4ffc72bf…..5d4bf68b
Harley56 commented 1 year ago

Thanks I will give it a go.On 17 Jan 2023 23:49, gazoodle @.***> wrote:

Use an action of service and select climate.set_temperature. Then select the spa hvac control and you should be good to go.

The yaml should look something like this …

service: climate.set_temperature

data:

temperature: 15

target:

device_id: f4ffc72bf…..5d4bf68b

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>