# MQTT Client

Simple MQTT Client to show messages published on the topic badge/text.

Issues/pull-requets on [GitHub](https://github.com/agners/pixelbadge-mqttclient)

To specify custom client_id use valuestore in the shell:

```python
import valuestore
settings = {"client_id": "your_client_id", "mqtt_server": "your.server.tld", "user": "your_username_or_empty", "password": "pass_or_empty"})
valuestore.save('mqttclient', 'settings', settings)
```