weewx-mqtt
weewx-mqtt copied to clipboard
upload data to mqtt broker
All, I've created an additional datafield in the database (using weectl database) and it's getting data via a custom service. How can I get this additional data published via MQTT?...
I tried binding to both loop and archive. But I dont know why they are both send to the weather/loop topic, which makes it (in my case) not very useful....
I just installed WeeWX 5.02 using pip and venv into a new Debian 12 instance. After running the simulator driver for a cycle, I deleted the HTML and archive. With...
Would you be willing to accept a PR with changes to enable Home Assistant auto discovery? Out of coincidence I saw that the fork by @anastas78 already has an implementation...
Hi. I've tryed to install weewx-mqtt in a new an fresh installation of weewx 5 and there is no /etc/weewx/scripts/wee_extension. The only way I find to install correctly is making:...
Use HomeAssistant feature to add devices and sensors based on information delivered to MQTT broker. Resolves #26 The implementation referenced by @ThomDietrich was a very "rough" try to get some...
`MQTTThread` `__init__()` needs a parameter declaration to accept `WEEWX_ROOT` variable passed to it by the dictionary.
I see chatter and pr reg adding homeassistant discovery, but as far as I cam tell it isnt implemented? It the only reason I added this. Or point me in...
** 2nd trial after resolving conflicts with other PRs ** Several times users asked for the possibility to output aggregated values such as maximum or minimum values by MQTT. This...
With weewx.conf: ``` [[MQTT]] ... aggregation = individual, aggregate ``` I'm seeing the issue below. I know it's the default but still wanted to report the error. Best! ``` weewx_1...