Skip to content

Commit

Permalink
add separate pp_ampacity var
Browse files Browse the repository at this point in the history
Signed-off-by: Cornelius Claussen <[email protected]>
  • Loading branch information
corneliusclaussen committed Oct 20, 2023
1 parent 9bfee57 commit c6b55b5
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion interfaces/evse_board_support.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ cmds:
ac_read_pp_ampacity:
description: >-
Read the current carrying capacity of the connected cable in ampere for AC charging
with a socket.
with a socket. This function will be used by EvseManager to get the PP value at
a distinct time. You should also publish the var pp_ampacity whenever the PP ampacity reading changes
to signal changes e.g. during the charging time.
This has no meaning for DC or AC charging with a fixed attached cable, it does not
need to be implemented and the returned value is not used in those cases.
result:
Expand Down Expand Up @@ -116,3 +118,11 @@ vars:
description: Hardware capabilities/limits. This can be published during runtime whenever it changes to e.g. lower the limits when the hardware overheats.
type: object
$ref: /evse_board_support#/HardwareCapabilities
pp_ampacity:
description: >-
Current carrying capacity of the connected cable in ampere for AC charging
with a socket. Publish whenever it changes.
This has no meaning for DC or AC charging with a fixed attached cable, it does not
need to be implemented and the returned value is not used in those cases.
type: object
$ref: /evse_board_support#/HardwareCapabilities

0 comments on commit c6b55b5

Please sign in to comment.