[MQTTSubscribeDriver]
# This section is for the MQTTSubscribe driver.
# The driver to use:
driver = user.MQTTSubscribe
# The MQTT server.
# Default is localhost.
host = 10.19.76.14
# The port to connect to.
# Default is 1883.
port = 1883
# Maximum period in seconds allowed between communications with the broker.
# Default is 60.
keepalive = 20
# username for broker authentication.
# Default is None.
username = None
# password for broker authentication.
# Default is None.
password = None
# Configuration for the message callback.
[[message_callback]]
type = individual
# The topics to subscribe to.
[[topics]]
unit_system = METRICWX
[[[rtl_433/pi4b8/devices/Acurite-5n1/A/3030/humidity]]]
[[[rtl_433/pi4b8/devices/Acurite-5n1/A/3030/rain_mm]]]
[[[rtl_433/pi4b8/devices/Acurite-5n1/A/3030/temperature_C]]]
[[[rtl_433/pi4b8/devices/Acurite-5n1/A/3030/wind_avg_km_h]]]
[[[rtl_433/pi4b8/devices/Acurite-5n1/A/3030/wind_dir_deg]]]
These topics (and more) work for the mqtt plugin in homebridge, but looking at the /var/www/html/weewx/index.html file that weewx is generating, I only get

Can someone point me in the right direction to get this working?
