-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CableCheck: Adapt to IEC61851-23:2023 (Issue #649)
Signed-off-by: Cornelius Claussen <[email protected]>
- Loading branch information
1 parent
4f93cc3
commit 3b6870a
Showing
21 changed files
with
451 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
description: >- | ||
Errors for Isolation Monitor | ||
Note that actual isolation faults should just be reported as resistance values, | ||
EvseManager will interpret them according to the limits given in the norm and stop charging. | ||
This is only to report device errors to indicate valid isolation resistance measurements etc | ||
are no longer possible. | ||
errors: | ||
- name: DeviceFault | ||
description: The IMD device is not fully functional anymore and cannot be used to monitor the isolation resistance. | ||
- name: CommunicationFault | ||
description: >- | ||
The communication to the hardware or underlying driver is lost or has errors. | ||
- name: VendorError | ||
description: >- | ||
Vendor specific error code. Will stop charging session. | ||
- name: VendorWarning | ||
description: >- | ||
Vendor specific error code. Charging may continue. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
description: >- | ||
Errors for Powermeter | ||
errors: | ||
- name: CommunicationFault | ||
description: >- | ||
The communication to the hardware or underlying driver is lost or has errors. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
description: >- | ||
Errors for System | ||
errors: | ||
- name: CommunicationFault | ||
description: >- | ||
The communication to the hardware or underlying driver is lost or has errors. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,3 +75,5 @@ vars: | |
type: object | ||
$ref: /system#/LogStatus | ||
|
||
errors: | ||
- reference: /errors/system |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.