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: Tilt not responsive #1101

Open
DJGizbo opened this issue Nov 3, 2024 · 0 comments
Open

Bug: Tilt not responsive #1101

DJGizbo opened this issue Nov 3, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@DJGizbo
Copy link

DJGizbo commented Nov 3, 2024

Describe the Bug

In version 4.0, 4.1 and 4.1.1 the tilt blinds connection times out and is not responding anymore. Going back to version 3.8.3 helps to solve this issue.

To Reproduce

Install 4.0, try to open/close blinds with Home app. No response.

Expected Behavior

Blinds control in Home is working correctly

Relevant Log Output

[03/11/2024, 03:00:40] [SwitchBot] Error making request: Connect Timeout Error
[03/11/2024, 03:00:40] [SwitchBot] Error making request: Connect Timeout Error
[03/11/2024, 03:00:53] [SwitchBot] Error making request: Connect Timeout Error
[03/11/2024, 03:00:53] [SwitchBot] Error making request: Connect Timeout Error
[03/11/2024, 03:01:12] [SwitchBot] Error making request: Connect Timeout Error
[03/11/2024, 03:01:12] [SwitchBot] Error making request: Connect Timeout Error
[03/11/2024, 03:01:25] [SwitchBot] Error making request: Connect Timeout Error
[03/11/2024, 03:01:25] [SwitchBot] Error making request: Connect Timeout Error
[03/11/2024, 03:01:38] [SwitchBot] Error making request: Connect Timeout Error
[03/11/2024, 03:01:38] [SwitchBot] Error making request: Connect Timeout Error
[03/11/2024, 03:01:41] [SwitchBot] Blind Tilt: Luxaflex failed openAPIRefreshStatus with OpenAPI Connection, Error Message: "Cannot read properties of null (reading 'json')"
[03/11/2024, 03:01:41] [SwitchBot] Meter: Kantoor failed openAPIRefreshStatus with OpenAPI Connection, Error Message: "Cannot read properties of null (reading 'json')"
[03/11/2024, 17:44:49] [SwitchBot] Initializing SwitchBot platform...
[03/11/2024, 17:44:52] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"deviceId":"Luxaflex","configDeviceType":"Blind Tilt","connectionType":"OpenAPI","logging":"debug"}
[03/11/2024, 17:44:52] [SwitchBot] Device: undefined with Device Type: undefined, is currently not supported. Submit Feature Requests Here: https://tinyurl.com/SwitchBotFeatureRequest, device: {"deviceId":"TV","configRemoteType":"TV","connectionType":"OpenAPI"}

Config for homebridge-switchbot

{
    "name": "SwitchBot",
    "credentials": {
        "token": "XXXXXX",
        "secret": "XXXXX",
        "notice": "Keep your Token & Secret a secret!"
    },
    "options": {
        "devices": [
            {
                "deviceId": "Luxaflex",
                "configDeviceType": "Blind Tilt",
                "connectionType": "OpenAPI",
                "logging": "debug"
            }
        ],
        "irdevices": [
            {
                "deviceId": "TV",
                "configRemoteType": "TV",
                "connectionType": "OpenAPI"
            }
        ]
    },
    "platform": "SwitchBot"
}

Screenshots

No response

Device and Model

Switchbot Mini Hub A6 / Blind Tilt

Node.js Version

v20.12.2

NPM Version

v10.5.0

Homebridge Version

v1.8.5

Homebridge Switchbot Plugin Version

4.1.1

Homebridge Config UI X Plugin Version

v4.62.0

Operating System

Raspbian GNU/Linux Bullseye (11)

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

6 participants