OpenLEADR / openleadr-python

Python library for OpenADR 2.0b
https://openleadr.org/docs
Apache License 2.0
135 stars 55 forks source link

Allow VENs to initiate re-registration #139

Open juantxorena opened 2 years ago

juantxorena commented 2 years ago

The specs say that the VENs should be able to initiate a re-registration. For that, the VEN has to send a oadrCreatePartyRegistration message with the known registrationID. The current implementation doesn't allow this, the oadrCreatePartyRegistration.xml should add the registrationID and the client code should be fixed.

If needed, I can do a pull request with this and some other fixes related to registration.

stan-janssen commented 2 years ago

Yes, please create a pull request if you can. Thanks.

axmsoftware commented 3 months ago

@juantxorena would you consider submitting the pull request as suggested?