I have an ESP 32 connected to a ultrasonic sensor connected to a LoRa 998

I am trying to make a remote war tank sensor using two esp32 ,an ultrasonic sensor st the tank to send water height to another esp32 connected to a LoRa Rylr 993. The sensor is working the esp32 are on line but the data is not being sent to the esp32 at my house. Any suggestions

It's not going to work if you only have one lora module sending but none receiving.

Im assuming you are using ESPHome. Please use the </> for forum readability when posting your yaml code and compile logs for both ESP32 devices (both ends).

Any error log entries?

What is the distance between the devices?

Is the issue at the sending end, receiving end, or how it is fed into HomeAssistant? How have you configured your LoRa Rylr 993 at the receiving end - UART? Are the protocols and speeds the same on both ends?

What troubleshooting attempts have you tried already?