#Issue with smart thermostate
1 messages · Page 1 of 1 (latest)
Share the automation YAML. Sounds like you are trying to change the correction entity instead of adjusting the temperature via the climate.set_temperature action.
alias: heating
description: ""
triggers:
- trigger: time
at: "14:24:00"
weekday:- mon
- tue
- wed
- thu
- fri
- sat
- sun
conditions: []
actions:
- device_id: ab292c312d55060ccb936a7b2c93225c
domain: number
entity_id: f41654169d440a0e7a2305f8fa8ec24a
type: set_value
value: 17
mode: single
That makes sense. Seems like i have to figure it out. There is no set temperature option showing...
I changed it and now i don´t get an error but nothing is happening.
alias: heating
description: ""
triggers:
- trigger: time
at: "16:30:00"
conditions: []
actions: - device_id: ab292c312d55060ccb936a7b2c93225c
domain: number
entity_id: climate.wifi_smart_thermostat
type: set_value
value: 17
mode: single
To format your text as code, enter three backticks on the first line, press Enter for a new line, paste your code, press Enter again for another new line, and lastly three more backticks.
```yaml
example: here
```
Don't forget you can edit your post rather than repeatedly posting the same thing.