Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accessories not getting deleted from HomeKit #309

Open
orevron opened this issue Dec 30, 2021 · 0 comments
Open

Accessories not getting deleted from HomeKit #309

orevron opened this issue Dec 30, 2021 · 0 comments

Comments

@orevron
Copy link

orevron commented Dec 30, 2021

Hi I've seen this issue and I double checked my configuration.
The issue is that I see these accessories in the HomeKit app but the plugin is not recognize them. I tried added the disable property to their ids and also tried to search them in the manage web console with no success.
This is my configuration:

{
  "platform": "MiAqaraPlatform",
  "manage": {
    "port": 5432,
    "password": "******"
  },
  "autoRemoveAccessoryInterval": 100,
  "gateways": {
    "f0b429cc8504": {
      "password": "********",
      "ip": "x.x.x.x"
    },
    "defaultValue": {
      "Global": {
        "ignoreWriteResult": false,
        "syncValue": true
      },
      "158d000588ad0d": {
        "Global": {
          "disabled": true
        },
        "ContactSensor_ContactSensor": {
          "disabled": true
        }
      },
      "158d00042d5543": {
        "Global": {
          "disable": true
        },
        "TemperatureAndHumiditySensor2_HumiditySensor": {
          "disable": true
        },
        "TemperatureAndHumiditySensor2_TemperatureSensor": {
          "disable": true
        }
      },
      "158d0002c48270": {
        "Global": {
          "disable": true
        },
        "Button_Switch_VirtualDoublePress": {
          "disable": true
        },
        "Button_Switch_VirtualSinglePress": {
          "disable": true
        },
        "Button_StatelessProgrammableSwitch": {
          "disable": true
        }
      }
    }
  }
}

And this is my web manage console:
image

Which the accessories I want to remove not showing there.
Also the bottom list of the Orphan Accessory is constantly loading without resolving:
image

This is example of one of the accessories I want to remove in HomeKit app:
image

Any ideas what could cause this and how I can fix this issue and remove those accessories?

Thanks for the help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant