Adding new ("Tuya compatible") ZigBee device. #23635
Unanswered
laurentppol
asked this question in
Q&A
Replies: 1 comment
-
Some progress, please follow on Google Groups: https://groups.google.com/g/sonoffusers/c/XVM9fyCkkjc Laurent |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I just got an electric valve for gardening. It is described as "for Tuya", but it is ZigBee, not WiFi device. Sold in Poland under brand "RTX".
It pairs with Tasmota32 powered Chinese Eth -WiFi-ZB gateway, and reacts to button press (can hear valve changing state).
Now on console I have grabbed following output, on pressing button once, wait few seconds and pressing it again:
18:51:22.643 MQT: tele/tasmota_81CDB4/SENSOR = {"ZbReceived":{"0x312C":{"Device":"0x312C","Name":"Elektrozawór 1","EF00/0365":"00:47:53","Endpoint":1,"LinkQuality":94}}}
18:51:26.142 MQT: tele/tasmota_81CDB4/SENSOR = {"ZbReceived":{"0x312C":{"Device":"0x312C","Name":"Elektrozawór 1","EF00/026A":0,"Endpoint":1,"LinkQuality":94}}}
18:51:26.292 MQT: tele/tasmota_81CDB4/SENSOR = {"ZbReceived":{"0x312C":{"Device":"0x312C","Name":"Elektrozawór 1","EF00/0267":0,"Endpoint":1,"LinkQuality":94}}}
18:51:26.441 MQT: tele/tasmota_81CDB4/SENSOR = {"ZbReceived":{"0x312C":{"Device":"0x312C","Name":"Elektrozawór 1","EF00/0102":0,"Endpoint":1,"LinkQuality":94}}}
18:51:26.592 MQT: tele/tasmota_81CDB4/SENSOR = {"ZbReceived":{"0x312C":{"Device":"0x312C","Name":"Elektrozawór 1","EF00/0366":"00:47:57","Endpoint":1,"LinkQuality":94}}}
18:51:26.792 MQT: tele/tasmota_81CDB4/SENSOR = {"ZbReceived":{"0x312C":{"Device":"0x312C","Name":"Elektrozawór 1","EF00/0372":"00:00:04,0","Endpoint":1,"LinkQuality":92}}}
How can I make valid trigger on valve on/off, possibly water counter too (seller says it is equipped), and how to make commands to switch valve?
One of the time-looking counters is like device uptime, other one as ON state time.
Do I have to use Berry, or simple rules?
Laurent
Beta Was this translation helpful? Give feedback.
All reactions