nordicopen / easee_hass

Custom component for Easee EV charger integration with Home Assistant
195 stars 33 forks source link

Weekly plan charging current limit #425

Open KevinNL1999 opened 1 month ago

KevinNL1999 commented 1 month 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 1 month 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.