matthewwall / weewx-sdr

weewx driver for software-defined radio
GNU General Public License v3.0
114 stars 74 forks source link

WH1080 ID changes after restart #42

Closed willie42 closed 5 years ago

willie42 commented 5 years ago

I have issues with my weather-station. So I have to restart it from time to time. After resetting it, it starts sending with a new ID and so I have to run the driver directly to get the ID and to edit the weewx.conf. Is there any possibility to set a wildcard? Like so: rain_total = rain_total.*.FOWH1080Packet

Regards, Willie

matthewwall commented 5 years ago

yes. glob pattern matches are supported.

willie42 commented 5 years ago

It is that simple - I just should have tried it :) I changed the lines as described and it works. Thanks a lot.