Sorry if this is a stupid question but, I have just installed an app called inverter.dmg which I believe is written in bbcbasic.
link is
https://bbcbasic.co.uk/inverter.dmg.
When started it asks for some info which I now need to change, but I cannot find out where the settings are stored, so every time I start the app it goes into a screen with no info.
Can someone point me to the file I need to delete to set in back to default?
As it does not install on the MacBook as a normal app I cant find a file with the info it uses.
Givenergy Inverter app
-
- Posts: 272
- Joined: Tue 18 Jun 2024, 09:32
Re: Givenergy Inverter app
That information was included with the original release announcement. In case you can't read it, for example if you're not a member of that Facebook group, this is what it says:WavyDavy wrote: ↑Sun 27 Oct 2024, 11:14 Sorry if this is a stupid question but, I have just installed an app called inverter.dmg which I believe is written in bbcbasic.
link is https://bbcbasic.co.uk/inverter.dmg.
When started it asks for some info which I now need to change, but I cannot find out where the settings are stored
However it should not normally be necessary to do this because it is a requirement of the app that the inverter has a static IP address. That's why there is no mechanism provided for changing it, nor instructions for doing so included with the app.If you need to force my app to request the inverter's IP address(es) again you can do that as follows:
iOS: Files app... On my iPad/iPhone... Inverter... Delete the file inverter.dat
Android: Settings... Apps... App management... Inverter... Storage usage... Clear data
Windows: Delete the file %appdata%\bbcbasic\inverter.dat
MacOS: Delete the file ~/Library/Application Support/BBCBasic/inverter.dat
Others: Delete the file ~/.local/share/bbcbasic/inverter.dat
-
- Posts: 2
- Joined: Sun 27 Oct 2024, 10:53
Re: Givenergy Inverter app
Richard, Thanks for the reply.
Unfortunately although I do have show system files enabled. I don't have a folder BBCBasic in the applications support directory, and search doesn't reveal any file named inverter.dat.
What happened was I put the wrong IP address in. The one I put in was a static address but for another piece of kit.
I've tried re-downloading it and running that one, but all I get is this.
Unfortunately although I do have show system files enabled. I don't have a folder BBCBasic in the applications support directory, and search doesn't reveal any file named inverter.dat.
What happened was I put the wrong IP address in. The one I put in was a static address but for another piece of kit.
I've tried re-downloading it and running that one, but all I get is this.
You do not have the required permissions to view the files attached to this post.
-
- Posts: 272
- Joined: Tue 18 Jun 2024, 09:32
Re: Givenergy Inverter app
Strange. The BBCBasic folder is clearly visible on my M1 Mac Mini running MacOS Sonoma (see screenshot below) and issuing this command at the default prompt successfully causes the Inverter app to request the IP address(es) again:
Code: Select all
rm "Library/Application Support/BBCBasic/inverter.dat"
Regardless, there must be a file inverter.dat somewhere so if it's not there it is 'only' a case of finding it!
You do not have the required permissions to view the files attached to this post.