anthyz
anthyz
I have the sensor labeled TCS005ARF which has the channel switch near the batteries and is decoded by rtl_433. On the box it came in the RF frequency spec is,...
I took a look. It's the row 2 message that isn't output. The row 1 message appears to drop a zero byte from the middle. Because it is zero the...
This appears to follow the protocol of Bresser 7-in-1 messages (both OEM'd by CCL Electronics). It looks like a 16 bit digest followed by a 16 bit ID followed by...
From reading the manual apparently the sensor does some basic loud noise detection, too. No indication it's reported in a message, though. Might be good to experiment with that as...
The sensitivity setting is not in the message, and it looks like there's occasionally a bad bit flip at the end (see the two examples with digest 0x3b72). For distance,...
Excellent finds! According to Table 17 in section 8.9.3 of the AS3935 datasheet there are 16 possible distance values. The byte[7] values seen so far in the bitbench data (01,...
klux is derived from the UV value. I played around with it a bit and found that the formula (131000 + (UV * 491) ) / 1000 gets the same...
Interesting! Yeah, it’s likely a hack, but personally knowing nothing about the properties of the sensors I’d want more data before deciding how bad of a hack it is. It...
No, they have different payloads. The WH31 is already supported by rtl_433, and there is PR for WN34 support (https://github.com/merbanan/rtl_433/pull/2122).
First I just have to say that the triq.org documentation and tools are well done and have been very informative and useful. Excellent work! That said this script is a...