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

Add Battery and Firmware Info to Device status #11

Closed
strunker opened this issue Dec 31, 2020 · 17 comments
Closed

Add Battery and Firmware Info to Device status #11

strunker opened this issue Dec 31, 2020 · 17 comments
Labels
enhancement New feature or request pinned pin important issues

Comments

@strunker
Copy link
Contributor

Is that something that can perhaps be added as well? Would be nice to be able to query for that and monitor for when it starts to get low, do not believe the app warns\monitors in its current form.

thanks.

@DJay-X
Copy link

DJay-X commented Dec 31, 2020

@SwitchBot-Wonderlabs Absolutely. Most devices of SwitchBot work with Battery. The battery level of a device should be available via Open API. Looking forward to have this available at a given time in homebridge-switchbot-openapi @donavanbecker

@nigels0
Copy link

nigels0 commented Jan 4, 2021

Thirded!

@donavanbecker donavanbecker changed the title Battery level is not included on device status Add Batter and Firmware Info to Device status Jan 12, 2021
@donavanbecker donavanbecker changed the title Add Batter and Firmware Info to Device status Add Battery and Firmware Info to Device status Jan 12, 2021
@donavanbecker donavanbecker added pinned pin important issues enhancement New feature or request labels Jan 12, 2021
@MSBIZ
Copy link

MSBIZ commented Mar 12, 2021

Yes, I think it's important to have the information, especially when we have many devices.

@Nardol
Copy link
Contributor

Nardol commented May 14, 2021

I know developers are very busy with new switch-bot products but could this API improvement be implemented? Not sure it will take so much time, it would be only an attribute to add as this information can be get even remotely.

@alamers
Copy link
Contributor

alamers commented Jul 10, 2021

Yes, please! :) Also, would be nice to be able to read solar panel connectivity as well. Opens up a lot of opportunities

@AdyRock
Copy link

AdyRock commented Oct 8, 2021

Yep, would be very useful. I get it via BLE so don't see why it can't be in the API.

@strunker
Copy link
Contributor Author

strunker commented Jan 7, 2022

Are any of the improvements or enhancements pinned on Git going to be worked? Its been literally years now these issues have been opened for. Thanks.

@gpuccio87
Copy link

Would be very useful. We could prevent bots from stopping working!

@ganlbarone
Copy link

Would be very useful. We could prevent bots from stopping working!

I wouldn't hold your breath. I stopped investing in Switchbot products\code due to lack of API support. It's really not acceptable for a mainstream product, not in 2022. API first has been a concept for like years now, don't think Switchbot got that memo.

@Plasmachef
Copy link

Yes, integrate this please!
Thank you very much :-)

@AdyRock
Copy link

AdyRock commented Aug 30, 2022

@chenliuyun can you help with this one?

@slimninja
Copy link

Another +1 on this feature request to return battery percentage via status command.

For example:

{
    "statusCode": 100,
    "body": {
        "deviceId": "E2F6032048AB",
        "deviceType": "Bot",
        "currentBattery": 100
    },
    "message": "success"
}

@Francas555
Copy link

Please add possibility to see Smart Lock battery status on Homey. And for other devices.

@robindelange
Copy link

I'd like to see battery status to, from my Switchbot devices.

@Minsheng
Copy link
Collaborator

Hi guys, we've managed to implement battery status and firmware version for most of the products.

@strunker
Copy link
Contributor Author

Wow, took over 2 years to complete, but yeah. I will take a look for this later on, this will be a useful addition for sure.

@slimninja
Copy link

slimninja commented Mar 22, 2023

Hi guys, we've managed to implement battery status and firmware version for most of the products.

Thank you for the hard work! Can you confirm if this is available in the v1.0 API, or only in the V1.1 API? Us HomeAssistant users are still mostly using the V1.0 API (https://community.home-assistant.io/t/switch-bot-api-integration/270550)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request pinned pin important issues
Projects
None yet
Development

No branches or pull requests