Drealine / weatherlinklive-driver-weewx

Weewx driver for WeatherLinkLive module with VP2 including archive from Weatherlink.com when data be lost.
https://meteo-jussy.fr
Apache License 2.0
4 stars 4 forks source link

How to setup device_id parameter with two ISS channels #1

Closed dhover closed 4 years ago

dhover commented 4 years ago

I have a Davis Weatherlink Live with 2 devices connected. The first one is an ISS without wind meter and the second one is the Wind meter connected by a Davis 6332 sensor transmitter kit. The WLL is configured with ISS on channel 1 and the Wind meter on channel 2. This is a normal configuration if the wind meter is located on another location as the iss.

I configured device_id = 1:iss-2:iss but then the values from channels 1 (temp, hum) are overwritten by those of the second channel which do not contain those values. The wind values are shown ok. Tried with device_id = 2:iss-1:iss but then the wind values are overwritten by the empty values from channel 1. How the setup the device_id parameter in this situation?

Drealine commented 4 years ago

Hi,

The only thing to do that at the moment is to set this :

device_id = 1:iss-2:extra_Anenometer

It will be overwritten only winds values and not others values like you mentioned.

It is not implemented to get lost data from Weatherlink.com. Keep an eye to this thread, I will work on it to implement.

Let me know if it work. -fp

dhover commented 4 years ago

The only thing to do that at the moment is to set this :

device_id = 1:iss-2:extra_Anenometer Ok, that works. In the source code there is a small typo extra_Anenometer should be extra_Anemometer

It is not implemented to get lost data from Weatherlink.com. Keep an eye to this thread, I will work on it to implement. After a restart I indeed got a lot of errors because I didn't changed the default Weatherlink.com parameters. Is it possible to disable the use of Weatherlink.com for data retrieval?

Drealine commented 4 years ago

Thank's. I will push a new update next week. Not at the moment. It is one of possibility. I will work on it also.

Drealine commented 4 years ago

Updated the repo to include enable or disable wl archive.