You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[loadpoint\<N\>\|vehicle\<ID\]>#vehicleTitle | String | R | Title of vehicle |
118
+
|[loadpoint\<N\>\|vehicle\<ID\]>#vehicleMinSoC | Number:Dimensionless| RW | Minimum state of charge (SoC) a vehicle should have |
119
+
|[loadpoint\<N\>\|vehicle\<ID\]>#vehicleLimitSoC | Number:Dimensionless| RW | Until which state of charge (SoC) should the specific vehicle be charged |
120
+
|[loadpoint\<N\>\|vehicle\<ID\]>#vehicleCapacity | Number:Energy| R | Capacity of EV battery |
121
+
|[loadpoint\<N\>\|vehicle\<ID\]>#vehiclePlanEnabled | Switch | RW | Plan for charging enabled |
122
+
|[loadpoint\<N\>\|vehicle\<ID\]>#vehiclePlanSoC | Number:Dimensionless| RW | Until which state of charge (SoC) should vehicle be charged in plan |
123
+
|[loadpoint\<N\>\|vehicle\<ID\]>#vehiclePlanTime | DateTime | RW | When the plan SoC should be reached |
119
124
120
125
### Heating Channels
121
126
122
-
Those channels exist per configured heating device.
123
-
Please note that you have to replace _\<ID\>_ with your heating device id/name.
127
+
Those channels exist:
128
+
129
+
* 1 per configured loadpoint with `chargerFeatureHeating = true`:
130
+
* These channels point to the heating device that is currently active/connected at/to the loadpoint
131
+
* Please note that you have to replace _\<N\>_ with your loadpoint id/number
132
+
* 1 per configured heating device:
133
+
* Please note that you have to replace _\<ID\>_ with your heating device id/name
|[loadpoint\<N\>\|heating\<ID\]>#heatingTitle | String | R | Title of heating device |
138
+
|[loadpoint\<N\>\|heating\<ID\]>#heatingMinTemperature | Number:Temperature| RW | Minimum Temperature a heating device should have |
139
+
|[loadpoint\<N\>\|heating\<ID\]>#heatingLimitTemperature | Number:Temperature| RW | Until which Temperature should the specific heating device be charged |
140
+
|[loadpoint\<N\>\|heating\<ID\]>#heatingCapacity | Number:Energy| R | Capacity of heating device |
141
+
|[loadpoint\<N\>\|heating\<ID\]>#heatingPlanEnabled | Switch | RW | Plan for charging enabled |
142
+
|[loadpoint\<N\>\|heating\<ID\]>#heatingPlanTemperature | Number:Temperature| RW | Until which Temperature should heating device be charged in plan |
143
+
|[loadpoint\<N\>\|heating\<ID\]>#heatingPlanTime | DateTime | RW | When the plan Temperature should be reached |
Switch evcc_vehicle0_vehiclePlanEnabled "Vehicle plan enabled [%s]"<switch> {channel="evcc:device:demo:vehicle0#vehiclePlanEnabled"}
197
-
Number:Dimensionless evcc_vehicle0_vehiclePlanSoC "Vehicle plan SoC [%d %%]"<batterylevel> {channel="evcc:device:demo:vehicle0#vehiclePlanSoC"}
198
-
DateTime evcc_vehicle0_vehiclePlanTime "Vehicle plan time [%1$td.%1$tm.%1$tY, %1$tH:%1$tM]"<time> {channel="evcc:device:demo:vehicle0#vehiclePlanTime"}
202
+
// Vehicle on loadpoint
203
+
String evcc_loadpoint0current_vehicleTitle "Vehicle title [%s]"<text> {channel="evcc:device:demo:loadpoint0current#vehicleTitle"}
Switch evcc_loadpoint0current_vehiclePlanEnabled "Vehicle plan enabled [%s]"<switch> {channel="evcc:device:demo:loadpoint0current#vehiclePlanEnabled"}
208
+
Number:Dimensionless evcc_loadpoint0current_vehiclePlanSoC "Vehicle plan SoC [%d %%]"<batterylevel> {channel="evcc:device:demo:loadpoint0current#vehiclePlanSoC"}
209
+
DateTime evcc_loadpoint0current_vehiclePlanTime "Vehicle plan time [%1$td.%1$tm.%1$tY, %1$tH:%1$tM]"<time> {channel="evcc:device:demo:loadpoint0current#vehiclePlanTime"}
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.evcc/src/main/java/org/openhab/binding/evcc/internal/EvccBindingConstants.java
+7-3
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ public class EvccBindingConstants {
0 commit comments