Hello, I currently have a dual source station : - WMR base station for inside temp and pressure - SDR for all the recordings.
I have read a bit about the multiple driver conf, and set up 2 processes so that one runs the WMR data and the other runs the SDR data. The archive, reporting and restx services are all running on the SDR process. Both process store the data in the same mysql database with different set of tables (archive and archive_wmr) In order to still get the inside temp, and pressure, I added a trigger to the archive_wmr table so that each recorded data from the wmr process goes in the appropriate column of the archive table in the last recorded value. This works fine to store the data, show curves, and historical data, but not for current weather, and restx data. I do not understand if I missed something or if these processes need some additional conf to get the data from the database. Thanks --
