mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-24 22:02:04 +01:00
Adds Tuya Climate temperature multiplier (#756)
* Add tuya climate temperature-multiplier * Fix page link
This commit is contained in:
parent
37aedbe930
commit
b19415554d
@ -48,8 +48,17 @@ Configuration variables:
|
||||
- **switch_datapoint** (**Required**, int): The datapoint id number of the climate switch.
|
||||
- **target_temperature_datapoint** (**Required**, int): The datapoint id number of the target temperature.
|
||||
- **current_temperature_datapoint** (**Required**, int): The datapoint id number of the current temperature.
|
||||
- **temperature_multiplier** (**Optional**, float): A multiplier to modify the incoming and outgoing temperature values - :ref:`see below <temperature-multiplier>`.
|
||||
- All other options from :ref:`Climate <config-climate>`.
|
||||
|
||||
.. _temperature-multiplier:
|
||||
|
||||
Temperature multiplier
|
||||
----------------------
|
||||
|
||||
Some Tuya climate devices report the temperature with a multiplied factor. This is because the MCU only utlizes
|
||||
integers for data reporting and to get a .5 temperature you need to divide by 2 on the ESPHome side.
|
||||
|
||||
See Also
|
||||
--------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user