3 hours ago
(10 hours ago)sergii85 Wrote: Hi Andrew,
I downloaded the zip file from github, but have no idea what to do next.
I have Devialet 220 Expert pro. Can you explain please what do I have to do with those files to have the app functional on my phone.
Assuming you have a Mac on the same network at the Devialet: Download all the files into a directory on your Mac, in the terminal.app enter the command "python3 -V", which should launch a prompt to install the developer tools if you don't already have those, then change to the directory with the files using the command "cd /directory/where/you/downloaded/the/files", and then try "python3 devialet_expert_control.py status", which should auto-discover the amp on your network and output its currrent status. If that works, you can use the instructions in the WEB_SERVER_SETUP.md file to get the web app running. If you can get the server running manually and confirm that it works on your phone, then go ahead and follow the instructions to run the server at startup. After that, it's permanently installed, and there's nothing else to do.
This should also work on a Windows or Linux computer with Python 3 and the appropriate libraries and permissions, but I haven't tested it.

