mirror of
https://github.com/lehanspb/tuya-mqtt.git
synced 2025-12-18 00:10:20 +00:00
Description for MQTT DPS topics for subdevices (cid) behind Tuya Gateway
This commit is contained in:
14
README.md
14
README.md
@@ -159,23 +159,23 @@ This example demostrates DPS values and commands for Tuya Smart Thermostat Radia
|
|||||||
|
|
||||||
```
|
```
|
||||||
Thermostat mode:
|
Thermostat mode:
|
||||||
tuya/zgw1/1a24fkfffe6b4e24/dsp/4/state --> {"4":"auto"}
|
tuya/zgw1/1a24fkfffe6b4e24/dsp/4/state --> {"4":"auto"}
|
||||||
Possible values: auto/temp_auto/holiday/manual/comfort/eco/BOOST
|
Possible values: auto/temp_auto/holiday/manual/comfort/eco/BOOST
|
||||||
tuya/zgw1/dps/command <-- {"dps": 4, "set": 4, "cid": "1a24fkfffe6b4e24"}
|
tuya/zgw1/dps/command <-- {"dps": 4, "set": 4, "cid": "1a24fkfffe6b4e24"}
|
||||||
|
|
||||||
Temperature Setpoint:
|
Temperature Setpoint:
|
||||||
tuya/zgw1/1a24fkfffe6b4e24/dps/2/state --> {"2": 220}
|
tuya/zgw1/1a24fkfffe6b4e24/dps/2/state --> {"2": 220}
|
||||||
Where 220 - 22.0 Celsius
|
Where 220 - 22.0 Celsius
|
||||||
tuya/zgw1/dps/command <-- {"dps": 2, "set": 220, "cid": "1a24fkfffe6b4e24"}
|
tuya/zgw1/dps/command <-- {"dps": 2, "set": 220, "cid": "1a24fkfffe6b4e24"}
|
||||||
|
|
||||||
Current Temperature:
|
Current Temperature:
|
||||||
tuya/zgw1/1a24fkfffe6b4e24/dps/3/state --> {"3": 225}
|
tuya/zgw1/1a24fkfffe6b4e24/dps/3/state --> {"3": 225}
|
||||||
Where 225 - 22.5 Celsius
|
Where 225 - 22.5 Celsius
|
||||||
|
|
||||||
Valve percent:
|
Valve percent:
|
||||||
tuya/zgw1/1a24fkfffe6b4e24/dps/109/state --> {"109": 30}
|
tuya/zgw1/1a24fkfffe6b4e24/dps/109/state --> {"109": 30}
|
||||||
Where 30 - 30%
|
Where 30 - 30%
|
||||||
tuya/zgw1/dps/command <-- {"dps": 109, "set": 40, "cid": "1a24fkfffe6b4e24"}
|
tuya/zgw1/dps/command <-- {"dps": 109, "set": 40, "cid": "1a24fkfffe6b4e24"}
|
||||||
```
|
```
|
||||||
|
|
||||||
## Issues
|
## Issues
|
||||||
|
|||||||
Reference in New Issue
Block a user