IMDSimulator

SIL Implementation of an Isolation Monitoring Device (IMD) for DC charging

Handwritten Documentation

External MQTT Control

The IMDSimulator module supports setting the simulated isolation resistance via MQTT. To set the resistance, publish an integer value (in Ohms) to the following topic:

everest_api/<module_id>/cmd/set_resistance

Auto-Generated Reference

Provides

Main interface for the IMD
config:
resistance_F_Ohm: number <optional>
default: 900000
Resistance to return for the simulated measurements in Ohm
interval: integer <optional>
default: 1000
Measurement update interval in milliseconds
selftest_success: boolean <optional>
default: True
Set to true for successful self testing, false for fault

Metadata

Authors

Fabian Hartung (chargebyte GmbH)
Cornelius Claussen (Pionix GmbH)

License