/* */

Chris  -  Home automation

 
Riki und Rudi Chris Michi Doris 

Alte MQTT Devices aufräumen (retained messages cleanup)

 

Vorsicht: mosquitto_sub beendet sich nicht => mit stdbuf auf not buffered änderen, grep --line-buffered geht auch wenn nur grep benötigt wird

stdbuf -i0 -o0 -e0 bash -c "mosquitto_sub -v -h localhost -t '#' | grep 0c12 | cut -f 1 -d ' ' " | while read i; do mosquitto_pub -h localhost -t "$i" -n -r -d ; done