davoau
davoau
Hi, I tried the openmqttgateway a few months back, and it bricked my ESP32, so wasn't game to try again. I also want to use this for other sensors -...
So I set the mqtt buffer size using set client.setBufferSize(512) and it worked. Here is the output, interestingly it is not doing 2 x messages since I added back to...
I notice after 20 minutes it was dropping messages.. so I moved the esp32 over a bit - 50mm, and I was getting the 2 messages again. At that stage...
> Hi 1technophile. I will revisit the ESP32 with OMG on it, and see if it can be made to work - it will no longer connect via USB com-port,...
Hi, the master I am using is either dated 21/12 or 24/12. I just noticed an update on here and downloaded it. I dont have the board in an enclosure...
Hi, I have cloned the new repo issue 23, I compiled your simple example, and the only changed I have made are as follows: platformio.ini ` monitor_speed = 115200 upload_port...
Here is one where there are 2 messages together: ``` 14:06:38.637 -> rtl_433_ESP(6): Signal length: 483791, Gap length: 47774573, Signal RSSI: -74, train: 1, messageCount: 3, pulses: 176 14:06:38.637 ->...
Thanks for formatting it, I could not work out how to do it. I don't get the 2 messages with the SDR rtl_433 receiver, so does this mean that the...
Mostly the issue is the data is all being written to a database on the rpi, so I am now storing twice as much data as before or I will...
I have been playing around to see if I could recreate what I had before with just getting the one message, and also with the rtl_433_callback check for multiple messages...