diff --git a/components/tuya.rst b/components/tuya.rst index a458fe1ce..79f5d3818 100644 --- a/components/tuya.rst +++ b/components/tuya.rst @@ -40,12 +40,38 @@ Here is an example output for a Tuya fan controller: [12:39:45][C][tuya:032]: Datapoint 9: switch (value: OFF) [12:39:45][C][tuya:046]: Product: '{"p":"hqq73kftvzh8c92u","v":"1.0.0","m":0}' +Here is another example output for a Tuya ME-81H thermostat: + +.. code-block:: text + + [08:51:09][C][tuya:032]: Tuya: + [08:51:09][C][tuya:043]: Datapoint 1: switch (value: ON) + [08:51:09][C][tuya:045]: Datapoint 24: int value (value: 220) + [08:51:09][C][tuya:045]: Datapoint 16: int value (value: 22) + [08:51:09][C][tuya:049]: Datapoint 2: enum (value: 1) + [08:51:09][C][tuya:045]: Datapoint 19: int value (value: 40) + [08:51:09][C][tuya:045]: Datapoint 101: int value (value: 1) + [08:51:09][C][tuya:045]: Datapoint 27: int value (value: -2) + [08:51:09][C][tuya:049]: Datapoint 43: enum (value: 1) + [08:51:09][C][tuya:049]: Datapoint 102: enum (value: 1) + [08:51:09][C][tuya:051]: Datapoint 45: bitmask (value: 0) + [08:51:09][C][tuya:043]: Datapoint 10: switch (value: ON) + [08:51:09][C][tuya:041]: Datapoint 38: raw (value: 06.00.14.08.00.0F.0B.1E.0F.0C.1E.0F.11.00.16.16.00.0F.08.00.16.17.00.0F (24)) + [08:51:09][C][tuya:049]: Datapoint 36: enum (value: 1) + [08:51:09][C][tuya:057]: GPIO Configuration: status: pin 14, reset: pin 0 (not supported) + [08:51:09][C][tuya:061]: Status Pin: GPIO14 + [08:51:09][C][tuya:063]: Product: '{"p":"gogb05wrtredz3bs","v":"1.0.0","m":0}' + Configuration variables: ------------------------ - **time_id** (*Optional*, :ref:`config-id`): Some Tuya devices support obtaining local time from ESPHome. Specify the ID of the :ref:`Time Component