# evcc Binding This binding integrates [evcc](https://evcc.io), an extensible **E**lectric **V**ehicle **C**harge **C**ontroller and home energy management system. The binding is compatible to evcc [version 0.123.1](https://github.com/evcc-io/evcc/releases/tag/0.123.1) or newer and was tested with [version 0.125.0](https://github.com/evcc-io/evcc/releases/tag/0.125.0). You can easily install and upgrade evcc on openHABian using `sudo openhabian-config`. evcc controls your wallbox(es) with multiple charging modes and allows you to charge your ev with your photovoltaik's excess current. To provide an intelligent charging control, evcc supports over 30 wallboxes and over 20 energy meters/home energy management systems from many manufacturers as well as electric vehicles from over 20 car manufacturers. Furthermore, evcc calculates your money savings. This binding enables openHAB to retrieve status data from your evcc installation and to control the charging process. For more advanced features like calculated savings, you have to visit the web UI of evcc. ## Supported Things - `device`: A running evcc installation. ## Discovery No auto discovery supported. ## Thing Configuration ### `device` Thing Configuration | Parameter | Type | Description | Advanced | Required | |-----------------|--------|----------------------------------------------------------|----------|----------| | url | String | URL of evcc web UI, e.g. `https://demo.evcc.io` | No | Yes | | refreshInterval | Number | Interval the status is polled in seconds (minimum is 15) | Yes | No | Default value for _refreshInterval_ is 60 seconds. ## Channels ### General Channels Those channels exist only once. Please note that some of them are only available when evcc is properly configured. | Channel | Type | Read/Write | Description | |---------------------------------|----------------------|------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------| | general#batteryCapacity | Number:Energy | R | Capacity of (home) battery | | general#batteryPower | Number:Power | R | Current power from battery | | general#batterySoC | Number:Dimensionless | R | Current State of Charge of battery | | general#batteryDischargeControl | Switch | RW | Enable or disable battery discharge control | | general#batteryMode | String | R | Current battery mode | | general#prioritySoC | Number:Dimensionless | RW | State of State of Charge for which the battery has priority over charging the ev when charging mode is "pv" | | general#bufferSoC | Number:Dimensionless | RW | Until this State of Charge the discharging of a house battery is allowed in "pv" mode, when there is insufficient solar surplus (below the minimum charging power) | | general#bufferStartSoC | Number:Dimensionless | RW | State of Charge for which a charging session in "pv" mode is started, even if there is insufficient solar surplus | | general#residualPower | Number:Power | RW | Target operating point of the surplus regulation at the grid connection (grid meter) | | general#gridPower | Number:Power | R | Current power from grid (negative means feed-in) | | general#homePower | Number:Power | R | Current power taken by home | | general#pvPower | Number:Power | R | Current power from photovoltaik | | general#version | String | R | Current evcc version | | general#availableVersion | String | R | Available evcc update version | ### Loadpoint Channels Those channels exist per configured loadpoint. Please note that you have to replace _\_ with your loadpoint id/number. | Channel | Type | Read/Write | Description | |-----------------------------------------------|------------------------|------------|-------------------------------------------------------------------------------------------------------------------| | loadpoint\#activePhases | Number | R | Current number of active phases while charging | | loadpoint\#chargeCurrent | Number:ElectricCurrent | R | Current amperage per connected phase while charging | | loadpoint\#chargeDuration | Number:Time | R | Charging duration | | loadpoint\#chargeRemainingDuration | Number:Time | R | Remaining duration until limit SoC is reached | | loadpoint\#chargeRemainingEnergy | Number:Energy | R | Remaining energy until limit SoC is reached | | loadpoint\#chargePower | Number:Power | R | Current power of charging | | loadpoint\#chargedEnergy | Number:Energy | R | Energy charged since plugged-in | | loadpoint\#charging | Switch | R | Loadpoint is currently charging | | loadpoint\#enabled | Switch | R | Charging enabled (mode is not "off") | | loadpoint\#maxCurrent | Number:ElectricCurrent | RW | Maximum amperage per connected phase with which the car should be charged | | loadpoint\#minCurrent | Number:ElectricCurrent | RW | Minimum amperage per connected phase with which the car should be charged | | loadpoint\#mode | String | RW | Charging mode: "off", "now", "minpv", "pv" | | loadpoint\#phases | Number | RW | The maximum number of phases which can be used | | loadpoint\#limitEnergy | Number:Energy | RW | Amount of energy to charge the vehicle with | | loadpoint\#title | String | R | Title of loadpoint | | loadpoint\#vehicleConnected | Switch | R | Whether vehicle is connected to loadpoint | | loadpoint\#vehicleConnectedDuration | Number:Time | R | Duration the vehicle is connected to loadpoint | | loadpoint\#vehicleOdometer | Number:Length | R | Total distance travelled by EV | | loadpoint\#vehiclePresent | Switch | R | Whether evcc is able to get data from vehicle | | loadpoint\#vehicleRange | Number:Length | R | Battery range for EV | | loadpoint\#vehicleName | String | R | The unique identifier of the EV used in the evcc configuration (containing no whitespaces nor special characters) | | loadpoint\#chargerFeatureHeating | Switch | R | 'True' for heating device: State of Charge in Degree instead of Percent | | loadpoint\#chargerFeatureIntegratedDevice | Switch | R | 'True' for integrated device: Operate without a "vehicle" (e.g. heat pump, eBike) | #### Loadpoint Channels Specific for Vehicles | Channel | Type | Read/Write | Description | |----------------------------------|----------------------|------------|-------------------------------------------------------------------------| | loadpoint\#limitSoC | Number:Dimensionless | RW | Until which state of charge (SoC) should the vehicle be charged | | loadpoint\#effectiveLimitSoC | Number:Dimensionless | R | Effective state of charge (SoC) until which the vehicle will be charged | | loadpoint\#vehicleSoC | Number:Dimensionless | R | Current State of Charge of EV | #### Loadpoint Channels Specific for Heating Devices | Channel | Type | Read/Write | Description | |------------------------------------------|--------------------|------------|----------------------------------------------------------------------| | loadpoint\#limitTemperature | Number:Temperature | RW | Until which Temperature should the heating device be charged | | loadpoint\#effectiveLimitTemperature | Number:Temperature | R | Effective Temperature until which the heating device will be charged | | loadpoint\#vehicleTemperature | Number:Temperature | R | Current Temperature of the heating device | ### Vehicle Channels Those channels exist: - 1 per configured loadpoint with `chargerFeatureHeating = false`: - These channels point to the heating device that is currently active/connected at/to the loadpoint - Please note that you have to replace _\_ with your loadpoint id/number - 1 per configured vehicle: - Please note that you have to replace _\_ with your vehicle id/name | Channel | Type | Read/Write | Description | |----------------------------------------------------|----------------------|------------|--------------------------------------------------------------------------| | [loadpoint\\|vehicle\#vehicleTitle | String | R | Title of vehicle | | [loadpoint\\|vehicle\#vehicleMinSoC | Number:Dimensionless | RW | Minimum state of charge (SoC) a vehicle should have | | [loadpoint\\|vehicle\#vehicleLimitSoC | Number:Dimensionless | RW | Until which state of charge (SoC) should the specific vehicle be charged | | [loadpoint\\|vehicle\#vehicleCapacity | Number:Energy | R | Capacity of EV battery | | [loadpoint\\|vehicle\#vehiclePlanEnabled | Switch | RW | Plan for charging enabled | | [loadpoint\\|vehicle\#vehiclePlanSoC | Number:Dimensionless | RW | Until which state of charge (SoC) should vehicle be charged in plan | | [loadpoint\\|vehicle\#vehiclePlanTime | DateTime | RW | When the plan SoC should be reached | ### Heating Channels Those channels exist: - 1 per configured loadpoint with `chargerFeatureHeating = true`: - These channels point to the heating device that is currently active/connected at/to the loadpoint - Please note that you have to replace _\_ with your loadpoint id/number - 1 per configured heating device: - Please note that you have to replace _\_ with your heating device id/name | Channel | Type | Read/Write | Description | |---------------------------------------------------------|--------------------|------------|-----------------------------------------------------------------------| | [loadpoint\\|heating\#heatingTitle | String | R | Title of heating device | | [loadpoint\\|heating\#heatingMinTemperature | Number:Temperature | RW | Minimum Temperature a heating device should have | | [loadpoint\\|heating\#heatingLimitTemperature | Number:Temperature | RW | Until which Temperature should the specific heating device be charged | | [loadpoint\\|heating\#heatingCapacity | Number:Energy | R | Capacity of heating device | | [loadpoint\\|heating\#heatingPlanEnabled | Switch | RW | Plan for charging enabled | | [loadpoint\\|heating\#heatingPlanTemperature | Number:Temperature | RW | Until which Temperature should heating device be charged in plan | | [loadpoint\\|heating\#heatingPlanTime | DateTime | RW | When the plan Temperature should be reached | ## Full Example ### Thing(s) ```java Thing evcc:device:demo "evcc Demo" [url="https://demo.evcc.io", refreshInterval=60] ``` ### Items ```java // General Number:Energy evcc_batteryCapacity "Battery Capacity [%.0f kWh]" {channel="evcc:device:demo:general#batteryCapacity"} Number:Power evcc_batteryPower "Battery Power [%.1f kW]" {channel="evcc:device:demo:general#batteryPower"} Number:Dimensionless evcc_batterySoC "Battery SoC [%d %%]" {channel="evcc:device:demo:general#batterySoC"} Switch evcc_batteryDischargeControl "Battery Discharge Control [%s]" {channel="evcc:device:demo:general#batteryDischargeControl"} String evcc_batteryMode "Battery Mode [%s]" {channel="evcc:device:demo:general#batteryMode"} Number:Dimensionless evcc_prioritySoC "Battery Priority SoC [%d %%]" {channel="evcc:device:demo:general#prioritySoC"} Number:Dimensionless evcc_bufferSoC "Battery Buffer SoC [%d %%]" {channel="evcc:device:demo:general#bufferSoC"} Number:Dimensionless evcc_bufferStartSoC "Battery Buffer Start SoC [%d %%]" {channel="evcc:device:demo:general#bufferStartSoC"} Number:Power evcc_residualPower "Grid Residual Power [%.1f kW]" {channel="evcc:device:demo:general#residualPower"} Number:Power evcc_gridPower "Grid Power [%.1f kW]" {channel="evcc:device:demo:general#gridPower"} Number:Power evcc_homePower "Home Power [%.1f kW]" {channel="evcc:device:demo:general#homePower"} Number:Power evcc_pvPower "PV Power [%.1f kW]" {channel="evcc:device:demo:general#pvPower"} String evcc_version "Version [%s]" {channel="evcc:device:demo:general#version"} String evcc_availableVersion "Available Version [%s]" {channel="evcc:device:demo:general#availableVersion"} // Loadpoint Number evcc_loadpoint0_activePhases "Active Phases [%d]" {channel="evcc:device:demo:loadpoint0#activePhases"} Number:ElectricCurrent evcc_loadpoint0_chargeCurrent "Charging current [%.0f A]" {channel="evcc:device:demo:loadpoint0#chargeCurrent"} Number:Time evcc_loadpoint0_chargeDuration "Charging duration [%1$tH:%1$tM]"