Ill open this up saying i have no idea what im doing with zigbee.
I have hacked up a driver which is successfully receiving and decoding the data from the TRV. Now i am trying to send a command back to the device, but am unable to write in in such a way that HE will send it.
Ive found this in pythoon, but the data dsont aline perfectly with what ive been receiving
This is the data from the device in regard to its mode, with the last be in the mode its in
tuya mode 0404, raw=[raw:catchall: 0104 EF00 01 01 0040 00 3E03 01 00 0000 01 01 445F0404000102, profileId:0104, clusterId:EF00, clusterInt:61184, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:3E03, isClusterSpecific:true, isManufacturerSpecific:false, manufacturerId:0000, command:01, direction:01, data:[44, 5F, 04, 04, 00, 01, 02]] data=[44, 5F, 04, 04, 00, 01, 02]
this is the code todate
but basicly i want to know how to format and send a zigbee message
Thanks