-
I've been going through the other posts and haven't found my use case yet so hereby a short description and some questions: my neighbour wants a CP with which he can do loadbalancing and with separate KWh counters for his business (lease) EV and a future private EV. There are enough commercial offerings which offer these but they are mostly based on external hardware (and/or license) and a backoffice system with recurring fees so I'm thinking about something homebuilt. With this OCCP implementation, would it be possible to:
If not yet possible, would it be possible with extra development or are there restrictions/limits in the protocol (or HA) which prevent this? Any other solutions/ideas/lines of thoughts to make this possible? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
These types of applications were the motivation to implement the occp integration. With ocpp you can control charging rate, but only if your charger supports the smart charging profile. You can use this to implement load balancing and green charging, using an automation. However, you should take into account that most chargers have a minimal charging current, typically 6A / phase. BTW, the Wallbox Pulsar Plus can do load balancing and green charging with a minimum of 460W / phase. It does require an external kWh meter (EM340), and there's a backoffice, but no recurring fee. |
Beta Was this translation helpful? Give feedback.
These types of applications were the motivation to implement the occp integration.
With ocpp you can control charging rate, but only if your charger supports the smart charging profile. You can use this to implement load balancing and green charging, using an automation. However, you should take into account that most chargers have a minimal charging current, typically 6A / phase.
Some chargers will detect an RFID and set the idTag of the charging request accordingly. Others do not. We currently do not expose the idTag in the ocpp integration, but it would be easy to add. Plug & charge is part of OCPP v2.0. The ocpp integration only supports OCPP v1.6, as most current generation chargers do.