[GH-ISSUE #320] Can I have readonly parameter on ConfigPortal? #268

Closed
opened 2026-02-28 01:24:25 +03:00 by kerem · 2 comments
Owner

Originally created by @angel1st on GitHub (Feb 21, 2017).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/320

Hi there,
In certain cases, ESP device Mac Address is required to be known. One possible reason for it is when the router uses Mac filtering.
Therefore, I would like to have mac address shown on ConfigPortal, when the ESP module is on AP mode.
I suspect I should use wifiManager.addParameter to add it as parameter and it is available via WiFi.macAddress(), however, I rather have it as readonly parameter on the ConfigPortal.
How can I do that?

Originally created by @angel1st on GitHub (Feb 21, 2017). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/320 Hi there, In certain cases, ESP device Mac Address is required to be known. One possible reason for it is when the router uses Mac filtering. Therefore, I would like to have mac address shown on `ConfigPortal`, when the ESP module is on AP mode. I suspect I should use `wifiManager.addParameter` to add it as parameter and it is available via `WiFi.macAddress()`, however, I rather have it as **readonly** parameter on the `ConfigPortal`. How can I do that?
kerem closed this issue 2026-02-28 01:24:25 +03:00
Author
Owner

@tzapu commented on GitHub (Feb 21, 2017):

hi

mac address should be listed on the info page i think

cheers

On 21 Feb 2017, at 11:14, Angel notifications@github.com wrote:

Hi there,
In certain cases, ESP device Mac Address is required to be known. One possible reason for it is when the router uses Mac filtering.
Therefore, I would like to have mac address shown on ConfigPortal, when the ESP module is on AP mode.
I suspect I should use wifiManager.addParameter to add it as parameter and it is available via WiFi.macAddress(), however, I rather have it as readonly parameter on the ConfigPortal.
How can I do that?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub https://github.com/tzapu/WiFiManager/issues/320, or mute the thread https://github.com/notifications/unsubscribe-auth/AC2FkKFO2QwPPIab42aaTthO4-YzX0bZks5reqrsgaJpZM4MHDUR.

<!-- gh-comment-id:281297091 --> @tzapu commented on GitHub (Feb 21, 2017): hi mac address should be listed on the info page i think cheers > On 21 Feb 2017, at 11:14, Angel <notifications@github.com> wrote: > > Hi there, > In certain cases, ESP device Mac Address is required to be known. One possible reason for it is when the router uses Mac filtering. > Therefore, I would like to have mac address shown on ConfigPortal, when the ESP module is on AP mode. > I suspect I should use wifiManager.addParameter to add it as parameter and it is available via WiFi.macAddress(), however, I rather have it as readonly parameter on the ConfigPortal. > How can I do that? > > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly, view it on GitHub <https://github.com/tzapu/WiFiManager/issues/320>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AC2FkKFO2QwPPIab42aaTthO4-YzX0bZks5reqrsgaJpZM4MHDUR>. >
Author
Owner

@angel1st commented on GitHub (Feb 21, 2017):

Thanks, @tzapu, makes sense.
Best Regards

<!-- gh-comment-id:281327536 --> @angel1st commented on GitHub (Feb 21, 2017): Thanks, @tzapu, makes sense. Best Regards
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#268
No description provided.