|
|
|
|
|
by elmoret
3 days ago
|
|
If you document this somewhere I'd love to read about it! I took the approach of sniffing the packets between the radio and mcu on the bridge board, got most of the way into reverse engineering that, then helped build this instead: https://github.com/tronikos/esphome-magnetometer-water-gas-m... But I always wanted to finish pulling flume data to home assistant, without the cloud. |
|
My setup is a logic analyzer tap on the SPI bus between 8266 and the RFM69 on the bridge device to log raw traffic, and my secondary RX (ESP32 + RFM69) for over-the-air traffic.
Also, I have a gas meter sensor based on your work half-built on my workbench. I plan to set that up once I finish my Flume distraction. Great work, thank you!