OpenLEADR / openleadr-python

Python library for OpenADR
https://openleadr.org/docs
Apache License 2.0
133 stars 51 forks source link

Editing/Modify an event #166

Open HaolongEdward opened 7 months ago

HaolongEdward commented 7 months ago

Hi there,

From what I understand so far. VEN polls VTN to get events and now the only editing that can happen to an event is to cancel it.

I am wondering, if is it possible to modify an ongoing event instead of cancel and create a new one. Since the approval happens on the client side and may be a manual process.

Thank you in advance.

soupwizard commented 7 months ago

I've done OpenADR integration with a major utility in the US for a VPP project, and they required our VEN to support changes after create event, both modify event and cancel event - and both prior to event starting and while event was happening. During integration testing we had test cases for all combinations of those.

Jeff Davis

On Tue, Mar 5, 2024 at 1:50 PM HaolongEdward @.***> wrote:

Hi there,

From what I understand so far. VEN polls VTN to get events and now the only editing that can happen to an event is to cancel it.

I am wondering, if is it possible to modify an ongoing event instead of cancel and create a new one. Since the approval happens on the client side and may be a manual process.

Thank you in advance.

— Reply to this email directly, view it on GitHub https://github.com/OpenLEADR/openleadr-python/issues/166, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAC232BUOAMMBZ655HG2GCLYWY42DAVCNFSM6AAAAABEH5KP2GVHI2DSMVQWIX3LMV43ASLTON2WKOZSGE3TAMRQGE3TQMQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

HaolongEdward commented 7 months ago

@soupwizard , Hi Jeff,

Thank you for your response. Can you please provide me with a link or direct me to the document for these features supported by this library? Or examples about how to implement them are also great.

Again, your help is much appreciated.

bbartling commented 4 months ago

@HaolongEdward, can you help me with https://github.com/OpenLEADR/openleadr-python/issues/169?