Replies: 2 comments 2 replies
-
@Koenkk do you know if it is possible to support this type of Tuya datapoint with request+response ? https://www.zigbee2mqtt.io/devices/TS0601_din_2.html |
Beta Was this translation helpful? Give feedback.
-
Here is the external converter for so far:
|
Beta Was this translation helpful? Give feedback.
-
Below is the spec of datapoint.
I would appreciate some help.
So far I have only done converters that receive data (no request needed).
***************** Tuya datapoint spec
1,APP ask the Energy from someday to someday(Months). need APP give the command first.
2,Big-endian,HEX
3,0.01KWH, X100
4,Format:
1)Request:Start_year(1 byte)+Start_Month(1byte)+End_year(1byte)+End_Month(1byte)
eg:14 01 14 02 means request energy from Year: 2020, Month: 01 to Year: 2020, Month:02 , 2 Months
2)ACK (response) from MCU:
Start_year(1 byte)+Start_Month(1byte)+End_year(1byte)+End_Month(1byte)+energy(4bytes)
eg:14 01 14 02 00 00 4E 2F,means energy data is 200.15KWH from y from Year: 2020, Month: 01 to Year: 2020, Month:02
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions