2019-08-19 12:29:26 +00:00
# Describes the format for available services for KEBA charging staitons
request_data :
2021-05-14 18:34:59 +00:00
name : Request data
2019-08-19 12:29:26 +00:00
description : >
Request new data from the charging station.
authorize :
2021-05-14 18:34:59 +00:00
name : Authorize
2019-08-19 12:29:26 +00:00
description : >
Authorizes a charging process with the predefined RFID tag of the configuration file.
deauthorize :
2021-05-14 18:34:59 +00:00
name : Deauthorize
2019-08-19 12:29:26 +00:00
description : >
Deauthorizes the running charging process with the predefined RFID tag of the configuration file.
set_energy :
2021-05-14 18:34:59 +00:00
name : Set energy
2019-08-19 12:29:26 +00:00
description : Sets the energy target after which the charging process stops.
fields :
energy :
2021-05-14 18:34:59 +00:00
name : Energy
2019-08-19 12:29:26 +00:00
description : >
2021-05-25 12:45:17 +00:00
The energy target to stop charging. Setting 0 disables the limit.
2021-05-14 18:34:59 +00:00
selector :
number :
min : 0
max : 100
step : 0.1
2021-05-25 12:45:17 +00:00
unit_of_measurement : "kWh"
2019-08-19 12:29:26 +00:00
set_current :
2021-05-14 18:34:59 +00:00
name : Set current
2019-08-19 12:29:26 +00:00
description : Sets the maximum current for charging processes.
fields :
current :
2021-05-14 18:34:59 +00:00
name : Current
2019-08-19 12:29:26 +00:00
description : >
2021-05-25 12:45:17 +00:00
The maximum current used for the charging process.
The value is depending on the DIP-switch settings and the used cable of the
charging station.
default : 6
2021-05-14 18:34:59 +00:00
selector :
number :
2021-05-25 12:45:17 +00:00
min : 6
max : 63
2021-05-14 18:34:59 +00:00
step : 0.1
2021-05-25 12:45:17 +00:00
unit_of_measurement : "A"
2021-05-14 18:34:59 +00:00
2019-08-19 12:29:26 +00:00
enable :
2021-05-14 18:34:59 +00:00
name : Enable
2019-08-19 12:29:26 +00:00
description : >
Starts a charging process if charging station is authorized.
disable :
2021-05-14 18:34:59 +00:00
name : Disable
2019-08-19 12:29:26 +00:00
description : >
Stops the charging process if charging station is authorized.
set_failsafe :
2021-05-14 18:34:59 +00:00
name : Set failsafe
2019-08-19 12:29:26 +00:00
description : >
Set the failsafe mode of the charging station. If all parameters are 0, the failsafe mode will be disabled.
fields :
failsafe_timeout :
2021-05-14 18:34:59 +00:00
name : Failsafe timeout
2019-08-19 12:29:26 +00:00
description : >
2021-05-14 18:34:59 +00:00
Timeout after which the failsafe mode is triggered, if set_current was not executed during this time.
default : 30
selector :
number :
min : 1
max : 3600
unit_of_measurement : seconds
2019-08-19 12:29:26 +00:00
failsafe_fallback :
2021-05-14 18:34:59 +00:00
name : Failsafe fallback
2019-08-19 12:29:26 +00:00
description : >
2021-05-25 12:45:17 +00:00
Fallback current to be set after timeout.
2021-05-14 18:34:59 +00:00
default : 6
selector :
number :
2021-05-25 12:45:17 +00:00
min : 6
max : 63
2021-05-14 18:34:59 +00:00
step : 0.1
2021-05-25 12:45:17 +00:00
unit_of_measurement : "A"
2019-08-19 12:29:26 +00:00
failsafe_persist :
2021-05-14 18:34:59 +00:00
name : Failsafe persist
2019-08-19 12:29:26 +00:00
description : >
If failsafe_persist is 0, the failsafe option is only until charging station reboot. If failsafe_persist is 1, the failsafe option will survive a reboot.
2021-05-14 18:34:59 +00:00
default : 0
selector :
number :
min : 0
max : 1