mbillow / ha-chargepoint

Home Assistant ChargePoint EV Charger Integration
MIT License
44 stars 6 forks source link

Add support for setting amperage limit via Number entity #38

Closed conorbranagan closed 4 months ago

conorbranagan commented 5 months ago

Changes

Adds support for setting the amperage limit on the ChargePoint charger using a Select. The charger must be plugged in for the new amperage to be reflected (and this appears to be the same behavior when it's set in the app).

The entity is provided the list of available values from the ChargePoint device.

Testing

Used the provided docker-compose file to test this locally and validate it shows up as a new entity.

Screenshot 2024-02-25 at 9 24 13 PM
conorbranagan commented 4 months ago

Thanks for looking at this and sorry for the long delay on getting back. I've updated it to use a select entity and moved this PR out of draft. Any remaining review is welcomed!