Skip to content

amrheing/thermostat_reset_offset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

GitHub issues GitHub stars GitHub license

thermostat_reset_offset

Resets the Thermostat offset in Problems

sometimes the offset will not set correct - no idea why at this time

then you can call this script manual as automation and it will be resetted to Offset 0.

in behavior of the need for set_offset script there will also set the temp data to 0.

- id: 'schlafzimmer_thermostat_reset_offset'
  alias: Schlafzimmer Thermostat Reset Offset 
  description: ''
  trigger: []
  condition: []
  action:
  - service: python_script.thermostat_reset_offset
    data:
      climate_entity: climate.thermostat_schlafzimmer_rechts
      current_offset: input_number.sz_current_offset_rechts
  mode: single

In the code you can change the zwave ackend now:

# What zwave implementation is working?
# the "Old" one: "zwave"
# the newer OZW implementation beta: "ozw"
#ZWAVE_SERVICE = "zwave"
ZWAVE_SERVICE = "ozw"

About

Resets the Thermostat offset in Problems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages