Add extracted tools: CitrineOS, OpenOCPP, ShapeShifter
- CitrineOS core extracted (CSMS OCPP 2.0.1) - OpenOCPP extracted (firmware OCPP 1.6J/2.0.1) - ShapeShifter library installed (pip install -e) - ShapeShifter specification extracted - EVerest extracted TODO updated with progress
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
description: SIL Implementation of an Isolation Monitoring Device (IMD) for DC charging
|
||||
provides:
|
||||
main:
|
||||
interface: isolation_monitor
|
||||
description: Main interface for the IMD
|
||||
config:
|
||||
resistance_F_Ohm:
|
||||
description: Resistance to return for the simulated measurements in Ohm
|
||||
type: number
|
||||
default: 900000
|
||||
interval:
|
||||
description: Measurement update interval in milliseconds
|
||||
type: integer
|
||||
default: 1000
|
||||
selftest_success:
|
||||
description: Set to true for successful self testing, false for fault
|
||||
type: boolean
|
||||
default: true
|
||||
enable_external_mqtt: true
|
||||
metadata:
|
||||
license: https://opensource.org/licenses/Apache-2.0
|
||||
authors:
|
||||
- Fabian Hartung (chargebyte GmbH)
|
||||
- Cornelius Claussen (Pionix GmbH)
|
||||
Reference in New Issue
Block a user