3.5 KiB
Migration From xJARiD/MeshCore
This page covers migrating from the previous firmware published at:
https://github.com/xJARiD/MeshCore
to the EastMesh firmware published at:
https://github.com/xJARiD/MeshCore-EastMesh
These steps are intended for existing repeater users moving to the new EastMesh *_repeater_mqtt firmware.
Start by downloading the correct EastMesh release for your board from:
Before You Start
- you can flash the new firmware without erasing first
- after flashing, you will need to reapply your Wi-Fi and some MQTT settings
- you can do this either from the serial CLI or from the companion app
Required Setup After Flashing
Once the new firmware is flashed, set:
set wifi.ssid <your-ssid>set wifi.pwd <your-password>set mqtt.iata <code>set mqtt.status on
Optional Settings
If you were previously using owner metadata, also set:
set mqtt.owner <64-hex-char-public-key>set mqtt.email <email>
If you had previously disabled TX publishing, also set:
set mqtt.tx off
Final Step
Once the settings are applied:
reboot
After reboot, the repeater should be operational.
Verify Operation
Confirm the repeater is up and connected with:
get wifi.statusget mqtt.statusget mqtt.statuscfg
Validate In The Web Console
If the web panel is enabled on your board, you can also verify through the local HTTPS admin page.
Enable and check it with:
set web onget web.status
Then open:
https://<IP_ADDRESS>/
Notes:
- ignore the browser warning for the self-signed certificate
- log in with the admin password
- this is the same admin password used for admin access via the companion app
Legacy MQTT Commands
Some MQTT CLI commands from the previous firmware do not apply in EastMesh and should not be migrated.
The previous firmware stored its MQTT bridge settings in a different place and shape than EastMesh does now. In the old firmware, MQTTBridge used legacy node preferences for items such as broker host, port, analyzers, TX enable, owner key, email, and IATA. In EastMesh, the current Wi-Fi and MQTT uplink settings are stored separately in /mqtt_prefs.
These previous MQTT CLI commands no longer apply in EastMesh:
get mqtt.serverget mqtt.portget mqtt.passwordget mqtt.analyzer.usget mqtt.analyzer.euget mqtt.config.valid
If you flash without erase first, older legacy values may still remain in flash in the background. The important point is that EastMesh does not use those old MQTT bridge values for its current uplink configuration, so users should not expect them to carry forward or have any effect.
Recommended Migration Flow
- Flash the new EastMesh firmware without erasing.
- Open the serial CLI or companion app.
- Set
wifi.ssid,wifi.pwd,mqtt.iata, andmqtt.status on. - Optionally set
mqtt.ownerandmqtt.email. - If you previously had TX publishing disabled, set
mqtt.tx off. - Reboot the repeater.
- Verify with
get wifi.status,get mqtt.status, andget mqtt.statuscfg. - Optionally confirm local web access with
set web on,get web.status, andhttps://<IP_ADDRESS>/.
Related Docs
Last Resort
If the repeater still does not come up cleanly after reflashing, reapplying settings, and rebooting, the last resort is to perform a full erase-flash and then configure it again from scratch.