timmbogner / Farm-Data-Relay-System

A system that uses ESP-NOW, LoRa, and other protocols to transport sensor data in remote areas without relying on WiFi.
MIT License
485 stars 108 forks source link

MQTT #154

Closed Srgadget closed 1 year ago

Srgadget commented 1 year ago

Hello Sir I first wanted to say many thanks for the project and all the work you did and sharing you r knowledge and lesson's learned. my question is I have my MQTT broker and Node-Red sitting on Home Assistant. Rather than using a serial connection can we send the data straight from Lora Gateway to my MQTT via wifi ? many thanks again ... and If I opt to use this I will gladly make a donation

nglessner commented 1 year ago

Yep, that will work. Or you can literally use a USB cable to power the gateway and plug that straight into your HA instance. Use serial in Node red to consume the data. This is what I do, to cut out that wifi hop.

On Mon, Mar 20, 2023, 10:54 AM Srgadget @.***> wrote:

Hello Sir I first wanted to say many thanks for the project and all the work you did and sharing you r knowledge and lesson's learned. my question is I have my MQTT broker and Node-Red sitting on Home Assistant. Rather than using a serial connection can we send the data straight from Lora Gateway to my MQTT via wifi ? many thanks again ... and If I opt to use this I will gladly make a donation

— Reply to this email directly, view it on GitHub https://github.com/timmbogner/Farm-Data-Relay-System/issues/154#issuecomment-1476494463, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC3OXY6KBHQQTIZJNYP2XZ3W5B4TZANCNFSM6AAAAAAWBIXSUQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

timmbogner commented 1 year ago

Hello! Thanks! Yep, you are free to use WiFi and LoRa on the same gateway. The big limitation is that you can't use ESP-NOW and WiFi at the same time,

Srgadget commented 1 year ago

Many thanks to you both and I look forward to giving this try as this will be my first run with Lora I have a pleanty of use cases for this on my horse farm.

timmbogner commented 1 year ago

Awesome! Let me know if you have any problems. I have recently upgraded the system's LoRa capabilities and am still working through some bugs.