Hello,
I'm having a bit of difficulty
I have weewx running with a number of sensors including a Bresser 6-in-1 station and various other temperature and humidity sensors. My driver retrieves data from all sensors through an mqtt Broker (Mosquitto).
I have just added an air quality sensor using a pms5003 device controlled from a connected Pico which sends its data over wifi to the Broker.
I send these values in the loop data to weewx with names "pm1_0", "pm2_5" and "pm10_0" and these are displayed correctly on my weather page as both latest values and a daily graph.
However, my problem is that they're not appearing in the archive database, even though this database has columns for these particular values.
I wonder if anyone has any clues as to how I can get weewx to store them in its archive record and hence the database.
many thanks