Skip to content

Commit

Permalink
adding mqtt explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
JAlcocerT committed Feb 18, 2024
1 parent 307943f commit 16899a9
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 1 deletion.
Empty file added Z_Micros/readme.md
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
14 changes: 13 additions & 1 deletion _posts/2024-02-15-rpi-mqtt.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,19 @@ Then in the UI: go tu user settings -> Install and add both ([node-red-contrib-o

> You can use [this docker-compose] to deploy Node-Red together with EMQx
## PostMan
## Displaying MQTT in Graph

### MQTT-Explorer

With [MQTT-Explorer](https://github.com/thomasnordquist/MQTT-Explorer) we can have a quick look on the trends of data we are receiving.

It is cross platform and you can install it with:

```sh
snap install mqtt-explorer #app-image also available
```

### PostMan

You can subscribe to [MQTT Topics with Postman](https://blog.postman.com/postman-supports-mqtt-apis/), plus you will have a nice real time visualization out of the box.

Expand Down
1 change: 1 addition & 0 deletions _posts/2024-02-16-home-assistant-mqtt.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ tags: [IoT, Sensors]

We need HACS activated (any of those will be add-ons, so we can use our HA with Docker)

<https://github.com/RomRider/apexcharts-card>

---

Expand Down
1 change: 1 addition & 0 deletions _tabs/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ Great Github repos:
* <https://github.com/veggiemonk/awesome-docker>
* <https://github.com/awesome-foss/awesome-sysadmin#dns---servers>
* <https://github.com/anderspitman/awesome-tunneling>
* <https://github.com/HQarroum/awesome-iot>


These particularly are great to discover new Services:
Expand Down

0 comments on commit 16899a9

Please sign in to comment.