I have an ecowit unit that can send data to various weather services and a custom one that allows me to grab the data via a http call. Is there any other input methods developed that would support either getting the data from the device this way or from a sql database?
The output being sent is as follows:
[08/Sep/2022:21:27:36 -0600] "GET /weatherstation/updateweatherstation.php?ID=Id&PASSWORD=Key&tempf=51.4&humidity=62&dewptf=38.8&windchillf=51.4&winddir=283&windspeedmph=6.71&windgustmph=8.05&rainin=0.000&dailyrainin=0.000&weeklyrainin=0.000&monthlyrainin=0.020&yearlyrainin=0.020&totalrainin=0.020&solarradiation=6.89&UV=0&indoortempf=72.0&indoorhumidity=47&absbaromin=28.051&baromin=28.051&lowbatt=0&dateutc=now&softwaretype=EasyWeatherPro_V5.0.9&action=updateraw&realtime=1&rtfreq=5 HTTP/1.0" 500 - "-" "-"
Right now I have it being collected into a database, but would like to see if I could use weewx with the data.