no messages received #36
Replies: 4 comments 3 replies
|
MQTT messages arrive, but nothing is written to the database. wetterstation 0 b'12345'
|
|
General: For more debug output simply use Do you have access to mysql with the given credentials, e. g. mysql -u mbcbwetter -p -h localhost mqtt -e 'INSERT INTO mqtt (topic, value) VALUES ("wetterstation", "0");'? |
|
Thanks for the tip about debug=2. The following error message is displayed... |


Uh oh!
There was an error while loading. Please reload this page.
Please help me again.
The script appears to start normally and continues to run until I stop it.
But it seems that no messages are being received from MQTT.
I checked it with MQTTfx, and messages are being sent to the correct topic.
also a paho_mqtt script on the same server delivers results
How could I debug better to further narrow down my error?
All reactions