You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if you take a look into the code you can see that a user and password must be provided to login into the mqtt broker. so it is possible that yours is not working without user and password.
can you post from the serial monitor the mqtt part. did you check the log already? any error messages?
Describe the bug
does the MQTT story finally work?
I have entered the server data for my FHEM server.
it accepts so far every Connection from every conceivable device.
only from the Igate nothing comes.
must login data be used?
my Config Part:
"mqtt": {
"active": true,
"server": "192.168.200.46",
"port": 1883,
"name": "",
"password": "",
"topic": "LoraAPRS/Data",
"will_active": false,
"will_topic": "LoraAPRS/State",
"will_message": "offline",
"birth_message": "online"
},
Desktop (please complete the following information):
Board name:
TTGO_LORA V2 1.6
The text was updated successfully, but these errors were encountered: