Dielee / volvo2mqtt

Home Assistant addon for connecting AAOS Volvos
MIT License
143 stars 31 forks source link

Target battery charge level and charging current limit #204

Closed mhpleite closed 3 months ago

mhpleite commented 3 months ago

Would like to have new energy API endpoints implemeted like:

  1. Target battery charge level
  2. Charging current limit

See https://developer.volvocars.com/apis/energy/v1/endpoints/target-battery-charge-level/

Many thanks in advance.

Dielee commented 3 months ago

As said in #181, the new endpoints are not working at this time, sorry.

mhpleite commented 2 months ago

Hi Dielee,

The new endpoints should be available and work now. Would you be so kind to update the endpoints?

{ "status": 200, "data": { "chargingCurrentLimit": { "value": "32", "unit": "ampere", "timestamp": "2024-05-17T17:42:30Z" } image

Thanks in advance!

Dielee commented 2 months ago

It's not working from the API itself.. only from the Volvo page, sorry.

bmesuere commented 2 months ago

I suspect they will add a new endpoint (to the documentation) since the app now allows you to set the target battery percentage. The endpoints described in this issue only offer getters.

Dielee commented 2 months ago

Not all app functionality will be available as an endpoint....