SwitchBotAPI icon indicating copy to clipboard operation
SwitchBotAPI copied to clipboard

Mismatch API vs SwitchBot App [Curtain - Battery %]

Open thechris1992 opened this issue 2 years ago • 11 comments

Now the Homebridge & HomeKit match’s the API, thanks @donavanbecker!

But still wrong between the API vs SwitchBot app.

SwitchBot Hub (1) FW: V5.4-3.8 @SwitchBot @SwitchBot-Wonderlabs

Originally posted by @thechris1992 in https://github.com/OpenWonderLabs/homebridge-switchbot/issues/805#issuecomment-1695064050

thechris1992 avatar Aug 29 '23 18:08 thechris1992

🤷🏼‍♂️ anybody got this?

thechris1992 avatar Sep 09 '23 19:09 thechris1992

🤷🏼‍♂️ anybody got this?

Did they just remove the battery level from the API?

georgesdib avatar Sep 21 '23 07:09 georgesdib

any update about this?

p-hyro-tenseiph avatar Feb 27 '24 01:02 p-hyro-tenseiph

Any update on this?

image

I still get wrong battery % readings. Running version 6.3

kaboemm avatar Mar 29 '24 09:03 kaboemm

I'm experiencing the same problem with SwitchBot Outdoor Meter!

GiorgioBertolotti avatar Apr 04 '24 12:04 GiorgioBertolotti

The MeterPlus and Motion Sensor also have different battery levels in the app display and in the DeviceStatusAPI response.

{
    "statusCode": 100,
    "body": {
        "deviceId": "DD96xxxxxxF4",
        "deviceType": "MeterPlus",
        "hubDeviceId": "CA08xxxxxx66",
        "humidity": 61,
        "temperature": 21.2,
        "version": "V0.6",
        "battery": 100
    },
    "message": "success"
}
{
    "statusCode": 100,
    "body": {
        "deviceId": "E847xxxxxxBA",
        "deviceType": "Motion Sensor",
        "hubDeviceId": "CA08xxxxxx66",
        "moveDetected": false,
        "brightness": "dim",
        "version": "V1.3",
        "battery": 100
    },
    "message": "success"
}

hsakoh avatar Apr 04 '24 13:04 hsakoh

Any update on this?

kaboemm avatar Jul 03 '24 13:07 kaboemm