[weewx-user] Re: Weather34

2022-02-26 Thread Steeple Ian

It looks as though the main weather34.py module has not install correctly.
I will be releasing a new version of the template this evening which I 
think may help you. 
I will let you know directly when this happens.
Ian
On Sunday, February 27, 2022 at 6:25:58 AM UTC matthieu89...@gmail.com 
wrote:

> Thanks, I have a new problem with weather34.
>
> I don't understand where the problem comes from. I modified weewx.conf
>
>
>
> Le samedi 26 février 2022 à 23:02:26 UTC+1, steep...@gmail.com a écrit :
>
>> No that is not correct. If that location is where your weewx-Weather34 
>> folder is, services.txt should be /home/pi/services.txt
>>
>> The reason for that location is to prevent the files services.txt being 
>> copied to your webserver during the install process which would the expose 
>> all your api keys etc and create a security risk.
>>
>> On Saturday, February 26, 2022 at 8:35:37 PM UTC matthieu89...@gmail.com 
>> wrote:
>>
>>> The services.txt is /home/pi/weewx-Weather34 :
>>> Is no correct ?
>>>
>>> Le samedi 26 février 2022 à 19:09:40 UTC+1, steep...@gmail.com a écrit :
>>>
 Hi,

 The services.txt file must be alongside you weather34 install folder 
 not in it. Eg if your weather34 installer folder is in your home folder, 
 services.txt should be in your home folder as well.

 Ian

 On Saturday, February 26, 2022 at 4:12:38 PM UTC 
 matthieu89...@gmail.com wrote:

> Hello,
>
> I am installing weather34 with weewx
> I put the file service.txt file in weather34
>
> But I have a problem with the installation :
>
> >>> %Run w34_installer.py
> !!! THIS INSTALL IS USING PYTHON VERSION 3.9.2 IS THIS CORRECT? 
> (Yes/No)Yes
> Install will continue with Python Version 3.9.2
>
> PYTHON EPHEM VERSION 3.7.7.1 INSTALLED
> PYTHON XMLTODICT VERSION 0.12.0 INSTALLED
>
> PHP 7.4.28 (cli) (built: Feb 17 2022 16:17:19) ( NTS )
> Copyright (c) The PHP Group
> Zend Engine v3.4.0, Copyright (c) Zend Technologies
> with Zend OPcache v7.4.28, Copyright (c), by Zend Technologies
> PHP INSTALLED
>
> List of found conf files to install with
> 1 -> setup_py.conf
> 2 -> macos.conf
> 3 -> packaged.conf
> Enter the NUMBER of the installer config file 3
> Installer Config file packaged.conf was chosen.
> Traceback (most recent call last):
>   File "/home/pi/weewx-Weather34/w34_installer.py", line 97, in 
> __init__
> with open("../services.txt") as infile:
> FileNotFoundError: [Errno 2] No such file or directory: 
> '../services.txt'
> [Errno 2] No such file or directory: '../services.txt'
> >>> 
>


-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/60625707-494e-40f8-9bc2-f70cb3d87fcfn%40googlegroups.com.


[weewx-user] Re: Multiple full sensor data with one SDR-Stick

2022-02-26 Thread f4n...@gmail.com
That would be a good and much simpler solution if it works, will definitely 
try this. Is there some unit remaining which i could use for wind_gust?

Thanks a lot!

an oldman schrieb am Samstag, 26. Februar 2022 um 23:47:49 UTC+1:

> you could try something like in this if
> soilMoist1, soilMoist2, extraTemp1, extraHumid1, windBatteryStatus and 
> hail are unsed
>
> in weewx.conf
> [SDR]
> [[sensor_map]]
> soilMoist1 = wind_speed.1276.Acurite5n1PacketV2
> soilMoist2 = wind_dir.1276.Acurite5n1PacketV2
> extraTemp1 = temperature.1276.Acurite5n1PacketV2
> extraHumid1 = humidity.1276.Acurite5n1PacketV2
> windBatteryStatus = battery.1276.Acurite5n1PacketV2
> hail_total = rain_total.1276.Acurite5n1PacketV2
> [[deltas]]
> hail = hail_total
>
> [Accumulator]
> [[hail]]
> extractor = sum
>
> and in extensions.py
> import weewx.units
> weewx.units.obs_group_dict['soilMoist1'] = 'group_speed'
> weewx.units.obs_group_dict['soilMoist2'] = 'group_direction'
>
> then to display wind speed you would use $current.soilMoist1 in a template
> and for wind dir $current.soilMoist2 and/or 
> $current.soilMoist2.ordinal_compass
>
> not shure where to change the labels at but i think in 4.6.2 it is in the 
> lang files
> say in en.conf
> [Labels]
> [[Generic]]
> soilMoist1 = Wind Speed (5n1)
> soilMoist2 = Wind Direction (5n1)
> windBatteryStatus = Battery (5n1)
> hail = Rain (5n1)
> $obs.label.soilMoist1 should show Wind Speed (5n1) and so on.
>
> On Saturday, February 26, 2022 at 11:27:03 AM UTC-6 an oldman wrote:
>
>> that config won't work with your set up, had to add a lot to the sdr 
>> driver for sensors, make some extension, add to the schema and 
>> user/extensions.py file and change some weewx core files.
>> look in the wiki under data management Switching to the new, extended 
>> schema wview_extended 
>> 
>> .
>>
>>
>> On Saturday, February 26, 2022 at 10:53:58 AM UTC-6 f4n...@gmail.com 
>> wrote:
>>
>>> Now that's really great, thanks for the config. Where or how exactly do 
>>> i have to add the entrys in the schema file?
>>>
>>> an oldman schrieb am Samstag, 26. Februar 2022 um 16:41:11 UTC+1:
>>>
 I have
 here is my sdr from weewx.conf
 extraTemp, batteryStatus, extraHumid1 - 8 are in the wview_extended.py 
 schema.
 I had to add to the schema extrawindSpeed, extrawindDir, 
 lightning_distance15, lightning_strike_count15 and extraTemp, 
 batteryStatus, extraHumid 9 - 16.
 Had a 3rd 5n1 but a hail storm took out 2 5n1s, had to combine them to 
 get 1 working 5n1.

 On Saturday, February 26, 2022 at 2:51:21 AM UTC-6 f4n...@gmail.com 
 wrote:

> Would it be possible to record data from two or more full sensor 
> arrays (including wind and rain) in one weewx instance? Or record the 
> data 
> in multiple weewx instances with only one SDR-stick? 
>
> I know multiple SDR sticks to multiple weewx instances is possible, 
> but how could it be done with just one stick? 
>
> I already achieved to get the temperature from a second sensor with 
> the extraTempSensor value in the sensor map, but i guess this wouldn't 
> work 
> for wind and rain? It seems like it would need basically only an adaption 
> to the schema and database, but to edit these seems a bit complex for me, 
> has anyone ever done this?
>


-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/93b145c4-e411-4109-8aa0-66b8c486a943n%40googlegroups.com.


Re: [weewx-user] wh23xx driver and weewx 4.6.2

2022-02-26 Thread f4n...@gmail.com
Just to clarify what i'm trying to do:

Reading out a WH65 -> 2 weewx instances (SDR, Interceptor)* -> this works 
so far 
Reading out a WH2310 -> 3rd weewx instance (wh23xx driver) -> doesn't show 
up in driver menu if i do wee_config -reconfigure weewx-3.conf

Hope this is possible without using multiple devices. Do i have to run the 
3rd weewx instance in docker or which ways to achieve this are possible?

* [SDR for redundancy because of possible network downtimes with the 
Interceptor solution when the wifi/router is down, loss of power or 
rebooting]

f4n...@gmail.com schrieb am Samstag, 26. Februar 2022 um 17:55:42 UTC+1:

> But could it work with weewx-multi? 
>
> tke...@gmail.com schrieb am Samstag, 26. Februar 2022 um 17:04:56 UTC+1:
>
>> Unfortunately, WeeWX can only use one driver at a time. The price we pay 
>> for avoiding a complex, asynchronous engine.
>>
>> On Sat, Feb 26, 2022 at 6:32 AM f4n...@gmail.com  
>> wrote:
>>
>>> Is anyone using the wh23xx driver (
>>> https://github.com/matthewwall/weewx-wh23xx) on weewx 4.6.2? I can't 
>>> choose the driver after installation. Or is only one user driver per 
>>> installation possible?
>>>
>>> Thanks for any help or idea
>>>
>>> -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "weewx-user" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to weewx-user+...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/weewx-user/92917d38-d7ff-457c-868d-1a99da2c30aan%40googlegroups.com
>>>  
>>> 
>>> .
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/f030f03a-26c0-4fb6-b936-dfaaf01c08e5n%40googlegroups.com.


Re: [weewx-user] Re: Ghost values in logger archive records

2022-02-26 Thread Jeff A. D.
Just as a matter of interest, I went back even further and looked at my 
original Vantage Pro (not 2) with firmware "REV B MAR 30 2004".

I'm seeing  the soilLeafAlarms but not leafWet in the LOOP data.  

I don't push to Weatherlink or publish online at all, I just use WeeWX to 
download the archive data from the logger and produce reports (particularly 
NOAA) to keep my own historical records locally.  Works great for me.

Manufacture code: B30407A83A

LOOP:   2022-02-26 21:14:24 MST (1645935264) 'altimeter': 
'30.2576782', 'appTemp': '-6.179805913900935', 'barometer': 
'30.2576782', 'cloudbase': '1571.5926270879713', 
'consBatteryVoltage': '4.75', 'dateTime': '1645935264', 'dayET': '0.0', 
'dayRain': '0.0', 'dewpoint': '-4.9150075591870745', 'ET': 'None', 
'extraAlarm1': '0', 'extraAlarm2': '0', 'extraAlarm3': '0', 'extraAlarm4': 
'0', 'extraAlarm5': '0', 'extraAlarm6': '0', 'extraAlarm7': '0', 
'extraAlarm8': '0', 'extraTemp1': '43.0', 'forecastIcon': '8', 
'forecastRule': '1', 'heatindex': '2.0', 'humidex': '1.9964', 
'inDewpoint': '27.247736039588684', 'inHumidity': '24.0', 'insideAlarm': 
'0', 'inTemp': '64.9', 'maxSolarRad': 'None', 'monthET': '0.0', 
'monthRain': '0.0', 'outHumidity': '72.0', 'outsideAlarm1': '0', 
'outsideAlarm2': '0', 'outTemp': '2.0', 'pressure': '23.188788492606', 
'rain': '0.0', 'rainAlarm': '0', 'rainRate': '0.0', '*soilLeafAlarm1': '0', 
'soilLeafAlarm2': '0', 'soilLeafAlarm3': '0', 'soilLeafAlarm4': '0',* 
'stormRain': '0.0', 'sunrise': '1645883880', 'sunset': '1645923900', 
'txBatteryStatus': '0', 'usUnits': '1', 'windchill': '2.0', 'windDir': 
'162.0', 'windGust': '3.0', 'windGustDir': '162.0', 'windrun': 'None', 
'windSpeed': '3.0', 'windSpeed10': '2.0', 'yearET': '0.0', 'yearRain': '0.0'

On Saturday, February 26, 2022 at 1:41:32 PM UTC-7 vince wrote:

> On Saturday, February 26, 2022 at 12:01:07 PM UTC-8 Tom Keffer wrote:
>
>> Now that you mention it, I see much the same thing on my vintage VP2.
>>
> However, the archive records are fine. If you use hardware record 
>> generation (the default), then the values should not get into the database 
>> at all.
>>
>> So, Tom & VInce, I suspect this is a different issue, if it's an issue at 
>> all. 
>>
>
> Think it's a different issue.  The extra leafWet4 and soilLeafAlarm1-4 
> items we see on VP2 aren't even in the extended schema so we might just be 
> getting lucky there.  Given my firmware is over 13 years old, whatever's 
> going on has been there for a long time
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/f601b966-0862-4400-930b-f8e3cb073281n%40googlegroups.com.


[weewx-user] Re: Multiple full sensor data with one SDR-Stick

2022-02-26 Thread an oldman
you could try something like in this if
soilMoist1, soilMoist2, extraTemp1, extraHumid1, windBatteryStatus and hail 
are unsed

in weewx.conf
[SDR]
[[sensor_map]]
soilMoist1 = wind_speed.1276.Acurite5n1PacketV2
soilMoist2 = wind_dir.1276.Acurite5n1PacketV2
extraTemp1 = temperature.1276.Acurite5n1PacketV2
extraHumid1 = humidity.1276.Acurite5n1PacketV2
windBatteryStatus = battery.1276.Acurite5n1PacketV2
hail_total = rain_total.1276.Acurite5n1PacketV2
[[deltas]]
hail = hail_total

[Accumulator]
[[hail]]
extractor = sum

and in extensions.py
import weewx.units
weewx.units.obs_group_dict['soilMoist1'] = 'group_speed'
weewx.units.obs_group_dict['soilMoist2'] = 'group_direction'

then to display wind speed you would use $current.soilMoist1 in a template
and for wind dir $current.soilMoist2 and/or 
$current.soilMoist2.ordinal_compass

not shure where to change the labels at but i think in 4.6.2 it is in the 
lang files
say in en.conf
[Labels]
[[Generic]]
soilMoist1 = Wind Speed (5n1)
soilMoist2 = Wind Direction (5n1)
windBatteryStatus = Battery (5n1)
hail = Rain (5n1)
$obs.label.soilMoist1 should show Wind Speed (5n1) and so on.

On Saturday, February 26, 2022 at 11:27:03 AM UTC-6 an oldman wrote:

> that config won't work with your set up, had to add a lot to the sdr 
> driver for sensors, make some extension, add to the schema and 
> user/extensions.py file and change some weewx core files.
> look in the wiki under data management Switching to the new, extended 
> schema wview_extended 
> 
> .
>
>
> On Saturday, February 26, 2022 at 10:53:58 AM UTC-6 f4n...@gmail.com 
> wrote:
>
>> Now that's really great, thanks for the config. Where or how exactly do i 
>> have to add the entrys in the schema file?
>>
>> an oldman schrieb am Samstag, 26. Februar 2022 um 16:41:11 UTC+1:
>>
>>> I have
>>> here is my sdr from weewx.conf
>>> extraTemp, batteryStatus, extraHumid1 - 8 are in the wview_extended.py 
>>> schema.
>>> I had to add to the schema extrawindSpeed, extrawindDir, 
>>> lightning_distance15, lightning_strike_count15 and extraTemp, 
>>> batteryStatus, extraHumid 9 - 16.
>>> Had a 3rd 5n1 but a hail storm took out 2 5n1s, had to combine them to 
>>> get 1 working 5n1.
>>>
>>> On Saturday, February 26, 2022 at 2:51:21 AM UTC-6 f4n...@gmail.com 
>>> wrote:
>>>
 Would it be possible to record data from two or more full sensor arrays 
 (including wind and rain) in one weewx instance? Or record the data in 
 multiple weewx instances with only one SDR-stick? 

 I know multiple SDR sticks to multiple weewx instances is possible, but 
 how could it be done with just one stick? 

 I already achieved to get the temperature from a second sensor with the 
 extraTempSensor value in the sensor map, but i guess this wouldn't work 
 for 
 wind and rain? It seems like it would need basically only an adaption to 
 the schema and database, but to edit these seems a bit complex for me, has 
 anyone ever done this?

>>>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/89b440fd-91df-4c0d-8944-35130a45ee66n%40googlegroups.com.


[weewx-user] Re: WeatherlinkliveUDP and WU Rapidfire

2022-02-26 Thread Keith Thomas
I've been seeing the same behavior here using the WeatherFlowUDP driver, 
but in my case both pressure and dewpoint are missing from most rapidfire 
updates. It looks like dewpoint is also a problem on yours.

This behavior appears to have started in 4.6.0 and continues in 4.6.1 and 
4.6.2. I downgraded to 4.5.1 and the "cached" data is included in every 
rapidfire update. I took a quick look through the code yesterday and 
couldn't find the problem, but I was hoping to take a closer look at it 
this weekend.

- Keith


On Saturday, February 26, 2022 at 8:14:06 AM UTC-5 rory.g...@googlemail.com 
wrote:

> I meant to say, WeatherLinkLiveUDP is set to 10s interval, it makes no 
> difference at 30s, so I assume the UDP packets from WLL only send the 
> pressure every 30 seconds or so.
>
> On Saturday, February 26, 2022 at 12:42:05 PM UTC Rory Gillies wrote:
>
>> Hi,
>>
>> I am using the WeatherLinkLiveUDP driver with Weewx to access my David 
>> Vantage Pro2 Plus station. Everything works a treat (you can see my weather 
>> page here using the excellent Neowx-Material skin: 
>> https://www.360shetland.co.uk/weather/index.html
>>
>> I upload to PWS Weather, Windy, and Weather Underground using the 
>> rapidfire mode. I had an issue with wind speed being higher than wind gust 
>> speed which I have fixed, however the pressure value only seems to be 
>> updated every 30 seconds rather than with each loop. My WU Rapid station is 
>> here: https://www.wunderground.com/dashboard/pws/ISHETL39/
>>
>> Is there any way to append the pressure value to the loop data that is 
>> uploaded? Although the pressure is recorded and can be seen in the station 
>> current condition, the pressure dial disappears for 30 seconds then appears 
>> briefly until the next loop packet is uploaded. It's not the end of the 
>> world, but I would like the pressure dial to be there all the time.
>>
>> Thanks,
>>
>> Rory
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/812ab6df-1db8-4bf3-bb5e-7dd63fbd6a86n%40googlegroups.com.


[weewx-user] Re: Weather34

2022-02-26 Thread Steeple Ian
No that is not correct. If that location is where your weewx-Weather34 
folder is, services.txt should be /home/pi/services.txt

The reason for that location is to prevent the files services.txt being 
copied to your webserver during the install process which would the expose 
all your api keys etc and create a security risk.

On Saturday, February 26, 2022 at 8:35:37 PM UTC matthieu89...@gmail.com 
wrote:

> The services.txt is /home/pi/weewx-Weather34 :
> Is no correct ?
>
> Le samedi 26 février 2022 à 19:09:40 UTC+1, steep...@gmail.com a écrit :
>
>> Hi,
>>
>> The services.txt file must be alongside you weather34 install folder not 
>> in it. Eg if your weather34 installer folder is in your home folder, 
>> services.txt should be in your home folder as well.
>>
>> Ian
>>
>> On Saturday, February 26, 2022 at 4:12:38 PM UTC matthieu89...@gmail.com 
>> wrote:
>>
>>> Hello,
>>>
>>> I am installing weather34 with weewx
>>> I put the file service.txt file in weather34
>>>
>>> But I have a problem with the installation :
>>>
>>> >>> %Run w34_installer.py
>>> !!! THIS INSTALL IS USING PYTHON VERSION 3.9.2 IS THIS CORRECT? 
>>> (Yes/No)Yes
>>> Install will continue with Python Version 3.9.2
>>>
>>> PYTHON EPHEM VERSION 3.7.7.1 INSTALLED
>>> PYTHON XMLTODICT VERSION 0.12.0 INSTALLED
>>>
>>> PHP 7.4.28 (cli) (built: Feb 17 2022 16:17:19) ( NTS )
>>> Copyright (c) The PHP Group
>>> Zend Engine v3.4.0, Copyright (c) Zend Technologies
>>> with Zend OPcache v7.4.28, Copyright (c), by Zend Technologies
>>> PHP INSTALLED
>>>
>>> List of found conf files to install with
>>> 1 -> setup_py.conf
>>> 2 -> macos.conf
>>> 3 -> packaged.conf
>>> Enter the NUMBER of the installer config file 3
>>> Installer Config file packaged.conf was chosen.
>>> Traceback (most recent call last):
>>>   File "/home/pi/weewx-Weather34/w34_installer.py", line 97, in __init__
>>> with open("../services.txt") as infile:
>>> FileNotFoundError: [Errno 2] No such file or directory: '../services.txt'
>>> [Errno 2] No such file or directory: '../services.txt'
>>> >>> 
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/9316cd72-899e-4179-b0c0-a7c80e04b257n%40googlegroups.com.


Re: [weewx-user] Re: Ghost values in logger archive records

2022-02-26 Thread vince
On Saturday, February 26, 2022 at 12:01:07 PM UTC-8 Tom Keffer wrote:

> Now that you mention it, I see much the same thing on my vintage VP2.
> However, the archive records are fine. If you use hardware record 
> generation (the default), then the values should not get into the database 
> at all.
>
> So, Tom & VInce, I suspect this is a different issue, if it's an issue at 
> all. 
>

Think it's a different issue.  The extra leafWet4 and soilLeafAlarm1-4 
items we see on VP2 aren't even in the extended schema so we might just be 
getting lucky there.  Given my firmware is over 13 years old, whatever's 
going on has been there for a long time

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/170f7584-4745-41ac-b1c8-58a69b7a4bddn%40googlegroups.com.


Re: [weewx-user] Re: Ghost values in logger archive records

2022-02-26 Thread Tom Mitchell
Agree, and it is not causing me any inconvenience at all. The values in the
loop records are zero and nothing bad is making it into the database.

--
Tom Mitchell
t...@tom.org
Real Time Beverly, MA Weather
http://weather.tom.org

"The whole problem with the world
  is that fools and fanatics are
  always so certain of themselves,
  and wiser people so full of doubts."
  - Bertrand Russell


On Sat, Feb 26, 2022 at 3:01 PM Tom Keffer  wrote:

> Now that you mention it, I see much the same thing on my vintage VP2.
>
> LOOP:   2022-02-26 11:49:59 PST (1645904999) 'altimeter':
> '30.42638119898824', 'appTemp': '25.222996664487933', 'barometer':
> '30.466', 'cloudbase': '3256.019047776817', 'consBatteryVoltage': '3.8',
> 'dateTime': '1645904999', 'dayET': '0.013', 'dayRain': '0.0', 'dewpoint':
> '22.653516189782003', 'ET': 'None', 'extraAlarm1': '0', 'extraAlarm2': '0',
> 'extraAlarm3': '0', 'extraAlarm4': '0', 'extraAlarm5': '0', 'extraAlarm6':
> '0', 'extraAlarm7': '0', 'extraAlarm8': '0', 'extraTemp1': '41.0',
> 'forecastIcon': '6', 'forecastRule': '9', 'heatindex': '33.9', 'humidex':
> '33.9', 'inDewpoint': '34.94442442954327', 'inHumidity': '32.0',
> 'insideAlarm': '0', 'inTemp': '65.6', 'leafWet4': '0.0', 'maxSolarRad':
> '560.1687542669548', 'monthET': '1.4', 'monthRain': '1.05', 'outHumidity':
> '63.0', 'outsideAlarm1': '0', 'outsideAlarm2': '0', 'outTemp': '33.9',
> 'pressure': '29.664269086795418', 'radiation': '236.0', 'rain': '0.0',
> 'rainAlarm': '0', 'rainRate': '0.0', 'soilLeafAlarm1': '0',
> 'soilLeafAlarm2': '0', 'soilLeafAlarm3': '0', 'soilLeafAlarm4': '0',
> 'stormRain': '0.0', 'sunrise': '1645887000', 'sunset': '1645926540',
> 'txBatteryStatus': '0', 'usUnits': '1', 'UV': '1.1', 'windchill':
> '27.78647284087997', 'windDir': '82.0', 'windGust': '8.0', 'windGustDir':
> '71.0', 'windrun': 'None', 'windSpeed': '7.0', 'windSpeed10': '4.0',
> 'yearET': '1.89', 'yearRain': '18.7'
>
> However, the archive records are fine. If you use hardware record
> generation (the default), then the values should not get into the database
> at all.
>
> So, Tom & VInce, I suspect this is a different issue, if it's an issue at
> all.
>
> -tk
>
> On Sat, Feb 26, 2022 at 11:37 AM vince  wrote:
>
>> Ancient wireless VP2 here with original firmware and serial datalogger
>> (and serial2usb adaptor) - I see zeroes for various leaf-related sensors
>> that I do not have.  From the sticker on the console
>>
>> Product #6312
>> IC.  3788A-6312
>> Mfg. codeA90127N012<= major=A, made 01/27/2009 unit 12
>> Model No.6152
>> ISS  E
>> Hum  G1
>> Final Insp.  DS
>>
>> LOOP:   2022-02-26 11:25:41 PST (1645903541) 'altimeter':
>> '30.156485323860934', 'appTemp': '43.36524400870842', 'barometer':
>> '30.168', 'cloudbase': '4064.240154057676', 'consBatteryVoltage': '4.59',
>> 'dateTime': '1645903541', 'dayET': '0.0', 'dayRain': '0.0', 'dewpoint':
>> '31.323343322146226', 'ET': 'None', 'extraAlarm1': '0', 'extraAlarm2': '0',
>> 'extraAlarm3': '0', 'extraAlarm4': '0', 'extraAlarm5': '0', 'extraAlarm6':
>> '0', 'extraAlarm7': '0', 'extraAlarm8': '0', 'forecastIcon': '6',
>> 'forecastRule': '44', 'heatindex': '44.551', 'humidex': '47.6',
>> 'inDewpoint': '40.61309491561404', 'inHumidity': '33.0', 'insideAlarm':
>> '0', 'inTemp': '71.2', *'leafWet4': '0.0'*, 'maxSolarRad':
>> '503.83343767539475', 'monthET': '0.0', 'monthRain': '0.54', 'outHumidity':
>> '53.0', 'outsideAlarm1': '0', 'outsideAlarm2': '0', 'outTemp': '47.6',
>> 'pressure': '29.758736943947643', 'rain': '0.0', 'rainAlarm': '0',
>> 'rainRate': '0.0', '*soilLeafAlarm1': '0', 'soilLeafAlarm2': '0',
>> 'soilLeafAlarm3': '0', 'soilLeafAlarm4': '0', *'stormRain': '0.0',
>> 'sunrise': '1645887300', 'sunset': '1645926600', 'txBatteryStatus': '0',
>> 'usUnits': '1', 'windchill': '47.6', 'windDir': '234.0', 'windGust': '1.0',
>> 'windGustDir': '234.0', 'windrun': 'None', 'windSpeed': '1.0',
>> 'windSpeed10': '1.0', 'yearET': '0.0', 'yearRain': '25.75'
>>
>>
>> Davis Vantage EEPROM settings:
>>
>> CONSOLE TYPE:   Vantage Pro2
>>
>> CONSOLE FIRMWARE:
>>   Date: Jul 14 2008
>>   Version:  1.80
>>
>> CONSOLE SETTINGS:
>>   Archive interval: 300 (seconds)
>>   Altitude: 365 (foot)
>>   Wind cup type:large
>>   Rain bucket type: 0.01 inches
>>   Rain year start:  10
>>   Onboard time: 2022-02-26 11:27:04
>>
>> CONSOLE DISPLAY UNITS:
>>   Barometer:inHg
>>   Temperature:  degree_F
>>   Rain: inch
>>   Wind: mile_per_hour
>>
>> CONSOLE STATION INFO:
>>   Latitude (onboard):   +47.3
>>   Longitude (onboard):  -122.3
>>   Use manual or auto DST?   AUTO
>>   DST setting:  N/A
>>   Use GMT offset or 

Re: [weewx-user] Re: Ghost values in logger archive records

2022-02-26 Thread Tom Keffer
Now that you mention it, I see much the same thing on my vintage VP2.

LOOP:   2022-02-26 11:49:59 PST (1645904999) 'altimeter':
'30.42638119898824', 'appTemp': '25.222996664487933', 'barometer':
'30.466', 'cloudbase': '3256.019047776817', 'consBatteryVoltage': '3.8',
'dateTime': '1645904999', 'dayET': '0.013', 'dayRain': '0.0', 'dewpoint':
'22.653516189782003', 'ET': 'None', 'extraAlarm1': '0', 'extraAlarm2': '0',
'extraAlarm3': '0', 'extraAlarm4': '0', 'extraAlarm5': '0', 'extraAlarm6':
'0', 'extraAlarm7': '0', 'extraAlarm8': '0', 'extraTemp1': '41.0',
'forecastIcon': '6', 'forecastRule': '9', 'heatindex': '33.9', 'humidex':
'33.9', 'inDewpoint': '34.94442442954327', 'inHumidity': '32.0',
'insideAlarm': '0', 'inTemp': '65.6', 'leafWet4': '0.0', 'maxSolarRad':
'560.1687542669548', 'monthET': '1.4', 'monthRain': '1.05', 'outHumidity':
'63.0', 'outsideAlarm1': '0', 'outsideAlarm2': '0', 'outTemp': '33.9',
'pressure': '29.664269086795418', 'radiation': '236.0', 'rain': '0.0',
'rainAlarm': '0', 'rainRate': '0.0', 'soilLeafAlarm1': '0',
'soilLeafAlarm2': '0', 'soilLeafAlarm3': '0', 'soilLeafAlarm4': '0',
'stormRain': '0.0', 'sunrise': '1645887000', 'sunset': '1645926540',
'txBatteryStatus': '0', 'usUnits': '1', 'UV': '1.1', 'windchill':
'27.78647284087997', 'windDir': '82.0', 'windGust': '8.0', 'windGustDir':
'71.0', 'windrun': 'None', 'windSpeed': '7.0', 'windSpeed10': '4.0',
'yearET': '1.89', 'yearRain': '18.7'

However, the archive records are fine. If you use hardware record
generation (the default), then the values should not get into the database
at all.

So, Tom & VInce, I suspect this is a different issue, if it's an issue at
all.

-tk

On Sat, Feb 26, 2022 at 11:37 AM vince  wrote:

> Ancient wireless VP2 here with original firmware and serial datalogger
> (and serial2usb adaptor) - I see zeroes for various leaf-related sensors
> that I do not have.  From the sticker on the console
>
> Product #6312
> IC.  3788A-6312
> Mfg. codeA90127N012<= major=A, made 01/27/2009 unit 12
> Model No.6152
> ISS  E
> Hum  G1
> Final Insp.  DS
>
> LOOP:   2022-02-26 11:25:41 PST (1645903541) 'altimeter':
> '30.156485323860934', 'appTemp': '43.36524400870842', 'barometer':
> '30.168', 'cloudbase': '4064.240154057676', 'consBatteryVoltage': '4.59',
> 'dateTime': '1645903541', 'dayET': '0.0', 'dayRain': '0.0', 'dewpoint':
> '31.323343322146226', 'ET': 'None', 'extraAlarm1': '0', 'extraAlarm2': '0',
> 'extraAlarm3': '0', 'extraAlarm4': '0', 'extraAlarm5': '0', 'extraAlarm6':
> '0', 'extraAlarm7': '0', 'extraAlarm8': '0', 'forecastIcon': '6',
> 'forecastRule': '44', 'heatindex': '44.551', 'humidex': '47.6',
> 'inDewpoint': '40.61309491561404', 'inHumidity': '33.0', 'insideAlarm':
> '0', 'inTemp': '71.2', *'leafWet4': '0.0'*, 'maxSolarRad':
> '503.83343767539475', 'monthET': '0.0', 'monthRain': '0.54', 'outHumidity':
> '53.0', 'outsideAlarm1': '0', 'outsideAlarm2': '0', 'outTemp': '47.6',
> 'pressure': '29.758736943947643', 'rain': '0.0', 'rainAlarm': '0',
> 'rainRate': '0.0', '*soilLeafAlarm1': '0', 'soilLeafAlarm2': '0',
> 'soilLeafAlarm3': '0', 'soilLeafAlarm4': '0', *'stormRain': '0.0',
> 'sunrise': '1645887300', 'sunset': '1645926600', 'txBatteryStatus': '0',
> 'usUnits': '1', 'windchill': '47.6', 'windDir': '234.0', 'windGust': '1.0',
> 'windGustDir': '234.0', 'windrun': 'None', 'windSpeed': '1.0',
> 'windSpeed10': '1.0', 'yearET': '0.0', 'yearRain': '25.75'
>
>
> Davis Vantage EEPROM settings:
>
> CONSOLE TYPE:   Vantage Pro2
>
> CONSOLE FIRMWARE:
>   Date: Jul 14 2008
>   Version:  1.80
>
> CONSOLE SETTINGS:
>   Archive interval: 300 (seconds)
>   Altitude: 365 (foot)
>   Wind cup type:large
>   Rain bucket type: 0.01 inches
>   Rain year start:  10
>   Onboard time: 2022-02-26 11:27:04
>
> CONSOLE DISPLAY UNITS:
>   Barometer:inHg
>   Temperature:  degree_F
>   Rain: inch
>   Wind: mile_per_hour
>
> CONSOLE STATION INFO:
>   Latitude (onboard):   +47.3
>   Longitude (onboard):  -122.3
>   Use manual or auto DST?   AUTO
>   DST setting:  N/A
>   Use GMT offset or zone code?  GMT_OFFSET
>   Time zone code:   N/A
>   GMT offset:   -8.0 hours
>   Temperature logging:  LAST
>   Retransmit channel:   OFF (0)
>
> TRANSMITTERS:
>   Channel   Receive   Repeater  Type
>  1  active  noneiss
>  2  inactivenone(N/A)
>  3  inactivenone(N/A)
>  4  inactivenone(N/A)
>  5  inactivenone(N/A)
>  6  inactivenone(N/A)
>  7  inactivenone

Re: [weewx-user] Re: Ghost values in logger archive records

2022-02-26 Thread vince
Ancient wireless VP2 here with original firmware and serial datalogger (and 
serial2usb adaptor) - I see zeroes for various leaf-related sensors that I 
do not have.  From the sticker on the console

Product #6312
IC.  3788A-6312
Mfg. codeA90127N012<= major=A, made 01/27/2009 unit 12
Model No.6152
ISS  E
Hum  G1
Final Insp.  DS

LOOP:   2022-02-26 11:25:41 PST (1645903541) 'altimeter': 
'30.156485323860934', 'appTemp': '43.36524400870842', 'barometer': 
'30.168', 'cloudbase': '4064.240154057676', 'consBatteryVoltage': '4.59', 
'dateTime': '1645903541', 'dayET': '0.0', 'dayRain': '0.0', 'dewpoint': 
'31.323343322146226', 'ET': 'None', 'extraAlarm1': '0', 'extraAlarm2': '0', 
'extraAlarm3': '0', 'extraAlarm4': '0', 'extraAlarm5': '0', 'extraAlarm6': 
'0', 'extraAlarm7': '0', 'extraAlarm8': '0', 'forecastIcon': '6', 
'forecastRule': '44', 'heatindex': '44.551', 'humidex': '47.6', 
'inDewpoint': '40.61309491561404', 'inHumidity': '33.0', 'insideAlarm': 
'0', 'inTemp': '71.2', *'leafWet4': '0.0'*, 'maxSolarRad': 
'503.83343767539475', 'monthET': '0.0', 'monthRain': '0.54', 'outHumidity': 
'53.0', 'outsideAlarm1': '0', 'outsideAlarm2': '0', 'outTemp': '47.6', 
'pressure': '29.758736943947643', 'rain': '0.0', 'rainAlarm': '0', 
'rainRate': '0.0', '*soilLeafAlarm1': '0', 'soilLeafAlarm2': '0', 
'soilLeafAlarm3': '0', 'soilLeafAlarm4': '0', *'stormRain': '0.0', 
'sunrise': '1645887300', 'sunset': '1645926600', 'txBatteryStatus': '0', 
'usUnits': '1', 'windchill': '47.6', 'windDir': '234.0', 'windGust': '1.0', 
'windGustDir': '234.0', 'windrun': 'None', 'windSpeed': '1.0', 
'windSpeed10': '1.0', 'yearET': '0.0', 'yearRain': '25.75'


Davis Vantage EEPROM settings:

CONSOLE TYPE:   Vantage Pro2

CONSOLE FIRMWARE:
  Date: Jul 14 2008
  Version:  1.80

CONSOLE SETTINGS:
  Archive interval: 300 (seconds)
  Altitude: 365 (foot)
  Wind cup type:large
  Rain bucket type: 0.01 inches
  Rain year start:  10
  Onboard time: 2022-02-26 11:27:04

CONSOLE DISPLAY UNITS:
  Barometer:inHg
  Temperature:  degree_F
  Rain: inch
  Wind: mile_per_hour

CONSOLE STATION INFO:
  Latitude (onboard):   +47.3
  Longitude (onboard):  -122.3
  Use manual or auto DST?   AUTO
  DST setting:  N/A
  Use GMT offset or zone code?  GMT_OFFSET
  Time zone code:   N/A
  GMT offset:   -8.0 hours
  Temperature logging:  LAST
  Retransmit channel:   OFF (0)

TRANSMITTERS:
  Channel   Receive   Repeater  Type
 1  active  noneiss
 2  inactivenone(N/A)
 3  inactivenone(N/A)
 4  inactivenone(N/A)
 5  inactivenone(N/A)
 6  inactivenone(N/A)
 7  inactivenone(N/A)
 8  inactivenone(N/A)

RECEPTION STATS:
  Total packets received:   15721
  Total packets missed: 266
  Number of resynchronizations: 4
  Longest good stretch: 235
  Number of CRC errors: 32

BAROMETER CALIBRATION DATA:
  Current barometer reading:30.165 inHg
  Altitude: 365 feet
  Dew point:32 F
  Virtual temperature:  38 F
  Humidity correction factor:   1.3
  Correction ratio: 1.014
  Correction constant:  +0.000 inHg
  Gain: 0.000
  Offset:   35.000

OFFSETS:
  Wind direction:   +0 deg
  Inside Temperature:   +0.0 F
  Inside Humidity:  +0 %
  Outside Temperature:  +0.0 F
  Outside Humidity: +0 %


Calculations are all set to prefer_hardware

[StdWXCalculate]

[[Calculations]]
pressure = prefer_hardware
altimeter = prefer_hardware
appTemp = prefer_hardware
barometer = prefer_hardware
cloudbase = prefer_hardware
dewpoint = prefer_hardware
ET = prefer_hardware
heatindex = prefer_hardware
humidex = prefer_hardware
inDewpoint = prefer_hardware
maxSolarRad = prefer_hardware
rainRate = prefer_hardware
windchill = prefer_hardware
windrun = prefer_hardware

On Saturday, February 26, 2022 at 10:24:03 AM UTC-8 t...@tom.org wrote:

> Here are 4. I can do a few more if you'd like. On all, I am seeing 
> leafWet4 in loop records. All databases are fully null in the archive 
> table. All are VP2s of various ages. I will include my little code names 
> for them too in case you have questions or want more 

Re: [weewx-user] Re: Ghost values in logger archive records

2022-02-26 Thread t...@tom.org
Here are 4. I can do a few more if you'd like. On all, I am seeing leafWet4 
in loop records. All databases are fully null in the archive table. All are 
VP2s of various ages. I will include my little code names for them too in 
case you have questions or want more info.

MA-1 - Mfg code A70911D34L

root@weewx-deployment-ma-6944dc78d7-hvlvk:~# ./bin/wee_device --info
Using configuration file /home/weewx/weewx.conf
Using Vantage driver version 3.2.3 (weewx.drivers.vantage)
Querying...
Davis Vantage EEPROM settings:

CONSOLE TYPE: Vantage Pro2

CONSOLE FIRMWARE:
Date: Jun 3 2013
Version: 3.15

CONSOLE SETTINGS:
Archive interval: 300 (seconds)
Altitude: 52 (foot)
Wind cup type: large
Rain bucket type: 0.01 inches
Rain year start: 1
Onboard time: 2022-02-26 09:47:28

CONSOLE DISPLAY UNITS:
Barometer: inHg
Temperature: degree_10F
Rain: inch
Wind: mile_per_hour

CONSOLE STATION INFO:
Latitude (onboard): +42.5
Longitude (onboard): -70.8
Use manual or auto DST? AUTO
DST setting: N/A
Use GMT offset or zone code? ZONE_CODE
Time zone code: 10
GMT offset: N/A
Temperature logging: LAST
Retransmit channel: OFF (0)

TRANSMITTERS:
Channel Receive Repeater Type
1 active none (N/A)
2 active none iss
3 active none (N/A)
4 active none (N/A)
5 active none (N/A)
6 active none (N/A)
7 active none (N/A)
8 active none (N/A)

RECEPTION STATS:
Total packets received: 13091
Total packets missed: 334
Number of resynchronizations: 0
Longest good stretch: 214
Number of CRC errors: 185

BAROMETER CALIBRATION DATA:
Current barometer reading: 30.393 inHg
Altitude: 52 feet
Dew point: 14 F
Virtual temperature: 19 F
Humidity correction factor: 0.5
Correction ratio: 1.002
Correction constant: +0.000 inHg
Gain: 0.000
Offset: 28.000

OFFSETS:
Wind direction: +0 deg
Inside Temperature: +0.0 F
Inside Humidity: +0 %
Outside Temperature: +0.0 F
Outside Humidity: +0 %



VT - no physical access currently

root@weewx-deployment-vt-584dd4bc99-jnjzc:~# ./bin/wee_device --info
Using configuration file /home/weewx/weewx.conf
Using Vantage driver version 3.2.3 (weewx.drivers.vantage)
Querying...
Davis Vantage EEPROM settings:

CONSOLE TYPE: Vantage Pro2

CONSOLE FIRMWARE:
Date: Apr 16 2012
Version: 3.00

CONSOLE SETTINGS:
Archive interval: 300 (seconds)
Altitude: 1201 (foot)
Wind cup type: large
Rain bucket type: 0.01 inches
Rain year start: 1
Onboard time: 2022-02-26 10:16:58

CONSOLE DISPLAY UNITS:
Barometer: inHg
Temperature: degree_10F
Rain: inch
Wind: mile_per_hour

CONSOLE STATION INFO:
Latitude (onboard): +44.5
Longitude (onboard): -71.7
Use manual or auto DST? AUTO
DST setting: N/A
Use GMT offset or zone code? ZONE_CODE
Time zone code: 10
GMT offset: N/A
Temperature logging: LAST
Retransmit channel: OFF (0)

TRANSMITTERS:
Channel Receive Repeater Type
1 active none (N/A)
2 active none iss
3 active none soil
4 active none (N/A)
5 active none (N/A)
6 active none (N/A)
7 active none (N/A)
8 active none (N/A)

RECEPTION STATS:
Total packets received: 11033
Total packets missed: 167
Number of resynchronizations: 1
Longest good stretch: 228
Number of CRC errors: 49

BAROMETER CALIBRATION DATA:
Current barometer reading: 30.403 inHg
Altitude: 1201 feet
Dew point: 6 F
Virtual temperature: 9 F
Humidity correction factor: 0.4
Correction ratio: 1.049
Correction constant: +0.000 inHg
Gain: 0.000
Offset: -41.000

OFFSETS:
Wind direction: +0 deg
Inside Temperature: +0.0 F
Inside Humidity: +0 %
Outside Temperature: +0.0 F
Outside Humidity: +0 %
Soil Temperature 1: +0.0 F
Soil Temperature 2: +0.0 F
Soil Temperature 3: +0.0 F
Soil Temperature 4: +0.0 F


Whales: Mfg BF200921008

root@weewx-deployment-whales-6dd8674c9f-n586w:~# ./bin/wee_device --info
Using configuration file /home/weewx/weewx.conf
Using Vantage driver version 3.2.3 (weewx.drivers.vantage)
Querying...
Davis Vantage EEPROM settings:

CONSOLE TYPE: Vantage Pro2

CONSOLE FIRMWARE:
Date: Jan 22 2018
Version: 3.83

CONSOLE SETTINGS:
Archive interval: 300 (seconds)
Altitude: 79 (foot)
Wind cup type: large
Rain bucket type: 0.01 inches
Rain year start: 1
Onboard time: 2022-02-26 10:21:28

CONSOLE DISPLAY UNITS:
Barometer: inHg
Temperature: degree_F
Rain: inch
Wind: mile_per_hour

CONSOLE STATION INFO:
Latitude (onboard): +42.6
Longitude (onboard): -70.5
Use manual or auto DST? AUTO
DST setting: N/A
Use GMT offset or zone code? ZONE_CODE
Time zone code: 10
GMT offset: N/A
Temperature logging: LAST
Retransmit channel: OFF (0)

TRANSMITTERS:
Channel Receive Repeater Type
1 active none (N/A)
2 active none iss
3 active none (N/A)
4 active none (N/A)
5 active none (N/A)
6 active none (N/A)
7 active none (N/A)
8 active none (N/A)

RECEPTION STATS:
Total packets received: 14047
Total packets missed: 159
Number of resynchronizations: 0
Longest good stretch: 342
Number of CRC errors: 11

BAROMETER CALIBRATION DATA:
Current barometer reading: 30.420 inHg
Altitude: 79 feet
Dew point: 14 F
Virtual temperature: 23 F
Humidity correction factor: 0.5
Correction ratio: 1.003
Correction constant: +0.000 inHg
Gain: 

[weewx-user] Re: Weather34

2022-02-26 Thread Steeple Ian
Hi,

The services.txt file must be alongside you weather34 install folder not in 
it. Eg if your weather34 installer folder is in your home folder, 
services.txt should be in your home folder as well.

Ian

On Saturday, February 26, 2022 at 4:12:38 PM UTC matthieu89...@gmail.com 
wrote:

> Hello,
>
> I am installing weather34 with weewx
> I put the file service.txt file in weather34
>
> But I have a problem with the installation :
>
> >>> %Run w34_installer.py
> !!! THIS INSTALL IS USING PYTHON VERSION 3.9.2 IS THIS CORRECT? (Yes/No)Yes
> Install will continue with Python Version 3.9.2
>
> PYTHON EPHEM VERSION 3.7.7.1 INSTALLED
> PYTHON XMLTODICT VERSION 0.12.0 INSTALLED
>
> PHP 7.4.28 (cli) (built: Feb 17 2022 16:17:19) ( NTS )
> Copyright (c) The PHP Group
> Zend Engine v3.4.0, Copyright (c) Zend Technologies
> with Zend OPcache v7.4.28, Copyright (c), by Zend Technologies
> PHP INSTALLED
>
> List of found conf files to install with
> 1 -> setup_py.conf
> 2 -> macos.conf
> 3 -> packaged.conf
> Enter the NUMBER of the installer config file 3
> Installer Config file packaged.conf was chosen.
> Traceback (most recent call last):
>   File "/home/pi/weewx-Weather34/w34_installer.py", line 97, in __init__
> with open("../services.txt") as infile:
> FileNotFoundError: [Errno 2] No such file or directory: '../services.txt'
> [Errno 2] No such file or directory: '../services.txt'
> >>> 
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/e702a6ab-60f8-4e4e-9d57-c1532d7eb653n%40googlegroups.com.


[weewx-user] Re: Multiple full sensor data with one SDR-Stick

2022-02-26 Thread an oldman
that config won't work with your set up, had to add a lot to the sdr driver 
for sensors, make some extension, add to the schema and user/extensions.py 
file and change some weewx core files.
look in the wiki under data management Switching to the new, extended 
schema wview_extended 

.


On Saturday, February 26, 2022 at 10:53:58 AM UTC-6 f4n...@gmail.com wrote:

> Now that's really great, thanks for the config. Where or how exactly do i 
> have to add the entrys in the schema file?
>
> an oldman schrieb am Samstag, 26. Februar 2022 um 16:41:11 UTC+1:
>
>> I have
>> here is my sdr from weewx.conf
>> extraTemp, batteryStatus, extraHumid1 - 8 are in the wview_extended.py 
>> schema.
>> I had to add to the schema extrawindSpeed, extrawindDir, 
>> lightning_distance15, lightning_strike_count15 and extraTemp, 
>> batteryStatus, extraHumid 9 - 16.
>> Had a 3rd 5n1 but a hail storm took out 2 5n1s, had to combine them to 
>> get 1 working 5n1.
>>
>> On Saturday, February 26, 2022 at 2:51:21 AM UTC-6 f4n...@gmail.com 
>> wrote:
>>
>>> Would it be possible to record data from two or more full sensor arrays 
>>> (including wind and rain) in one weewx instance? Or record the data in 
>>> multiple weewx instances with only one SDR-stick? 
>>>
>>> I know multiple SDR sticks to multiple weewx instances is possible, but 
>>> how could it be done with just one stick? 
>>>
>>> I already achieved to get the temperature from a second sensor with the 
>>> extraTempSensor value in the sensor map, but i guess this wouldn't work for 
>>> wind and rain? It seems like it would need basically only an adaption to 
>>> the schema and database, but to edit these seems a bit complex for me, has 
>>> anyone ever done this?
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/457fe750-5878-4221-aed2-236e41daed87n%40googlegroups.com.


Re: [weewx-user] wh23xx driver and weewx 4.6.2

2022-02-26 Thread f4n...@gmail.com
But could it work with weewx-multi? 

tke...@gmail.com schrieb am Samstag, 26. Februar 2022 um 17:04:56 UTC+1:

> Unfortunately, WeeWX can only use one driver at a time. The price we pay 
> for avoiding a complex, asynchronous engine.
>
> On Sat, Feb 26, 2022 at 6:32 AM f4n...@gmail.com  wrote:
>
>> Is anyone using the wh23xx driver (
>> https://github.com/matthewwall/weewx-wh23xx) on weewx 4.6.2? I can't 
>> choose the driver after installation. Or is only one user driver per 
>> installation possible?
>>
>> Thanks for any help or idea
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "weewx-user" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to weewx-user+...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/92917d38-d7ff-457c-868d-1a99da2c30aan%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/30e82397-8e57-48d2-8102-c5ddb1cba5e8n%40googlegroups.com.


[weewx-user] Re: Multiple full sensor data with one SDR-Stick

2022-02-26 Thread f4n...@gmail.com
Now that's really great, thanks for the config. Where or how exactly do i 
have to add the entrys in the schema file?

an oldman schrieb am Samstag, 26. Februar 2022 um 16:41:11 UTC+1:

> I have
> here is my sdr from weewx.conf
> extraTemp, batteryStatus, extraHumid1 - 8 are in the wview_extended.py 
> schema.
> I had to add to the schema extrawindSpeed, extrawindDir, 
> lightning_distance15, lightning_strike_count15 and extraTemp, 
> batteryStatus, extraHumid 9 - 16.
> Had a 3rd 5n1 but a hail storm took out 2 5n1s, had to combine them to get 
> 1 working 5n1.
>
> On Saturday, February 26, 2022 at 2:51:21 AM UTC-6 f4n...@gmail.com wrote:
>
>> Would it be possible to record data from two or more full sensor arrays 
>> (including wind and rain) in one weewx instance? Or record the data in 
>> multiple weewx instances with only one SDR-stick? 
>>
>> I know multiple SDR sticks to multiple weewx instances is possible, but 
>> how could it be done with just one stick? 
>>
>> I already achieved to get the temperature from a second sensor with the 
>> extraTempSensor value in the sensor map, but i guess this wouldn't work for 
>> wind and rain? It seems like it would need basically only an adaption to 
>> the schema and database, but to edit these seems a bit complex for me, has 
>> anyone ever done this?
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/7248ec18-52a9-4a2b-b526-23b2833cfdb8n%40googlegroups.com.


[weewx-user] Weather34

2022-02-26 Thread Matthieu Devigne
Hello,

I am installing weather34 with weewx
I put the file service.txt file in weather34

But I have a problem with the installation :

>>> %Run w34_installer.py
!!! THIS INSTALL IS USING PYTHON VERSION 3.9.2 IS THIS CORRECT? (Yes/No)Yes
Install will continue with Python Version 3.9.2

PYTHON EPHEM VERSION 3.7.7.1 INSTALLED
PYTHON XMLTODICT VERSION 0.12.0 INSTALLED

PHP 7.4.28 (cli) (built: Feb 17 2022 16:17:19) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with Zend OPcache v7.4.28, Copyright (c), by Zend Technologies
PHP INSTALLED

List of found conf files to install with
1 -> setup_py.conf
2 -> macos.conf
3 -> packaged.conf
Enter the NUMBER of the installer config file 3
Installer Config file packaged.conf was chosen.
Traceback (most recent call last):
  File "/home/pi/weewx-Weather34/w34_installer.py", line 97, in __init__
with open("../services.txt") as infile:
FileNotFoundError: [Errno 2] No such file or directory: '../services.txt'
[Errno 2] No such file or directory: '../services.txt'
>>> 

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/65745e9e-f10e-4448-9287-d09d87f793c1n%40googlegroups.com.


Re: [weewx-user] wh23xx driver and weewx 4.6.2

2022-02-26 Thread Tom Keffer
Unfortunately, WeeWX can only use one driver at a time. The price we pay
for avoiding a complex, asynchronous engine.

On Sat, Feb 26, 2022 at 6:32 AM f4n...@gmail.com  wrote:

> Is anyone using the wh23xx driver (
> https://github.com/matthewwall/weewx-wh23xx) on weewx 4.6.2? I can't
> choose the driver after installation. Or is only one user driver per
> installation possible?
>
> Thanks for any help or idea
>
> --
> You received this message because you are subscribed to the Google Groups
> "weewx-user" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to weewx-user+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/weewx-user/92917d38-d7ff-457c-868d-1a99da2c30aan%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAPq0zEBZ%2BhVsp%3Dh0_dnkJKFCej6-1U0dAFDJTvk2NTFmkuKdxg%40mail.gmail.com.


[weewx-user] Re: Multiple full sensor data with one SDR-Stick

2022-02-26 Thread an oldman
I have
here is my sdr from weewx.conf
extraTemp, batteryStatus, extraHumid1 - 8 are in the wview_extended.py 
schema.
I had to add to the schema extrawindSpeed, extrawindDir, 
lightning_distance15, lightning_strike_count15 and extraTemp, 
batteryStatus, extraHumid 9 - 16.
Had a 3rd 5n1 but a hail storm took out 2 5n1s, had to combine them to get 
1 working 5n1.

On Saturday, February 26, 2022 at 2:51:21 AM UTC-6 f4n...@gmail.com wrote:

> Would it be possible to record data from two or more full sensor arrays 
> (including wind and rain) in one weewx instance? Or record the data in 
> multiple weewx instances with only one SDR-stick? 
>
> I know multiple SDR sticks to multiple weewx instances is possible, but 
> how could it be done with just one stick? 
>
> I already achieved to get the temperature from a second sensor with the 
> extraTempSensor value in the sensor map, but i guess this wouldn't work for 
> wind and rain? It seems like it would need basically only an adaption to 
> the schema and database, but to edit these seems a bit complex for me, has 
> anyone ever done this?
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/c4558206-426e-4be7-99d9-f733d076aac4n%40googlegroups.com.
[SDR]
# This section is for the software-defined radio driver.

# The driver to use
driver = user.sdr
# log
log_unknown_sensors = True
log_unmapped_sensors = True

# -R 40 for Acurite 592TXR Temp/Humidity, 5n1 Weather Station, 6045 
Lightning, 3N1, Atlas
# -R 73 LaCrosse Thermo-hygro Sensor 433MHz Model: TX141
# -R 74 for Acurite 00275rm,00276rm Temp/Humidity with optional probe

cmd = /usr/local/bin/rtl_433 -M utc -R 40 -R 73 -R 74-M protocol -M level 
-F json

[[sensor_map]]
# Atlas 
windDir = wind_dir.494.AcuriteAtlasPacket
windSpeed = wind_speed.494.AcuriteAtlasPacket
outTemp = temperature.494.AcuriteAtlasPacket
outHumidity = humidity.494.AcuriteAtlasPacket
rain_total = rain_total.494.AcuriteAtlasPacket
# rain = rain_total.494.AcuriteAtlasPacket
UV = uv.494.AcuriteAtlasPacket
luminosity = lux.494.AcuriteAtlasPacket
# illuminance = lux.494.AcuriteAtlasPacket
strike_total = strike_count.494.AcuriteAtlasPacket
# lightning_strike_count = strike_count.494.AcuriteAtlasPacket
distance = strike_distance.494.AcuriteAtlasPacket
lightning_distance = strike_distance.494.AcuriteAtlasPacket
# interference?
lightning_disturber_count = exception.494.AcuriteAtlasPacket
txBatteryStatus = battery.494.AcuriteAtlasPacket
rssi = rssi.494.AcuriteAtlasPacket
freq = freq.494.AcuriteAtlasPacket
snr = snr.494.AcuriteAtlasPacket
noise = noise.494.AcuriteAtlasPacket
rainin = rain_total.494.AcuriteAtlasPacket
protocol = protocol.494.AcuriteAtlasPacket
channel = channel.494.AcuriteAtlasPacket
# measuredlight = mlight.494.AcuriteAtlasPacket
mlight = mlight.494.AcuriteAtlasPacket
#  on back grage 5n1  ###
extraTemp1 = temperature.1276.Acurite5n1PacketV2
extraHumid1 = humidity.1276.Acurite5n1PacketV2
extrawindSpeed = wind_speed.1276.Acurite5n1PacketV2
extrawindDir = wind_dir.1276.Acurite5n1PacketV2
hail_total = rain_total.1276.Acurite5n1PacketV2
hailBatteryStatus = battery.1276.Acurite5n1PacketV2
# batteryStatus1 = battery.1276.Acurite5n1PacketV2
rssi1 = rssi.1276.Acurite5n1PacketV2
freq1 = freq.1276.Acurite5n1PacketV2
snr1 = snr.1276.Acurite5n1PacketV2
noise1 = noise.1276.Acurite5n1PacketV2
rainin1 = rain_total.1276.Acurite5n1PacketV2
protocol1 = protocol.1276.Acurite5n1PacketV2
channel1 = channel.1276.Acurite5n1PacketV2
#  Lightning (15)  ###
extraTemp15 = temperature.252.AcuriteLightningPacket
extraHumid15 = humidity.252.AcuriteLightningPacket
batteryStatus15 = battery.252.AcuriteLightningPacket
rssi15 = rssi.252.AcuriteLightningPacket
lightning_active15 = active.252.AcuriteLightningPacket
rfi15 = rfi.252.AcuriteLightningPacket
lightning_disturber_count15 = rfi.252.AcuriteLightningPacket
exception15 = exception.252.AcuriteLightningPacket
strikes_total15 = strikes_total.252.AcuriteLightningPacket
distance15 = distance.252.AcuriteLightningPacket
lightning_distance15 = distance.252.AcuriteLightningPacket
freq15 = freq.252.AcuriteLightningPacket
snr15 = snr.252.AcuriteLightningPacket

[weewx-user] Re: Belchertown Radar

2022-02-26 Thread Karen K
You can create an index_radar.inc file to include whatever you want instead 
of the radar image. Or you can set radar_html in skin.conf. 

bchap...@gmail.com schrieb am Samstag, 26. Februar 2022 um 15:36:46 UTC+1:

> from everything I have read, it should be off by defaultI haven't 
> turned it on, however it is on.  I want to display on a browser that 
> doesn't support WebGL.
>
>
> On Saturday, February 26, 2022 at 8:31:24 AM UTC-5 bchap...@gmail.com 
> wrote:
>
>> How do I turn off the radar display in belchertown? 
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/477bcb58-bf17-4845-857b-0e97382c166bn%40googlegroups.com.


[weewx-user] Re: Belchertown Radar

2022-02-26 Thread bchap...@gmail.com
from everything I have read, it should be off by defaultI haven't 
turned it on, however it is on.  I want to display on a browser that 
doesn't support WebGL.


On Saturday, February 26, 2022 at 8:31:24 AM UTC-5 bchap...@gmail.com wrote:

> How do I turn off the radar display in belchertown? 

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/478cd6d9-d242-498a-a2b8-53a1402ee33bn%40googlegroups.com.


[weewx-user] wh23xx driver and weewx 4.6.2

2022-02-26 Thread f4n...@gmail.com
Is anyone using the wh23xx driver 
(https://github.com/matthewwall/weewx-wh23xx) on weewx 4.6.2? I can't 
choose the driver after installation. Or is only one user driver per 
installation possible?

Thanks for any help or idea

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/92917d38-d7ff-457c-868d-1a99da2c30aan%40googlegroups.com.


[weewx-user] Belchertown Radar

2022-02-26 Thread bchap...@gmail.com
How do I turn off the radar display in belchertown? 

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/bb0f5f8b-4662-4232-9f2d-93739a0b07e5n%40googlegroups.com.


[weewx-user] Re: WeatherlinkliveUDP and WU Rapidfire

2022-02-26 Thread 'Rory Gillies' via weewx-user
I meant to say, WeatherLinkLiveUDP is set to 10s interval, it makes no 
difference at 30s, so I assume the UDP packets from WLL only send the 
pressure every 30 seconds or so.

On Saturday, February 26, 2022 at 12:42:05 PM UTC Rory Gillies wrote:

> Hi,
>
> I am using the WeatherLinkLiveUDP driver with Weewx to access my David 
> Vantage Pro2 Plus station. Everything works a treat (you can see my weather 
> page here using the excellent Neowx-Material skin: 
> https://www.360shetland.co.uk/weather/index.html
>
> I upload to PWS Weather, Windy, and Weather Underground using the 
> rapidfire mode. I had an issue with wind speed being higher than wind gust 
> speed which I have fixed, however the pressure value only seems to be 
> updated every 30 seconds rather than with each loop. My WU Rapid station is 
> here: https://www.wunderground.com/dashboard/pws/ISHETL39/
>
> Is there any way to append the pressure value to the loop data that is 
> uploaded? Although the pressure is recorded and can be seen in the station 
> current condition, the pressure dial disappears for 30 seconds then appears 
> briefly until the next loop packet is uploaded. It's not the end of the 
> world, but I would like the pressure dial to be there all the time.
>
> Thanks,
>
> Rory
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/7f57072d-45b5-46ab-b34e-26f1da416980n%40googlegroups.com.


Re: [weewx-user] Re: Ghost values in logger archive records

2022-02-26 Thread Tom Keffer
Tom Mitchell:

Where are you seeing bogus values? In the LOOP packets? Or, the
archive records? Both?

For the consoles that are showing bogus values, a few questions:

1. VantageVue or VantagePro 2?
2. What do you see if you run wee_device?
   - Stop weewxd
   - Run
   *wee_device --info*
3. If you have physical access, what is the manufacturer's code?



On Sat, Feb 26, 2022 at 2:26 AM t...@tom.org  wrote:

> I am seeing leafWet4 on loop records generated by 4 different consoles. I
> am using WifiLogger2 - I might have missed something in this thread..
> Should I be reporting those here as well? I only have physical access to
> some of them without driving a few hours.
>
> On Friday, February 25, 2022 at 10:20:47 PM UTC-5 robcr...@gmail.com
> wrote:
>
>> 1) No Weatherlink
>> 2) Manufacturing code: MJ150429081
>>
>> And thanks again!
>> On Friday, February 25, 2022 at 2:52:08 PM UTC-8 tke...@gmail.com wrote:
>>
>>> The discussion of bogus archive records was intertwined with other,
>>> unrelated, topics in another thread
>>>  titled "WeeWX
>>> V4.6.1 released", so I'm moving it here, to its own, dedicated, thread.
>>>
>>> The issue is that we have seen 3 different stations that emit bogus
>>> values for fields such as "soilMoist1", "soilTemp1," etc., despite the
>>> requisite sensor not being present. Here's the summary. Please correct me
>>> if I'm wrong.
>>>
>>> Rob: Vantage Vue; firmware 3-Feb-2015 (V4.18)
>>> Gentil: Vantage Vue; firmware 3-Feb-2015 (V4.18)
>>>
>>> Gary: Vantage Vue; firmware 16-Apr-2018 (V4.33)
>>>
>>>
>>> I've been in contact with Davis and they have asked two questions:
>>>
>>> 1. Are you pushing to WeatherLink.com? If so, please provide your Device
>>> ID. That will allow them to monitor remotely what your logger is emitting.
>>>
>>> 2. Please provide the manufacturer's code for your console. You can find
>>> it on the back of your console on a barcode strip. This is to check for a
>>> console / firmware mismatch.
>>>
>>> Thanks all!
>>>
>>> -tk
>>>
>> --
> You received this message because you are subscribed to the Google Groups
> "weewx-user" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to weewx-user+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/weewx-user/20009527-ce1d-484e-af04-d13928d5f45an%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAPq0zECFY0VYPeM8Jif%3Dnof3Zr6qqaWmdzq7WcMa%3Dqu24tY-5w%40mail.gmail.com.


[weewx-user] WeatherlinkliveUDP and WU Rapidfire

2022-02-26 Thread 'Rory Gillies' via weewx-user
Hi,

I am using the WeatherLinkLiveUDP driver with Weewx to access my David 
Vantage Pro2 Plus station. Everything works a treat (you can see my weather 
page here using the excellent Neowx-Material skin: 
https://www.360shetland.co.uk/weather/index.html

I upload to PWS Weather, Windy, and Weather Underground using the rapidfire 
mode. I had an issue with wind speed being higher than wind gust speed 
which I have fixed, however the pressure value only seems to be updated 
every 30 seconds rather than with each loop. My WU Rapid station is 
here: https://www.wunderground.com/dashboard/pws/ISHETL39/

Is there any way to append the pressure value to the loop data that is 
uploaded? Although the pressure is recorded and can be seen in the station 
current condition, the pressure dial disappears for 30 seconds then appears 
briefly until the next loop packet is uploaded. It's not the end of the 
world, but I would like the pressure dial to be there all the time.

Thanks,

Rory

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/ca1b3591-a3c6-454d-a941-bea3bf37f450n%40googlegroups.com.


Re: [weewx-user] Re: Ghost values in logger archive records

2022-02-26 Thread Gentil de Bortoli Jr
Tom, just for your information, I'm using the USB logger.

On Sat, Feb 26, 2022 at 7:26 AM t...@tom.org  wrote:

> I am seeing leafWet4 on loop records generated by 4 different consoles. I
> am using WifiLogger2 - I might have missed something in this thread..
> Should I be reporting those here as well? I only have physical access to
> some of them without driving a few hours.
>
> On Friday, February 25, 2022 at 10:20:47 PM UTC-5 robcr...@gmail.com
> wrote:
>
>> 1) No Weatherlink
>> 2) Manufacturing code: MJ150429081
>>
>> And thanks again!
>> On Friday, February 25, 2022 at 2:52:08 PM UTC-8 tke...@gmail.com wrote:
>>
>>> The discussion of bogus archive records was intertwined with other,
>>> unrelated, topics in another thread
>>>  titled "WeeWX
>>> V4.6.1 released", so I'm moving it here, to its own, dedicated, thread.
>>>
>>> The issue is that we have seen 3 different stations that emit bogus
>>> values for fields such as "soilMoist1", "soilTemp1," etc., despite the
>>> requisite sensor not being present. Here's the summary. Please correct me
>>> if I'm wrong.
>>>
>>> Rob: Vantage Vue; firmware 3-Feb-2015 (V4.18)
>>> Gentil: Vantage Vue; firmware 3-Feb-2015 (V4.18)
>>>
>>> Gary: Vantage Vue; firmware 16-Apr-2018 (V4.33)
>>>
>>>
>>> I've been in contact with Davis and they have asked two questions:
>>>
>>> 1. Are you pushing to WeatherLink.com? If so, please provide your Device
>>> ID. That will allow them to monitor remotely what your logger is emitting.
>>>
>>> 2. Please provide the manufacturer's code for your console. You can find
>>> it on the back of your console on a barcode strip. This is to check for a
>>> console / firmware mismatch.
>>>
>>> Thanks all!
>>>
>>> -tk
>>>
>> --
> You received this message because you are subscribed to the Google Groups
> "weewx-user" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to weewx-user+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/weewx-user/20009527-ce1d-484e-af04-d13928d5f45an%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAA21j6wcs6a97i7GFerX7XgPz4jaN9NgZazskWnodFXT-hh7QQ%40mail.gmail.com.


Re: [weewx-user] Re: Ghost values in logger archive records

2022-02-26 Thread Gentil de Bortoli Jr
Hi, Tom!

1) Not pushing to WeatherLink;
2) Manufacturing Code: ML160825009

Thank you!

On Sat, Feb 26, 2022 at 7:26 AM t...@tom.org  wrote:

> I am seeing leafWet4 on loop records generated by 4 different consoles. I
> am using WifiLogger2 - I might have missed something in this thread..
> Should I be reporting those here as well? I only have physical access to
> some of them without driving a few hours.
>
> On Friday, February 25, 2022 at 10:20:47 PM UTC-5 robcr...@gmail.com
> wrote:
>
>> 1) No Weatherlink
>> 2) Manufacturing code: MJ150429081
>>
>> And thanks again!
>> On Friday, February 25, 2022 at 2:52:08 PM UTC-8 tke...@gmail.com wrote:
>>
>>> The discussion of bogus archive records was intertwined with other,
>>> unrelated, topics in another thread
>>>  titled "WeeWX
>>> V4.6.1 released", so I'm moving it here, to its own, dedicated, thread.
>>>
>>> The issue is that we have seen 3 different stations that emit bogus
>>> values for fields such as "soilMoist1", "soilTemp1," etc., despite the
>>> requisite sensor not being present. Here's the summary. Please correct me
>>> if I'm wrong.
>>>
>>> Rob: Vantage Vue; firmware 3-Feb-2015 (V4.18)
>>> Gentil: Vantage Vue; firmware 3-Feb-2015 (V4.18)
>>>
>>> Gary: Vantage Vue; firmware 16-Apr-2018 (V4.33)
>>>
>>>
>>> I've been in contact with Davis and they have asked two questions:
>>>
>>> 1. Are you pushing to WeatherLink.com? If so, please provide your Device
>>> ID. That will allow them to monitor remotely what your logger is emitting.
>>>
>>> 2. Please provide the manufacturer's code for your console. You can find
>>> it on the back of your console on a barcode strip. This is to check for a
>>> console / firmware mismatch.
>>>
>>> Thanks all!
>>>
>>> -tk
>>>
>> --
> You received this message because you are subscribed to the Google Groups
> "weewx-user" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to weewx-user+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/weewx-user/20009527-ce1d-484e-af04-d13928d5f45an%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAA21j6y4TKHpT58u0Xf47gaJ68NRAOoiwZiF5x0BRBt1a8eQtA%40mail.gmail.com.


[weewx-user] Re: Ghost values in logger archive records

2022-02-26 Thread t...@tom.org
I am seeing leafWet4 on loop records generated by 4 different consoles. I 
am using WifiLogger2 - I might have missed something in this thread.. 
Should I be reporting those here as well? I only have physical access to 
some of them without driving a few hours.

On Friday, February 25, 2022 at 10:20:47 PM UTC-5 robcr...@gmail.com wrote:

> 1) No Weatherlink
> 2) Manufacturing code: MJ150429081
>
> And thanks again!
> On Friday, February 25, 2022 at 2:52:08 PM UTC-8 tke...@gmail.com wrote:
>
>> The discussion of bogus archive records was intertwined with other, 
>> unrelated, topics in another thread 
>>  titled "WeeWX 
>> V4.6.1 released", so I'm moving it here, to its own, dedicated, thread.
>>
>> The issue is that we have seen 3 different stations that emit bogus 
>> values for fields such as "soilMoist1", "soilTemp1," etc., despite the 
>> requisite sensor not being present. Here's the summary. Please correct me 
>> if I'm wrong.
>>
>> Rob: Vantage Vue; firmware 3-Feb-2015 (V4.18)
>> Gentil: Vantage Vue; firmware 3-Feb-2015 (V4.18)
>>
>> Gary: Vantage Vue; firmware 16-Apr-2018 (V4.33)
>>
>>
>> I've been in contact with Davis and they have asked two questions:
>>
>> 1. Are you pushing to WeatherLink.com? If so, please provide your Device 
>> ID. That will allow them to monitor remotely what your logger is emitting.
>>
>> 2. Please provide the manufacturer's code for your console. You can find 
>> it on the back of your console on a barcode strip. This is to check for a 
>> console / firmware mismatch. 
>>
>> Thanks all!
>>
>> -tk
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/20009527-ce1d-484e-af04-d13928d5f45an%40googlegroups.com.


[weewx-user] Multiple full sensor data with one SDR-Stick

2022-02-26 Thread f4n...@gmail.com
Would it be possible to record data from two or more full sensor arrays 
(including wind and rain) in one weewx instance? Or record the data in 
multiple weewx instances with only one SDR-stick? 

I know multiple SDR sticks to multiple weewx instances is possible, but how 
could it be done with just one stick? 

I already achieved to get the temperature from a second sensor with the 
extraTempSensor value in the sensor map, but i guess this wouldn't work for 
wind and rain? It seems like it would need basically only an adaption to 
the schema and database, but to edit these seems a bit complex for me, has 
anyone ever done this?

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/18e5c9f7-bf6c-43ae-8289-810675361aa6n%40googlegroups.com.


[weewx-user] How to get both lux and radiation values in the report?

2022-02-26 Thread f4n...@gmail.com
Hi, i have a WH65 sensor and receive the data with an sdr stick. The WH65 
sensor array sends its radiation readings in lux and is being converted 
back to w/m2 on the console, with the correction factor of /126.7, which 
gives an approximate value in w/m2, i guess this is the usual way to do in 
weewx too, so it can be compared with the ecowitt data.

But since this is only an approximation as stated here:
https://github.com/weewx/weewx/wiki/Watts-and-lux

I wonder if it would be possible to get both values into the report, so the 
original lux value would also be visible. Is this somehow possible?

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/44e4f4c7-c469-4f10-b009-de10902e5a26n%40googlegroups.com.