Plugchoice
Chargers connected through Plugchoice can leverage its OCPP proxy functionality to establish a connection to other backoffices while maintaining full control through evcc. This allows seamless management of Plugchoice-registered chargers directly from evcc.
For improved meter readings, it is recommended to configure the following settings in the Plugchoice portal under the configuration tab:
- Set
MeterValueSampleIntervalto 10 seconds (or another interval according to your preference). - Set
MeterValuesSampledDatatoEnergy.Active.Import.Register,Current.Offered,Current.Import,Voltage.
These adjustments enable more frequent and detailed reporting of charging data to evcc.
Supported features
- Built-in meter: Support for an integrated meter. Availability may vary between models.
Parameters
| Name | Description | Value | Level |
|---|---|---|---|
token | Token API Token | optional | |
identity | Charger identity | optional | |
connector | Connector ID For multi-connector stations. Numbering starts at 1. | optional |
Configuration example for evcc.yaml
If you don't want to configure via the UI, you can alternatively use this YAML block.
chargers: - name: my_charger type: template template: plugchoice token: # Token, API Token identity: AA123456 # Charger identity connector: 1 # Connector ID, For multi-connector stations. Numbering starts at 1.