Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How the VEN could take the role of the VTN ? #29

Open
Ramboutan opened this issue Jan 17, 2015 · 1 comment
Open

How the VEN could take the role of the VTN ? #29

Ramboutan opened this issue Jan 17, 2015 · 1 comment

Comments

@Ramboutan
Copy link

Hi,
I studied your code and I did not understand how the VEN (like your ven-python) could take the role of VTN in a communication like this :
VTN <------> VEN/VTN <------> VEN
How the VEN will pass the information to the VTN ? Can you help me on this point ?

Thanks for your answer.

@baconmania
Copy link

The OpenADR protocol doesn't define any specifics on how the interaction should occur in the VEN+VTN use case. It's specific to your deployment.

One way you could implement this functionality is to have your VEN insert OpenADR Event objects directly into your VTN's database. Or your VTN could expose a REST API which your VEN hits and pass information that way.

oadr2-ven-python and odr2-vtn-new are not necessarily set up to enable this kind of communication right now, but pull requests are welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants