Sorry for my English, Google Translator helped

I don't know if I'm right here, but I'll try to explain. I don't get any further due to a lack of skills and little documentation.
I have a Rasbeery pi3 running in the garden with rtl_433 USB STICK and also 2 x 433 mhz temperature sensors, I have the output of the temperature data saved in json via rtl433 on the raspbeery in the garden.
At home I also have a Raspbeery pi 3 with Domoticz to run. with DSL
I update the Json file from the garden with Weewx Update on a third-party server via LTE hotspot.
I want to integrate the Json file into Domoticz ..!
I can read the Json file from the foreign ftp server with the HTTP poller, no problem. ....
I don't know how I can evaluate the json data via HTTP poller and Lua so that domoticz understands the json file.
It's not a static json ....
I've tried a lot of options, but I can't find the right solution.
I also know weewx-sdr, so I have a problem with that and can't get any further.
Maybe someone can help me with this problem via Lua or other options or ideas.
Maybe there is another possibility.
Many Thanks
My saved json file from rtl_433 looks like this.
{"time" : "2021-01-11 10:08:04", "model" : "Conrad-S3318P", "id" : 233, "channel" : 1, "battery_ok" : 1, "temperature_C" : 18.500, "humidity" : 45, "button" : 0, "mic" : "CRC"}
{"time" : "2021-01-11 10:09:04", "model" : "Conrad-S3318P", "id" : 233, "channel" : 1, "battery_ok" : 1, "temperature_C" : 18.500, "humidity" : 45, "button" : 0, "mic" : "CRC"}
{"time" : "2021-01-11 10:10:45", "model" : "inFactory-TH", "id" : 162, "channel" : 2, "battery_ok" : 1, "temperature_C" : 20.444, "humidity" : 39, "mic" : "CRC"}
{"time" : "2021-01-11 10:11:45", "model" : "inFactory-TH", "id" : 162, "channel" : 2, "battery_ok" : 1, "temperature_C" : 20.444, "humidity" : 39, "mic" : "CRC"}
{"time" : "2021-01-11 10:12:04", "model" : "Conrad-S3318P", "id" : 233, "channel" : 1, "battery_ok" : 1, "temperature_C" : 18.500, "humidity" : 45, "button" : 0, "mic" : "CRC"}
{"time" : "2021-01-11 10:13:04", "model" : "Conrad-S3318P", "id" : 233, "channel" : 1, "battery_ok" : 1, "temperature_C" : 18.500, "humidity" : 45, "button" : 0, "mic" : "CRC"}