Ruuvi Gateway #304
Replies: 1 comment 17 replies
-
Hi @ssahlender, interesting condition with your set-up. As Theengs Gateway is already able to receive undecoded MQTT messages from one or more OpenMQTTGateways, it would be possible to add the topic the Ruuvi Gateway publishes it's MQTT messages on to then have Theengs Gateway decode them. If the undecoded messages are similar to the direct Ruuvi Tag messages it might already work with the existing Ruuvi decoders, if not possible some new decoders would need to be implemented. A good start would be if you could get your sensors close to OpenMQTTGateway, turn on Publishing advertisement and advanced data and then post some messages directly from OMG plus MQTT messages for the same sensor from the Ruuvi Gateway for comparison.
Personally I like to use ESP32-WROOM-32D as they have a sticking out built in antenna or even the ESP32-WROOM-32U which allows for an external antenna with different gain to be attached. For my set-up these two models improve the reception over other ESP32 models, but I couldn't say if they would also cover your 30 meter distance.
Reading the specs of the Ruuvi Gateway, it is based on an ESP32, possibly connected and accessible via the USB-C port. But the feasibility of installing OpenMQTTGateway on it would need further investigation :) |
Beta Was this translation helpful? Give feedback.
-
Hello Community,
thanks for all the cool theengs tools, they are really great work.
I'm using right now OpenMQTTGateway and TheengsGateway and I'm I little bit unsure where to post my question.
Well let's start: As mentioned I play around with the OpenMQTTGateway and TheengsGateway, both are great when the sensor are locate nearby. But I have some sensors which are 30 meters away and the aren't seen with either of them.
I also own a Ruuvi Gateway which has kind of weird looking antenna. But that one receives the signals from the sensor 30 meters away.
Also the software allows it to publish all ble messages the gateway receives in mqtt.
Here my idea / question starts:
How to decode it the best way?
If need, I can post how the published topics from ruuvi gateway look like.
Thanks + Regards Stefan
Beta Was this translation helpful? Give feedback.
All reactions