gitibeyonde / openevse-ocpp

[WIP] OCPP 1.5J Implementation for OpenEVSE
4 stars 2 forks source link

Issue #4: Adding change availability implementation #7

Closed gitibeyonde closed 5 years ago

gitibeyonde commented 5 years ago

Have added server-initiated ChangeAvailability request. I don't have an OpenEVSE to do testing now, so this is tested with the emulator.

Relevant changes are ocpp.py line 90 to 96 @kernelkraut

kernelkraut commented 5 years ago

Great! I'll be able to test with a physical unit tonight.

gitibeyonde commented 5 years ago

Changed the emulator to return hex number without 0x, this works ('Line=', u'$OK ff^00\r') with openevse.py without any change.

gitibeyonde commented 5 years ago

The issues mentioned in #4 are all addresses.