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

Switch bot Settings not available #870

Closed
Gandalf8266 opened this issue Nov 19, 2023 · 1 comment
Closed

Switch bot Settings not available #870

Gandalf8266 opened this issue Nov 19, 2023 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@Gandalf8266
Copy link

Describe Your Problem

Bot's Device ID in the Press Mode or Switch Mode Bot Settings

Relevant log output

Regarding the Documentation, I should Set my Bot's Device ID in the Press Mode or Switch Mode Bot:
You must set your Bot's Device ID in the Press Mode or Switch Mode Bot Settings (Advanced Settings > Device Settings > Bot Settings)

But I don't have this section in my Configuration UI

I made a screenshot

Config for homebridge-switchbot

{
    "bridge": {
        "name": "secretxxxxxx",
        "username": "secretxxxxxx",
        "port": secretxxxxxx,
        "pin": "secretxxxxxx",
        "advertiser": "bonjour-hap"
    },
    "accessories": [],
    "platforms": [
        {
            "name": "Config",
            "port": 8581,
            "platform": "config"
        },
        {
            "name": "Meross",
            "username": "secretxxxxxx",
            "password": "secretxxxxxx",
            "ignoreHKNative": true,
            "platform": "Meross"
        },
        {
            "name": "FritzPlatform",
            "warn": true,
            "error": true,
            "extendedError": true,
            "devices": [
                {
                    "active": true,
                    "name": "Fritz!Box",
                    "host": "192.168.xxx.xxx",
                    "username": "secretxxxxxx",
                    "password": "secretxxxxxx",
                    "ssl": true,
                    "tr064": true,
                    "igd": false,
                    "wifiUnits": 2,
                    "master": true,
                    "connection": "dsl",
                    "options": {
                        "reconnect": "switch"
                    }
                }
            ],
            "smarthome": [
                {
                    "active": true,
                    "name": "Waschmaschine",
                    "ain": "secretxxxxxx",
                    "energy": true,
                    "startValue": 1,
                    "temperature": true,
                    "accType": "switch"
                },
                {
                    "active": true,
                    "name": "Rocket Espresso",
                    "ain": "secretxxxxxx",
                    "energy": true,
                    "startValue": 1,
                    "temperature": true,
                    "accType": "switch"
                },
                {
                    "active": true,
                    "name": "Trockner",
                    "ain": "secretxxxxxx",
                    "energy": true,
                    "startValue": 1,
                    "temperature": true,
                    "accType": "switch"
                }
            ],
            "options": {
                "polling": {
                    "timer": 15
                }
            },
            "telegram": {
                "active": false
            },
            "platform": "FritzPlatform"
        },
        {
            "name": "SwitchBot",
            "credentials": {
                "token": "secretxxxxxx",
                "secret": "secretxxxxxx",
                "notice": "Keep your Token & Secret a secret!"
            },
            "platform": "SwitchBot"
        },
        {
            "name": "Camera FFmpeg",
            "cameras": [
                {
                    "name": "Camera Garage",
                    "unbridge": true,
                    "videoConfig": {
                        "source": "secretxxxxxx",
                        "audio": true
                    }
                }
            ],
            "platform": "Camera-ffmpeg"
        }
    ]
}

Screenshots

Ohne Titel

Device & Model

SwitchBot with hub Mini

Node.js Version

v18.18.2

NPM Version

9.1.1

Homebridge Version

v1.7.0

Homebridge SwitchBot Plugin Version

v2.12.0

Homebridge Config UI X Plugin Version

v4.52.3

Operating System

Raspbian

@donavanbecker
Copy link
Collaborator

SwitchBot Device Settings

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