Make a DIY sensor lora

Hello community
I implemented an “OMG” on a Lilygo Lora card and my “mqtts” appear perfectly in Home Assistant.
Question: I want to make a DIY sensor to weigh my hives (hx-711 + DHT 11 + Lora Radio Node v1.0). How do I make this device communicate with my “OMG” via Lora?

Hello,

You can use the example given with the repository:

It sends the ESP32 temperature; by modifying it, you can make it use the DHT11 and HX711.