Anemometer on Second Sensor Suite
Closed this issue · 1 comments
Pogs2004 commented
Not an issue as such, but I have moved my anemometer from the main ISS to a second sensor suite on ID2 that's mounted on the roof. I can see this data in the loop packets and on WeatherLink.com. How do I get this to become the default? I have this in my config but I still only see the original (which is null):
[WLLDriver]
driver = user.WLLDriver
max_tries = 10
retry_wait = 10
poll_interval = 3
realtime_enable = 0
hostname = 192.168.1.121
time_out = 10
wind_gust_2min_enable = 1
device_id = iss:1
device id = iss:2-extraAnemometer
wl_archive_enable = 1
wl_apikey = **************************
wl_apisecret = **************************
wl_stationid = ******
wl_archive_interval = 5
Do I have to add a second anemometer to the database? Ideally I would like it to be in the existing wind columns / tables.
Thanks,
Rory
Pogs2004 commented
I have made the second anemometer the default then completely disconnected the ISS:1 anemometer and it works fine. I would have liked to record data from both but there doesn't seem to be a way to make the new anemometer the default and the original one as the second.