#Issue with smart thermostate

1 messages · Page 1 of 1 (latest)

fathom patrol
#

I need some help with my smart thermostat (wtrv-pj-603-ms). When trying to automate heating up/cooling down it fails with following message: Value 17.0 for number.wifi_smart_thermostat_temperature_correction is outside valid range -10.0 - 10.0. Does anyone has an idea how to fix that?

carmine hazel
#

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.

fathom patrol
#

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
rotund ospreyBOT
#

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.