1.7 KiB
1.7 KiB
Restoring Node-RED Flows After Home Assistant Upgrade
Problem
After upgrading Home Assistant OS, Node-RED flows are missing.
Solution Steps
1. Check Available Backups
Go to: http://192.168.68.25:8123/config/backups
Look for backups created BEFORE the upgrade. Backups typically include:
- Home Assistant configuration
- Add-on data (including Node-RED)
- Supervisor data
2. Restore from Backup
- In Home Assistant, go to Settings > System > Backups
- Find a backup from before the upgrade
- Click on the backup
- Choose "Restore" or "Partial Restore"
- Select what to restore:
- Home Assistant Core (configuration)
- Node-RED add-on data (this contains your flows!)
- Other add-ons as needed
3. Alternative: Restore Node-RED Add-on Only
If you have a backup, you can restore just the Node-RED add-on:
- Go to Settings > Add-ons > Node-RED
- Check if there's a restore option
- Or restore the entire backup but select only Node-RED add-on data
4. Check Node-RED Status
- Go to Settings > Add-ons > Node-RED
- Check if Node-RED is running
- Check if it needs to be restarted
5. Manual Flow Export/Import (if backup doesn't work)
If you have exported flows elsewhere:
- Open Node-RED interface
- Go to Menu (three lines) > Import
- Paste your flow JSON
- Click Deploy
Prevention for Future
- Enable automatic backups in Home Assistant
- Export Node-RED flows regularly (Menu > Export)
- Keep backup copies of important flows