MQTT Mosquitto Shelly: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
| Zeile 1: | Zeile 1: | ||
=Versuchsaufbau= | =Versuchsaufbau= | ||
| − | + | {{#drawio:Mqtt-mosquitto-shelly]] | |
=Der Mosquitto Broker= | =Der Mosquitto Broker= | ||
Version vom 31. Oktober 2024, 15:23 Uhr
Versuchsaufbau
Mqtt-mosquitto-shelly----=Der Mosquitto Broker=-;Installation-*sudo apt install mosquitto mosquitto-clients-;Passwot setzen-*sudo mosquitto_passwd -c -etc-mosquitto-passwd xinux-;Grundkonfiguration-*sudo cat -etc-mosquitto-conf.d-default.conf - allow_anonymous false- password_file -etc-mosquitto-passwd- bind_address 0.0.0.0- log_type all- log_type debug-;Restarten des Brokers-*sudo systemctl restart mosquitto.service--=Verbindung=-*Wir verbinden uns über WLAN(Smartphone mit dem Shelly.-=Wlan Client=---Datei-Shelly-1.png---=Unsichere Verbindnung=---Datei-Shelly-2.png---=Schalten über die Konsole=-;An-*mosquitto_pub -h 172.26.255.100 -u xinux -P 123Start$ -t "shellyplus1-255-rpc" -m '-"id"-1,"src"-"user","method"-"Switch.Set","params"--"id"-0,"on"-true
empty app.diagrams.net chart
empty app.diagrams.net chart
'
- Aus
- mosquitto_pub -h 172.26.255.100 -u xinux -P 123Start$ -t "shellyplus1-255/rpc" -m '{"id":1,"src":"user","method":"Switch.Set","params":{"id":0,"on":false}}'