Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] - Unable to set hvac_mode from automation #338

Open
brodyhoskins opened this issue Dec 19, 2024 · 2 comments
Open

[bug] - Unable to set hvac_mode from automation #338

brodyhoskins opened this issue Dec 19, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@brodyhoskins
Copy link

I have a thermostat configured as follows:

climate:
  - platform: dual_smart_thermostat
    name: Office Thermostat
    heater: switch.shelly1pm_3494547839ca
    target_sensor: sensor.office_sensor_temperature_3
    initial_hvac_mode: "off"
    min_temp: 60
    max_temp: 80

I have an automation that I would have set the hvac_mode to "heat", so it's configured like:

action: climate.set_temperature
data:
  temperature: 72
  hvac_mode: heat
target:
  entity_id: climate.office_thermostat

The issue is that while the target temperature is set, the hvac_mode does not switch from "off" to "heat."

@swingerman
Copy link
Owner

Do you see any error message?

@brodyhoskins
Copy link
Author

I don't see any errors from Home Assistant's Docker logs, and strangely I don't see any change in the Logbook/History.

I haven't used HACS in quite a long time and don't remember how everything fits together. I wonder if I'm doing something that the integration doesn't like.

@swingerman swingerman self-assigned this Dec 20, 2024
@swingerman swingerman added the bug Something isn't working label Dec 20, 2024
@swingerman swingerman changed the title Unable to set hvac_mode from automation [bug] - Unable to set hvac_mode from automation Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants