Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MQTT don't work #309

Open
Basti77 opened this issue Jun 15, 2023 · 1 comment
Open

MQTT don't work #309

Basti77 opened this issue Jun 15, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@Basti77
Copy link

Basti77 commented Jun 15, 2023

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):

  • OS: WIN10 64bit
  • PlatformIO Version:
  • Firmware Version: v23.6.0

Board name:
TTGO_LORA V2 1.6

@Basti77 Basti77 added the bug Something isn't working label Jun 15, 2023
@peterus
Copy link
Member

peterus commented Jun 15, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants