So after hours trying to get icons to show up on the screen of the remote, I realise we are supposed to own a Windows PC according to Allonis!!
The process for apple / linux users is not clear and unfortunately involves terminal commands.
I had to SSH into the device credentials: allonis/allonis, (open Terminal, then use the command "ssh allonis@YourIP" then enter the password allonis).
This will drop you into the "allonis" user folder view, you can go straight to the "applications" folder, or look around by dropping into the root folder (cd /).
DO NOT DO ANYTHING IF YOU DO NOT KNOW WHAT YOU ARE DOING,
This is LINUX, it is VERY unforgiving.
To fix the issue of the blurred screen / no icons;
Go to the /home/allonis folder, then the applications/myServer/wwwroot folder, you will see the smart remote template folder you downloaded in the second instruction page. This contains all the info the smartremote pulls (basically a simple web page)
You need to copy the "smartremote-sample" folder to make a new folder called "smartremote", based on several forum threads, with no clear instructions.
Once in this folder, use the following;
cp -R ~/applications/myServer/wwwroot/smartremote-sample ~/applications/myServer/wwwroot/smartremote
This copies all files (-R recursively) to the new folder. Then restart the remote.
Now I have my "Living Room" show up on the remote & a start for the devices in there. The shelf mounted RPi4 is a pretty standard Linux install, so a lot of past experience will work here, but it's not for the faint hearted!! My next task is to get rsync images to backup at least weekly to my local UnRAID server, then upload to my seedbox NextCloud server for redundancy.
This should be way more consumer friendly, ala Logitech.
Painful stuff.
Last edit: 2 years 6 months ago by
CasaP.
Please Log in or Create an account to join the conversation.