ha-mqtt-iot icon indicating copy to clipboard operation
ha-mqtt-iot copied to clipboard

A simple configurable MQTT client that allows actions to be taken or values be reported from a PC

Results 18 ha-mqtt-iot issues
Sort by recently updated
recently updated
newest added

https://developers.home-assistant.io/blog/2023-057-21-change-naming-mqtt-entities

These processes will show as using the camera. This is likely going to be the case moving forward, especially under Wayland. This present a challenge, as we may instead need...

bug
scripts

As of 2023.08, code generation is broken (slice out of bounds). Need to check what is broken exactly, likely config block is changed in a file.

Currently broken. Trying out using the TinyGo MQTT instead of Paho. Motivation being much smaller binary sizes to ease space constraints on embedded systems (router, SBC, etc.)

I don't even know how this would need to be designed at the moment, but it is something we should do to allow hotplugging support.

This used to be a thing ages ago (I had battery status, backlight, that come to mind). I want to redo this and extend it to more cases, such as:...

I think it should be possible to do hack our way into this pretty easily at the moment, but it would require some fiddling with topics and such. Instead, I...

Being able to push data to this tool would improve latency/reduce polling, and allow more complicated tools to be decoupled much easier. I am not a computer scientist, so my...

enhancement

Primarily GNOME and KDE, though others are welcome. Testing also with X11 and Wayland. | | X11 | Wayland | |----------|-----|---------| | GNOME | | | | KDE | |...

When I suspend and later resume my computer it loses connection to the MQTT server and doesn't attempt to reconnect. I need to restart the app manually. I see this...

bug