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

Category override not working #145

Open
cooper-crockett opened this issue Feb 21, 2024 · 0 comments
Open

Category override not working #145

cooper-crockett opened this issue Feb 21, 2024 · 0 comments

Comments

@cooper-crockett
Copy link

cooper-crockett commented Feb 21, 2024

When i try to override an accessory category nothing happens and my accessory is still marked as when it is created.

For example i have an accessory originally listed as "contact sensor", i want to redefine it as "window" but my accessory is still marked as "contact sensor" in homebridge.

Here you can find the way i override my accessory category in config.json :

[...]
{
  "hostname": "mediation.tydom.com",
  "username": "*********",
  "password": "*********",
  "debug": true,
  "platform": "Tydom",
  "settings": {
    "1708183466": {
      "category": 12
    },
    "1708247851": {
      "category": 13
    }
  }
}
[...]

I get the deviceId from logs :

[...]
[Tydom] Adding new device [...]
[Tydom] Found new device with [...], deviceId=1708247851 [...]
[Tydom] Updating accessory named=[...]
[...]

I restarted homebridge.

Versions

  • homebridge-tydom: v0.24.1

Additional context

  • Raspberry PI 4 model B
  • Raspberry Pi OS
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