Hello gjr80.
These are loop and archive packets for a WS3080 (FineoffsetUSB driver). I replaced batteries for the external unit today and the anemometer and the vane are not connected right now. But measurements (winGustDir and winDir are there) Perhaps mqqt uploader dismisses them because of their None value, but it used to show degree_compass or ordinal_compass values.
sudo weewxd ./weewx.conf
Type beaufort has been deprecated. Use unit beaufort instead.
LOOP: 2023-05-28 21:35:56 -03 (1685320556) 'altimeter': '1028.8271485350715', 'appTemp': '20.901397238047462', 'barometer': '1028.664390950742', 'beaufort': '0', 'cloudbase': '955.0783561
23699', 'dateTime': '1685320556', 'delay': '3', 'dewpoint': '12.586215280280845', 'ET': 'None', 'heatindex': '19.78444444444445', 'humidex': '22.67031814034537', 'inDewpoint': '11.515064192
304733', 'inHumidity': '54.0', 'inTemp': '21.200000000000003', 'maxSolarRad': '0.0', 'outHumidity': '62.0', 'outTemp': '20.1', 'outTempBatteryStatus': '0', 'pressure': '1024.0', 'ptr': '257
36', 'radiation': '0.0', 'rain': '0.0', 'rainRate': '0.0', 'rainTotal': '0.0', 'rxCheckPercent': '100', 'status': '0', 'usUnits': '16', 'UV': '0.0', 'windchill': '20.100000000000005', 'wind
Dir': 'None', 'windGust': '0.0', 'windGustDir': 'None', 'windrun': 'None', 'windSpeed': '0.0'
REC: 2023-05-28 21:35:00 -03 (1685320500) 'altimeter': '1028.751859099341', 'appTemp': '20.901397238047462', 'barometer': '1028.5890493205457', 'beaufort': '0.0', 'cloudbase': '955.07835
6123699', 'dateTime': '1685320500', 'delay': '1.0', 'dewpoint': '12.586215280280845', 'ET': '0.0', 'heatindex': '19.78444444444445', 'humidex': '22.67031814034537', 'inDewpoint': '11.491899
274493772', 'inHumidity': '54.0', 'inTemp': '21.175000000000004', 'interval': '5.0', 'maxSolarRad': '0.0', 'outHumidity': '62.0', 'outTemp': '20.1', 'outTempBatteryStatus': '0.0', 'pressure
': '1023.9250000000001', 'ptr': '25736.0', 'radiation': '0.0', 'rain': '0.0', 'rainRate': '0.0', 'rainTotal': '0.0', 'rxCheckPercent': '100.0', 'status': '0.0', 'usUnits': '16', 'UV': '0.0'
, 'windchill': '20.100000000000005', 'windDir': 'None', 'windGust': '0.0', 'windGustDir': 'None', 'windrun': '0.0', 'windSpeed': '0.0'
This is an example of the ZABBIX-Sender plugin and binding is set to "archive" only.
May 28 21:25:56 pi2weewx python3[6443]: weewx[6443] DEBUG user.zbxsender: pi2weewx weewx_inHumidity 54.0
May 28 21:25:56 pi2weewx python3[6443]: weewx[6443] DEBUG user.zbxsender: pi2weewx weewx_inTemp 21.200000000000003
May 28 21:25:56 pi2weewx python3[6443]: weewx[6443] DEBUG user.zbxsender: pi2weewx weewx_outHumidity 62.0
May 28 21:25:56 pi2weewx python3[6443]: weewx[6443] DEBUG user.zbxsender: pi2weewx weewx_outTemp 20.1
May 28 21:25:56 pi2weewx python3[6443]: weewx[6443] DEBUG user.zbxsender: pi2weewx weewx_pressure 1024.0000000000002
May 28 21:25:56 pi2weewx python3[6443]: weewx[6443] DEBUG user.zbxsender: pi2weewx weewx_windSpeed 0.0
May 28 21:25:56 pi2weewx python3[6443]: weewx[6443] DEBUG user.zbxsender: pi2weewx weewx_windDir N/A
May 28 21:25:56 pi2weewx python3[6443]: weewx[6443] DEBUG user.zbxsender: pi2weewx weewx_windGust 0.0
May 28 21:25:56 pi2weewx python3[6443]: weewx[6443] DEBUG user.zbxsender: pi2weewx weewx_windGustDir N/A
May 28 21:25:56 pi2weewx python3[6443]: weewx[6443] DEBUG user.zbxsender: pi2weewx weewx_rain 0.0
May 28 21:25:56 pi2weewx python3[6443]: weewx[6443] DEBUG user.zbxsender: pi2weewx weewx_radiation 0.0
I want to replace ZBX sender plugin by enabling mqtt uploader and getting data from ZABBIX server directly through mosquitto broker
Thanks!