Open
Description
Zaptec seems to offer a charge optimization service called EcoMode that can be enabled via API or via the Zaptec portal, which can be useful for some users.
To override the EcoMode one needs to disable it, it would be very useful to be able to do this via HomeAssistent.
To enable/disable, it seems one uses the API calls:
curl 'https://api.zaptec.com/api/installation/000000000-1111-2222-333333333333333' -X PUT
with data like:
"EnabledFeatures": 12,
"Feature_PowerManagement_EcoMode_DepartureTime": 360,
"Feature_PowerManagement_EcoMode_MinEnergy": 10,
"Feature_PowerManagement_EcoMode_DeliveryArea": 8,
It would be super to have this feature in the integration.