I have real-time data from my PV Solar installation being saved on a MySQL (actually mariadb) database on a NAS within my network. It would be nice if I could, in real time, pull the values in a couple of fields from this database and save them in my weewx database for trend display. I know that I can create a second weewx binding to a MySQL/mariadb database, but the structure of the database in question does not 'look' anything like that of a normal weewx database, so the default Manager would presumably not be able to work with it. Is there, or is it reasonably possible to write, a Manager that simply implements SELECTs on the managed database and returns the results to a user-written service that processes them? If not, one could presumably import and use the regular MySQL connector within the service to grab the needed data.
-- You received this message because you are subscribed to the Google Groups "weewx-development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/weewx-development/d523d486-c733-4fd1-bd58-5a9c0832b3c0n%40googlegroups.com.
