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
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
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
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:
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)
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
* 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
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