I have a working WeeWx install on a Pi that is struggling to generate the webpages in a timely fashion due to overall workload on the Pi. I would like to offload the webpage generation to another machine somehow.
The sole reason it is on the Pi is because I can put the Pi close to the station for USB connectivity.
Stringing a longer cable is not an option.
Moving the station is not an option.
Reducing overall load on the Pi is not an option.
The current instance logs to a MySql/Maria DB on another machine.
What are my options here? Some kind of USB over the network? The data is all in a database, so this should be pretty simple to do. Tell WeeWx where the data is and have it generate the reports, but not have it try to update the data.