Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.44 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.44 KB

How to modify TuYa TS0601 thermostat to use with external temperature sensor in Home Assistant

Problem:

You can find many "external temperature sensor" automations templates that are using calibration method. But big problem with all of them, that current temperature measured on the device changing very often and you need to get it every time you want to send update for "external temperature sensor". Usually automations code looks like this:

  1. Send 0.0 to local_temperature_calibration
  2. Few seconds later we receive local_temperature from device.
  3. Scripts takes local_temperature and subtract value of your external temperature sensor. Total amount(difference) send to local_temperature_calibration.

It is working method. But temperature jumps to much(look green line on picture)

View picture

image

Device appearance:

Box view

image

Front view

image

Top view

image