/my-arcam-remote

A remote for Arcam products using Svelte, Python and the arcam_fmj library.

Primary LanguagePython

my-arcam-remote

A remote for Arcam products using Svelte, Python and the arcam_fmj library.

Running the App

Step 1: Obtain Device IP Address

  1. Ensure your arcam device is connected to your network via ethernet cable.
  2. Obtain the device's IP address following the steps on this document on page 16 on the rightmost section.

Step 2: Create .env file with ARCAM_IP entry

create a .env file in the project directory with the contents below. Ensure the ip address matches the value you got from step 1.

ARCAM_IP=192.168.1.1

Step 3: Run the application with docker-compose

  1. Make sure docker-compose is installed.
  2. From the my-arcam-remote directory run docker-compose up.
  3. The website should be accessible at http://localhost after building.

Example Screenshot

The website has a simple UI for both the browser and the phone:

Website