lora-aprs / LoRa_APRS_iGate

This is a LoRa APRS iGate/Digi based on an ESP32
https://www.lora-aprs.info
MIT License
331 stars 106 forks source link

MQTT don't work #309

Open Basti77 opened 1 year ago

Basti77 commented 1 year ago

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

peterus commented 1 year ago

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?