Hello
after some year of perfect working, I take the decision to update my emonpi station (even if newbie roles is “if works do not tuch it”).
I made a full update from admin page of local emoncms.
Now the situation is this all feeds and imput are working, my mobile app work and show datas.
but if I connect to via a web browser to the local emoncms, the app menu is not visible.
than the most used ap for my wife home power managing (My solar) is not visible any more.
Can some one help me?
consider that I’m a newbie on software and linux command, than please bee very precise on what I have to do.
Can you click on the button Copy as Markdown next to Server Information on the Admin page and paste into a reply here please (no further formatting required).
I edit the app name to “app/view?name=My Solar”
The apps “My Solar” appears and work
but after I select any other menu is not possible to reselect it.
I get also this message
Message: TypeError: datastore[name].data[0] is undefined
Route: Modules/app/lib/timeseries.js?v=5
Line: 110
Column: 9
------------------------------------------
Updating /var/www/emoncms/Modules/app module
------------------------------------------
- git branch: stable
- git tags: 2.1.1
- no local changes
- running: git pull origin stable
Fetching origin
Already on 'stable'
Your branch is up to date with 'origin/stable'.
Already up to date.
Looks like at some point you have ended up tracking the wrong branch.
Need to SSH in
Is the file system read only? you can tell by the command prompt. Need to switch to RW ( rpi-rw and rpi-ro commands to switch)
cd /var/www/emoncms/Modules/app
git fetch --all
git checkout stable
git pull
In all honesty, an old base image needs replacing with a Buster based image.
It is pretty painless to switch and import all your data.