I have some ESP32 LoRa devices connected to a simple relay and reed sensor. My first question is about sending data over LoRa from ESPHome. As far as I can tell ESPHome doesn’t have any LoRa integrations. I’m assuming then I have to write a custom component and include it in my ESPHome config if I want to use both use ESPHome and send/receive data over LoRa?
My second questions is…can I use LoRa bi-direcitonally? Meaning, can I send a command to my ESP32 over LoRa? I want the device to both send the status of my sensors when they change, and also open/close the relay when I send that command.
I have seen a lot of Arduino code for supporting LoRa but I haven’t been able to find anyone integrating it into ESPHome. I already have a LoRa WAN device that can receive data and publish it to my local MQTT server. Any help or insight appreciated!