lbbrhzn / ocpp

Home Assistant integration for electric vehicle chargers that support the Open Charge Point Protocol (OCPP).
MIT License
200 stars 65 forks source link

Teltonika TeltoCharge supports additional configuration keys #1237

Open triumfas opened 2 weeks ago

triumfas commented 2 weeks ago

Is your feature request related to a problem? Please describe. Charging station supports solar charging control which should be available through OCPP. It controls charging station based on energy export.

Describe the solution you'd like Implement additional parameters in OCPP integration.

Additional context Information from a release note: https://wiki.teltonika-energy.com/images/9/91/Release_note_FW_1.12.pdf

New configuration parameters in OCPP - Working with Solar charging feature. From now on, user will be able to control and visualize Solar charging statuses via OCPP. Configuration keys:

Modes itself are configured over Bluetooth with vendor mobile app. OCPP could allow enabling it and selecting preferred mode.

drc38 commented 2 weeks ago

These are charger specific and not part of the OCPP standard. You should be able to use the Integrations Configure service and HA automations etc to implement the new features however.