mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #898] WMM: Error sending message to register the device? #759
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#759
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TinajaLabs on GitHub (Jun 14, 2019).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/898
I'm working with the basic.ino version and somewhere in the bootup it says:
WMM: Error sending message to register the device...I set up an mqtt subscriber in my node-red application and subscribed to
deviceLog/ESP_a020a6194f75but I never see it arrive in node-red.Looking for clues as to where this code lives.
Thanks,
Chris.
Here's the basic startup output as seen in the serial screen:
@liebman commented on GitHub (Jun 14, 2019):
I don't think those messages are from WiFiManager. I think WiFiManager messages print with "WM*" not "WMM".
@TinajaLabs commented on GitHub (Jun 14, 2019):
Interesting clue. Thanks.
@tablatronix commented on GitHub (Jun 14, 2019):
This is not this library