- SSH into the device running the Homeway add-on.
- Go to the Homeway plugin folder:
cd ~/homeway
- Run the install script:
./install
- The installer will locate your add-on and guide you through setting up the long-lived access token.
- Done 🥳
- Create a new long-lived access token in Home Assistant:
- Go to your Home Assistant dashboard.
- Click your user name and image in the bottom right corner to open the account UI.
- Select the “Security” tab at the top of the webpage.
- Scroll to the bottom of the header “Long-lived access tokens”
- Click “Create Token”
- Give the token any name you want.
- Copy the access token.
- Update the Docker Compose file:
- Open your Docker Compose file and paste the new access token into the
HOME_ASSISTANT_ACCESS_TOKENfield. - Restart the Docker container.
docker compose restart
- Open your Docker Compose file and paste the new access token into the

