Skip to content
Snippets Groups Projects
Verified Commit 47e44091 authored by Varac's avatar Varac
Browse files

mqtt

parent 1556454c
No related branches found
No related tags found
No related merge requests found
...@@ -14,3 +14,26 @@ ...@@ -14,3 +14,26 @@
### Zigbee2MQTT ### Zigbee2MQTT
- [Website](https://www.zigbee2mqtt.io/) - [Website](https://www.zigbee2mqtt.io/)
- see [zigbee2mqtt.md](./zigbee/zigbee2mqtt.md)
## Cli
- [mqtt-cli](https://github.com/hivemq/mqtt-cli)
Install:
```sh
pamac install mqtt-cli-bin
```
Test the server:
```sh
mqtt test -h casita
```
See all topics: Subscribe to `#`:
```sh
mqtt sub -t '#'
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment