Skip to main contentAccessing your Homeway logs is helpful for debugging support issues. Follow the guide below that matches your Homeway add-on type.
Standalone Linux CLI Add-on
If your Homeway install was done via the Linux CLI installer, you can find your logs by doing the following:
- SSH into the device running the Homeway plugin.
- cd into the logs folder cd ~/.homeway-addon/logs
- Download the most recent log file, labeled “homeway.log”
- Send the log file via support by dragging it into the chat window.
If you’re having trouble downloading the file via SSH, use an SFTP UI client like FileZilla.
Homeway Standalone Docker Container or Docker Compose
If your Homeway plugin is running in the Homeway Docker Container or via Docker Compose, do the following:
- Find the Docker container’s mapped data folder.
- This folder mapping is either part of the Docker command-line run option or defined in your Docker-Compose file.
- In the data folder, open the logs folder
- Download the most recent log file, labeled “homeway.log”
- Send the log file via support by dragging it into the chat window.
If you’re having trouble downloading the file via SSH, use an SFTP UI client like FileZilla.