Add section to octoprint around duplicate upnpUuids (#24406)

This commit is contained in:
Ryan Fleming 2022-10-06 15:00:31 -04:00 committed by GitHub
parent beefb872c9
commit f187c1b602
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,3 +94,15 @@ The OctoPrint integration provides the following buttons:
- Pause Job
- Resume Job
- Stop Job
## Troubleshooting
### Device is already configured for a second instance
This is typically caused by copying/backup/restoring part of the config files between OctoPrint instances.
1. SSH into the OctoPrint instance that is being added.
2. Edit the `config.yaml` for the instance (Typically `/home/pi/.octoprint`)
3. Under `plugins/discovery`, change the value of `upnpUuid` to have a different uuid.
4. Restart the OctoPrint service
5. Attempt to add the instance once again.