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

Bug: Indoor/Outdoor meter not recognized anymore #1118

Open
hansw1204 opened this issue Nov 20, 2024 · 8 comments
Open

Bug: Indoor/Outdoor meter not recognized anymore #1118

hansw1204 opened this issue Nov 20, 2024 · 8 comments
Assignees
Labels
bug Something isn't working

Comments

@hansw1204
Copy link

hansw1204 commented Nov 20, 2024

Describe the Bug

All Indoor/Outdoor meters are not being recognized anymore. Maybe duet to firmware update to 0.8 or, maybe due to the fact that the cloud services option has been removed. Did they also remove API access?

To Reproduce

Just running the plugin with Indoor/Outdoor meters installed

Expected Behavior

Meters are recognized

Relevant Log Output

[11/20/2024, 10:49:13 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB Hub 2","deviceId":"E55460B62D51","configDeviceType":"Hub 2","connectionType":"OpenAPI","allowPush":true,"convertUnitTo":"FAHRENHEIT","mqttURL":"198.162.4.1","history":true,"firmware":"1.4-2.3","refreshRate":360,"pushRate":360}
[11/20/2024, 10:49:13 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"2 AC Door","deviceId":"D2353334687D","configDeviceType":"Bot","connectionType":"OpenAPI","type":"door","mode":"press","doublePress":1,"disableCaching":true,"maxRetries":0,"delayBetweenRetries":3,"firmware":"6.6","external":false,"refreshRate":360,"pushRate":360}
[11/20/2024, 10:49:13 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB LR","deviceId":"EE927C000563","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","logging":"debug","refreshRate":360,"pushRate":360}
[11/20/2024, 10:49:13 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB Balcony","deviceId":"D1B95C6CA12E","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/20/2024, 10:49:13 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB BathR","deviceId":"FD81452A7817","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/20/2024, 10:49:13 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB BedR","deviceId":"DEB95B5130DE","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","pushRate":360}
[11/20/2024, 10:49:13 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB DR","deviceId":"ED5B287A4053","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/20/2024, 10:49:13 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB Office","deviceId":"EB7427216D7B","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/20/2024, 10:49:13 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB SBathR","deviceId":"F4CA70379451","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/20/2024, 10:49:13 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB SR","deviceId":"CF160F90171D","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8"}
[11/20/2024, 10:49:13 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB Kitchen","deviceId":"C570785DCA9D","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}

Config for homebridge-switchbot

{
    "name": "SwitchBot",
    "credentials": {
        "token": "removed",
        "secret": "removed",
        "notice": "Keep your Token & Secret a secret!"
    },
    "options": {
        "devices": [
            {
                "configDeviceName": "SB Hub 2",
                "deviceId": "E55460B62D51",
                "configDeviceType": "Hub 2",
                "connectionType": "OpenAPI",
                "allowPush": true,
                "convertUnitTo": "FAHRENHEIT",
                "mqttURL": "198.162.4.1",
                "history": true,
                "firmware": "1.4-2.3",
                "refreshRate": 360,
                "pushRate": 360
            },
            {
                "configDeviceName": "2 AC Door",
                "deviceId": "D2353334687D",
                "configDeviceType": "Bot",
                "connectionType": "OpenAPI",
                "type": "door",
                "mode": "press",
                "doublePress": 1,
                "disableCaching": true,
                "maxRetries": 0,
                "delayBetweenRetries": 3,
                "firmware": "6.6",
                "external": false,
                "refreshRate": 360,
                "pushRate": 360
            },
            {
                "configDeviceName": "SB LR",
                "deviceId": "EE927C000563",
                "configDeviceType": "WoIOSensor",
                "connectionType": "OpenAPI",
                "allowPush": true,
                "convertUnitTo": "FAHRENHEIT",
                "maxRetries": 5,
                "delayBetweenRetries": 3,
                "history": true,
                "firmware": "0.8",
                "logging": "debug",
                "refreshRate": 360,
                "pushRate": 360
            },
            {
                "configDeviceName": "SB Balcony",
                "deviceId": "D1B95C6CA12E",
                "configDeviceType": "WoIOSensor",
                "connectionType": "OpenAPI",
                "convertUnitTo": "FAHRENHEIT",
                "maxRetries": 5,
                "delayBetweenRetries": 3,
                "history": true,
                "firmware": "0.8",
                "refreshRate": 360,
                "pushRate": 360
            },
            {
                "configDeviceName": "SB BathR",
                "deviceId": "FD81452A7817",
                "configDeviceType": "WoIOSensor",
                "connectionType": "OpenAPI",
                "convertUnitTo": "FAHRENHEIT",
                "maxRetries": 5,
                "delayBetweenRetries": 3,
                "history": true,
                "firmware": "0.8",
                "refreshRate": 360,
                "pushRate": 360
            },
            {
                "configDeviceName": "SB BedR",
                "deviceId": "DEB95B5130DE",
                "configDeviceType": "WoIOSensor",
                "connectionType": "OpenAPI",
                "convertUnitTo": "FAHRENHEIT",
                "maxRetries": 5,
                "delayBetweenRetries": 3,
                "history": true,
                "firmware": "0.8",
                "pushRate": 360
            },
            {
                "configDeviceName": "SB DR",
                "deviceId": "ED5B287A4053",
                "configDeviceType": "WoIOSensor",
                "connectionType": "OpenAPI",
                "convertUnitTo": "FAHRENHEIT",
                "maxRetries": 5,
                "delayBetweenRetries": 3,
                "history": true,
                "firmware": "0.8",
                "refreshRate": 360,
                "pushRate": 360
            },
            {
                "configDeviceName": "SB Office",
                "deviceId": "EB7427216D7B",
                "configDeviceType": "WoIOSensor",
                "connectionType": "OpenAPI",
                "convertUnitTo": "FAHRENHEIT",
                "maxRetries": 5,
                "delayBetweenRetries": 3,
                "history": true,
                "firmware": "0.8",
                "refreshRate": 360,
                "pushRate": 360
            },
            {
                "configDeviceName": "SB SBathR",
                "deviceId": "F4CA70379451",
                "configDeviceType": "WoIOSensor",
                "connectionType": "OpenAPI",
                "convertUnitTo": "FAHRENHEIT",
                "maxRetries": 5,
                "delayBetweenRetries": 3,
                "history": true,
                "firmware": "0.8",
                "refreshRate": 360,
                "pushRate": 360
            },
            {
                "configDeviceName": "SB SR",
                "deviceId": "CF160F90171D",
                "configDeviceType": "WoIOSensor",
                "connectionType": "OpenAPI",
                "convertUnitTo": "FAHRENHEIT",
                "maxRetries": 5,
                "delayBetweenRetries": 3,
                "history": true,
                "firmware": "0.8"
            },
            {
                "configDeviceName": "SB Kitchen",
                "deviceId": "C570785DCA9D",
                "configDeviceType": "WoIOSensor",
                "connectionType": "OpenAPI",
                "convertUnitTo": "FAHRENHEIT",
                "maxRetries": 5,
                "delayBetweenRetries": 3,
                "history": true,
                "firmware": "0.8",
                "refreshRate": 360,
                "pushRate": 360
            }
        ],
        "pushRate": 1
    },
    "_bridge": {
        "username": "0E:42:87:77:38:D0"
    },
    "platform": "SwitchBot"
}

Screenshots

No response

Device and Model

Switchbot Indoor/Outdoor Meter model W3400010

Node.js Version

v20.18.0

NPM Version

NA

Homebridge Version

v1.8.5

Homebridge Switchbot Plugin Version

v4.1.4

Homebridge Config UI X Plugin Version

v4.63.0

Operating System

Docker

@hansw1204
Copy link
Author

Looks like the situation is resolved. The meters are reporting correctly again. Maybe a glitch on their cloud service

@hansw1204
Copy link
Author

Well, I spoke too soon. I am now getting this, and the data do not update correctly and so I cannot use the data for automations.
[11/22/2024, 7:31:03 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/22/2024, 7:31:03 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 7:31:03 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/22/2024, 7:31:03 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 7:31:03 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/22/2024, 7:31:04 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 7:31:04 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 7:31:04 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/22/2024, 7:37:03 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/22/2024, 7:37:03 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 7:37:03 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/22/2024, 7:37:04 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 7:37:03 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 7:37:03 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/22/2024, 7:37:04 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 7:37:04 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/22/2024, 7:43:04 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/22/2024, 7:43:04 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 7:43:04 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/22/2024, 7:43:04 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 7:43:04 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/22/2024, 7:43:09 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 7:43:09 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 7:43:09 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/22/2024, 7:49:04 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/22/2024, 7:49:04 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 7:49:04 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 7:49:04 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/22/2024, 7:49:04 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/22/2024, 7:49:04 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 7:49:04 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 7:49:04 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/22/2024, 7:55:05 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/22/2024, 7:55:05 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 7:55:05 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/22/2024, 7:55:05 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 7:55:05 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/22/2024, 7:55:07 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 7:55:07 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 7:55:07 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/22/2024, 8:01:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/22/2024, 8:01:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 8:01:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 8:01:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/22/2024, 8:01:07 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/22/2024, 8:01:07 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 8:01:07 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 8:01:07 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/22/2024, 8:07:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/22/2024, 8:07:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 8:07:07 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/22/2024, 8:07:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 8:07:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/22/2024, 8:07:09 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 8:07:09 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 8:07:09 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/22/2024, 8:13:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/22/2024, 8:13:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 8:13:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 8:13:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/22/2024, 8:13:07 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/22/2024, 8:13:07 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 8:13:07 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 8:13:07 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/22/2024, 8:19:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/22/2024, 8:19:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 8:19:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 8:19:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/22/2024, 8:19:07 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/22/2024, 8:19:07 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 8:19:07 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 8:19:07 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/22/2024, 8:25:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/22/2024, 8:25:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 8:25:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 8:25:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/22/2024, 8:25:07 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/22/2024, 8:25:07 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 8:25:07 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 8:25:07 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/22/2024, 8:31:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/22/2024, 8:31:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 8:31:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 8:31:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/22/2024, 8:31:07 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/22/2024, 8:31:07 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 8:31:07 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 8:31:07 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/22/2024, 8:37:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/22/2024, 8:37:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 8:37:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 8:37:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/22/2024, 8:37:07 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/22/2024, 8:37:08 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 8:37:08 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 8:37:08 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/22/2024, 8:43:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/22/2024, 8:43:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 8:43:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 8:43:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/22/2024, 8:43:07 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/22/2024, 8:43:08 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 8:43:08 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 8:43:08 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/22/2024, 8:49:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/22/2024, 8:49:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 8:49:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 8:49:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/22/2024, 8:49:07 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/22/2024, 8:49:07 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 8:49:07 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 8:49:07 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/22/2024, 8:55:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/22/2024, 8:55:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 8:55:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 8:55:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/22/2024, 8:55:07 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/22/2024, 8:55:07 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 8:55:07 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 8:55:07 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/22/2024, 9:01:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/22/2024, 9:01:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 9:01:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 9:01:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/22/2024, 9:01:07 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/22/2024, 9:01:07 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 9:01:07 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 9:01:07 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/22/2024, 9:07:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/22/2024, 9:07:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 9:07:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 9:07:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/22/2024, 9:07:07 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/22/2024, 9:07:07 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 9:07:07 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 9:07:07 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/22/2024, 9:13:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/22/2024, 9:13:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 9:13:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 9:13:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/22/2024, 9:13:07 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/22/2024, 9:13:07 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 9:13:07 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 9:13:07 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/22/2024, 9:19:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/22/2024, 9:19:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 9:19:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 9:19:07 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/22/2024, 9:19:07 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/22/2024, 9:19:07 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 9:19:07 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 9:19:07 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/22/2024, 9:25:08 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/22/2024, 9:25:08 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 9:25:08 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/22/2024, 9:25:09 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 9:25:08 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 9:25:08 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/22/2024, 9:25:09 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 9:25:09 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/22/2024, 9:31:08 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/22/2024, 9:31:08 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 9:31:08 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 9:31:08 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/22/2024, 9:31:08 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/22/2024, 9:31:08 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 9:31:08 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 9:31:08 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/22/2024, 9:37:08 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/22/2024, 9:37:08 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 9:37:08 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 9:37:08 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/22/2024, 9:37:08 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/22/2024, 9:37:08 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 9:37:08 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 9:37:08 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/22/2024, 9:43:08 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/22/2024, 9:43:08 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 9:43:08 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 9:43:08 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/22/2024, 9:43:08 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/22/2024, 9:43:08 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 9:43:08 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 9:43:08 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/22/2024, 9:49:08 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/22/2024, 9:49:08 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 9:49:08 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 9:49:08 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/22/2024, 9:49:08 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/22/2024, 9:49:08 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 9:49:08 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 9:49:08 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/22/2024, 9:55:08 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/22/2024, 9:55:08 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 9:55:08 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 9:55:08 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/22/2024, 9:55:08 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/22/2024, 9:55:08 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 9:55:08 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 9:55:08 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/22/2024, 10:01:08 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/22/2024, 10:01:08 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 10:01:08 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 10:01:08 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/22/2024, 10:01:08 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/22/2024, 10:01:08 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 10:01:08 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 10:01:08 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/22/2024, 10:07:08 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/22/2024, 10:07:08 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 10:07:08 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 10:07:08 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/22/2024, 10:07:08 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/22/2024, 10:07:08 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 10:07:08 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 10:07:08 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/22/2024, 10:13:08 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/22/2024, 10:13:08 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 10:13:08 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/22/2024, 10:13:08 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/22/2024, 10:13:08 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/22/2024, 10:13:08 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 10:13:08 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/22/2024, 10:13:08 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]

@hansw1204
Copy link
Author

After removing extra instances of devices in the cache, I am now getting this:
[11/22/2024, 11:00:39 AM] [SwitchBot] Initializing SwitchBot platform...
[11/22/2024, 11:00:39 AM] [SwitchBot] Initializing child bridge 0E:65:FD:79:56:3D
[11/22/2024, 11:00:42 AM] [SwitchBot] Launched child bridge with PID 32399
[11/22/2024, 11:00:54 AM] [SwitchBot] Loaded @switchbot/homebridge-switchbot v4.1.4 child bridge successfully
[11/22/2024, 11:00:54 AM] Loaded 0 cached accessories from cachedAccessories.0E65FD79563D.
[11/22/2024, 11:00:54 AM] [SwitchBot] Failed to import noble: "socket creation failed"
[11/22/2024, 11:00:54 AM] Registering platform 'homebridge-broadlink-rm-pro.BroadlinkRM'
[11/22/2024, 11:00:54 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB Hub 2","deviceId":"E55460B62D51","configDeviceType":"Hub 2","connectionType":"OpenAPI","allowPush":true,"convertUnitTo":"FAHRENHEIT","mqttURL":"198.162.4.1","history":true,"firmware":"1.4-2.3","refreshRate":360,"pushRate":360}
[11/22/2024, 11:00:54 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"2 AC Door","deviceId":"D2353334687D","configDeviceType":"Bot","connectionType":"OpenAPI","type":"door","mode":"press","doublePress":1,"disableCaching":false,"maxRetries":0,"delayBetweenRetries":3,"firmware":"6.6","external":false,"refreshRate":360,"pushRate":360}
[11/22/2024, 11:00:54 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB LR","deviceId":"EE927C000563","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","allowPush":false,"convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","logging":"debug","refreshRate":360,"pushRate":360}
[11/22/2024, 11:00:54 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB Balcony","deviceId":"D1B95C6CA12E","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/22/2024, 11:00:54 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB BathR","deviceId":"FD81452A7817","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/22/2024, 11:00:54 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB BedR","deviceId":"DEB95B5130DE","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","pushRate":360}
[11/22/2024, 11:00:54 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB DR","deviceId":"ED5B287A4053","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/22/2024, 11:00:54 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB Office","deviceId":"EB7427216D7B","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/22/2024, 11:00:54 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB SBathR","deviceId":"F4CA70379451","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/22/2024, 11:00:54 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB SR","deviceId":"CF160F90171D","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8"}
[11/22/2024, 11:00:54 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB Kitchen","deviceId":"C570785DCA9D","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}

@zsiraph
Copy link

zsiraph commented Nov 22, 2024

Same thing happened for me as well for my regular switchbot bot.

@hansw1204
Copy link
Author

I am beginning to believe it's a problem with Switchbot's cloud server. I might have to rethink my strategy here. Maybe I'll have to stick to HomeKit but their limit to 8 devices per hub sucks.

@hansw1204
Copy link
Author

hansw1204 commented Nov 23, 2024

I stopped the plugin yesterday and restarted early this morning (~12:30am). Here is the log excerpt. Debug log activated for the Hub 2, Bot (2AC Door), and one of the Indoor/Outdoor Meters (LR). It looks like values are not getting updated. Even though there seems to be a read event, there is no update and the values differ from the values in the Switchbot App.
It seems, just before 7:00 am, and even though I hadn't interfered with anything all night, the daily request limit was reached and from then on, no more changes are registered.

[11/22/2024, 10:49:46 AM] [SwitchBot] Initializing SwitchBot platform...
[11/22/2024, 10:49:46 AM] [SwitchBot] Initializing child bridge 0E:65:FD:79:56:3D
[11/22/2024, 10:50:03 AM] [SwitchBot] Initializing SwitchBot platform...
[11/22/2024, 10:50:03 AM] [SwitchBot] Initializing child bridge 0E:65:FD:79:56:3D
[11/22/2024, 10:50:21 AM] [SwitchBot] Initializing SwitchBot platform...
[11/22/2024, 10:50:21 AM] [SwitchBot] Initializing child bridge 0E:65:FD:79:56:3D
[11/22/2024, 10:50:38 AM] [SwitchBot] Initializing SwitchBot platform...
[11/22/2024, 10:50:38 AM] [SwitchBot] Initializing child bridge 0E:65:FD:79:56:3D
[11/22/2024, 10:50:43 AM] [SwitchBot] Launched child bridge with PID 30271
[11/22/2024, 10:50:43 AM] Loaded 0 cached accessories from cachedAccessories.0E33103BD5EA.
[11/22/2024, 10:50:43 AM] Homebridge v1.8.5 (HAP v0.12.3) (Building Door Timer) is running on port 39518.
[11/22/2024, 10:50:43 AM]

NOTICE TO USERS AND PLUGIN DEVELOPERS

Homebridge 2.0 is on the way and brings some breaking changes to existing plugins.
Please visit the following link to learn more about the changes and how to prepare:
https://github.com/homebridge/homebridge/wiki/Updating-To-Homebridge-v2.0

[11/22/2024, 10:50:53 AM] [SwitchBot] Loaded @switchbot/homebridge-switchbot v4.1.4 child bridge successfully
[11/22/2024, 10:50:53 AM] Got SIGTERM, shutting down child bridge process...
[11/22/2024, 10:50:53 AM] Loaded 0 cached accessories from cachedAccessories.0E65FD79563D.
[11/22/2024, 10:50:53 AM] [SwitchBot] Failed to import noble: "socket creation failed"
[11/22/2024, 10:50:53 AM] Homebridge v1.8.5 (HAP v0.12.3) (SwitchBot) is running on port 35937.
[11/22/2024, 10:50:53 AM]

NOTICE TO USERS AND PLUGIN DEVELOPERS

Homebridge 2.0 is on the way and brings some breaking changes to existing plugins.
Please visit the following link to learn more about the changes and how to prepare:
https://github.com/homebridge/homebridge/wiki/Updating-To-Homebridge-v2.0

[11/22/2024, 10:50:53 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB Hub 2","deviceId":"E55460B62D51","configDeviceType":"Hub 2","connectionType":"OpenAPI","allowPush":true,"convertUnitTo":"FAHRENHEIT","mqttURL":"198.162.4.1","history":true,"firmware":"1.4-2.3","refreshRate":360,"pushRate":360}
[11/22/2024, 10:50:53 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"2 AC Door","deviceId":"D2353334687D","configDeviceType":"Bot","connectionType":"OpenAPI","type":"door","mode":"press","doublePress":1,"disableCaching":false,"maxRetries":0,"delayBetweenRetries":3,"firmware":"6.6","external":false,"logging":"debug","refreshRate":360,"pushRate":360}
[11/22/2024, 10:50:53 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB LR","deviceId":"EE927C000563","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","allowPush":false,"convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","logging":"debug","refreshRate":360,"pushRate":360}
[11/22/2024, 10:50:53 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB Balcony","deviceId":"D1B95C6CA12E","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/22/2024, 10:50:53 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB BathR","deviceId":"FD81452A7817","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/22/2024, 10:50:53 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB BedR","deviceId":"DEB95B5130DE","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","pushRate":360}
[11/22/2024, 10:50:53 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB DR","deviceId":"ED5B287A4053","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/22/2024, 10:50:53 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB Office","deviceId":"EB7427216D7B","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/22/2024, 10:50:53 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB SBathR","deviceId":"F4CA70379451","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/22/2024, 10:50:53 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB SR","deviceId":"CF160F90171D","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8"}
[11/22/2024, 10:50:53 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB Kitchen","deviceId":"C570785DCA9D","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/22/2024, 10:51:12 AM] [SwitchBot] Initializing SwitchBot platform...
[11/22/2024, 10:51:12 AM] [SwitchBot] Initializing child bridge 0E:65:FD:79:56:3D
[11/22/2024, 10:51:16 AM] [SwitchBot] Launched child bridge with PID 30526
[11/22/2024, 10:51:16 AM] Registering accessory 'homebridge-dummy.DummySwitch'
[11/22/2024, 10:51:30 AM] [SwitchBot] Loaded @switchbot/homebridge-switchbot v4.1.4 child bridge successfully
[11/22/2024, 10:51:30 AM] Loaded 0 cached accessories from cachedAccessories.0E65FD79563D.
[11/22/2024, 10:51:31 AM] [SwitchBot] Failed to import noble: "socket creation failed"
[11/22/2024, 10:51:31 AM] Homebridge v1.8.5 (HAP v0.12.3) (SwitchBot) is running on port 35937.
[11/22/2024, 10:51:31 AM]

NOTICE TO USERS AND PLUGIN DEVELOPERS

Homebridge 2.0 is on the way and brings some breaking changes to existing plugins.
Please visit the following link to learn more about the changes and how to prepare:
https://github.com/homebridge/homebridge/wiki/Updating-To-Homebridge-v2.0

[11/22/2024, 10:51:32 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB Hub 2","deviceId":"E55460B62D51","configDeviceType":"Hub 2","connectionType":"OpenAPI","allowPush":true,"convertUnitTo":"FAHRENHEIT","mqttURL":"198.162.4.1","history":true,"firmware":"1.4-2.3","refreshRate":360,"pushRate":360}
[11/22/2024, 10:51:32 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"2 AC Door","deviceId":"D2353334687D","configDeviceType":"Bot","connectionType":"OpenAPI","type":"door","mode":"press","doublePress":1,"disableCaching":false,"maxRetries":0,"delayBetweenRetries":3,"firmware":"6.6","external":false,"logging":"debug","refreshRate":360,"pushRate":360}
[11/22/2024, 10:51:32 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB LR","deviceId":"EE927C000563","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","allowPush":false,"convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","logging":"debug","refreshRate":360,"pushRate":360}
[11/22/2024, 10:51:32 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB Balcony","deviceId":"D1B95C6CA12E","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/22/2024, 10:51:32 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB BathR","deviceId":"FD81452A7817","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/22/2024, 10:51:32 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB BedR","deviceId":"DEB95B5130DE","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","pushRate":360}
[11/22/2024, 10:51:32 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB DR","deviceId":"ED5B287A4053","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/22/2024, 10:51:32 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB Office","deviceId":"EB7427216D7B","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/22/2024, 10:51:32 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB SBathR","deviceId":"F4CA70379451","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/22/2024, 10:51:32 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB SR","deviceId":"CF160F90171D","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8"}
[11/22/2024, 10:51:32 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB Kitchen","deviceId":"C570785DCA9D","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/22/2024, 10:53:21 AM] [SwitchBot] Restarting child bridge...
[11/22/2024, 10:53:22 AM] Got SIGTERM, shutting down child bridge process...
[11/22/2024, 10:53:22 AM] [SwitchBot] Stopped BLE scanning to close listening.
[11/22/2024, 10:53:27 AM] [SwitchBot] Child bridge process ended
[11/22/2024, 10:53:27 AM] [SwitchBot] Process Ended. Code: 143, Signal: null
[11/22/2024, 10:53:34 AM] [SwitchBot] Restarting Process...
[11/22/2024, 10:53:35 AM] [SwitchBot] Launched child bridge with PID 31390
[11/22/2024, 10:53:38 AM] Registering platform '@switchbot/homebridge-switchbot.SwitchBot'
[11/22/2024, 10:53:38 AM] [SwitchBot] Loaded @switchbot/homebridge-switchbot v4.1.4 child bridge successfully
[11/22/2024, 10:53:38 AM] Loaded 0 cached accessories from cachedAccessories.0E65FD79563D.
[11/22/2024, 10:53:38 AM] [SwitchBot] Failed to import noble: "socket creation failed"
[11/22/2024, 10:53:38 AM]

NOTICE TO USERS AND PLUGIN DEVELOPERS

Homebridge 2.0 is on the way and brings some breaking changes to existing plugins.
Please visit the following link to learn more about the changes and how to prepare:
https://github.com/homebridge/homebridge/wiki/Updating-To-Homebridge-v2.0

[11/22/2024, 10:53:38 AM] Homebridge v1.8.5 (HAP v0.12.3) (SwitchBot) is running on port 35937.
[11/22/2024, 10:53:38 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB Hub 2","deviceId":"E55460B62D51","configDeviceType":"Hub 2","connectionType":"OpenAPI","allowPush":true,"convertUnitTo":"FAHRENHEIT","mqttURL":"198.162.4.1","history":true,"firmware":"1.4-2.3","refreshRate":360,"pushRate":360}
[11/22/2024, 10:53:38 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"2 AC Door","deviceId":"D2353334687D","configDeviceType":"Bot","connectionType":"OpenAPI","type":"door","mode":"press","doublePress":1,"disableCaching":false,"maxRetries":0,"delayBetweenRetries":3,"firmware":"6.6","external":false,"refreshRate":360,"pushRate":360}
[11/22/2024, 10:53:38 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB LR","deviceId":"EE927C000563","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","allowPush":false,"convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","logging":"debug","refreshRate":360,"pushRate":360}
[11/22/2024, 10:53:38 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB Balcony","deviceId":"D1B95C6CA12E","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/22/2024, 10:53:38 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB BathR","deviceId":"FD81452A7817","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/22/2024, 10:53:38 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB BedR","deviceId":"DEB95B5130DE","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","pushRate":360}
[11/22/2024, 10:53:38 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB DR","deviceId":"ED5B287A4053","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/22/2024, 10:53:38 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB Office","deviceId":"EB7427216D7B","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/22/2024, 10:53:38 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB SBathR","deviceId":"F4CA70379451","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/22/2024, 10:53:38 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB SR","deviceId":"CF160F90171D","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8"}
[11/22/2024, 10:53:38 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB Kitchen","deviceId":"C570785DCA9D","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/22/2024, 10:55:32 AM] [SwitchBot] Restarting child bridge...
[11/22/2024, 10:55:32 AM] Got SIGTERM, shutting down child bridge process...
[11/22/2024, 10:55:32 AM] [SwitchBot] Stopped BLE scanning to close listening.
[11/22/2024, 10:55:37 AM] [SwitchBot] Child bridge process ended
[11/22/2024, 10:55:37 AM] [SwitchBot] Process Ended. Code: 143, Signal: null
[11/22/2024, 10:55:44 AM] [SwitchBot] Restarting Process...
[11/22/2024, 10:55:44 AM] [SwitchBot] Launched child bridge with PID 31731
[11/22/2024, 10:55:47 AM] Registering platform '@switchbot/homebridge-switchbot.SwitchBot'
[11/22/2024, 10:55:47 AM] [SwitchBot] Loaded @switchbot/homebridge-switchbot v4.1.4 child bridge successfully
[11/22/2024, 10:55:47 AM] Loaded 0 cached accessories from cachedAccessories.0E65FD79563D.
[11/22/2024, 10:55:47 AM] [SwitchBot] Failed to import noble: "socket creation failed"
[11/22/2024, 10:55:47 AM] Homebridge v1.8.5 (HAP v0.12.3) (SwitchBot) is running on port 35937.
[11/22/2024, 10:55:47 AM]

NOTICE TO USERS AND PLUGIN DEVELOPERS

Homebridge 2.0 is on the way and brings some breaking changes to existing plugins.
Please visit the following link to learn more about the changes and how to prepare:
https://github.com/homebridge/homebridge/wiki/Updating-To-Homebridge-v2.0

[11/22/2024, 10:55:47 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB Hub 2","deviceId":"E55460B62D51","configDeviceType":"Hub 2","connectionType":"OpenAPI","allowPush":true,"convertUnitTo":"FAHRENHEIT","mqttURL":"198.162.4.1","history":true,"firmware":"1.4-2.3","refreshRate":360,"pushRate":360}
[11/22/2024, 10:55:47 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"2 AC Door","deviceId":"D2353334687D","configDeviceType":"Bot","connectionType":"OpenAPI","type":"door","mode":"press","doublePress":1,"disableCaching":false,"maxRetries":0,"delayBetweenRetries":3,"firmware":"6.6","external":false,"refreshRate":360,"pushRate":360}
[11/22/2024, 10:55:47 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB LR","deviceId":"EE927C000563","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","allowPush":false,"convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","logging":"debug","refreshRate":360,"pushRate":360}
[11/22/2024, 10:55:47 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB Balcony","deviceId":"D1B95C6CA12E","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/22/2024, 10:55:47 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB BathR","deviceId":"FD81452A7817","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/22/2024, 10:55:47 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB BedR","deviceId":"DEB95B5130DE","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","pushRate":360}
[11/22/2024, 10:55:47 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB DR","deviceId":"ED5B287A4053","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/22/2024, 10:55:47 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB Office","deviceId":"EB7427216D7B","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/22/2024, 10:55:47 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB SBathR","deviceId":"F4CA70379451","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/22/2024, 10:55:47 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB SR","deviceId":"CF160F90171D","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8"}
[11/22/2024, 10:55:47 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB Kitchen","deviceId":"C570785DCA9D","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/22/2024, 11:00:19 AM] [SwitchBot] Stopped BLE scanning to close listening.
[11/22/2024, 11:00:19 AM] Got SIGTERM, shutting down child bridge process...
[11/22/2024, 11:00:19 AM] Got SIGTERM, shutting down child bridge process...
[11/22/2024, 11:00:19 AM] Got SIGTERM, shutting down child bridge process...
[11/22/2024, 11:00:19 AM] Got SIGTERM, shutting down child bridge process...
[11/22/2024, 11:00:19 AM] Got SIGTERM, shutting down child bridge process...
[11/22/2024, 11:00:19 AM] Got SIGTERM, shutting down child bridge process...
[11/22/2024, 11:00:19 AM] Got SIGTERM, shutting down child bridge process...
[11/22/2024, 11:00:19 AM] Got SIGTERM, shutting down child bridge process...
[11/22/2024, 11:00:19 AM] Got SIGTERM, shutting down child bridge process...
[11/22/2024, 11:00:19 AM] Got SIGTERM, shutting down child bridge process...
[11/22/2024, 11:00:19 AM] Got SIGTERM, shutting down child bridge process...
[11/22/2024, 11:00:39 AM] [SwitchBot] Initializing SwitchBot platform...
[11/22/2024, 11:00:39 AM] [SwitchBot] Initializing child bridge 0E:65:FD:79:56:3D
[11/22/2024, 11:00:42 AM] [SwitchBot] Launched child bridge with PID 32399
[11/22/2024, 11:00:54 AM] [SwitchBot] Loaded @switchbot/homebridge-switchbot v4.1.4 child bridge successfully
[11/22/2024, 11:00:54 AM] Loaded 0 cached accessories from cachedAccessories.0E65FD79563D.
[11/22/2024, 11:00:54 AM] [SwitchBot] Failed to import noble: "socket creation failed"
[11/22/2024, 11:00:54 AM] Registering platform 'homebridge-broadlink-rm-pro.BroadlinkRM'
[11/22/2024, 11:00:54 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB Hub 2","deviceId":"E55460B62D51","configDeviceType":"Hub 2","connectionType":"OpenAPI","allowPush":true,"convertUnitTo":"FAHRENHEIT","mqttURL":"198.162.4.1","history":true,"firmware":"1.4-2.3","refreshRate":360,"pushRate":360}
[11/22/2024, 11:00:54 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"2 AC Door","deviceId":"D2353334687D","configDeviceType":"Bot","connectionType":"OpenAPI","type":"door","mode":"press","doublePress":1,"disableCaching":false,"maxRetries":0,"delayBetweenRetries":3,"firmware":"6.6","external":false,"refreshRate":360,"pushRate":360}
[11/22/2024, 11:00:54 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB LR","deviceId":"EE927C000563","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","allowPush":false,"convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","logging":"debug","refreshRate":360,"pushRate":360}
[11/22/2024, 11:00:54 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB Balcony","deviceId":"D1B95C6CA12E","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/22/2024, 11:00:54 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB BathR","deviceId":"FD81452A7817","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/22/2024, 11:00:54 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB BedR","deviceId":"DEB95B5130DE","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","pushRate":360}
[11/22/2024, 11:00:54 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB DR","deviceId":"ED5B287A4053","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/22/2024, 11:00:54 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB Office","deviceId":"EB7427216D7B","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/22/2024, 11:00:54 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB SBathR","deviceId":"F4CA70379451","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/22/2024, 11:00:54 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB SR","deviceId":"CF160F90171D","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8"}
[11/22/2024, 11:00:54 AM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB Kitchen","deviceId":"C570785DCA9D","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/22/2024, 12:16:50 PM] [SwitchBot] Stopped BLE scanning to close listening.
[11/22/2024, 12:16:50 PM] Got SIGTERM, shutting down child bridge process...
[11/22/2024, 12:16:50 PM] Got SIGTERM, shutting down child bridge process...
[11/22/2024, 12:16:50 PM] Got SIGTERM, shutting down child bridge process...
[11/22/2024, 12:16:50 PM] Got SIGTERM, shutting down child bridge process...
[11/22/2024, 12:16:50 PM] Got SIGTERM, shutting down child bridge process...
[11/22/2024, 12:16:50 PM] Got SIGTERM, shutting down child bridge process...
[11/22/2024, 12:16:50 PM] Got SIGTERM, shutting down child bridge process...
[11/22/2024, 12:16:50 PM] Got SIGTERM, shutting down child bridge process...
[11/22/2024, 12:16:50 PM] Got SIGTERM, shutting down child bridge process...
[11/22/2024, 12:16:50 PM] Got SIGTERM, shutting down child bridge process...
[11/22/2024, 12:16:50 PM] Got SIGTERM, shutting down child bridge process...
[11/22/2024, 12:17:09 PM] [SwitchBot] Initializing SwitchBot platform...
[11/22/2024, 12:17:09 PM] [SwitchBot] Initializing child bridge 0E:65:FD:79:56:3D
[11/22/2024, 12:17:13 PM] [SwitchBot] Launched child bridge with PID 10547
[11/22/2024, 12:17:25 PM] [SwitchBot] Loaded @switchbot/homebridge-switchbot v4.1.4 child bridge successfully
[11/22/2024, 12:17:25 PM] Loaded 0 cached accessories from cachedAccessories.0E65FD79563D.
[11/22/2024, 12:17:25 PM] [SwitchBot] Failed to import noble: "socket creation failed"
[11/22/2024, 12:17:25 PM] Homebridge v1.8.5 (HAP v0.12.3) (Switchbot) is running on port 35937.
[11/22/2024, 12:17:25 PM]

NOTICE TO USERS AND PLUGIN DEVELOPERS

Homebridge 2.0 is on the way and brings some breaking changes to existing plugins.
Please visit the following link to learn more about the changes and how to prepare:
https://github.com/homebridge/homebridge/wiki/Updating-To-Homebridge-v2.0

[11/22/2024, 12:17:26 PM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB Hub 2","deviceId":"E55460B62D51","configDeviceType":"Hub 2","connectionType":"OpenAPI","allowPush":true,"convertUnitTo":"FAHRENHEIT","mqttURL":"198.162.4.1","history":true,"firmware":"1.4-2.3","refreshRate":360,"pushRate":360}
[11/22/2024, 12:17:26 PM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"2 AC Door","deviceId":"D2353334687D","configDeviceType":"Bot","connectionType":"OpenAPI","type":"door","mode":"press","doublePress":1,"disableCaching":false,"maxRetries":0,"delayBetweenRetries":3,"firmware":"6.6","external":false,"refreshRate":360,"pushRate":360}
[11/22/2024, 12:17:26 PM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB LR","deviceId":"EE927C000563","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","allowPush":false,"convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","logging":"debug","refreshRate":360,"pushRate":360}
[11/22/2024, 12:17:26 PM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB Balcony","deviceId":"D1B95C6CA12E","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/22/2024, 12:17:26 PM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB BathR","deviceId":"FD81452A7817","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/22/2024, 12:17:26 PM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB BedR","deviceId":"DEB95B5130DE","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","pushRate":360}
[11/22/2024, 12:17:26 PM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB DR","deviceId":"ED5B287A4053","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/22/2024, 12:17:26 PM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB Office","deviceId":"EB7427216D7B","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/22/2024, 12:17:26 PM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB SBathR","deviceId":"F4CA70379451","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/22/2024, 12:17:26 PM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB SR","deviceId":"CF160F90171D","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8"}
[11/22/2024, 12:17:26 PM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB Kitchen","deviceId":"C570785DCA9D","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/22/2024, 12:19:43 PM] [SwitchBot] Restarting child bridge...
[11/22/2024, 12:19:43 PM] Got SIGTERM, shutting down child bridge process...
[11/22/2024, 12:19:43 PM] [SwitchBot] Stopped BLE scanning to close listening.
[11/22/2024, 12:19:48 PM] [SwitchBot] Child bridge process ended
[11/22/2024, 12:19:48 PM] [SwitchBot] Process Ended. Code: 143, Signal: null
[11/22/2024, 12:19:55 PM] [SwitchBot] Restarting Process...
[11/22/2024, 12:19:56 PM] [SwitchBot] Launched child bridge with PID 11103
[11/22/2024, 12:19:58 PM] Registering platform '@switchbot/homebridge-switchbot.SwitchBot'
[11/22/2024, 12:19:58 PM] [SwitchBot] Loaded @switchbot/homebridge-switchbot v4.1.4 child bridge successfully
[11/22/2024, 12:19:58 PM] Loaded 0 cached accessories from cachedAccessories.0E65FD79563D.
[11/22/2024, 12:19:58 PM] [SwitchBot] Failed to import noble: "socket creation failed"
[11/22/2024, 12:19:58 PM] Homebridge v1.8.5 (HAP v0.12.3) (Switchbot) is running on port 35937.
[11/22/2024, 12:19:58 PM]

NOTICE TO USERS AND PLUGIN DEVELOPERS

Homebridge 2.0 is on the way and brings some breaking changes to existing plugins.
Please visit the following link to learn more about the changes and how to prepare:
https://github.com/homebridge/homebridge/wiki/Updating-To-Homebridge-v2.0

[11/22/2024, 12:19:59 PM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB Hub 2","deviceId":"E55460B62D51","configDeviceType":"Hub 2","connectionType":"OpenAPI","allowPush":true,"convertUnitTo":"FAHRENHEIT","mqttURL":"198.162.4.1","history":true,"firmware":"1.4-2.3","refreshRate":360,"pushRate":360}
[11/22/2024, 12:19:59 PM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"2 AC Door","deviceId":"D2353334687D","configDeviceType":"Bot","connectionType":"OpenAPI","type":"door","mode":"press","doublePress":1,"disableCaching":false,"maxRetries":0,"delayBetweenRetries":3,"firmware":"6.6","external":false,"refreshRate":360,"pushRate":360}
[11/22/2024, 12:19:59 PM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB LR","deviceId":"EE927C000563","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","allowPush":false,"convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","logging":"debug","refreshRate":360,"pushRate":360}
[11/22/2024, 12:19:59 PM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB Balcony","deviceId":"D1B95C6CA12E","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/22/2024, 12:19:59 PM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB BathR","deviceId":"FD81452A7817","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/22/2024, 12:19:59 PM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB BedR","deviceId":"DEB95B5130DE","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","pushRate":360}
[11/22/2024, 12:19:59 PM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB DR","deviceId":"ED5B287A4053","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/22/2024, 12:19:59 PM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB Office","deviceId":"EB7427216D7B","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/22/2024, 12:19:59 PM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB SBathR","deviceId":"F4CA70379451","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/22/2024, 12:19:59 PM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB SR","deviceId":"CF160F90171D","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8"}
[11/22/2024, 12:19:59 PM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB Kitchen","deviceId":"C570785DCA9D","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/22/2024, 12:22:27 PM] [SwitchBot] Restarting child bridge...
[11/22/2024, 12:22:27 PM] Got SIGTERM, shutting down child bridge process...
[11/22/2024, 12:22:27 PM] [SwitchBot] Stopped BLE scanning to close listening.
[11/22/2024, 12:22:33 PM] [SwitchBot] Child bridge process ended
[11/22/2024, 12:22:33 PM] [SwitchBot] Process Ended. Code: 143, Signal: null
[11/22/2024, 12:22:40 PM] [SwitchBot] Restarting Process...
[11/22/2024, 12:22:41 PM] [SwitchBot] Launched child bridge with PID 11774
[11/22/2024, 12:22:45 PM] Registering platform '@switchbot/homebridge-switchbot.SwitchBot'
[11/22/2024, 12:22:45 PM] [SwitchBot] Loaded @switchbot/homebridge-switchbot v4.1.4 child bridge successfully
[11/22/2024, 12:22:45 PM] Loaded 0 cached accessories from cachedAccessories.0E65FD79563D.
[11/22/2024, 12:22:46 PM] [SwitchBot] Failed to import noble: "socket creation failed"
[11/22/2024, 12:22:46 PM] Homebridge v1.8.5 (HAP v0.12.3) (Switchbot) is running on port 35937.
[11/22/2024, 12:22:46 PM]

NOTICE TO USERS AND PLUGIN DEVELOPERS

Homebridge 2.0 is on the way and brings some breaking changes to existing plugins.
Please visit the following link to learn more about the changes and how to prepare:
https://github.com/homebridge/homebridge/wiki/Updating-To-Homebridge-v2.0

[11/22/2024, 12:22:46 PM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB Hub 2","deviceId":"E55460B62D51","configDeviceType":"Hub 2","connectionType":"OpenAPI","allowPush":false,"convertUnitTo":"FAHRENHEIT","mqttURL":"198.162.4.1","history":true,"firmware":"1.4-2.3","logging":"debug","refreshRate":360,"pushRate":360}
[11/22/2024, 12:22:46 PM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"2 AC Door","deviceId":"D2353334687D","configDeviceType":"Bot","connectionType":"OpenAPI","type":"door","mode":"press","doublePress":1,"disableCaching":false,"maxRetries":0,"delayBetweenRetries":3,"firmware":"6.6","external":false,"logging":"debug","refreshRate":360,"pushRate":360}
[11/22/2024, 12:22:46 PM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB LR","deviceId":"EE927C000563","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","allowPush":false,"convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","logging":"debug","refreshRate":360,"pushRate":360}
[11/22/2024, 12:22:46 PM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB Balcony","deviceId":"D1B95C6CA12E","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/22/2024, 12:22:46 PM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB BathR","deviceId":"FD81452A7817","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/22/2024, 12:22:46 PM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB BedR","deviceId":"DEB95B5130DE","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","pushRate":360}
[11/22/2024, 12:22:46 PM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB DR","deviceId":"ED5B287A4053","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/22/2024, 12:22:46 PM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB Office","deviceId":"EB7427216D7B","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/22/2024, 12:22:46 PM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB SBathR","deviceId":"F4CA70379451","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/22/2024, 12:22:46 PM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB SR","deviceId":"CF160F90171D","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8"}
[11/22/2024, 12:22:46 PM] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"configDeviceName":"SB Kitchen","deviceId":"C570785DCA9D","configDeviceType":"WoIOSensor","connectionType":"OpenAPI","convertUnitTo":"FAHRENHEIT","maxRetries":5,"delayBetweenRetries":3,"history":true,"firmware":"0.8","refreshRate":360,"pushRate":360}
[11/22/2024, 1:29:52 PM] [SwitchBot] Stopping child bridge (will not restart)...
[11/22/2024, 1:29:52 PM] Got SIGTERM, shutting down child bridge process...
[11/22/2024, 1:29:52 PM] [SwitchBot] Stopped BLE scanning to close listening.
[11/22/2024, 1:29:57 PM] [SwitchBot] Child bridge process ended
[11/23/2024, 12:28:07 AM] [SwitchBot] Initializing SwitchBot platform...
[11/23/2024, 12:28:07 AM] [SwitchBot] Initializing child bridge 0E:65:FD:79:56:3D
[11/23/2024, 12:28:12 AM] [SwitchBot] Launched child bridge with PID 7186
[11/23/2024, 12:28:27 AM] [SwitchBot] Loaded @switchbot/homebridge-switchbot v4.1.4 child bridge successfully
[11/23/2024, 12:28:27 AM] Loaded 0 cached accessories from cachedAccessories.0E65FD79563D.
[11/23/2024, 12:28:28 AM] Registering platform 'homebridge-broadlink-rm-pro.BroadlinkRM'
[11/23/2024, 12:28:29 AM] [SwitchBot] Failed to import noble: "socket creation failed"
[11/23/2024, 12:28:29 AM] Homebridge v1.8.5 (HAP v0.12.3) (Switchbot) is running on port 35937.
[11/23/2024, 12:28:29 AM]

NOTICE TO USERS AND PLUGIN DEVELOPERS

Homebridge 2.0 is on the way and brings some breaking changes to existing plugins.
Please visit the following link to learn more about the changes and how to prepare:
https://github.com/homebridge/homebridge/wiki/Updating-To-Homebridge-v2.0

[11/23/2024, 12:28:29 AM] [SwitchBot] No deviceType or configDeviceType for device. No device will be created.
[11/23/2024, 12:28:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 Using Device Config Logging: debug
[11/23/2024, 12:28:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 Using Device Config refreshRate: 360, Default updateRate: 5, Device Config pushRate: 360
[11/23/2024, 12:28:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 Using Default Max Retries: 5
[11/23/2024, 12:28:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 Using Default Delay Between Retries: 3000
[11/23/2024, 12:28:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 Config: {"logging":"debug","refreshRate":360,"connectionType":"OpenAPI","mqttURL":"198.162.4.1","deviceId":"E55460B62D51","deviceName":"SB Hub 2","deviceType":"Hub 2","enableCloudService":true,"hubDeviceId":"000000000000","configDeviceName":"SB Hub 2","configDeviceType":"Hub 2","allowPush":false,"convertUnitTo":"FAHRENHEIT","history":true,"firmware":"1.4-2.3","pushRate":360}
[11/23/2024, 12:28:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 Model: W3202100, BLE Model: v, BLE Model Name: WoHub2, BLE Model Friendly Name: undefined
[11/23/2024, 12:28:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 Firmware Version: 1.4
[11/23/2024, 12:28:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 version: 1.4
[11/23/2024, 12:28:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 Using Device Config MQTT URL: 198.162.4.1, Default mqttOptions: {}, Default mqttPubOptions: {}
[11/23/2024, 12:28:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 Retrieve initial values and update Homekit
[11/23/2024, 12:28:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIRefreshStatus
[11/23/2024, 12:28:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 Registering Webhook Event Handler
[11/23/2024, 12:28:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 is not listening webhook.
[11/23/2024, 12:28:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 Registering Platform BLE Event Handler
[11/23/2024, 12:28:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 registerPlatformBLE
[11/23/2024, 12:28:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 is listening to Platform BLE.
[11/23/2024, 12:28:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 bleMac: e5:54:60:b6:2d:51
[11/23/2024, 12:28:29 AM] [SwitchBot] Adding new accessory: SB Hub 2 deviceId: E55460B62D51
[11/23/2024, 12:28:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door Using Device Config Logging: debug
[11/23/2024, 12:28:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door Using Device Config refreshRate: 360, Default updateRate: 5, Device Config pushRate: 360
[11/23/2024, 12:28:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door Using Default Max Retries: 0
[11/23/2024, 12:28:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door Using Device Delay Between Retries: 3000
[11/23/2024, 12:28:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door Config: {"logging":"debug","refreshRate":360,"connectionType":"OpenAPI","delayBetweenRetries":3,"deviceId":"D2353334687D","deviceName":"2 AC Door","deviceType":"Bot","enableCloudService":true,"hubDeviceId":"E55460B62D51","configDeviceName":"2 AC Door","configDeviceType":"Bot","type":"door","mode":"press","doublePress":1,"disableCaching":false,"maxRetries":0,"firmware":"6.6","external":false,"pushRate":360}
[11/23/2024, 12:28:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door Model: SwitchBot S1, BLE Model: H, BLE Model Name: WoHand, BLE Model Friendly Name: undefined
[11/23/2024, 12:28:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door Firmware Version: 6.6
[11/23/2024, 12:28:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door version: 6.6
[11/23/2024, 12:28:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door Using Default MQTT URL: , Default mqttOptions: {}, Default mqttPubOptions: {}
[11/23/2024, 12:28:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door Use Device Config Device Type: door
[11/23/2024, 12:28:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door Using Bot Mode: press
[11/23/2024, 12:28:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door Using Double Press: 1
[11/23/2024, 12:28:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door Bot: 2 AC Door Using Bot Mode: press
[11/23/2024, 12:28:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door No Push Rate Press Set, Using default Push Rate Press: 15
[11/23/2024, 12:28:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door No Allow Push Set, Using default Allow Push: false
[11/23/2024, 12:28:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door Multi Press Count: 0
[11/23/2024, 12:28:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door Displaying as Door
[11/23/2024, 12:28:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door Removing any leftover StatefulProgrammableSwitch Service
[11/23/2024, 12:28:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door Removing any leftover Outlet Service
[11/23/2024, 12:28:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door Removing any leftover Window Service
[11/23/2024, 12:28:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door Removing any leftover GarageDoor Service
[11/23/2024, 12:28:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door Removing any leftover Switch Service
[11/23/2024, 12:28:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door Removing any leftover Faucet Service
[11/23/2024, 12:28:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door Removing any leftover LockMechanism Service
[11/23/2024, 12:28:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door Removing any leftover Fan Service
[11/23/2024, 12:28:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door Retrieve initial values and update Homekit
[11/23/2024, 12:28:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/23/2024, 12:28:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door Registering Webhook Event Handler
[11/23/2024, 12:28:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door is not listening webhook.
[11/23/2024, 12:28:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door Registering Platform BLE Event Handler
[11/23/2024, 12:28:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door registerPlatformBLE
[11/23/2024, 12:28:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door is listening to Platform BLE.
[11/23/2024, 12:28:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door bleMac: d2:35:33:34:68:7d
[11/23/2024, 12:28:30 AM] [SwitchBot] Adding new accessory: 2 AC Door deviceId: D2353334687D
[11/23/2024, 12:28:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 12:28:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 12:28:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/23/2024, 12:28:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR Using Device Config Logging: debug
[11/23/2024, 12:28:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR Using Device Config refreshRate: 360, Default updateRate: 5, Device Config pushRate: 360
[11/23/2024, 12:28:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR Using Device Max Retries: 5
[11/23/2024, 12:28:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR Using Device Delay Between Retries: 3000
[11/23/2024, 12:28:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR Config: {"logging":"debug","refreshRate":360,"connectionType":"OpenAPI","maxRetries":5,"delayBetweenRetries":3,"deviceId":"EE927C000563","deviceName":"SB LR","deviceType":"WoIOSensor","enableCloudService":true,"hubDeviceId":"E55460B62D51","configDeviceName":"SB LR","configDeviceType":"WoIOSensor","allowPush":false,"convertUnitTo":"FAHRENHEIT","history":true,"firmware":"0.8","pushRate":360}
[11/23/2024, 12:28:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR Model: W3400010, BLE Model: w, BLE Model Name: WoIOSensorTH, BLE Model Friendly Name: undefined
[11/23/2024, 12:28:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR Firmware Version: 0.8
[11/23/2024, 12:28:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR version: 0.8
[11/23/2024, 12:28:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR Using Default MQTT URL: , Default mqttOptions: {}, Default mqttPubOptions: {}
[11/23/2024, 12:28:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR Retrieve initial values and update Homekit
[11/23/2024, 12:28:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/23/2024, 12:28:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR Registering Webhook Event Handler
[11/23/2024, 12:28:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR is not listening webhook.
[11/23/2024, 12:28:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR Registering Platform BLE Event Handler
[11/23/2024, 12:28:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR registerPlatformBLE
[11/23/2024, 12:28:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR is listening to Platform BLE.
[11/23/2024, 12:28:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR bleMac: ee:92:7c:00:05:63
[11/23/2024, 12:28:30 AM] [SwitchBot] Adding new accessory: SB LR deviceId: EE927C000563
[11/23/2024, 12:28:30 AM] [SwitchBot] Adding new accessory: SB Balcony deviceId: D1B95C6CA12E
[11/23/2024, 12:28:30 AM] [SwitchBot] Adding new accessory: SB BathR deviceId: FD81452A7817
[11/23/2024, 12:28:30 AM] [SwitchBot] Adding new accessory: SB BedR deviceId: DEB95B5130DE
[11/23/2024, 12:28:30 AM] [SwitchBot] Adding new accessory: SB DR deviceId: ED5B287A4053
[11/23/2024, 12:28:30 AM] [SwitchBot] Adding new accessory: SB Office deviceId: EB7427216D7B
[11/23/2024, 12:28:31 AM] [SwitchBot] Adding new accessory: SB SBathR deviceId: F4CA70379451
[11/23/2024, 12:28:31 AM] [SwitchBot] Adding new accessory: SB SR deviceId: CF160F90171D
[11/23/2024, 12:28:31 AM] [SwitchBot] Adding new accessory: SB Kitchen deviceId: C570785DCA9D
[11/23/2024, 12:28:31 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 100, deviceStatus: {"statusCode":100,"body":{"version":"V2.3-1.4","temperature":20.7,"lightLevel":1,"humidity":46,"deviceId":"E55460B62D51","deviceType":"Hub 2","hubDeviceId":"E55460B62D51"},"message":"success"}
[11/23/2024, 12:28:31 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 100, deviceStatus: {"statusCode":100,"body":{"version":"V2.3-1.4","temperature":20.7,"lightLevel":1,"humidity":46,"deviceId":"E55460B62D51","deviceType":"Hub 2","hubDeviceId":"E55460B62D51"},"message":"success"}
[11/23/2024, 12:28:31 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIparseStatus
[11/23/2024, 12:28:31 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 (temperature, humidity, lightLevel) = OpenAPI:(20.7, 46, 1), current:(0, 0, 0.0001)
[11/23/2024, 12:28:31 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentRelativeHumidity: 46%
[11/23/2024, 12:28:31 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentTemperature: 20.7°c
[11/23/2024, 12:28:31 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 LightLevel: 1, set_minLux: 1, set_maxLux: 6001, spaceBetweenLevels: 19, numberOfLevels: 20
[11/23/2024, 12:28:31 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentAmbientLightLevel: 1, LightLevel: 1, set_minLux: 1, set_maxLux: 6001
[11/23/2024, 12:28:31 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 LightLevel: 1, CurrentAmbientLightLevel: 1
[11/23/2024, 12:28:31 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 Firmware Version: 2.3
[11/23/2024, 12:28:31 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 version: 2.3
[11/23/2024, 12:28:31 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 MQTT message: 46/CurrentRelativeHumidity options:{}
[11/23/2024, 12:28:31 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 updateCharacteristic CurrentRelativeHumidity: 46
[11/23/2024, 12:28:31 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 MQTT message: 20.7/CurrentTemperature options:{}
[11/23/2024, 12:28:31 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 updateCharacteristic CurrentTemperature: 20.7
[11/23/2024, 12:28:31 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 MQTT message: 1/CurrentAmbientLightLevel options:{}
[11/23/2024, 12:28:31 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 updateCharacteristic CurrentAmbientLightLevel: 1
[11/23/2024, 12:28:31 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentRelativeHumidity context before: undefined
[11/23/2024, 12:28:31 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentRelativeHumidity context after: 46
[11/23/2024, 12:28:31 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentTemperature context before: undefined
[11/23/2024, 12:28:31 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentTemperature context after: 20.7
[11/23/2024, 12:28:31 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentAmbientLightLevel context before: undefined
[11/23/2024, 12:28:31 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentAmbientLightLevel context after: 1
[11/23/2024, 12:28:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 100, deviceStatus: {"statusCode":100,"body":{"version":"V0.8","temperature":22.6,"battery":100,"humidity":40,"deviceId":"EE927C000563","deviceType":"WoIOSensor","hubDeviceId":"E55460B62D51"},"message":"success"}
[11/23/2024, 12:28:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 100, deviceStatus: {"statusCode":100,"body":{"version":"V0.8","temperature":22.6,"battery":100,"humidity":40,"deviceId":"EE927C000563","deviceType":"WoIOSensor","hubDeviceId":"E55460B62D51"},"message":"success"}
[11/23/2024, 12:28:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIparseStatus
[11/23/2024, 12:28:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR (battery, temperature, humidity) = OpenAPI:(100, 22.6, 40), current:(100, 30, 50)
[11/23/2024, 12:28:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR BatteryLevel: 100
[11/23/2024, 12:28:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR StatusLowBattery: 0
[11/23/2024, 12:28:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentRelativeHumidity: 40%
[11/23/2024, 12:28:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentTemperature: 22.6°c
[11/23/2024, 12:28:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR Firmware Version: 0.8
[11/23/2024, 12:28:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR version: 0.8
[11/23/2024, 12:28:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR updateCharacteristic CurrentRelativeHumidity: 40
[11/23/2024, 12:28:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentRelativeHumidity context before: undefined
[11/23/2024, 12:28:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentRelativeHumidity context after: 40
[11/23/2024, 12:28:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR updateCharacteristic CurrentTemperature: 22.6
[11/23/2024, 12:28:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentTemperature context before: undefined
[11/23/2024, 12:28:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentTemperature context after: 22.6
[11/23/2024, 12:28:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR updateCharacteristic BatteryLevel: 100
[11/23/2024, 12:28:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR BatteryLevel context before: undefined
[11/23/2024, 12:28:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR BatteryLevel context after: 100
[11/23/2024, 12:28:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR updateCharacteristic StatusLowBattery: 0
[11/23/2024, 12:28:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR StatusLowBattery context before: undefined
[11/23/2024, 12:28:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR StatusLowBattery context after: 0
[11/23/2024, 12:34:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIRefreshStatus
[11/23/2024, 12:34:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/23/2024, 12:34:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 12:34:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 12:34:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/23/2024, 12:34:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 100, deviceStatus: {"statusCode":100,"body":{"version":"V2.3-1.4","temperature":20.7,"lightLevel":1,"humidity":46,"deviceId":"E55460B62D51","deviceType":"Hub 2","hubDeviceId":"E55460B62D51"},"message":"success"}
[11/23/2024, 12:34:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 100, deviceStatus: {"statusCode":100,"body":{"version":"V2.3-1.4","temperature":20.7,"lightLevel":1,"humidity":46,"deviceId":"E55460B62D51","deviceType":"Hub 2","hubDeviceId":"E55460B62D51"},"message":"success"}
[11/23/2024, 12:34:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIparseStatus
[11/23/2024, 12:34:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 (temperature, humidity, lightLevel) = OpenAPI:(20.7, 46, 1), current:(20.7, 46, 1)
[11/23/2024, 12:34:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentRelativeHumidity: 46%
[11/23/2024, 12:34:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentTemperature: 20.7°c
[11/23/2024, 12:34:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 LightLevel: 1, set_minLux: 1, set_maxLux: 6001, spaceBetweenLevels: 19, numberOfLevels: 20
[11/23/2024, 12:34:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentAmbientLightLevel: 1, LightLevel: 1, set_minLux: 1, set_maxLux: 6001
[11/23/2024, 12:34:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 LightLevel: 1, CurrentAmbientLightLevel: 1
[11/23/2024, 12:34:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 Firmware Version: 2.3
[11/23/2024, 12:34:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 version: 2.3
[11/23/2024, 12:34:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 MQTT message: 46/CurrentRelativeHumidity options:{}
[11/23/2024, 12:34:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 updateCharacteristic CurrentRelativeHumidity: 46
[11/23/2024, 12:34:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentRelativeHumidity context before: 46
[11/23/2024, 12:34:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentRelativeHumidity context after: 46
[11/23/2024, 12:34:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 MQTT message: 20.7/CurrentTemperature options:{}
[11/23/2024, 12:34:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 updateCharacteristic CurrentTemperature: 20.7
[11/23/2024, 12:34:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentTemperature context before: 20.7
[11/23/2024, 12:34:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentTemperature context after: 20.7
[11/23/2024, 12:34:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 MQTT message: 1/CurrentAmbientLightLevel options:{}
[11/23/2024, 12:34:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 updateCharacteristic CurrentAmbientLightLevel: 1
[11/23/2024, 12:34:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentAmbientLightLevel context before: 1
[11/23/2024, 12:34:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentAmbientLightLevel context after: 1
[11/23/2024, 12:34:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/23/2024, 12:34:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 100, deviceStatus: {"statusCode":100,"body":{"version":"V0.8","temperature":22.6,"battery":100,"humidity":40,"deviceId":"EE927C000563","deviceType":"WoIOSensor","hubDeviceId":"E55460B62D51"},"message":"success"}
[11/23/2024, 12:34:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 100, deviceStatus: {"statusCode":100,"body":{"version":"V0.8","temperature":22.6,"battery":100,"humidity":40,"deviceId":"EE927C000563","deviceType":"WoIOSensor","hubDeviceId":"E55460B62D51"},"message":"success"}
[11/23/2024, 12:34:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIparseStatus
[11/23/2024, 12:34:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR (battery, temperature, humidity) = OpenAPI:(100, 22.6, 40), current:(100, 22.6, 40)
[11/23/2024, 12:34:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR BatteryLevel: 100
[11/23/2024, 12:34:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR StatusLowBattery: 0
[11/23/2024, 12:34:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentRelativeHumidity: 40%
[11/23/2024, 12:34:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentTemperature: 22.6°c
[11/23/2024, 12:34:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR Firmware Version: 0.8
[11/23/2024, 12:34:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR version: 0.8
[11/23/2024, 12:34:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR updateCharacteristic CurrentRelativeHumidity: 40
[11/23/2024, 12:34:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentRelativeHumidity context before: 40
[11/23/2024, 12:34:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentRelativeHumidity context after: 40
[11/23/2024, 12:34:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR updateCharacteristic CurrentTemperature: 22.6
[11/23/2024, 12:34:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentTemperature context before: 22.6
[11/23/2024, 12:34:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentTemperature context after: 22.6
[11/23/2024, 12:34:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR BatteryLevel context before: 100
[11/23/2024, 12:34:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR BatteryLevel context after: 100
[11/23/2024, 12:34:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR updateCharacteristic BatteryLevel: 100
[11/23/2024, 12:34:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR updateCharacteristic StatusLowBattery: 0
[11/23/2024, 12:34:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR StatusLowBattery context before: 0
[11/23/2024, 12:34:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR StatusLowBattery context after: 0
[11/23/2024, 12:40:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIRefreshStatus
[11/23/2024, 12:40:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/23/2024, 12:40:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 12:40:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 12:40:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/23/2024, 12:40:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 100, deviceStatus: {"statusCode":100,"body":{"version":"V2.3-1.4","temperature":20.7,"lightLevel":1,"humidity":46,"deviceId":"E55460B62D51","deviceType":"Hub 2","hubDeviceId":"E55460B62D51"},"message":"success"}
[11/23/2024, 12:40:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 100, deviceStatus: {"statusCode":100,"body":{"version":"V2.3-1.4","temperature":20.7,"lightLevel":1,"humidity":46,"deviceId":"E55460B62D51","deviceType":"Hub 2","hubDeviceId":"E55460B62D51"},"message":"success"}
[11/23/2024, 12:40:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIparseStatus
[11/23/2024, 12:40:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 (temperature, humidity, lightLevel) = OpenAPI:(20.7, 46, 1), current:(20.7, 46, 1)
[11/23/2024, 12:40:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentRelativeHumidity: 46%
[11/23/2024, 12:40:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentTemperature: 20.7°c
[11/23/2024, 12:40:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 LightLevel: 1, set_minLux: 1, set_maxLux: 6001, spaceBetweenLevels: 19, numberOfLevels: 20
[11/23/2024, 12:40:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentAmbientLightLevel: 1, LightLevel: 1, set_minLux: 1, set_maxLux: 6001
[11/23/2024, 12:40:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 LightLevel: 1, CurrentAmbientLightLevel: 1
[11/23/2024, 12:40:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 Firmware Version: 2.3
[11/23/2024, 12:40:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 version: 2.3
[11/23/2024, 12:40:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 MQTT message: 46/CurrentRelativeHumidity options:{}
[11/23/2024, 12:40:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 updateCharacteristic CurrentRelativeHumidity: 46
[11/23/2024, 12:40:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 MQTT message: 20.7/CurrentTemperature options:{}
[11/23/2024, 12:40:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentRelativeHumidity context before: 46
[11/23/2024, 12:40:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentRelativeHumidity context after: 46
[11/23/2024, 12:40:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 updateCharacteristic CurrentTemperature: 20.7
[11/23/2024, 12:40:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentTemperature context before: 20.7
[11/23/2024, 12:40:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentTemperature context after: 20.7
[11/23/2024, 12:40:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 MQTT message: 1/CurrentAmbientLightLevel options:{}
[11/23/2024, 12:40:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 updateCharacteristic CurrentAmbientLightLevel: 1
[11/23/2024, 12:40:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentAmbientLightLevel context before: 1
[11/23/2024, 12:40:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentAmbientLightLevel context after: 1
[11/23/2024, 12:40:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/23/2024, 12:40:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 100, deviceStatus: {"statusCode":100,"body":{"version":"V0.8","temperature":22.6,"battery":100,"humidity":40,"deviceId":"EE927C000563","deviceType":"WoIOSensor","hubDeviceId":"E55460B62D51"},"message":"success"}
[11/23/2024, 12:40:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 100, deviceStatus: {"statusCode":100,"body":{"version":"V0.8","temperature":22.6,"battery":100,"humidity":40,"deviceId":"EE927C000563","deviceType":"WoIOSensor","hubDeviceId":"E55460B62D51"},"message":"success"}
[11/23/2024, 12:40:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIparseStatus
[11/23/2024, 12:40:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR (battery, temperature, humidity) = OpenAPI:(100, 22.6, 40), current:(100, 22.6, 40)
[11/23/2024, 12:40:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR BatteryLevel: 100
[11/23/2024, 12:40:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR StatusLowBattery: 0
[11/23/2024, 12:40:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentRelativeHumidity: 40%
[11/23/2024, 12:40:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentTemperature: 22.6°c
[11/23/2024, 12:40:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR Firmware Version: 0.8
[11/23/2024, 12:40:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR version: 0.8
[11/23/2024, 12:40:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR updateCharacteristic CurrentRelativeHumidity: 40
[11/23/2024, 12:40:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentRelativeHumidity context before: 40
[11/23/2024, 12:40:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentRelativeHumidity context after: 40
[11/23/2024, 12:40:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR updateCharacteristic CurrentTemperature: 22.6
[11/23/2024, 12:40:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR updateCharacteristic BatteryLevel: 100
[11/23/2024, 12:40:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR updateCharacteristic StatusLowBattery: 0
[11/23/2024, 12:40:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentTemperature context before: 22.6
[11/23/2024, 12:40:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentTemperature context after: 22.6
[11/23/2024, 12:40:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR BatteryLevel context before: 100
[11/23/2024, 12:40:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR BatteryLevel context after: 100
[11/23/2024, 12:40:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR StatusLowBattery context before: 0
[11/23/2024, 12:40:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR StatusLowBattery context after: 0
[11/23/2024, 12:46:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIRefreshStatus
[11/23/2024, 12:46:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/23/2024, 12:46:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 12:46:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 12:46:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/23/2024, 12:46:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 100, deviceStatus: {"statusCode":100,"body":{"version":"V2.3-1.4","temperature":20.7,"lightLevel":1,"humidity":46,"deviceId":"E55460B62D51","deviceType":"Hub 2","hubDeviceId":"E55460B62D51"},"message":"success"}
[11/23/2024, 12:46:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 100, deviceStatus: {"statusCode":100,"body":{"version":"V2.3-1.4","temperature":20.7,"lightLevel":1,"humidity":46,"deviceId":"E55460B62D51","deviceType":"Hub 2","hubDeviceId":"E55460B62D51"},"message":"success"}
[11/23/2024, 12:46:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIparseStatus
[11/23/2024, 12:46:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 (temperature, humidity, lightLevel) = OpenAPI:(20.7, 46, 1), current:(20.7, 46, 1)
[11/23/2024, 12:46:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentRelativeHumidity: 46%
[11/23/2024, 12:46:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentTemperature: 20.7°c
[11/23/2024, 12:46:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 LightLevel: 1, set_minLux: 1, set_maxLux: 6001, spaceBetweenLevels: 19, numberOfLevels: 20
[11/23/2024, 12:46:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentAmbientLightLevel: 1, LightLevel: 1, set_minLux: 1, set_maxLux: 6001
[11/23/2024, 12:46:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 LightLevel: 1, CurrentAmbientLightLevel: 1
[11/23/2024, 12:46:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 Firmware Version: 2.3
[11/23/2024, 12:46:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 version: 2.3
[11/23/2024, 12:46:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 MQTT message: 46/CurrentRelativeHumidity options:{}
[11/23/2024, 12:46:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 updateCharacteristic CurrentRelativeHumidity: 46
[11/23/2024, 12:46:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentRelativeHumidity context before: 46
[11/23/2024, 12:46:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentRelativeHumidity context after: 46
[11/23/2024, 12:46:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 MQTT message: 20.7/CurrentTemperature options:{}
[11/23/2024, 12:46:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 updateCharacteristic CurrentTemperature: 20.7
[11/23/2024, 12:46:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentTemperature context before: 20.7
[11/23/2024, 12:46:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentTemperature context after: 20.7
[11/23/2024, 12:46:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 MQTT message: 1/CurrentAmbientLightLevel options:{}
[11/23/2024, 12:46:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 updateCharacteristic CurrentAmbientLightLevel: 1
[11/23/2024, 12:46:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentAmbientLightLevel context before: 1
[11/23/2024, 12:46:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentAmbientLightLevel context after: 1
[11/23/2024, 12:46:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/23/2024, 12:46:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 100, deviceStatus: {"statusCode":100,"body":{"version":"V0.8","temperature":22.6,"battery":100,"humidity":40,"deviceId":"EE927C000563","deviceType":"WoIOSensor","hubDeviceId":"E55460B62D51"},"message":"success"}
[11/23/2024, 12:46:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 100, deviceStatus: {"statusCode":100,"body":{"version":"V0.8","temperature":22.6,"battery":100,"humidity":40,"deviceId":"EE927C000563","deviceType":"WoIOSensor","hubDeviceId":"E55460B62D51"},"message":"success"}
[11/23/2024, 12:46:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIparseStatus
[11/23/2024, 12:46:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR (battery, temperature, humidity) = OpenAPI:(100, 22.6, 40), current:(100, 22.6, 40)
[11/23/2024, 12:46:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR BatteryLevel: 100
[11/23/2024, 12:46:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR StatusLowBattery: 0
[11/23/2024, 12:46:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentRelativeHumidity: 40%
[11/23/2024, 12:46:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentTemperature: 22.6°c
[11/23/2024, 12:46:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR Firmware Version: 0.8
[11/23/2024, 12:46:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR version: 0.8
[11/23/2024, 12:46:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR updateCharacteristic CurrentRelativeHumidity: 40
[11/23/2024, 12:46:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR updateCharacteristic CurrentTemperature: 22.6
[11/23/2024, 12:46:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR updateCharacteristic BatteryLevel: 100
[11/23/2024, 12:46:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR updateCharacteristic StatusLowBattery: 0
[11/23/2024, 12:46:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentRelativeHumidity context before: 40
[11/23/2024, 12:46:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentRelativeHumidity context after: 40
[11/23/2024, 12:46:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentTemperature context before: 22.6
[11/23/2024, 12:46:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentTemperature context after: 22.6
[11/23/2024, 12:46:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR BatteryLevel context before: 100
[11/23/2024, 12:46:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR BatteryLevel context after: 100
[11/23/2024, 12:46:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR StatusLowBattery context before: 0
[11/23/2024, 12:46:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR StatusLowBattery context after: 0
[11/23/2024, 12:52:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIRefreshStatus
[11/23/2024, 12:52:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/23/2024, 12:52:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 12:52:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 12:52:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/23/2024, 12:52:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 100, deviceStatus: {"statusCode":100,"body":{"version":"V2.3-1.4","temperature":20.7,"lightLevel":1,"humidity":46,"deviceId":"E55460B62D51","deviceType":"Hub 2","hubDeviceId":"E55460B62D51"},"message":"success"}
[11/23/2024, 12:52:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 100, deviceStatus: {"statusCode":100,"body":{"version":"V2.3-1.4","temperature":20.7,"lightLevel":1,"humidity":46,"deviceId":"E55460B62D51","deviceType":"Hub 2","hubDeviceId":"E55460B62D51"},"message":"success"}
[11/23/2024, 12:52:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIparseStatus
[11/23/2024, 12:52:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 (temperature, humidity, lightLevel) = OpenAPI:(20.7, 46, 1), current:(20.7, 46, 1)
[11/23/2024, 12:52:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentRelativeHumidity: 46%
[11/23/2024, 12:52:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentTemperature: 20.7°c
[11/23/2024, 12:52:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 LightLevel: 1, set_minLux: 1, set_maxLux: 6001, spaceBetweenLevels: 19, numberOfLevels: 20
[11/23/2024, 12:52:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentAmbientLightLevel: 1, LightLevel: 1, set_minLux: 1, set_maxLux: 6001
[11/23/2024, 12:52:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 LightLevel: 1, CurrentAmbientLightLevel: 1
[11/23/2024, 12:52:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 Firmware Version: 2.3
[11/23/2024, 12:52:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 version: 2.3
[11/23/2024, 12:52:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 MQTT message: 46/CurrentRelativeHumidity options:{}
[11/23/2024, 12:52:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 updateCharacteristic CurrentRelativeHumidity: 46
[11/23/2024, 12:52:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 MQTT message: 20.7/CurrentTemperature options:{}
[11/23/2024, 12:52:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 updateCharacteristic CurrentTemperature: 20.7
[11/23/2024, 12:52:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 MQTT message: 1/CurrentAmbientLightLevel options:{}
[11/23/2024, 12:52:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 updateCharacteristic CurrentAmbientLightLevel: 1
[11/23/2024, 12:52:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentRelativeHumidity context before: 46
[11/23/2024, 12:52:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentRelativeHumidity context after: 46
[11/23/2024, 12:52:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentTemperature context before: 20.7
[11/23/2024, 12:52:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentTemperature context after: 20.7
[11/23/2024, 12:52:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentAmbientLightLevel context before: 1
[11/23/2024, 12:52:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentAmbientLightLevel context after: 1
[11/23/2024, 12:52:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/23/2024, 12:52:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 100, deviceStatus: {"statusCode":100,"body":{"version":"V0.8","temperature":22.4,"battery":100,"humidity":40,"deviceId":"EE927C000563","deviceType":"WoIOSensor","hubDeviceId":"E55460B62D51"},"message":"success"}
[11/23/2024, 12:52:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 100, deviceStatus: {"statusCode":100,"body":{"version":"V0.8","temperature":22.4,"battery":100,"humidity":40,"deviceId":"EE927C000563","deviceType":"WoIOSensor","hubDeviceId":"E55460B62D51"},"message":"success"}
[11/23/2024, 12:52:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIparseStatus
[11/23/2024, 12:52:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR (battery, temperature, humidity) = OpenAPI:(100, 22.4, 40), current:(100, 22.6, 40)
[11/23/2024, 12:52:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR BatteryLevel: 100
[11/23/2024, 12:52:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR StatusLowBattery: 0
[11/23/2024, 12:52:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentRelativeHumidity: 40%
[11/23/2024, 12:52:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentTemperature: 22.4°c
[11/23/2024, 12:52:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR Firmware Version: 0.8
[11/23/2024, 12:52:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR version: 0.8
[11/23/2024, 12:52:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR updateCharacteristic CurrentRelativeHumidity: 40
[11/23/2024, 12:52:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR updateCharacteristic CurrentTemperature: 22.4
[11/23/2024, 12:52:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR updateCharacteristic BatteryLevel: 100
[11/23/2024, 12:52:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR updateCharacteristic StatusLowBattery: 0
[11/23/2024, 12:52:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentRelativeHumidity context before: 40
[11/23/2024, 12:52:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentRelativeHumidity context after: 40
[11/23/2024, 12:52:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentTemperature context before: 22.6
[11/23/2024, 12:52:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentTemperature context after: 22.4
[11/23/2024, 12:52:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR BatteryLevel context before: 100
[11/23/2024, 12:52:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR BatteryLevel context after: 100
[11/23/2024, 12:52:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR StatusLowBattery context before: 0
[11/23/2024, 12:52:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR StatusLowBattery context after: 0
[11/23/2024, 12:58:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIRefreshStatus
[11/23/2024, 12:58:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/23/2024, 12:58:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 12:58:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 12:58:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/23/2024, 12:58:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 100, deviceStatus: {"statusCode":100,"body":{"version":"V2.3-1.4","temperature":20.7,"lightLevel":1,"humidity":46,"deviceId":"E55460B62D51","deviceType":"Hub 2","hubDeviceId":"E55460B62D51"},"message":"success"}
[11/23/2024, 12:58:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 100, deviceStatus: {"statusCode":100,"body":{"version":"V2.3-1.4","temperature":20.7,"lightLevel":1,"humidity":46,"deviceId":"E55460B62D51","deviceType":"Hub 2","hubDeviceId":"E55460B62D51"},"message":"success"}
[11/23/2024, 12:58:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIparseStatus
[11/23/2024, 12:58:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 (temperature, humidity, lightLevel) = OpenAPI:(20.7, 46, 1), current:(20.7, 46, 1)
[11/23/2024, 12:58:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentRelativeHumidity: 46%
[11/23/2024, 12:58:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentTemperature: 20.7°c
[11/23/2024, 12:58:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 LightLevel: 1, set_minLux: 1, set_maxLux: 6001, spaceBetweenLevels: 19, numberOfLevels: 20
[11/23/2024, 12:58:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentAmbientLightLevel: 1, LightLevel: 1, set_minLux: 1, set_maxLux: 6001
[11/23/2024, 12:58:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 LightLevel: 1, CurrentAmbientLightLevel: 1
[11/23/2024, 12:58:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 Firmware Version: 2.3
[11/23/2024, 12:58:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 version: 2.3
[11/23/2024, 12:58:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 MQTT message: 46/CurrentRelativeHumidity options:{}
[11/23/2024, 12:58:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 updateCharacteristic CurrentRelativeHumidity: 46
[11/23/2024, 12:58:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentRelativeHumidity context before: 46
[11/23/2024, 12:58:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentRelativeHumidity context after: 46
[11/23/2024, 12:58:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 MQTT message: 20.7/CurrentTemperature options:{}
[11/23/2024, 12:58:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 updateCharacteristic CurrentTemperature: 20.7
[11/23/2024, 12:58:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentTemperature context before: 20.7
[11/23/2024, 12:58:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentTemperature context after: 20.7
[11/23/2024, 12:58:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 MQTT message: 1/CurrentAmbientLightLevel options:{}
[11/23/2024, 12:58:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 updateCharacteristic CurrentAmbientLightLevel: 1
[11/23/2024, 12:58:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentAmbientLightLevel context before: 1
[11/23/2024, 12:58:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentAmbientLightLevel context after: 1
[11/23/2024, 12:58:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/23/2024, 12:58:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 100, deviceStatus: {"statusCode":100,"body":{"version":"V0.8","temperature":22.4,"battery":100,"humidity":40,"deviceId":"EE927C000563","deviceType":"WoIOSensor","hubDeviceId":"E55460B62D51"},"message":"success"}
[11/23/2024, 12:58:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 100, deviceStatus: {"statusCode":100,"body":{"version":"V0.8","temperature":22.4,"battery":100,"humidity":40,"deviceId":"EE927C000563","deviceType":"WoIOSensor","hubDeviceId":"E55460B62D51"},"message":"success"}
[11/23/2024, 12:58:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIparseStatus
[11/23/2024, 12:58:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR (battery, temperature, humidity) = OpenAPI:(100, 22.4, 40), current:(100, 22.4, 40)
[11/23/2024, 12:58:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR BatteryLevel: 100
[11/23/2024, 12:58:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR StatusLowBattery: 0
[11/23/2024, 12:58:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentRelativeHumidity: 40%
[11/23/2024, 12:58:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentTemperature: 22.4°c
[11/23/2024, 12:58:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR Firmware Version: 0.8
[11/23/2024, 12:58:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR version: 0.8
[11/23/2024, 12:58:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR updateCharacteristic CurrentRelativeHumidity: 40
[11/23/2024, 12:58:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR updateCharacteristic CurrentTemperature: 22.4
[11/23/2024, 12:58:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR updateCharacteristic BatteryLevel: 100
[11/23/2024, 12:58:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR updateCharacteristic StatusLowBattery: 0
[11/23/2024, 12:58:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentRelativeHumidity context before: 40
[11/23/2024, 12:58:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentRelativeHumidity context after: 40
[11/23/2024, 12:58:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentTemperature context before: 22.4
[11/23/2024, 12:58:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentTemperature context after: 22.4
[11/23/2024, 12:58:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR BatteryLevel context before: 100
[11/23/2024, 12:58:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR BatteryLevel context after: 100
[11/23/2024, 12:58:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR StatusLowBattery context before: 0
[11/23/2024, 12:58:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR StatusLowBattery context after: 0
[11/23/2024, 1:04:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIRefreshStatus
[11/23/2024, 1:04:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/23/2024, 1:04:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 1:04:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 1:04:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/23/2024, 1:04:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 100, deviceStatus: {"statusCode":100,"body":{"version":"V2.3-1.4","temperature":20.7,"lightLevel":1,"humidity":46,"deviceId":"E55460B62D51","deviceType":"Hub 2","hubDeviceId":"E55460B62D51"},"message":"success"}
[11/23/2024, 1:04:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 100, deviceStatus: {"statusCode":100,"body":{"version":"V2.3-1.4","temperature":20.7,"lightLevel":1,"humidity":46,"deviceId":"E55460B62D51","deviceType":"Hub 2","hubDeviceId":"E55460B62D51"},"message":"success"}
[11/23/2024, 1:04:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIparseStatus
[11/23/2024, 1:04:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 (temperature, humidity, lightLevel) = OpenAPI:(20.7, 46, 1), current:(20.7, 46, 1)
[11/23/2024, 1:04:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentRelativeHumidity: 46%
[11/23/2024, 1:04:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentTemperature: 20.7°c
[11/23/2024, 1:04:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 LightLevel: 1, set_minLux: 1, set_maxLux: 6001, spaceBetweenLevels: 19, numberOfLevels: 20
[11/23/2024, 1:04:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentAmbientLightLevel: 1, LightLevel: 1, set_minLux: 1, set_maxLux: 6001
[11/23/2024, 1:04:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 LightLevel: 1, CurrentAmbientLightLevel: 1
[11/23/2024, 1:04:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 Firmware Version: 2.3
[11/23/2024, 1:04:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 version: 2.3
[11/23/2024, 1:04:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 MQTT message: 46/CurrentRelativeHumidity options:{}
[11/23/2024, 1:04:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 updateCharacteristic CurrentRelativeHumidity: 46
[11/23/2024, 1:04:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 MQTT message: 20.7/CurrentTemperature options:{}
[11/23/2024, 1:04:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 updateCharacteristic CurrentTemperature: 20.7
[11/23/2024, 1:04:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 MQTT message: 1/CurrentAmbientLightLevel options:{}
[11/23/2024, 1:04:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 updateCharacteristic CurrentAmbientLightLevel: 1
[11/23/2024, 1:04:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentRelativeHumidity context before: 46
[11/23/2024, 1:04:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentRelativeHumidity context after: 46
[11/23/2024, 1:04:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentTemperature context before: 20.7
[11/23/2024, 1:04:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentTemperature context after: 20.7
[11/23/2024, 1:04:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentAmbientLightLevel context before: 1
[11/23/2024, 1:04:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentAmbientLightLevel context after: 1
[11/23/2024, 1:04:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/23/2024, 1:04:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 100, deviceStatus: {"statusCode":100,"body":{"version":"V0.8","temperature":22.4,"battery":100,"humidity":40,"deviceId":"EE927C000563","deviceType":"WoIOSensor","hubDeviceId":"E55460B62D51"},"message":"success"}
[11/23/2024, 1:04:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 100, deviceStatus: {"statusCode":100,"body":{"version":"V0.8","temperature":22.4,"battery":100,"humidity":40,"deviceId":"EE927C000563","deviceType":"WoIOSensor","hubDeviceId":"E55460B62D51"},"message":"success"}
[11/23/2024, 1:04:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIparseStatus
[11/23/2024, 1:04:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR (battery, temperature, humidity) = OpenAPI:(100, 22.4, 40), current:(100, 22.4, 40)
[11/23/2024, 1:04:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR BatteryLevel: 100
[11/23/2024, 1:04:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR StatusLowBattery: 0
[11/23/2024, 1:04:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentRelativeHumidity: 40%
[11/23/2024, 1:04:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentTemperature: 22.4°c
[11/23/2024, 1:04:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR Firmware Version: 0.8
[11/23/2024, 1:04:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR version: 0.8
[11/23/2024, 1:04:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR updateCharacteristic CurrentRelativeHumidity: 40
[11/23/2024, 1:04:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR updateCharacteristic CurrentTemperature: 22.4
[11/23/2024, 1:04:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR updateCharacteristic BatteryLevel: 100
[11/23/2024, 1:04:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR updateCharacteristic StatusLowBattery: 0
[11/23/2024, 1:04:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentRelativeHumidity context before: 40
[11/23/2024, 1:04:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentRelativeHumidity context after: 40
[11/23/2024, 1:04:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentTemperature context before: 22.4
[11/23/2024, 1:04:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentTemperature context after: 22.4
[11/23/2024, 1:04:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR BatteryLevel context before: 100
[11/23/2024, 1:04:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR BatteryLevel context after: 100
[11/23/2024, 1:04:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR StatusLowBattery context before: 0
[11/23/2024, 1:04:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR StatusLowBattery context after: 0
[11/23/2024, 1:10:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIRefreshStatus
[11/23/2024, 1:10:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/23/2024, 1:10:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 1:10:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 1:10:29 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/23/2024, 1:10:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 100, deviceStatus: {"statusCode":100,"body":{"version":"V2.3-1.4","temperature":20.7,"lightLevel":1,"humidity":46,"deviceId":"E55460B62D51","deviceType":"Hub 2","hubDeviceId":"E55460B62D51"},"message":"success"}
[11/23/2024, 1:10:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 100, deviceStatus: {"statusCode":100,"body":{"version":"V2.3-1.4","temperature":20.7,"lightLevel":1,"humidity":46,"deviceId":"E55460B62D51","deviceType":"Hub 2","hubDeviceId":"E55460B62D51"},"message":"success"}
[11/23/2024, 1:10:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIparseStatus
[11/23/2024, 1:10:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 (temperature, humidity, lightLevel) = OpenAPI:(20.7, 46, 1), current:(20.7, 46, 1)
[11/23/2024, 1:10:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentRelativeHumidity: 46%
[11/23/2024, 1:10:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentTemperature: 20.7°c
[11/23/2024, 1:10:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 LightLevel: 1, set_minLux: 1, set_maxLux: 6001, spaceBetweenLevels: 19, numberOfLevels: 20
[11/23/2024, 1:10:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentAmbientLightLevel: 1, LightLevel: 1, set_minLux: 1, set_maxLux: 6001
[11/23/2024, 1:10:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 LightLevel: 1, CurrentAmbientLightLevel: 1
[11/23/2024, 1:10:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 Firmware Version: 2.3
[11/23/2024, 1:10:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 version: 2.3
[11/23/2024, 1:10:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 MQTT message: 46/CurrentRelativeHumidity options:{}
[11/23/2024, 1:10:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 updateCharacteristic CurrentRelativeHumidity: 46
[11/23/2024, 1:10:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentRelativeHumidity context before: 46
[11/23/2024, 1:10:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentRelativeHumidity context after: 46
[11/23/2024, 1:10:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 MQTT message: 20.7/CurrentTemperature options:{}
[11/23/2024, 1:10:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 updateCharacteristic CurrentTemperature: 20.7
[11/23/2024, 1:10:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentTemperature context before: 20.7
[11/23/2024, 1:10:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentTemperature context after: 20.7
[11/23/2024, 1:10:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 MQTT message: 1/CurrentAmbientLightLevel options:{}
[11/23/2024, 1:10:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 updateCharacteristic CurrentAmbientLightLevel: 1
[11/23/2024, 1:10:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentAmbientLightLevel context before: 1
[11/23/2024, 1:10:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentAmbientLightLevel context after: 1
[11/23/2024, 1:10:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/23/2024, 1:10:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 100, deviceStatus: {"statusCode":100,"body":{"version":"V0.8","temperature":22.4,"battery":100,"humidity":40,"deviceId":"EE927C000563","deviceType":"WoIOSensor","hubDeviceId":"E55460B62D51"},"message":"success"}
[11/23/2024, 1:10:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 100, deviceStatus: {"statusCode":100,"body":{"version":"V0.8","temperature":22.4,"battery":100,"humidity":40,"deviceId":"EE927C000563","deviceType":"WoIOSensor","hubDeviceId":"E55460B62D51"},"message":"success"}
[11/23/2024, 1:10:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIparseStatus
[11/23/2024, 1:10:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR (battery, temperature, humidity) = OpenAPI:(100, 22.4, 40), current:(100, 22.4, 40)
[11/23/2024, 1:10:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR BatteryLevel: 100
[11/23/2024, 1:10:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR StatusLowBattery: 0
[11/23/2024, 1:10:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentRelativeHumidity: 40%
[11/23/2024, 1:10:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentTemperature: 22.4°c
[11/23/2024, 1:10:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR Firmware Version: 0.8
[11/23/2024, 1:10:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR version: 0.8
[11/23/2024, 1:10:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR updateCharacteristic CurrentRelativeHumidity: 40
[11/23/2024, 1:10:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentRelativeHumidity context before: 40
[11/23/2024, 1:10:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentRelativeHumidity context after: 40
[11/23/2024, 1:10:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentTemperature context before: 22.4
[11/23/2024, 1:10:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentTemperature context after: 22.4
[11/23/2024, 1:10:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR BatteryLevel context before: 100
[11/23/2024, 1:10:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR BatteryLevel context after: 100
[11/23/2024, 1:10:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR StatusLowBattery context before: 0
[11/23/2024, 1:10:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR StatusLowBattery context after: 0
[11/23/2024, 1:10:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR updateCharacteristic CurrentTemperature: 22.4
[11/23/2024, 1:10:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR updateCharacteristic BatteryLevel: 100
[11/23/2024, 1:10:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR updateCharacteristic StatusLowBattery: 0

[11/23/2024, 6:34:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIRefreshStatus
[11/23/2024, 6:34:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 100, deviceStatus: {"statusCode":100,"body":{"version":"V2.3-1.4","temperature":20.3,"lightLevel":1,"humidity":45,"deviceId":"E55460B62D51","deviceType":"Hub 2","hubDeviceId":"E55460B62D51"},"message":"success"}
[11/23/2024, 6:34:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 100, deviceStatus: {"statusCode":100,"body":{"version":"V2.3-1.4","temperature":20.3,"lightLevel":1,"humidity":45,"deviceId":"E55460B62D51","deviceType":"Hub 2","hubDeviceId":"E55460B62D51"},"message":"success"}
[11/23/2024, 6:34:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIparseStatus
[11/23/2024, 6:34:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 (temperature, humidity, lightLevel) = OpenAPI:(20.3, 45, 1), current:(20.3, 45, 1)
[11/23/2024, 6:34:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentRelativeHumidity: 45%
[11/23/2024, 6:34:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentTemperature: 20.3°c
[11/23/2024, 6:34:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 LightLevel: 1, set_minLux: 1, set_maxLux: 6001, spaceBetweenLevels: 19, numberOfLevels: 20
[11/23/2024, 6:34:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentAmbientLightLevel: 1, LightLevel: 1, set_minLux: 1, set_maxLux: 6001
[11/23/2024, 6:34:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 LightLevel: 1, CurrentAmbientLightLevel: 1
[11/23/2024, 6:34:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 Firmware Version: 2.3
[11/23/2024, 6:34:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 version: 2.3
[11/23/2024, 6:34:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 MQTT message: 45/CurrentRelativeHumidity options:{}
[11/23/2024, 6:34:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 updateCharacteristic CurrentRelativeHumidity: 45
[11/23/2024, 6:34:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentRelativeHumidity context before: 45
[11/23/2024, 6:34:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentRelativeHumidity context after: 45
[11/23/2024, 6:34:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 MQTT message: 20.3/CurrentTemperature options:{}
[11/23/2024, 6:34:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 updateCharacteristic CurrentTemperature: 20.3
[11/23/2024, 6:34:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentTemperature context before: 20.3
[11/23/2024, 6:34:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentTemperature context after: 20.3
[11/23/2024, 6:34:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 MQTT message: 1/CurrentAmbientLightLevel options:{}
[11/23/2024, 6:34:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 updateCharacteristic CurrentAmbientLightLevel: 1
[11/23/2024, 6:34:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentAmbientLightLevel context before: 1
[11/23/2024, 6:34:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentAmbientLightLevel context after: 1
[11/23/2024, 6:34:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/23/2024, 6:34:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 6:34:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 6:34:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/23/2024, 6:34:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/23/2024, 6:34:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 100, deviceStatus: {"statusCode":100,"body":{"version":"V0.8","temperature":21,"battery":100,"humidity":40,"deviceId":"EE927C000563","deviceType":"WoIOSensor","hubDeviceId":"E55460B62D51"},"message":"success"}
[11/23/2024, 6:34:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 100, deviceStatus: {"statusCode":100,"body":{"version":"V0.8","temperature":21,"battery":100,"humidity":40,"deviceId":"EE927C000563","deviceType":"WoIOSensor","hubDeviceId":"E55460B62D51"},"message":"success"}
[11/23/2024, 6:34:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIparseStatus
[11/23/2024, 6:34:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR (battery, temperature, humidity) = OpenAPI:(100, 21, 40), current:(100, 21, 40)
[11/23/2024, 6:34:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR BatteryLevel: 100
[11/23/2024, 6:34:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR StatusLowBattery: 0
[11/23/2024, 6:34:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentRelativeHumidity: 40%
[11/23/2024, 6:34:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentTemperature: 21°c
[11/23/2024, 6:34:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR Firmware Version: 0.8
[11/23/2024, 6:34:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR version: 0.8
[11/23/2024, 6:34:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR updateCharacteristic CurrentRelativeHumidity: 40
[11/23/2024, 6:34:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentRelativeHumidity context before: 40
[11/23/2024, 6:34:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentRelativeHumidity context after: 40
[11/23/2024, 6:34:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR updateCharacteristic CurrentTemperature: 21
[11/23/2024, 6:34:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentTemperature context before: 21
[11/23/2024, 6:34:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentTemperature context after: 21
[11/23/2024, 6:34:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR updateCharacteristic BatteryLevel: 100
[11/23/2024, 6:34:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR BatteryLevel context before: 100
[11/23/2024, 6:34:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR BatteryLevel context after: 100
[11/23/2024, 6:34:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR updateCharacteristic StatusLowBattery: 0
[11/23/2024, 6:34:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR StatusLowBattery context before: 0
[11/23/2024, 6:34:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR StatusLowBattery context after: 0
[11/23/2024, 6:40:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIRefreshStatus
[11/23/2024, 6:40:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 100, deviceStatus: {"statusCode":100,"body":{"version":"V2.3-1.4","temperature":20.3,"lightLevel":1,"humidity":45,"deviceId":"E55460B62D51","deviceType":"Hub 2","hubDeviceId":"E55460B62D51"},"message":"success"}
[11/23/2024, 6:40:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 100, deviceStatus: {"statusCode":100,"body":{"version":"V2.3-1.4","temperature":20.3,"lightLevel":1,"humidity":45,"deviceId":"E55460B62D51","deviceType":"Hub 2","hubDeviceId":"E55460B62D51"},"message":"success"}
[11/23/2024, 6:40:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIparseStatus
[11/23/2024, 6:40:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 (temperature, humidity, lightLevel) = OpenAPI:(20.3, 45, 1), current:(20.3, 45, 1)
[11/23/2024, 6:40:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentRelativeHumidity: 45%
[11/23/2024, 6:40:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentTemperature: 20.3°c
[11/23/2024, 6:40:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 LightLevel: 1, set_minLux: 1, set_maxLux: 6001, spaceBetweenLevels: 19, numberOfLevels: 20
[11/23/2024, 6:40:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentAmbientLightLevel: 1, LightLevel: 1, set_minLux: 1, set_maxLux: 6001
[11/23/2024, 6:40:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 LightLevel: 1, CurrentAmbientLightLevel: 1
[11/23/2024, 6:40:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 Firmware Version: 2.3
[11/23/2024, 6:40:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 version: 2.3
[11/23/2024, 6:40:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 MQTT message: 45/CurrentRelativeHumidity options:{}
[11/23/2024, 6:40:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 updateCharacteristic CurrentRelativeHumidity: 45
[11/23/2024, 6:40:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentRelativeHumidity context before: 45
[11/23/2024, 6:40:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentRelativeHumidity context after: 45
[11/23/2024, 6:40:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 MQTT message: 20.3/CurrentTemperature options:{}
[11/23/2024, 6:40:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 updateCharacteristic CurrentTemperature: 20.3
[11/23/2024, 6:40:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentTemperature context before: 20.3
[11/23/2024, 6:40:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentTemperature context after: 20.3
[11/23/2024, 6:40:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 MQTT message: 1/CurrentAmbientLightLevel options:{}
[11/23/2024, 6:40:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 updateCharacteristic CurrentAmbientLightLevel: 1
[11/23/2024, 6:40:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentAmbientLightLevel context before: 1
[11/23/2024, 6:40:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentAmbientLightLevel context after: 1
[11/23/2024, 6:40:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/23/2024, 6:40:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 6:40:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 6:40:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/23/2024, 6:40:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/23/2024, 6:40:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 100, deviceStatus: {"statusCode":100,"body":{"version":"V0.8","temperature":21,"battery":100,"humidity":40,"deviceId":"EE927C000563","deviceType":"WoIOSensor","hubDeviceId":"E55460B62D51"},"message":"success"}
[11/23/2024, 6:40:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 100, deviceStatus: {"statusCode":100,"body":{"version":"V0.8","temperature":21,"battery":100,"humidity":40,"deviceId":"EE927C000563","deviceType":"WoIOSensor","hubDeviceId":"E55460B62D51"},"message":"success"}
[11/23/2024, 6:40:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIparseStatus
[11/23/2024, 6:40:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR (battery, temperature, humidity) = OpenAPI:(100, 21, 40), current:(100, 21, 40)
[11/23/2024, 6:40:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR BatteryLevel: 100
[11/23/2024, 6:40:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR StatusLowBattery: 0
[11/23/2024, 6:40:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentRelativeHumidity: 40%
[11/23/2024, 6:40:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentTemperature: 21°c
[11/23/2024, 6:40:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR Firmware Version: 0.8
[11/23/2024, 6:40:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR version: 0.8
[11/23/2024, 6:40:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR updateCharacteristic CurrentRelativeHumidity: 40
[11/23/2024, 6:40:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR updateCharacteristic CurrentTemperature: 21
[11/23/2024, 6:40:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR updateCharacteristic BatteryLevel: 100
[11/23/2024, 6:40:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentRelativeHumidity context before: 40
[11/23/2024, 6:40:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentRelativeHumidity context after: 40
[11/23/2024, 6:40:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentTemperature context before: 21
[11/23/2024, 6:40:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentTemperature context after: 21
[11/23/2024, 6:40:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR BatteryLevel context before: 100
[11/23/2024, 6:40:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR BatteryLevel context after: 100
[11/23/2024, 6:40:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR updateCharacteristic StatusLowBattery: 0
[11/23/2024, 6:40:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR StatusLowBattery context before: 0
[11/23/2024, 6:40:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR StatusLowBattery context after: 0
[11/23/2024, 6:46:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIRefreshStatus
[11/23/2024, 6:46:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 100, deviceStatus: {"statusCode":100,"body":{"version":"V2.3-1.4","temperature":20.3,"lightLevel":1,"humidity":45,"deviceId":"E55460B62D51","deviceType":"Hub 2","hubDeviceId":"E55460B62D51"},"message":"success"}
[11/23/2024, 6:46:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 100, deviceStatus: {"statusCode":100,"body":{"version":"V2.3-1.4","temperature":20.3,"lightLevel":1,"humidity":45,"deviceId":"E55460B62D51","deviceType":"Hub 2","hubDeviceId":"E55460B62D51"},"message":"success"}
[11/23/2024, 6:46:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIparseStatus
[11/23/2024, 6:46:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 (temperature, humidity, lightLevel) = OpenAPI:(20.3, 45, 1), current:(20.3, 45, 1)
[11/23/2024, 6:46:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentRelativeHumidity: 45%
[11/23/2024, 6:46:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentTemperature: 20.3°c
[11/23/2024, 6:46:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 LightLevel: 1, set_minLux: 1, set_maxLux: 6001, spaceBetweenLevels: 19, numberOfLevels: 20
[11/23/2024, 6:46:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentAmbientLightLevel: 1, LightLevel: 1, set_minLux: 1, set_maxLux: 6001
[11/23/2024, 6:46:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 LightLevel: 1, CurrentAmbientLightLevel: 1
[11/23/2024, 6:46:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 Firmware Version: 2.3
[11/23/2024, 6:46:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 version: 2.3
[11/23/2024, 6:46:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 MQTT message: 45/CurrentRelativeHumidity options:{}
[11/23/2024, 6:46:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 updateCharacteristic CurrentRelativeHumidity: 45
[11/23/2024, 6:46:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 MQTT message: 20.3/CurrentTemperature options:{}
[11/23/2024, 6:46:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentRelativeHumidity context before: 45
[11/23/2024, 6:46:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentRelativeHumidity context after: 45
[11/23/2024, 6:46:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentTemperature context before: 20.3
[11/23/2024, 6:46:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentTemperature context after: 20.3
[11/23/2024, 6:46:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 updateCharacteristic CurrentTemperature: 20.3
[11/23/2024, 6:46:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 MQTT message: 1/CurrentAmbientLightLevel options:{}
[11/23/2024, 6:46:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 updateCharacteristic CurrentAmbientLightLevel: 1
[11/23/2024, 6:46:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentAmbientLightLevel context before: 1
[11/23/2024, 6:46:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentAmbientLightLevel context after: 1
[11/23/2024, 6:46:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/23/2024, 6:46:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 6:46:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 6:46:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/23/2024, 6:46:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/23/2024, 6:46:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 100, deviceStatus: {"statusCode":100,"body":{"version":"V0.8","temperature":21,"battery":100,"humidity":40,"deviceId":"EE927C000563","deviceType":"WoIOSensor","hubDeviceId":"E55460B62D51"},"message":"success"}
[11/23/2024, 6:46:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 100, deviceStatus: {"statusCode":100,"body":{"version":"V0.8","temperature":21,"battery":100,"humidity":40,"deviceId":"EE927C000563","deviceType":"WoIOSensor","hubDeviceId":"E55460B62D51"},"message":"success"}
[11/23/2024, 6:46:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIparseStatus
[11/23/2024, 6:46:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR (battery, temperature, humidity) = OpenAPI:(100, 21, 40), current:(100, 21, 40)
[11/23/2024, 6:46:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR BatteryLevel: 100
[11/23/2024, 6:46:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR StatusLowBattery: 0
[11/23/2024, 6:46:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentRelativeHumidity: 40%
[11/23/2024, 6:46:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentTemperature: 21°c
[11/23/2024, 6:46:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR Firmware Version: 0.8
[11/23/2024, 6:46:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR version: 0.8
[11/23/2024, 6:46:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR updateCharacteristic CurrentRelativeHumidity: 40
[11/23/2024, 6:46:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR updateCharacteristic CurrentTemperature: 21
[11/23/2024, 6:46:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentRelativeHumidity context before: 40
[11/23/2024, 6:46:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentRelativeHumidity context after: 40
[11/23/2024, 6:46:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentTemperature context before: 21
[11/23/2024, 6:46:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentTemperature context after: 21
[11/23/2024, 6:46:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR BatteryLevel context before: 100
[11/23/2024, 6:46:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR BatteryLevel context after: 100
[11/23/2024, 6:46:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR updateCharacteristic BatteryLevel: 100
[11/23/2024, 6:46:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR updateCharacteristic StatusLowBattery: 0
[11/23/2024, 6:46:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR StatusLowBattery context before: 0
[11/23/2024, 6:46:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR StatusLowBattery context after: 0
[11/23/2024, 6:52:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIRefreshStatus
[11/23/2024, 6:52:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 100, deviceStatus: {"statusCode":100,"body":{"version":"V2.3-1.4","temperature":20.3,"lightLevel":1,"humidity":45,"deviceId":"E55460B62D51","deviceType":"Hub 2","hubDeviceId":"E55460B62D51"},"message":"success"}
[11/23/2024, 6:52:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 100, deviceStatus: {"statusCode":100,"body":{"version":"V2.3-1.4","temperature":20.3,"lightLevel":1,"humidity":45,"deviceId":"E55460B62D51","deviceType":"Hub 2","hubDeviceId":"E55460B62D51"},"message":"success"}
[11/23/2024, 6:52:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIparseStatus
[11/23/2024, 6:52:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 (temperature, humidity, lightLevel) = OpenAPI:(20.3, 45, 1), current:(20.3, 45, 1)
[11/23/2024, 6:52:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentRelativeHumidity: 45%
[11/23/2024, 6:52:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentTemperature: 20.3°c
[11/23/2024, 6:52:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 LightLevel: 1, set_minLux: 1, set_maxLux: 6001, spaceBetweenLevels: 19, numberOfLevels: 20
[11/23/2024, 6:52:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentAmbientLightLevel: 1, LightLevel: 1, set_minLux: 1, set_maxLux: 6001
[11/23/2024, 6:52:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 LightLevel: 1, CurrentAmbientLightLevel: 1
[11/23/2024, 6:52:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 Firmware Version: 2.3
[11/23/2024, 6:52:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 version: 2.3
[11/23/2024, 6:52:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 MQTT message: 45/CurrentRelativeHumidity options:{}
[11/23/2024, 6:52:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 updateCharacteristic CurrentRelativeHumidity: 45
[11/23/2024, 6:52:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 MQTT message: 20.3/CurrentTemperature options:{}
[11/23/2024, 6:52:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentRelativeHumidity context before: 45
[11/23/2024, 6:52:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentRelativeHumidity context after: 45
[11/23/2024, 6:52:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 updateCharacteristic CurrentTemperature: 20.3
[11/23/2024, 6:52:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentTemperature context before: 20.3
[11/23/2024, 6:52:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentTemperature context after: 20.3
[11/23/2024, 6:52:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 MQTT message: 1/CurrentAmbientLightLevel options:{}
[11/23/2024, 6:52:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 updateCharacteristic CurrentAmbientLightLevel: 1
[11/23/2024, 6:52:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentAmbientLightLevel context before: 1
[11/23/2024, 6:52:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentAmbientLightLevel context after: 1
[11/23/2024, 6:52:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/23/2024, 6:52:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 6:52:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 6:52:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/23/2024, 6:52:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/23/2024, 6:52:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 100, deviceStatus: {"statusCode":100,"body":{"version":"V0.8","temperature":20.8,"battery":100,"humidity":40,"deviceId":"EE927C000563","deviceType":"WoIOSensor","hubDeviceId":"E55460B62D51"},"message":"success"}
[11/23/2024, 6:52:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 100, deviceStatus: {"statusCode":100,"body":{"version":"V0.8","temperature":20.8,"battery":100,"humidity":40,"deviceId":"EE927C000563","deviceType":"WoIOSensor","hubDeviceId":"E55460B62D51"},"message":"success"}
[11/23/2024, 6:52:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIparseStatus
[11/23/2024, 6:52:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR (battery, temperature, humidity) = OpenAPI:(100, 20.8, 40), current:(100, 21, 40)
[11/23/2024, 6:52:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR BatteryLevel: 100
[11/23/2024, 6:52:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR StatusLowBattery: 0
[11/23/2024, 6:52:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentRelativeHumidity: 40%
[11/23/2024, 6:52:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentTemperature: 20.8°c
[11/23/2024, 6:52:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR Firmware Version: 0.8
[11/23/2024, 6:52:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR version: 0.8
[11/23/2024, 6:52:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR updateCharacteristic CurrentRelativeHumidity: 40
[11/23/2024, 6:52:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentRelativeHumidity context before: 40
[11/23/2024, 6:52:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentRelativeHumidity context after: 40
[11/23/2024, 6:52:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR updateCharacteristic CurrentTemperature: 20.8
[11/23/2024, 6:52:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentTemperature context before: 21
[11/23/2024, 6:52:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentTemperature context after: 20.8
[11/23/2024, 6:52:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR updateCharacteristic BatteryLevel: 100
[11/23/2024, 6:52:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR updateCharacteristic StatusLowBattery: 0
[11/23/2024, 6:52:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR BatteryLevel context before: 100
[11/23/2024, 6:52:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR BatteryLevel context after: 100
[11/23/2024, 6:52:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR StatusLowBattery context before: 0
[11/23/2024, 6:52:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR StatusLowBattery context after: 0
[11/23/2024, 6:58:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIRefreshStatus
[11/23/2024, 6:58:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 100, deviceStatus: {"statusCode":100,"body":{"version":"V2.3-1.4","temperature":20.3,"lightLevel":1,"humidity":45,"deviceId":"E55460B62D51","deviceType":"Hub 2","hubDeviceId":"E55460B62D51"},"message":"success"}
[11/23/2024, 6:58:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 100, deviceStatus: {"statusCode":100,"body":{"version":"V2.3-1.4","temperature":20.3,"lightLevel":1,"humidity":45,"deviceId":"E55460B62D51","deviceType":"Hub 2","hubDeviceId":"E55460B62D51"},"message":"success"}
[11/23/2024, 6:58:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIparseStatus
[11/23/2024, 6:58:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 (temperature, humidity, lightLevel) = OpenAPI:(20.3, 45, 1), current:(20.3, 45, 1)
[11/23/2024, 6:58:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentRelativeHumidity: 45%
[11/23/2024, 6:58:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentTemperature: 20.3°c
[11/23/2024, 6:58:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 LightLevel: 1, set_minLux: 1, set_maxLux: 6001, spaceBetweenLevels: 19, numberOfLevels: 20
[11/23/2024, 6:58:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentAmbientLightLevel: 1, LightLevel: 1, set_minLux: 1, set_maxLux: 6001
[11/23/2024, 6:58:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 LightLevel: 1, CurrentAmbientLightLevel: 1
[11/23/2024, 6:58:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 Firmware Version: 2.3
[11/23/2024, 6:58:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 version: 2.3
[11/23/2024, 6:58:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 MQTT message: 45/CurrentRelativeHumidity options:{}
[11/23/2024, 6:58:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 updateCharacteristic CurrentRelativeHumidity: 45
[11/23/2024, 6:58:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 MQTT message: 20.3/CurrentTemperature options:{}
[11/23/2024, 6:58:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 updateCharacteristic CurrentTemperature: 20.3
[11/23/2024, 6:58:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 MQTT message: 1/CurrentAmbientLightLevel options:{}
[11/23/2024, 6:58:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentRelativeHumidity context before: 45
[11/23/2024, 6:58:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentRelativeHumidity context after: 45
[11/23/2024, 6:58:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentTemperature context before: 20.3
[11/23/2024, 6:58:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentTemperature context after: 20.3
[11/23/2024, 6:58:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 updateCharacteristic CurrentAmbientLightLevel: 1
[11/23/2024, 6:58:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentAmbientLightLevel context before: 1
[11/23/2024, 6:58:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 CurrentAmbientLightLevel context after: 1
[11/23/2024, 6:58:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/23/2024, 6:58:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 6:58:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 6:58:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/23/2024, 6:58:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/23/2024, 6:58:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 100, deviceStatus: {"statusCode":100,"body":{"version":"V0.8","temperature":20.8,"battery":100,"humidity":40,"deviceId":"EE927C000563","deviceType":"WoIOSensor","hubDeviceId":"E55460B62D51"},"message":"success"}
[11/23/2024, 6:58:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 100, deviceStatus: {"statusCode":100,"body":{"version":"V0.8","temperature":20.8,"battery":100,"humidity":40,"deviceId":"EE927C000563","deviceType":"WoIOSensor","hubDeviceId":"E55460B62D51"},"message":"success"}
[11/23/2024, 6:58:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIparseStatus
[11/23/2024, 6:58:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR (battery, temperature, humidity) = OpenAPI:(100, 20.8, 40), current:(100, 20.8, 40)
[11/23/2024, 6:58:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR BatteryLevel: 100
[11/23/2024, 6:58:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR StatusLowBattery: 0
[11/23/2024, 6:58:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentRelativeHumidity: 40%
[11/23/2024, 6:58:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentTemperature: 20.8°c
[11/23/2024, 6:58:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR Firmware Version: 0.8
[11/23/2024, 6:58:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR version: 0.8
[11/23/2024, 6:58:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR updateCharacteristic CurrentRelativeHumidity: 40
[11/23/2024, 6:58:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR updateCharacteristic CurrentTemperature: 20.8
[11/23/2024, 6:58:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR updateCharacteristic BatteryLevel: 100
[11/23/2024, 6:58:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR updateCharacteristic StatusLowBattery: 0
[11/23/2024, 6:58:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentRelativeHumidity context before: 40
[11/23/2024, 6:58:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentRelativeHumidity context after: 40
[11/23/2024, 6:58:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentTemperature context before: 20.8
[11/23/2024, 6:58:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR CurrentTemperature context after: 20.8
[11/23/2024, 6:58:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR BatteryLevel context before: 100
[11/23/2024, 6:58:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR BatteryLevel context after: 100
[11/23/2024, 6:58:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR StatusLowBattery context before: 0
[11/23/2024, 6:58:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR StatusLowBattery context after: 0
[11/23/2024, 7:04:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIRefreshStatus
[11/23/2024, 7:04:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 7:04:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 7:04:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 [object Object]
[11/23/2024, 7:04:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/23/2024, 7:04:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 7:04:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 7:04:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/23/2024, 7:04:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/23/2024, 7:04:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 7:04:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 7:04:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/23/2024, 7:10:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIRefreshStatus
[11/23/2024, 7:10:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 7:10:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 7:10:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 [object Object]
[11/23/2024, 7:10:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/23/2024, 7:10:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 7:10:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 7:10:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/23/2024, 7:10:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/23/2024, 7:10:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 7:10:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 7:10:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/23/2024, 7:16:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIRefreshStatus
[11/23/2024, 7:16:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 7:16:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 7:16:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 [object Object]
[11/23/2024, 7:16:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/23/2024, 7:16:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 7:16:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 7:16:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/23/2024, 7:16:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/23/2024, 7:16:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 7:16:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 7:16:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/23/2024, 7:22:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIRefreshStatus
[11/23/2024, 7:22:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 7:22:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 7:22:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 [object Object]
[11/23/2024, 7:22:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/23/2024, 7:22:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 7:22:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 7:22:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/23/2024, 7:22:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/23/2024, 7:22:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 7:22:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 7:22:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/23/2024, 7:28:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIRefreshStatus
[11/23/2024, 7:28:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 7:28:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 7:28:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 [object Object]
[11/23/2024, 7:28:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/23/2024, 7:28:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 7:28:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 7:28:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/23/2024, 7:28:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/23/2024, 7:28:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 7:28:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 7:28:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/23/2024, 7:34:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIRefreshStatus
[11/23/2024, 7:34:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 7:34:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 7:34:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 [object Object]
[11/23/2024, 7:34:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/23/2024, 7:34:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 7:34:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 7:34:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/23/2024, 7:34:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/23/2024, 7:34:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 7:34:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 7:34:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/23/2024, 7:40:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIRefreshStatus
[11/23/2024, 7:40:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 7:40:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 7:40:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 [object Object]
[11/23/2024, 7:40:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/23/2024, 7:40:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 7:40:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 7:40:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/23/2024, 7:40:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/23/2024, 7:40:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 7:40:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 7:40:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/23/2024, 7:46:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIRefreshStatus
[11/23/2024, 7:46:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 7:46:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 7:46:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 [object Object]
[11/23/2024, 7:46:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/23/2024, 7:46:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 7:46:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 7:46:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/23/2024, 7:46:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/23/2024, 7:46:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 7:46:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 7:46:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/23/2024, 7:52:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIRefreshStatus
[11/23/2024, 7:52:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 7:52:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 7:52:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 [object Object]
[11/23/2024, 7:52:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/23/2024, 7:52:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 7:52:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 7:52:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/23/2024, 7:52:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/23/2024, 7:52:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 7:52:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 7:52:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/23/2024, 7:58:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIRefreshStatus
[11/23/2024, 7:58:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 7:58:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 7:58:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 [object Object]
[11/23/2024, 7:58:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/23/2024, 7:58:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 7:58:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 7:58:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/23/2024, 7:58:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/23/2024, 7:58:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 7:58:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 7:58:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/23/2024, 8:04:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIRefreshStatus
[11/23/2024, 8:04:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 8:04:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 8:04:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 [object Object]
[11/23/2024, 8:04:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/23/2024, 8:04:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 8:04:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 8:04:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/23/2024, 8:04:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/23/2024, 8:04:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 8:04:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 8:04:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/23/2024, 8:10:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIRefreshStatus
[11/23/2024, 8:10:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 8:10:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 8:10:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 [object Object]
[11/23/2024, 8:10:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/23/2024, 8:10:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 8:10:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 8:10:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/23/2024, 8:10:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/23/2024, 8:10:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 8:10:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 8:10:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/23/2024, 8:16:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIRefreshStatus
[11/23/2024, 8:16:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 8:16:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 8:16:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 [object Object]
[11/23/2024, 8:16:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/23/2024, 8:16:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 8:16:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 8:16:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/23/2024, 8:16:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/23/2024, 8:16:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 8:16:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 8:16:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/23/2024, 8:22:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIRefreshStatus
[11/23/2024, 8:22:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 8:22:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 8:22:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 [object Object]
[11/23/2024, 8:22:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/23/2024, 8:22:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 8:22:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 8:22:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/23/2024, 8:22:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/23/2024, 8:22:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 8:22:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 8:22:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/23/2024, 8:28:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIRefreshStatus
[11/23/2024, 8:28:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 8:28:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 8:28:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 [object Object]
[11/23/2024, 8:28:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/23/2024, 8:28:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 8:28:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 8:28:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/23/2024, 8:28:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/23/2024, 8:28:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 8:28:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 8:28:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/23/2024, 8:34:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIRefreshStatus
[11/23/2024, 8:34:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 8:34:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 8:34:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 [object Object]
[11/23/2024, 8:34:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/23/2024, 8:34:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 8:34:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 8:34:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/23/2024, 8:34:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/23/2024, 8:34:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 8:34:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 8:34:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/23/2024, 8:40:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIRefreshStatus
[11/23/2024, 8:40:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 8:40:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 8:40:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 [object Object]
[11/23/2024, 8:40:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/23/2024, 8:40:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 8:40:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 8:40:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/23/2024, 8:40:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/23/2024, 8:40:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 8:40:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 8:40:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/23/2024, 8:46:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIRefreshStatus
[11/23/2024, 8:46:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 8:46:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 8:46:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 [object Object]
[11/23/2024, 8:46:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/23/2024, 8:46:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 8:46:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 8:46:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/23/2024, 8:46:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/23/2024, 8:46:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 8:46:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 8:46:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/23/2024, 8:52:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIRefreshStatus
[11/23/2024, 8:52:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 8:52:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 8:52:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 [object Object]
[11/23/2024, 8:52:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/23/2024, 8:52:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 8:52:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 8:52:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/23/2024, 8:52:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/23/2024, 8:52:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 8:52:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 8:52:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/23/2024, 8:58:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIRefreshStatus
[11/23/2024, 8:58:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 8:58:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 8:58:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 [object Object]
[11/23/2024, 8:58:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/23/2024, 8:58:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 8:58:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 8:58:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/23/2024, 8:58:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/23/2024, 8:58:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 8:58:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 8:58:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/23/2024, 9:04:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIRefreshStatus
[11/23/2024, 9:04:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 9:04:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 9:04:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 [object Object]
[11/23/2024, 9:04:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/23/2024, 9:04:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 9:04:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 9:04:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/23/2024, 9:04:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/23/2024, 9:04:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 9:04:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 9:04:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/23/2024, 9:10:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIRefreshStatus
[11/23/2024, 9:10:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 9:10:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 9:10:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 [object Object]
[11/23/2024, 9:10:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/23/2024, 9:10:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 9:10:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 9:10:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/23/2024, 9:10:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/23/2024, 9:10:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 9:10:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 9:10:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/23/2024, 9:16:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIRefreshStatus
[11/23/2024, 9:16:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 9:16:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 9:16:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 [object Object]
[11/23/2024, 9:16:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/23/2024, 9:16:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 9:16:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 9:16:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/23/2024, 9:16:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/23/2024, 9:16:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 9:16:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 9:16:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/23/2024, 9:22:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIRefreshStatus
[11/23/2024, 9:22:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 9:22:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 9:22:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 [object Object]
[11/23/2024, 9:22:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/23/2024, 9:22:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 9:22:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 9:22:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/23/2024, 9:22:30 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/23/2024, 9:22:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 9:22:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 9:22:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/23/2024, 9:28:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIRefreshStatus
[11/23/2024, 9:28:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 9:28:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 9:28:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 [object Object]
[11/23/2024, 9:28:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/23/2024, 9:28:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 9:28:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 9:28:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/23/2024, 9:28:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/23/2024, 9:28:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 9:28:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 9:28:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/23/2024, 9:34:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIRefreshStatus
[11/23/2024, 9:34:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 9:34:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 9:34:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 [object Object]
[11/23/2024, 9:34:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/23/2024, 9:34:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 9:34:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 9:34:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/23/2024, 9:34:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/23/2024, 9:34:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 9:34:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 9:34:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/23/2024, 9:40:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIRefreshStatus
[11/23/2024, 9:40:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 9:40:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 9:40:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 [object Object]
[11/23/2024, 9:40:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/23/2024, 9:40:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 9:40:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 9:40:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/23/2024, 9:40:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/23/2024, 9:40:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 9:40:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 9:40:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/23/2024, 9:46:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIRefreshStatus
[11/23/2024, 9:46:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 9:46:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 9:46:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 [object Object]
[11/23/2024, 9:46:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/23/2024, 9:46:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 9:46:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 9:46:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/23/2024, 9:46:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/23/2024, 9:46:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 9:46:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 9:46:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/23/2024, 9:52:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIRefreshStatus
[11/23/2024, 9:52:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 9:52:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 9:52:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 [object Object]
[11/23/2024, 9:52:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/23/2024, 9:52:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 9:52:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 9:52:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/23/2024, 9:52:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/23/2024, 9:52:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 9:52:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 9:52:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/23/2024, 9:58:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIRefreshStatus
[11/23/2024, 9:58:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 9:58:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 9:58:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 [object Object]
[11/23/2024, 9:58:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/23/2024, 9:58:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 9:58:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 9:58:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/23/2024, 9:58:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/23/2024, 9:58:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 9:58:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 9:58:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/23/2024, 10:04:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIRefreshStatus
[11/23/2024, 10:04:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 10:04:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 10:04:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 [object Object]
[11/23/2024, 10:04:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/23/2024, 10:04:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 10:04:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 10:04:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/23/2024, 10:04:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/23/2024, 10:04:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 10:04:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 10:04:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/23/2024, 10:10:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIRefreshStatus
[11/23/2024, 10:10:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 10:10:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 10:10:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 [object Object]
[11/23/2024, 10:10:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/23/2024, 10:10:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 10:10:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 10:10:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/23/2024, 10:10:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/23/2024, 10:10:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 10:10:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 10:10:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/23/2024, 10:16:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIRefreshStatus
[11/23/2024, 10:16:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 10:16:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 10:16:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 [object Object]
[11/23/2024, 10:16:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/23/2024, 10:16:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 10:16:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 10:16:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/23/2024, 10:16:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/23/2024, 10:16:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 10:16:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 10:16:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/23/2024, 10:22:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIRefreshStatus
[11/23/2024, 10:22:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 10:22:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 10:22:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 [object Object]
[11/23/2024, 10:22:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/23/2024, 10:22:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 10:22:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 10:22:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/23/2024, 10:22:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/23/2024, 10:22:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 10:22:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 10:22:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/23/2024, 10:28:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIRefreshStatus
[11/23/2024, 10:28:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 10:28:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 10:28:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 [object Object]
[11/23/2024, 10:28:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/23/2024, 10:28:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 10:28:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 10:28:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/23/2024, 10:28:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/23/2024, 10:28:32 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 10:28:32 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 10:28:32 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/23/2024, 10:34:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIRefreshStatus
[11/23/2024, 10:34:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 10:34:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 10:34:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 [object Object]
[11/23/2024, 10:34:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/23/2024, 10:34:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 10:34:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 10:34:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/23/2024, 10:34:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/23/2024, 10:34:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 10:34:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 10:34:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/23/2024, 10:40:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIRefreshStatus
[11/23/2024, 10:40:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 10:40:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 10:40:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 [object Object]
[11/23/2024, 10:40:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/23/2024, 10:40:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 10:40:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 10:40:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/23/2024, 10:40:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/23/2024, 10:40:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 10:40:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 10:40:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/23/2024, 10:46:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIRefreshStatus
[11/23/2024, 10:46:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 10:46:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 10:46:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 [object Object]
[11/23/2024, 10:46:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/23/2024, 10:46:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 10:46:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 10:46:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/23/2024, 10:46:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/23/2024, 10:46:32 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 10:46:32 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 10:46:32 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]
[11/23/2024, 10:52:29 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 openAPIRefreshStatus
[11/23/2024, 10:52:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 10:52:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 10:52:30 AM] [SwitchBot] [DEBUG] Hub 2: SB Hub 2 [object Object]
[11/23/2024, 10:52:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door openAPIRefreshStatus
[11/23/2024, 10:52:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 10:52:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door statusCode: undefined, deviceStatus: {"deviceId":"","deviceType":"","hubDeviceId":"","version":0,"deviceName":"","enableCloudService":false}
[11/23/2024, 10:52:30 AM] [SwitchBot] [DEBUG] Bot: 2 AC Door [object Object]
[11/23/2024, 10:52:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR openAPIRefreshStatus
[11/23/2024, 10:52:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 10:52:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR statusCode: 190, deviceStatus: {"statusCode":190,"body":{},"message":"Requests reached the daily limit"}
[11/23/2024, 10:52:31 AM] [SwitchBot] [DEBUG] WoIOSensor: SB LR [object Object]

@zsiraph
Copy link

zsiraph commented Nov 23, 2024

I am beginning to believe it's a problem with Switchbot's cloud server. I might have to rethink my strategy here. Maybe I'll have to stick to HomeKit but their limit to 8 devices per hub sucks.

Definetly, because it worked fine for me this morning. But ofc it is not a reliable solution, so I ordered a Matter enabled Hub 2, and ditched the HomeBridge plugin.

@hansw1204
Copy link
Author

The problem with the Hub 2 is that it only allows to add 8 accessories, and I have 10

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

7 participants