nordicopen / easee_hass

Custom component for Easee EV charger integration with Home Assistant
216 stars 37 forks source link

Weekly plan charging current limit #425

Closed KevinNL1999 closed 1 month ago

KevinNL1999 commented 6 months ago

Feature request

According to the API endpoint specification of Set Weekly Charge Plan (https://developer.easee.com/reference/post_api-chargers-chargerid-weekly-charge-plan), there is a body parameter for chargingCurrentLimit. I am missing this parameter in the integration, I can only supply week day and start/stop time.

What version of the integration are you using?

0.9.59

Anything in the logs that might be useful for us?

No response

Additional information

No response

olalid commented 6 months ago

Hmm, I am pretty sure this must have been added to the API fairly recently since I do not remember that it was possible to set that when I looked at it last. It seems to be true also for the basic charge plan: https://developer.easee.com/reference/post_api-chargers-chargerid-basic-charge-plan

This is definitely something we should add.

olalid commented 2 months ago

pyeasee changes in this PR: https://github.com/nordicopen/pyeasee/pull/103/files Needs changes in component too.

olalid commented 1 month ago

Work in progress still, but included here: https://github.com/nordicopen/easee_hass/pull/483

olalid commented 1 month ago

Released now, please let us know if your problem was solved.