I want to move the MAC address outside the script so that it can be entered after flashing the ESP32. #793
Answered
by
syssi
kenshinnmt
asked this question in
Q&A
-
My ESPHome setup is working fine, but I’d like to set the MAC address manually after MQTT connection instead of hardcoding it. I’ve tried checking the docs but haven’t had success. Any help would be appreciated. Thanks!
|
Beta Was this translation helpful? Give feedback.
Answered by
syssi
Jul 29, 2025
Replies: 1 comment 3 replies
-
This project uses the |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
kenshinnmt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This project uses the
ble_client
component for BLE connections. This is a ESPHome core component. Long story short: It's super complicated to apply a different MAC address at runtime. What's the reason for looking for dynamic configuration here?