You cannot have two drivers, but you can add a service that adds data from the second data source.
One approach is to create a service that runs a second thread <https://github.com/weewx/weewx/wiki/multi-threaded-service>, which communicates with the second source. Another approach is to emit data to a file, which the FilePile service <https://github.com/tkeffer/filepile> can then read. For a general discussion, see the Wiki article *Intake strategies <https://github.com/weewx/weewx/wiki/intake-strategies>*. -tk On Mon, Feb 4, 2019 at 9:25 AM Robert Anthony Pitera < [email protected]> wrote: > Pardon what may be an obvious question, but I could only find one relevant > post and it was from a few years ago. > > I have WeeWX up and running with my Acurite 5in1 but I also have a > Bloomsky Sky1. I discovered there was a driver for the Bloomsky and was > wondering if there was a way to add it into my existing WeeWX instance. I > saw that in 2017 someone asked and it wasn't possible to use two drivers > simultaneously but I was wondering if that limitation still existed? If > so, has anyone found a work around for this like running two instances of > WeeWX and somehow combing the info in the skins? > > Thanks! > > -- > You received this message because you are subscribed to the Google Groups > "weewx-user" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
