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

Failed to load plugin config schema #747

Open
alexandrumanta13 opened this issue Jan 8, 2025 · 0 comments
Open

Failed to load plugin config schema #747

alexandrumanta13 opened this issue Jan 8, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@alexandrumanta13
Copy link

Describe the bug
Unable to config child bridge after install.

To Reproduce
Steps to reproduce the behavior:

  1. Plugin installed
  2. Added json in config.json
  3. Save and restart
  4. The bridge icon is flashing
  5. Click on the bridge icon and plugin config
  6. Error: Failed to load plugin config schema

Additional context
This is my BroadlinkRM plugin config inside platforms:
RF codes are too long so i have added "..."
I also tried to add host, same issue.
Homebridge v1.8.5 · UI v4.68.0

{
"platform": "BroadlinkRM",
"name": "Broadlink RM",
"hideScanFrequencyButton": false,
"hideLearnButton": false,
"hideWelcomeMessage": false,
"accessories": [
{
"name": "Open Pergola",
"type": "switch",
"data": {
"on": "scDoA7qeBgCFMB..."
}
},
{
"name": "Close Pergola",
"type": "switch",
"data": {
"on": "scDoA86eBgCFLxg...",
"off": "scAGArCeBgAEBA..."
}
}
]
},

@alexandrumanta13 alexandrumanta13 added the bug Something isn't working label Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant