Re: [weewx-development] weewx with multiple stations supported by a driver

2020-05-06 Thread Greg Troxel
Till Maas writes: > So a PC supports probably several Master Bricks, each master Brick > several Outdoor Weather Bricklets (they contain the wireless receiver) > or other sensors and each Outdoor Weather Bricklet supports 255 wireless > sensors and 255 wireless weather stations. The weather stati

Re: [weewx-development] Re: Package weewx like other python projects

2020-05-06 Thread Greg Troxel
Tom Keffer writes: > On Wed, May 6, 2020 at 6:30 AM Greg Troxel wrote: > >> Tom Keffer writes: >> >> > In fact, I would appreciate it if you could point me to any non-trivial >> > application that pip installs. I couldn't find any. Just libraries. >> >> home assistant >> >> which is sort of li

[weewx-development] Re: weewx with multiple stations supported by a driver

2020-05-06 Thread mwall
ah, the "where should we do the aggregation?" problem you should consider where you want the aggregation to happen. there are at least three options: - when the data are collected - when the data are stored - when the data are reported baseline for weewx databases is one-per-driver, but as you

[weewx-development] weewx with multiple stations supported by a driver

2020-05-06 Thread Till Maas
Hi, I am currently developing a driver for Tinkerforge sensors. Their architecture is similar to this: PC <-- USB -- Tinkerforge Master Brick +- Bricklet -- Weather Station | `- Sensors |

Re: [weewx-development] Re: Package weewx like other python projects

2020-05-06 Thread Tom Keffer
On Wed, May 6, 2020 at 6:30 AM Greg Troxel wrote: > Tom Keffer writes: > > > In fact, I would appreciate it if you could point me to any non-trivial > > application that pip installs. I couldn't find any. Just libraries. > > home assistant > > which is sort of like weewx, but more complicated. >

Re: [weewx-development] Re: Package weewx like other python projects

2020-05-06 Thread Greg Troxel
Tom Keffer writes: > In fact, I would appreciate it if you could point me to any non-trivial > application that pip installs. I couldn't find any. Just libraries. home assistant which is sort of like weewx, but more complicated. My home assistant install, via pip in a venv, has 119 modules. >