I got one of these water sensors (https://www.banggood.com/DY-SQ100B-Water-Leakage-Detector-Rustproof-Sensor-Alarm-433MHz-for-Security-Home-Alarm-System-p-1266537.html) and a Sonoff RF Bridge running Tasmota, and trying to automate some alerting.
Problem is, I can’t seem to figure out the data it’s sending. I’ve gotten several different data packet types:
23:11:40 MQT: tele/RF_Bridge/RESULT = {"RfReceived":{"Sync":10210,"Low":330,"High":910,"Data":"840312","RfKey":"None"}}
23:11:45 MQT: tele/RF_Bridge/RESULT = {"RfReceived":{"Sync":10420,"Low":300,"High":920,"Data":"840312","RfKey":"None"}}
23:12:06 MQT: tele/RF_Bridge/RESULT = {"RfReceived":{"Sync":11470,"Low":280,"High":930,"Data":"080624","RfKey":"None"}}
23:12:06 MQT: tele/RF_Bridge/RESULT = {"RfReceived":{"Sync":11470,"Low":280,"High":930,"Data":"080624","RfKey":"None"}}
23:13:39 MQT: tele/RF_Bridge/RESULT = {"RfReceived":{"Sync":10210,"Low":330,"High":900,"Data":"840312","RfKey":"None"}}
23:22:05 MQT: tele/RF_Bridge/RESULT = {"RfReceived":{"Sync":10310,"Low":290,"High":950,"Data":"840312","RfKey":"None"}}
The last 4 packets correspond to wet, dry, wet, dry respectively.
I can’t make head or tails of this data. Does anyone know what these codes mean?