Re: [weewx-user] weewx-airlink multiple Air Monitoring sensor question

2020-10-18 Thread rich T
John Thanks for the quick reply. So far weewx-airlink works great. Thats what I figured that needs to be done. What would be better; A separate database or keep extending the schema. I'm leaning towards a database approach. Thanks On Sunday, October 18, 2020 at 10:05:28 AM UTC-4, John

Re: [weewx-user] weewx-airlink multiple Air Monitoring sensor question

2020-10-18 Thread John Kline
weewx-airlink uses newly added columns for air quality in WeeWX’s extended schema. There is no provision for storing readings from multiple sensors. That would require extending the schema, creating a separate database or repurposing unused columns in the schema. I’m not keen on any of