Good point, yes certainly here you go uncondensed: [MQTTPublish] enable = true
log_mqtt = true # The MQTT server. # Default is localhost. host = 72faee6f34dd47e8b26860352d1801f6.s1.eu.hivemq.cloud # The port to connect to. # Default is 1883. port = 8883 # Maximum period in seconds allowed between communications with the broker. # Default is 60. keepalive = 60 # username for broker authentication. # Default is None. username = username # password for broker authentication. # Default is None. password = password # The binding, loop or archive. # Default is: loop binding = loop [[tls]] # Whether tls is enabled or not. Valid values are true or false. The default value is true. #enable = true # Path to the Certificate Authority certificate files that are to be treated as trusted by this client. #ca_certs = #/etc/ssl/certs/ #The PEM encoded client certificate and private keys. The default value is None. #certfile = None # The certificate requirements that the client imposes on the broker. Valid values are none, optional, or required. The default value is required. #certs_required = required # The encryption ciphers that are allowable for this connection. Specify None to use the defaults. The default value is None. #ciphers = None # The private keys. The default value is None. #keyfile = None # The version of the SSL/TLS protocol to be used. Valid values are sslv2, sslv23, sslv3, tls, tlsv1, tlsv11, or tlsv12. The default value is tlsv12. tls_version = tlsv12 [[topics]] [[[weer]]] type = individual retain = true unit_system = METRIC [[[weerjson]]] type = json retain = true unit_system = METRIC Op maandag 16 februari 2026 om 20:55:14 UTC+1 schreef Vince Skahan: > On Monday, February 16, 2026 at 10:47:45 AM UTC-8 [email protected] > wrote: > > I'm now getting my data into the broker :-). > > > Great news. > > If you could share your entire working weewx.conf MQTT section (with > user/pass changed of course) that would be a big help for the next person > trying to do the same thing.... > > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/weewx-user/992e6e1b-b72d-43f6-8fbc-cf830396ed1en%40googlegroups.com.
