[weewx-user] Re: Pipe errors etc

2023-11-30 Thread hind...@gmail.com
I made sure the time had synced with ntp before starting weewx. Still getting errors same "ip-write error: [Errno 32] Broken pipe", but latest log with debug=1, which is a bit different to before is below: ERROR weewx.engine: Import of driver failed: Unable to wake up Vantage console () Nov 30

[weewx-user] Re: Unmapped bresser7in1

2023-11-30 Thread magnus hult
ov 30 19:20:07 solen-OptiPlex-9020M weewx[17912] INFO user.sdr: unmapped: {'dateTime': 1701368404, 'usUnits': 17, 'temperature.17041.Bresser7in1Packet': -2.3, 'humidity.17041.Bresser7in1Packet': 92.0, 'wind_gust.17041.Bresser7in1Packet': 1.0, 'wind_speed.17041.Bresser7in1Packet': 1.0, 'wind_d

[weewx-user] Documentation about Vantage archive packet and txBatteryStatus/consBatteryVoltage

2023-11-30 Thread Jiří Činčura
Hi, I'm looking at the http://www.weewx.com/docs/hardware.htm#vantage_data and the table claims that `txBatteryStatus` and `consBatteryVoltage` are provided by hardware in archive packet. But looking at the https://github.com/weewx/weewx/blob/master/bin/weewx/drivers/vantage.py#L1695 does not

[weewx-user] Re: Documentation about Vantage archive packet and txBatteryStatus/consBatteryVoltage

2023-11-30 Thread gjr80
Both are correct. txBatteryStatus and consBatteryVoltage appear in loop packets not archive records. WeeWX accumulates these values and then adds them to the archive record when the archive record is received (from the station) or generated (by WeeWX). Gary On Friday, 1 December 2023 at 05:58:

[weewx-user] Trying to fix interceptor; Line 338 return ' '.join(['%02x' % ord(x) for x in data])

2023-11-30 Thread Michael
first I am not a developer, so pardon me in advance: I am getting the following error with interceptor: TypeError: ord() expected string of length 1, but int found. This appears to be in line 338: def _fmt_bytes(data): if not data: return '' *return ' '.join(['%02x' % ord(x)

Re: [weewx-user] Trying to fix interceptor; Line 338 return ' '.join(['%02x' % ord(x) for x in data])

2023-11-30 Thread Tom Keffer
Despite the checkmark in the wiki, it appears that interceptor never got ported to Python 3. Good project for a volunteer. On Thu, Nov 30, 2023 at 3:35 PM Michael wrote: > first I am not a developer, so pardon me in advance: > > I am getting the following error with interceptor: TypeError: ord

Re: [weewx-user] Move data from one column to another in the archive table?

2023-11-30 Thread Nate Bargmann
* On 2023 29 Nov 18:29 -0600, Tom Keffer wrote: > If you have the necessary hardware, your VP2 should be able to emit the > soil measurements. I think that is the problem. After rereading, carefully, the manual of the Wireless Leaf & Soil Moisture/Temperature Station I've reached the conclusion t

[weewx-user] Unable to Connect to WU

2023-11-30 Thread Nigel Bowen
Installed Weewx a couple of years ago and everything was working until about 4 weeks ago when WU stopped. I didn't realise that the API had expired until yesterday. So I copied the SD card and used the copied SD and updated WEEWX The update was all good, but still won't connect to WU Now I h