Dear Weewx users.
It's my first post. I looked into wiki and docs but still are stuck so I ask here.
My configuration is as follows:
1. DIY solar powered WiFi weather station (built from here:
https://www.instructables.com/id/Solar-Powered-WiFi-Weather-Station-V20/ - the project known to some of you, I suppose), based on Wemos D1 Mini Pro (ESP8266) with own IP address in local network
2. Raspberry Pi 3 used as cheap airplane tracking station (ADS-B stick).
Now I want to extend RPi with Weewx fed and weather station data.
Because my station is hand-made, I can't use any of standard hardware drivers. As far I installed Weewx with Simulator driver and it works -
http://stationIP/weewx shows many plots and data. I was even able to send it periodically to my other, public available, webserver by FTP.
But of course I don't need fake, static data. I want to RPi with Weewx to communicate periodically with weather station, grab the data (or weather station push it periodically to RPi, which is the same, I suppose) and view it live via the webserver.
So finally I come to the important question: is such connection possible? I suppose yes, but my experience with such hardware is very poor and I don't know where should I go. I'm experienced Linux user so it is no problem in this field. I only expect that someone will point me in the right direction, some keyword to look for. Maybe someone has similar configuration and could help?