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

🐞 [Bug]: The option to enter the MQTT account&password is missing in version 2.5.16 #1055

Open
1 of 2 tasks
Fred0410 opened this issue Jan 14, 2025 · 5 comments
Open
1 of 2 tasks
Labels
bug Something isn't working

Comments

@Fred0410
Copy link

Firmware Version

2.5.7

What did you do?

I have updated the app in Apple App Store,then reconneted my radio,but I found it that MQTT account&password is missing

Expected Behavior

The MQTT configuration should include the server, username, and password.

Current Behavior

The MQTT configuration is missing username, and password.This bug is causing an anomaly when I use MQTT.

Participation

  • I am willing to submit a pull request for this issue.

Additional comments

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@Fred0410 Fred0410 added the bug Something isn't working label Jan 14, 2025
@nerr
Copy link

nerr commented Jan 14, 2025

IMG_1358

@1JI0O
Copy link

1JI0O commented Jan 14, 2025

meeting the same problem

@joan7770
Copy link

Also experiencing this issue on iPhone SE (2020) on iOS 18.1.1.

@joan7770
Copy link

I think I may have found where the problem may be: Meshtastic/Views/Settings/Config/Module/MQTTConfig.swift on line 177:

if !proxyToClientEnabled && address != "mqtt.meshtastic.org" {
	HStack {
...

I think that if check should be checking if proxyToClientEnabled true not false. I am not an iOS developer however and don't have a mac new enough that can build this project to test this.

@Xaositek
Copy link

I found it's hidden until you uncheck the Options "Enabled" and "MQTT Client Proxy" and then they show up

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

5 participants