Bruno OCTAU
Bruno OCTAU
> Very nice! I think pressure_psi should be removed and replaced by pressure_kpa in the output. In that case, it's a breaking change, right ? Or to provide both ,...
feat-bresser_soil_moisture is mine, related to pr #3005 recently created but their is still some work on it.
@markcs : same findings for me, your last samples are clipping, signal is too strong. From your first samples, I did some flex test but not sure which one is...
@markcs: You have the ID written behind the sensor on the sticker with QR code, this could help to identify the good code as the ID should be transmitted into...
@markcs : the best is to play with https://triq.net/bitbench , this will let you arrange the data layout along your findings. Here [Hexa bitbench](https://triq.net/bitbench#c=%5BDetection%5D&c=ff6001e0c44500f410280c60a0010111&c=ff6001e1444500f410280c60a0009ef4&c=ff6001e0644500f410280c60a0010919&c=ff6001e1e44500f410280c60a00096fc&c=ff6001e0a44500f410280c60a00086ec&c=ff6001e1244500f410280c60a0011909&c=ff6001e0344500f410280c60a0010d1d&c=ff6001e1b44500f410280c60a00092f8&c=&c=%5Btamperswitch%5D&c=ff6001e0d64500f410280c6060004067&c=ff6001e1564500f410280c606001df82&c=ff6001e0764500f410280c606000486f&c=ff6001e1f64500f410280c606001d78a&c=ff6001e0b64500f410280c606001c79a&c=ff6001e1364500f410280c606000587f&c=ff6001e0264500f410280c6060004c6b&c=ff6001e1a64500f410280c606001d38e&f=HEADER%2028h%20%3F%2012h%20%3F%2032h%20%3F%2024h%20%3F%2016h%20CRC%2016h&z=1&cw=4) Here [binary bitbench](https://triq.net/bitbench#c=%5BDetection%5D&c=ff6001e0c44500f410280c60a0010111&c=ff6001e1444500f410280c60a0009ef4&c=ff6001e0644500f410280c60a0010919&c=ff6001e1e44500f410280c60a00096fc&c=ff6001e0a44500f410280c60a00086ec&c=ff6001e1244500f410280c60a0011909&c=ff6001e0344500f410280c60a0010d1d&c=ff6001e1b44500f410280c60a00092f8&c=&c=%5Btamperswitch%5D&c=ff6001e0d64500f410280c6060004067&c=ff6001e1564500f410280c606001df82&c=ff6001e0764500f410280c606000486f&c=ff6001e1f64500f410280c606001d78a&c=ff6001e0b64500f410280c606001c79a&c=ff6001e1364500f410280c606000587f&c=ff6001e0264500f410280c6060004c6b&c=ff6001e1a64500f410280c606001d38e&f=HEADER%2028h%20%3F%2012b%20%3F%2032b%20%3F%2024b%20%3F%2016b%20CRC%2016h&z=1&cw=4)
>This module is installed only in RISCO 2-way wireless units, Just a little guidance that can help you. Because of 2-way protocol you may captured the sensor and the Risco...
@markcs: >Was the frame structure you mentioned for Risco devices, or similar devices? Similar devices, I had recently work on Bresser Smarthome Garden, the PR 3005 is still opened and...
@markcs >Looking at this today, I also notice that randomly I see a much longer string with length of 264: It's clearly related to the same protocol, as the CRC-16...
@markcs : Little remark about your flex decoder, your ID can't be {42} as the flex limit is 32 bits. You need a decoder to get ID {42}. The other...
@markcs yes combine id1 and id2. To create a decoder we need some work and we can help you, I can draft it and commit into a specific rtl_433 branch...