-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Tasmesh broker MAC address is 00:00:00:00:00:00 #23005
Comments
Maybe the issue is the AP interface is not started yet like described here: espressif/arduino-esp32#9509
|
I duplicated the log line:
The result:
|
This seems to fix it:
Result:
|
@rguca Looks like a valid fix. Have you checked / seen side effects? I think no, but who knows? Can you open a PR with your suggested changes? |
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PROBLEM DESCRIPTION
I created a rule to enable tasmesh broker on boot but it seems to have problems with getting the mac address:
if i disable the rule, restart and execute the cmd manually over web console, its the same. wifi is clearly up an running here:
If the command is executed a second time, the MAC is correct:
REQUESTED INFORMATION
Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!
Backlog Template; Module; GPIO 255
:Backlog Rule1; Rule2; Rule3
:Status 0
:weblog
to 4 and then, when you experience your issue, provide the output of the Console log:TO REPRODUCE
execute meshbroker cmd after boot in web console
EXPECTED BEHAVIOUR
the MAC is correct on first execution of command
SCREENSHOTS
If applicable, add screenshots to help explain your problem.
ADDITIONAL CONTEXT
This was discussed on discord and a user confirmed this.
https://discord.com/channels/479389167382691863/490244847568158751/1339969468029337641
(Please, remember to close the issue when the problem has been addressed)
The text was updated successfully, but these errors were encountered: