OpenWonderLabs / SwitchBotAPI

SwitchBot Open API Documents
816 stars 68 forks source link

Mismatch API vs SwitchBot App [Curtain - Battery %] #234

Open thechris1992 opened 10 months ago

thechris1992 commented 10 months ago

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 commented 10 months ago

🤷🏼‍♂️ anybody got this?

georgesdib commented 9 months ago

🤷🏼‍♂️ anybody got this?

Did they just remove the battery level from the API?

p-hyro-tenseiph commented 4 months ago

any update about this?

kaboemm commented 3 months ago

Any update on this?

image

I still get wrong battery % readings. Running version 6.3

GiorgioBertolotti commented 3 months ago

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

hsakoh commented 3 months ago

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"
}
kaboemm commented 1 week ago

Any update on this?