ocpp
ocpp copied to clipboard
Python implementation of the Open Charge Point Protocol (OCPP).
For every message `ocpp.ChargePoint` receives `ocpp.messages.unpack()` is called. See https://github.com/mobilityhouse/ocpp/blob/master/ocpp/charge_point.py#L135-L140 If unpacking fails `ChargePoint.start()` crashes with the exception thrown in `unpack()`. Depending on how `ChargePoint` is used the connection to...
Hey, I think it would be interesting to have a way that people can contact us to disclose vulnerbilities that they may have found on `mobilityhouse/ocpp` repository. Github offers this...
First Thanks for the great work, I have some problem when I use this system with my real charger, It's works great when I connect to the charger, I can...
Enhancement issue based on original discussion topic: https://github.com/mobilityhouse/ocpp/discussions/165. Main motivation for this is to: - Allow ocpp library usage without tight decoupling with websocket - Introduce ASGI compliant interface for...
Pleae add constants for configuration key names and measurands. i.e: heartbeat_interval = "HeartbeatInterval" current_import = "Current.Import" This prevents errors due to typing mistakes in the strings.
In JSON format_checker=FormatChecker() should be explicitly passed so the format of the field is checked as it is None by default. class jsonschema.Draft4Validator(schema, types=(), resolver=None, format_checker=None) For more info: https://python-jsonschema.readthedocs.io/en/stable/validate/
Maybe not the right place to ask, but I try anyways. If not, feel free to close the report and all is fine ^^ I have a EVBOX Elvi charging...
Hi guys, As the title says I implemented an ocpp client taking as support all the comments and resolved issues on this channel and it performs fine, thank you very...
In scneario "K16 - Optimized charging with scheduling to the CSMS" it is necessarry to send two consecutive messages from central system. When getting NotifyEVChargingNeedsRequest, CSMS has to send NotifyEVChargingNeedsResponse...
I want to change the default meter values been send from the charger so it will send me also the temperture and not just the default this is what I'm...