weewx-mqtt icon indicating copy to clipboard operation
weewx-mqtt copied to clipboard

upload data to mqtt broker

Results 25 weewx-mqtt issues
Sort by recently updated
recently updated
newest added

How can I use this extension to publish custom values from a skin?

Fixes #21 For testing in Home Assistant: ```yaml mqtt: sensor: - name: weather_station_winddir unique_id: uniqueid__weather_winddir icon: mdi:wind-turbine state_topic: "weather/windDir" value_template: "{{ value | round(0) }}" availability_topic: "weather/lwt" unit_of_measurement: "°" ```

Please set this extension to disable=false because the default installation puts an invalid placeholder target broker hostname into weewx.conf, resulting in runtime errors if the user hasn't (yet) done their...

Hello, this addon does not seem to implement the concept of MQTT "last will and testament". Is there any specific reason for it? I would otherwise be interested to provide...

Is there a way to upload data to two different mqtt servers?

When trying to push data to my mqtt broker (Mosquitto) is get the messsage ``` disconnected due to malformed packet ``` I tried different versions of the broker but I'm...

Hello- Ever seen these errors? I have changes the weewx.conf to use IP rather than DNS and get the same errors. Also tried different Brokers. Thanks in advance for any...

I'm trying (and failing) to debug a new installation on Mac. I have the problem narrowed down to something having to do with the CA certificates file. During the course...

A great plugin and now my backbone for weewx - wondering how to add additional values to the archive - such as day max min for wind etc? Is it...

Is there a way to choose which variables are sent by mqtt? I have everything working with home assistant but only 45 variables are sent. Mensaje 45 recibido en weather/highOutTemp...