mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #328] Q: EEPROM storage for MQTT access data #276
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#276
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 @ghost on GitHub (Mar 4, 2017).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/328
I want to put the MQTT access data into the EEPROM, without an additional SD card. I'm not a good programmer and I'm looking for a good example. I am afraid that I will overwrite the EEPROM data of the WiFiManager.
@tzapu commented on GitHub (Mar 4, 2017):
hi
see my sonoff boilerplate, it should have all you need and then some
cheers
@ghost commented on GitHub (Mar 7, 2017):
Hello, the mqtt implementation has worked well.
I wanted to add the "alias" as another value, but I do not get it. I read with server and alias always the same value.
What the hell does the value "#define EEPROM_SALT 12667"
In principle, the node should use the ChipID as a prefix for the topic. Via the alias (example: "bathroom") I can set the location over the Frontend.
My current code is here:
Https://github.com/aseerig/SensorNode.git
Can you give me a tip for implementing another value?
@merlokk commented on GitHub (Apr 19, 2017):
library to work with eeprom here
https://github.com/merlokk/SmartHome/blob/master/lib/xparam.h