<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=iso-8859-1"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=DE link="#0563C1" vlink="#954F72"><div class=WordSection1><p class=MsoNormal>Moin,<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>ich würde gerne den Volkszähler MQTT Messages senden lassen.<o:p></o:p></p><p class=MsoNormal>Mosquitto ist auf dem RPi installiert und läuft auch.<br><br>In der vzlogger.conf habe ich den mqtt client support enabled:<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>    <span lang=EN-US>// mqtt client support (if ENABLE_MQTT set at cmake generation)<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>    "mqtt": {<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>        "enabled": true,  // enable mqtt client. needs host and port as well<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>        "host": "192.168.178.10", // mqtt server addr<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>        "port": 1883, // 1883 for unencrypted, 8883 enc, 8884 enc cert needed,<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>        "cafile": "", // optional file with server CA<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>        "capath": "", // optional path for server CAs. see mosquitto.conf. Specify only cafile or capath<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>        "certfile": "", // optional file for your client certificate (e.g. client.crt)<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>        "keyfile": "", // optional path for your client certficate private key (e.g. client.key)<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>        "keypass": "", // optional password for your private key<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>        "keepalive": 30, // optional keepalive in seconds.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>        "topic": "vzlogger/data", // optional topic dont use $ at start and no / at end<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>        "user": "", // optional user name for the mqtt server<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>        "pass": "", // optional password for the mqtt server<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>        "retain": false, // optional use retain message flag<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>        "rawAndAgg": false, // optional publish raw values even if agg mode is used<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>        "qos": 0, // optional quality of service, default is 0<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>        "timestamp": false // optional whether to include a timestamp in the payload<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>    </span>},<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Leider kommen mit Verbosity 15 folgende Meldungen in der log Datei:<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><span lang=EN-US>[Aug 02 00:30:17][mqtt] MqttClient::MqttClient called<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>[Aug 02 00:30:17][mqtt] using libmosquitto 1.5.7<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>[Aug 02 00:30:17][mqtt] mosquitto_connect failed. res=14 (101 Network is unreachable)! Stopped!<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>[Aug 02 00:30:17][mqtt] ~MqttClient called<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>[Aug 02 00:30:17][mqtt] mqtt client not configured. stopped.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal>Offenbar ist etwas noch nicht korrekt konfiguriert.<o:p></o:p></p><p class=MsoNormal>Leider konnte ich keine Doku finden, wie man mosquitto korrekt konfiguriert.<br>Aus folgendem Satz werde ich nicht schlau, wahrscheinlich fehlt mir das Hintergrundwissen : “(if ENABLE_MQTT set at cmake generation)"<o:p></o:p></p><p class=MsoNormal>Google spuckt auch nichts brauchbares aus.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Wer weiss wo es hakt und was man tun muss damit es läuft?<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Lieben Dank und liebe Grüße,<o:p></o:p></p><p class=MsoNormal>Chris<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p></div></body></html>