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

Support Request: Settings options not displaying #1181

Closed
allenost-gh opened this issue Mar 5, 2025 · 1 comment
Closed

Support Request: Settings options not displaying #1181

allenost-gh opened this issue Mar 5, 2025 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@allenost-gh
Copy link

Describe Your Problem

after installing the plugin and going to configuration, I see no options (totally blank page) under settings

Relevant log output

[05/03/2025, 2:57:19 pm] ====================
[05/03/2025, 2:57:19 pm] ERROR LOADING PLUGIN @switchbot/homebridge-switchbot:
[05/03/2025, 2:57:19 pm] Error: Cannot find module './lib/connect'
Require stack:
- /var/lib/homebridge/node_modules/@switchbot/homebridge-switchbot/node_modules/mqtt/mqtt.js
- /var/lib/homebridge/node_modules/@switchbot/homebridge-switchbot/node_modules/async-mqtt/index.js
    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:1225:15)
    at Function.Module._load (node:internal/modules/cjs/loader:1055:27)
    at TracingChannel.traceSync (node:diagnostics_channel:322:14)
    at wrapModuleLoad (node:internal/modules/cjs/loader:220:24)
    at Module.require (node:internal/modules/cjs/loader:1311:12)
    at require (node:internal/modules/helpers:136:16)
    at Object.<anonymous> (/var/lib/homebridge/node_modules/@switchbot/homebridge-switchbot/node_modules/mqtt/mqtt.js:9:17)
    at Module._compile (node:internal/modules/cjs/loader:1554:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1706:10)
    at Module.load (node:internal/modules/cjs/loader:1289:32)
[05/03/2025, 2:57:19 pm] ====================

Config for homebridge-switchbot

{
    "bridge": {
        "name": "Homebridge 3FB3",
        "username": "0E:C9:39:D8:3F:B3",
        "port": 51353,
        "pin": "667-26-046",
        "advertiser": "avahi",
        "bind": [
            "wlan0"
        ]
    },
    "accessories": [],
    "platforms": [
        {
            "name": "Config",
            "port": 8581,
            "auth": "none",
            "theme": "orange",
            "lightingMode": "dark",
            "menuMode": "freeze",
            "tempUnits": "c",
            "lang": "auto",
            "platform": "config"
        },
        {
            "platform": "Connexoon",
            "name": "Connexoon",
            "username": "xxxxxx ",
            "password": "xxxxxx",
            "service": "ConnexoonRTS"
        }
    ]
}

Screenshots

Homebridge 3FB3.pdf

Device & Model

n/a

Node.js Version

v22.14.0

NPM Version

undetermined

Homebridge Version

v1.9.0

Homebridge SwitchBot Plugin Version

v4.3

Homebridge Config UI X Plugin Version

v4.71.2

Operating System

raspian

@donavanbecker
Copy link
Collaborator

Duplicate of #1180. Will be fixed in release that will be released tonight.

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

No branches or pull requests

6 participants