I'm curious if anyone has combined multiple WeeWX sites on to the same page? I have two, soon to be three locations, and want to do some combined reporting and charts between them as an independent report. I figure I'll setup a second instance on WeeWX at one of the sites to run off of at least one database locally, and then remote in to the other databases.
I have done reports in the past with mixed database binding in the skin.conf (for example:)
[[[dayinside]]]
[[[[inTemp3]]]]
data_type = inTemp
data_binding = in_binding2
label = Nest
[[[[inTemp]]]]
label = Inside
[[[[serverTemp]]]]
data_type = serverTemp
data_binding = server_binding
label = Server
with the different bindings pointing to different databases in weewx.conf, sometimes on completely different servers. Is this the simplest method to do this or is there a better way?
Thanks in advance!
-Jonathan