Files
Eric F d398a6ced2 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
2026-06-08 00:38:27 -04:00

25 lines
795 B
YAML

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)