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: "Deprecation Warning"? #1135

Open
bony618 opened this issue Dec 12, 2024 · 1 comment
Open

Support Request: "Deprecation Warning"? #1135

bony618 opened this issue Dec 12, 2024 · 1 comment
Assignees
Labels
question Further information is requested stale

Comments

@bony618
Copy link

bony618 commented Dec 12, 2024

Describe Your Problem

Started seeing this warning at each re-start recently

Relevant log output

(node:86206) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)

Config for homebridge-switchbot

"bridge": {
        "name": "Homebridge FBB9",
        "username": "********",
        "port": 51089,
        "pin": "*****",
        "advertiser": "bonjour-hap"
    },
    "accessories": [
        {
            "name": "open up",
            "stateful": false,
            "dimmer": false,
            "reverse": false,
            "time": 1000,
            "random": false,
            "resettable": false,
            "brightness": 0,
            "disableLogging": false,
            "accessory": "DummySwitch"
        },
        {
            "name": "g/o",
            "stateful": false,
            "dimmer": false,
            "reverse": false,
            "time": 1000,
            "random": false,
            "resettable": false,
            "brightness": 0,
            "disableLogging": false,
            "accessory": "DummySwitch"
        },
        {
            "name": "g/c",
            "stateful": false,
            "dimmer": false,
            "reverse": false,
            "time": 1000,
            "random": false,
            "resettable": false,
            "brightness": 0,
            "disableLogging": false,
            "accessory": "DummySwitch"
        },
        {
            "name": "lock it down",
            "stateful": false,
            "dimmer": false,
            "reverse": false,
            "time": 1000,
            "random": false,
            "resettable": false,
            "brightness": 0,
            "disableLogging": false,
            "accessory": "DummySwitch"
        },
        {
            "name": "vivint",
            "stateful": false,
            "dimmer": false,
            "reverse": false,
            "time": 1000,
            "random": false,
            "resettable": false,
            "brightness": 0,
            "disableLogging": false,
            "accessory": "DummySwitch"
        }
    ],
    "platforms": [
        {
            "name": "Config",
            "port": 8581,
            "auth": "none",
            "theme": "deep-purple",
            "tempUnits": "c",
            "lang": "auto",
            "sessionTimeout": 115200,
            "platform": "config",
            "lightingMode": "dark"
        },
        {
            "refreshToken": "********",
            "apiLoginRefreshSecs": 1200,
            "logDeviceList": true,
            "useExternalVideoStreams": true,
            "showCameraConfig": false,
            "_bridge": {
                "username": "*********"
            },
            "platform": "Vivint"
        },
        {
            "name": "RainBird",
            "devices": [
                {
                    "ipaddress": "********",
                    "password": "****",
                    "external": false,
                    "includeZones": "1,2,3,4,5",
                    "syncTime": false
                }
            ],
            "options": {
                "allowInvalidCharacters": true
            },
            "_bridge": {
                "username": "*********"
            },
            "platform": "RainBird"
        },
        {
            "name": "SwitchBot",
            "credentials": {
                "token": "************",
                "secret": "************",
                "notice": "Keep your Token & Secret a secret!"
            },
            "_bridge": {
                "username": "*********",
                "port": 58850
            },
            "platform": "SwitchBot"
        }
    ],
    "disabledPlugins": [
        "homebridge-rainbird"
    ]
}

Screenshots

No response

Device & Model

Mac mini 7,1

Node.js Version

v22.12.0

NPM Version

v10.9.0

Homebridge Version

v1.8.5

Homebridge SwitchBot Plugin Version

v4.1.5

Homebridge Config UI X Plugin Version

v4.65.0

Operating System

macOS Monterey v12.7.6

@bony618 bony618 added the question Further information is requested label Dec 12, 2024
Copy link
Contributor

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale label Dec 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested stale
Projects
None yet
Development

No branches or pull requests

6 participants