diff --git a/README.md b/README.md index 8a25532..7b754d1 100644 --- a/README.md +++ b/README.md @@ -61,4 +61,14 @@ tcp 0 0 :43340 :1883 ESTABLISHE ``` Verify that messages actually reach HA. In the MQTT integration listen for topic # or openmower/# if your prefix is openmower. -![alt text](docs/image-3.png) \ No newline at end of file +![alt text](docs/image-3.png) + +Additional resources +=== + +[RPI MQTT monitor](https://github.com/2m/rpi-mqtt-monitor-docker) +Nice way to get stats from the RPI into your HA. Install as a service/container on the RPI. In Mosquitto you add a bridge config for the messages. + +![alt text](docs/image-8.png) + +Place the config file in /share in your HA, remember to do it IN the HA container if you run like that. \ No newline at end of file diff --git a/docs/image-8.png b/docs/image-8.png new file mode 100644 index 0000000..f3e6115 Binary files /dev/null and b/docs/image-8.png differ