From f187c1b60289a7dbda2c4f254c73bb045041e416 Mon Sep 17 00:00:00 2001 From: Ryan Fleming Date: Thu, 6 Oct 2022 15:00:31 -0400 Subject: [PATCH] Add section to octoprint around duplicate upnpUuids (#24406) --- source/_integrations/octoprint.markdown | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/source/_integrations/octoprint.markdown b/source/_integrations/octoprint.markdown index 3d723d168a2..3366fefe87f 100644 --- a/source/_integrations/octoprint.markdown +++ b/source/_integrations/octoprint.markdown @@ -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.