-
Notifications
You must be signed in to change notification settings - Fork 82
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
Add EVSE Charging Concepts #529
Conversation
Hi @gtfierro , Thank you for sharing the PR #529 and the example model for the Electric Vehicle Charging Hub. Overall, it looks good, and I appreciate the effort you put into it. I have just a few comments and suggestions:
Please address these points in the PR, and once you've made the updates, I'll take another look to ensure everything aligns with the project's requirements. Thank you again for your contribution and dedication to improving the project. Looking forward to seeing the revised version. Best regards, |
Hi @WesVerhagen . I've pushed the updates you requested. I've also added a rule that defaults a charging station to 'unidirectional' charging unless specified otherwise. One question -- does directionality exist on the charging station, on the hub, or on the port? |
Hi @gtfierro Thank you for pushing the updates and implementing the changes I requested. I appreciate your prompt action. The addition of the rule to default a charging station to 'unidirectional' charging unless specified otherwise is a valuable improvement. It will make the model more user-friendly and reduce the need for redundant data entry. Regarding your question about directionality, it typically exists at the level of the charging port rather than the charging station or hub. The reason for this is that different ports on the same charging station or hub might support different charging capabilities. Some ports could be unidirectional, supporting charging only, while others could be bi-directional, enabling the vehicle's battery to discharge back into the grid. By defining the directionality property at the port level, you allow for more granular control over the charging capabilities of individual ports on a single charging station or hub. This flexibility is essential, especially as EV charging technology continues to evolve and new standards are introduced. Once again, thank you for your contributions and efforts in refining the model. Your dedication to the project is commendable! Best regards, |
@WesVerhagen so sorry it has taken me this long to get back to the issue, but I have added in some inference rules that push the charging station's port directionality "down" to the ports if it is not specified on a port-by-port basis. It also adds unidirectional charging to the station by default (if the ports are not more specific) |
TODO: add documentation on how the EVSE model works and what inferences are supported |
Addresses #517, but needs some additional work. @WesVerhagen let me know what you think! Most of the changes are in
equipment.py
andentity_properties.py
-- just look for "Electric Vehicle"Here's an example of the model (checked in under
examples/evse
)