diff --git a/docs/EN/CompatiblePumps/OmnipodDASH.md b/docs/EN/CompatiblePumps/OmnipodDASH.md index 6047de9e76f0..453d36efd76f 100644 --- a/docs/EN/CompatiblePumps/OmnipodDASH.md +++ b/docs/EN/CompatiblePumps/OmnipodDASH.md @@ -574,6 +574,18 @@ To remove the old pod session: 3. After the second or third retry you will get the option to remove the pod. 4. Once the old pod is removed you will be able to activate a new pod. +### Generic error: java.lan.illegalStateException: Trying to set a Bluetooth Address to ***, but it is already set to ***. + +If you receive this error when attempting to Initialize a new pod **AAPS** fails as it still has settings for an old pod stored in configuration. + +![omnipod_address_in_use](../images/DASH_images/Errors/omnipod_address_in_use.png) + +This can happen if you restore from a backup, or a pod deactivation fails. + +To resolve keep clicking on `RETRY` until a `Discard` option is shown, then discard. This procedure should work for De-Activating a pod too. + +You should now be able to Activate a new pod. + --- ### Reinstalling AAPS diff --git a/docs/EN/images/DASH_images/Errors/omnipod_address_in_use.png b/docs/EN/images/DASH_images/Errors/omnipod_address_in_use.png new file mode 100644 index 000000000000..497cb954e4ff Binary files /dev/null and b/docs/EN/images/DASH_images/Errors/omnipod_address_in_use.png differ