I think you have inserted the wxMesh driver configuration in the middle of
the Station configuration. Try changing this in weewx.conf
# This section is for information about the station.
[Station]
station_type = wxMesh
[wxMesh]
host = 192.168.1.30
username = AX700
password = 84N7601
topic = weewx/
driver = user.wxMesh
poll_interval = 3
loop_on_init = true
[[label_map]]
HUMT = outTemp
# RHUM = outHumidity
#Description of the station location
#location = Wetter Rheinbach Voreifel
#
#Latitude and longitude in decimal degrees
#latitude = 50.3552
#longitude = 6.5346
# Altitude of the station, with unit it is in. This is downloaded from
# from the station if the hardware supports it.
# altitude = 270, meter # Choose 'foot' or 'meter' for unit
# Set to type of station hardware. There must be a corresponding stanza
# in this file with a 'driver' parameter indicating the driver to be
used.
# station_type = Simulator
# If you have a website, you may specify an URL
#station_url = http://www.example.com
# The start of the rain year (1=January; 10=October, etc.). This is
# downloaded from the station if the hardware supports it.
# rain_year_start = 1
# Start of week (0=Mo
to
# This section is for information about the station.
[Station]
station_type = wxMesh
#Description of the station location
location = Wetter Rheinbach Voreifel
#
#Latitude and longitude in decimal degrees
latitude = 50.3552
longitude = 6.5346
# Altitude of the station, with unit it is in. This is downloaded from
# from the station if the hardware supports it.
altitude = 270, meter # Choose 'foot' or 'meter' for unit
# Set to type of station hardware. There must be a corresponding stanza
# in this file with a 'driver' parameter indicating the driver to be
used.
# station_type = Simulator
# If you have a website, you may specify an URL
#station_url = http://www.example.com
# The start of the rain year (1=January; 10=October, etc.). This is
# downloaded from the station if the hardware supports it.
# rain_year_start = 1
... additional configuration of {Station]
# new section for configuring wxMesh driver
[wxMesh]
host = 192.168.1.30
username = AX700
password = 84N7601
topic = weewx/
driver = user.wxMesh
poll_interval = 3
loop_on_init = true
[[label_map]]
HUMT = outTemp
RHUM = outHumidity
*et cetera*
On Thursday, 24 May 2018 19:00:15 UTC-3, Wysiwyg wrote:
>
> Great news! \o/
>
> It seems there is some margin to improve robustness of the driver ;).
>