Add extracted tools: CitrineOS, OpenOCPP, ShapeShifter
- CitrineOS core extracted (CSMS OCPP 2.0.1) - OpenOCPP extracted (firmware OCPP 1.6J/2.0.1) - ShapeShifter library installed (pip install -e) - ShapeShifter specification extracted - EVerest extracted TODO updated with progress
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
###############
|
||||
Code of Conduct
|
||||
###############
|
||||
|
||||
All participants agree to abide by the
|
||||
`Code of Conduct <https://lfprojects.org/policies/code-of-conduct/>`_.
|
||||
Please contact `conduct@lfenergy.org <mailto:conduct@lfenergy.org>`_ to report any
|
||||
violations or concerns.
|
||||
165
tools/EVerest-main/docs/source/project/governance/governance.rst
Normal file
165
tools/EVerest-main/docs/source/project/governance/governance.rst
Normal file
@@ -0,0 +1,165 @@
|
||||
#################################
|
||||
EVerest project governance policy
|
||||
#################################
|
||||
|
||||
Overview
|
||||
========
|
||||
|
||||
This project aims to be governed in a transparent, accessible way for the
|
||||
benefit of the community. All participation in this project is open and not
|
||||
bound to corporate affiliation. Participants are bound to the project's
|
||||
:doc:`Code of Conduct </project/governance/code-of-conduct>`.
|
||||
|
||||
Technical Charter can be found at
|
||||
https://github.com/lf-energy/foundation/blob/main/project_charters/everest_charter.pdf.
|
||||
|
||||
Project roles
|
||||
=============
|
||||
|
||||
Contributor
|
||||
-----------
|
||||
|
||||
The contributor role is the starting role for anyone participating in the
|
||||
project and wishing to contribute code or documentation.
|
||||
|
||||
Process for becoming a contributor
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
- Review the :doc:`Contribution Guidelines </project/contributing>` to ensure your contribution is inline
|
||||
with the project's coding and styling guidelines.
|
||||
- Submit your code as a PR with the appropriate DCO sign-off.
|
||||
- Have your submission approved by maintainers and merged into the codebase.
|
||||
|
||||
Committer
|
||||
---------
|
||||
|
||||
Committers have write access to EVerest repositories and can merge pull requests once approved.
|
||||
They participate in project discussions and help with code review, but are not
|
||||
required to be code owners of specific areas.
|
||||
|
||||
Process for becoming a committer
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
- Show your experience with the codebase through contributions and engagement
|
||||
on the community channels.
|
||||
- Request to become a committer by contacting the TSC or an existing committer
|
||||
in working group meetings or channels.
|
||||
- If approved, you will be granted write access to the EVerest repositories.
|
||||
|
||||
Committer responsibilities
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
- Monitor communication channels.
|
||||
- Triage GitHub issues and review pull requests.
|
||||
- Help move PRs forward or close stale ones.
|
||||
- Participate in community discussions and working groups.
|
||||
- Mentor contributors and help them through the contribution process.
|
||||
|
||||
When does a committer lose committer status
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
If a committer is no longer interested or cannot perform the committer duties,
|
||||
they should volunteer to be moved to emeritus status. In extreme cases this can
|
||||
also occur by a vote of the TSC.
|
||||
|
||||
Maintainer
|
||||
----------
|
||||
|
||||
Maintainers are committers with specific code ownership responsibilities. They
|
||||
are listed in the ``.github/CODEOWNERS`` file and are automatically requested
|
||||
as reviewers for changes in their areas.
|
||||
|
||||
Process for becoming a maintainer
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
- Already be a committer with demonstrated expertise in a specific area.
|
||||
- Show deep understanding of the codebase in your area through contributions
|
||||
and reviews.
|
||||
- Request maintainer status for a specific area or be nominated by existing
|
||||
maintainers.
|
||||
- TSC approves the maintainer assignment.
|
||||
- Added to the ``.github/CODEOWNERS`` file for your area.
|
||||
|
||||
Maintainer responsibilities
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
In addition to committer responsibilities:
|
||||
|
||||
- Review and approve pull requests in their code ownership areas.
|
||||
- Ensure code quality and architectural consistency in their areas.
|
||||
- Make decisions on technical direction for their components.
|
||||
- Participate in backport decisions for their areas.
|
||||
- Respond to questions and issues related to their areas.
|
||||
|
||||
Technical Steering Committee (TSC)
|
||||
----------------------------------
|
||||
|
||||
The Technical Steering Committee (TSC) is responsible for the overall project
|
||||
health and direction, coordination of activities, and working with other
|
||||
projects and committees as needed for the continued growth of the project.
|
||||
|
||||
TSC Members
|
||||
~~~~~~~~~~~
|
||||
|
||||
TSC Members have formal voting rights on TSC decisions. They can be elected by existing
|
||||
voting members. A simple majority of existing voting members is required for approval.
|
||||
|
||||
You can find the current TSC members as part of the :ref:`TSC documentation <governance_tsc>`.
|
||||
|
||||
TSC responsibilities
|
||||
~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
- Set overall technical direction and roadmap
|
||||
- Resolve technical disputes
|
||||
- Approve new committers and maintainers
|
||||
- Define and update governance policies
|
||||
- Coordinate releases and major initiatives
|
||||
- Represent EVerest in the broader community
|
||||
- Make decisions on project structure and processes
|
||||
|
||||
Voting process
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
Decisions require a simple majority vote of TSC members. Each TSC member receives one vote.
|
||||
Voting can occur during TSC meetings or asynchronously via the TSC mailing list.
|
||||
Voting delegation in case of absence can be requested via email to the TSC mailing list.
|
||||
|
||||
When does a voting member lose voting status
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
If a voting member is no longer interested or cannot perform their TSC duties,
|
||||
they should volunteer to step down to non-voting member or emeritus status.
|
||||
In extreme cases, a voting member can be removed by a vote of the other voting
|
||||
members per the voting process above.
|
||||
|
||||
TSC meetings and participation
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
TSC meetings are open to the community. See the
|
||||
:ref:`TSC Documentation <governance_tsc>`
|
||||
for meeting minutes and how to participate.
|
||||
|
||||
Release Process
|
||||
===============
|
||||
|
||||
Project releases occur on a scheduled basis as agreed to by the TSC.
|
||||
See :ref:`Release and Versioning <project-release-and-versioning>` for details.
|
||||
|
||||
Conflict resolution
|
||||
===================
|
||||
|
||||
In general, we prefer that technical issues and membership decisions are amicably
|
||||
worked out between the persons involved. If a dispute cannot be decided independently,
|
||||
the issue can be escalated to the TSC.
|
||||
|
||||
Communication
|
||||
=============
|
||||
|
||||
This project, just like all of open source, is a global community. In addition to the
|
||||
:doc:`Code of Conduct </project/governance/code-of-conduct>`, this project will:
|
||||
|
||||
- Keep all communication on open channels (mailing list, forums, chat).
|
||||
- Be respectful of time and language differences between community members (such as scheduling meetings, email/issue responsiveness, etc.).
|
||||
- Ensure tools are able to be used by community members regardless of their region.
|
||||
|
||||
If you have concerns about communication challenges for this project, please contact the TSC.
|
||||
@@ -0,0 +1,26 @@
|
||||
.. _project-security-policy:
|
||||
|
||||
###############
|
||||
Security Policy
|
||||
###############
|
||||
|
||||
Supported Versions
|
||||
==================
|
||||
|
||||
Since the beginning of 2026 we are releasing versions of EVerest with a cadence of six months.
|
||||
The specifics of this release process are outlined in the :ref:`Release Documentation <project-release-and-versioning>`.
|
||||
|
||||
Reporting a Vulnerability
|
||||
=========================
|
||||
|
||||
If you found a vulnerability, we are super keen and grateful to get the details. Please use this private mailing list to let us know:
|
||||
everest-security@lists.lfenergy.org
|
||||
|
||||
Please DON'T use the publicly visible issue reporting functionality from GitHub!
|
||||
Alternatively you can use the "Report a vulnerability" feature on Github
|
||||
which should be enabled in all repositories.
|
||||
For example for EVerest you can find this here: https://github.com/EVerest/EVerest/security
|
||||
|
||||
We try to monitor this list and respond every working day, but in initial respond time should not go beyond 7 days.
|
||||
Please provide us with your estimation of the severity of your finding. Every other information on how to exploit it as well as everything
|
||||
else you could provide is helpful.
|
||||
@@ -0,0 +1,50 @@
|
||||
.. _governance_tsc:
|
||||
|
||||
Technical Steering Committee (TSC)
|
||||
==================================
|
||||
|
||||
The Technical Steering Committee (TSC) is the governing body of the EVerest Project. It is responsible for the overall
|
||||
project health and direction, coordination of activities, and working with other projects and committees as needed for
|
||||
the continued growth of the project.
|
||||
|
||||
TSC Meetings
|
||||
------------
|
||||
|
||||
TSC meetings are held regularly, typically on a monthly basis. The meetings are open to the community and provide an opportunity
|
||||
for TSC members to discuss project-related matters, make decisions, and coordinate activities.
|
||||
|
||||
For joining us in the TSC meetings, find the links in the official
|
||||
`EVerest event calendar <https://zoom-lfx.platform.linuxfoundation.org/meetings/everest?view=week>`_.
|
||||
|
||||
Find the recordings of the TSC meetings here on YouTube: https://www.youtube.com/@lfe_everest
|
||||
|
||||
Find the minutes of the TSC meetings :doc:`here <meetings/index>`.
|
||||
|
||||
TSC Leadership Roles
|
||||
--------------------
|
||||
|
||||
To effectively manage the evolving scope of the EVerest project, the technical leadership and organizational responsibilities of the TSC are split into distinct roles:
|
||||
|
||||
* **TSC Chair:** Responsible for project governance, organizing TSC meetings, setting agendas, facilitating community collaboration, and acting as the primary liaison for the Linux Foundation Energy (LFE).
|
||||
* **Chief Architect:** Responsible for guiding the overall technical vision, software architecture, and core design decisions across the EVerest framework.
|
||||
|
||||
*(Note: Additional organizational roles may be introduced in the future as the project grows.)*
|
||||
|
||||
Committee Members
|
||||
-----------------
|
||||
|
||||
- (Chair) Marco Möller [Pionix] (`@caller <https://github.com/caller>`_)
|
||||
- Cornelius Claussen [Pionix] (`@corneliusclaussen <https://github.com/corneliusclaussen>`_)
|
||||
- Kai-Uwe Hermann [Pionix] (`@hikinggrass <https://github.com/hikinggrass>`_)
|
||||
- (Chief Architect) Piet Gömpel [Pionix] (`@Pietfried <https://github.com/Pietfried>`_)
|
||||
- Moritz Barsnick [Chargebyte] (`@barsnick <https://github.com/barsnick>`_)
|
||||
- Holger Rapp [qwello] (`@SirVer <https://github.com/SirVer>`_)
|
||||
- K. Shankari [Joint office of Energy and Transportation] (`@shankari <https://github.com/shankari>`_)
|
||||
|
||||
**Last updated: 2026-03-27**
|
||||
|
||||
.. toctree::
|
||||
:hidden:
|
||||
:maxdepth: 1
|
||||
|
||||
meetings/index
|
||||
@@ -0,0 +1,61 @@
|
||||
EVerest TSC Meeting - [30th Nov 2021]
|
||||
=====================================
|
||||
|
||||
|
||||
Attendance
|
||||
----------
|
||||
|
||||
|
||||
Voting Members
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [ ] Marco Möller
|
||||
- [ ] Cornelius Claussen
|
||||
|
||||
|
||||
Other Attendees
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
- John Mertic
|
||||
|
||||
|
||||
Agenda
|
||||
------
|
||||
|
||||
- Welcome/Introductions
|
||||
- Discuss the role of the TSC
|
||||
- Elect TSC Chairperson
|
||||
- Review `project intake progress <../README.md#project-intake-checklist>`_
|
||||
- Approved `Charter <https://github.com/EVerest/everest/blob/main/tsc/CHARTER.md>`_
|
||||
- Determine TSC meeting cadence and schedule future meetings
|
||||
|
||||
|
||||
Action Items
|
||||
------------
|
||||
|
||||
|
||||
Notes
|
||||
-----
|
||||
|
||||
|
||||
- Elect TSC Chairperson ==> Marco Möller got elected
|
||||
- Approved `Charter <https://github.com/EVerest/everest/blob/main/tsc/CHARTER.md>`_
|
||||
- next TSC on 26th of Jan 2022 - 1700-1800 CET, then monthly via Google Meet, invite is in the list.
|
||||
- UPDATE: changed to 27th of Jan 2022 - 1700-1800 CET!!!!
|
||||
- Code scan completed ==> on TODO list from John
|
||||
- 14th Dez, we will do a TAC presentation about that we achived Incubation stage - 5 minutes plus questions
|
||||
- TODO: short dec, outline acceptance criteria of incubation stage and that all of it is done, where are we, and what happens next
|
||||
- Badge done: https://bestpractices.coreinfrastructure.org/en/projects/5386#quality
|
||||
- open: how to transfer everest project over to LFE ?
|
||||
- https://jira.linuxfoundation.org/plugins/servlet/theme/portal/2/create/63
|
||||
- open: how to transfer everest trademark (in Germany) over to LFE ?
|
||||
- TODO John, lets find out how to do this
|
||||
- delayed
|
||||
- [ ] Add project to `LFX Insights <https://insights.lfx.linuxfoundation.org/>`_ ( create [service desk request] to trigger )
|
||||
- [ ] Add project to `LFX Security <https://security.lfx.linuxfoundation.org/>`_ ( create [service desk request] to trigger )
|
||||
- [ ] Domain name ( create [service desk request] to create/transfer )
|
||||
- [ ] Transfer Social media accounts ( create [service desk request] to setup/transfer - if needed )
|
||||
- Logo will be transfered soon
|
||||
- [ ] Project added to LF Energy properties
|
||||
- [ ] Website ( https://lfenergy.org/projects )
|
||||
- [ ] LF Energy landscape ( https://l.lfenergy.org )
|
||||
@@ -0,0 +1,47 @@
|
||||
EVerest TSC Meeting - [27th Jan 2022]
|
||||
=====================================
|
||||
|
||||
|
||||
Attendance
|
||||
----------
|
||||
|
||||
|
||||
Voting Members
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [x] Marco Möller
|
||||
- [x] Cornelius Claussen
|
||||
|
||||
|
||||
Other Attendees
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
- Benjamin Mosler / Pionix
|
||||
- Tim Valbert / Pionix
|
||||
- Julian Rädel / Pionix
|
||||
- Kai Herrmann / Pionix
|
||||
- Gabe Hege / volta.foundation
|
||||
- Gerardo Marin / Mexico
|
||||
|
||||
|
||||
Agenda
|
||||
------
|
||||
|
||||
- Welcome / Introductions
|
||||
- Presentation of Project Scope + Roadmap + Current Status
|
||||
- Presentation of Pionix Development Kit and how to port EVerest to custom hardware
|
||||
- open discussion to onboard new members and answer questions
|
||||
|
||||
|
||||
Action Items
|
||||
------------
|
||||
- sent recording our to Gabe (Marco)
|
||||
|
||||
|
||||
Recording:
|
||||
----------
|
||||
- https://youtu.be/pLwfN55d-gc
|
||||
|
||||
|
||||
Notes
|
||||
-----
|
||||
@@ -0,0 +1,54 @@
|
||||
EVerest TSC Meeting - [24th Feb 2022]
|
||||
=====================================
|
||||
|
||||
|
||||
Attendance
|
||||
----------
|
||||
|
||||
|
||||
Voting Members
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [x] Marco Möller
|
||||
- [x] Cornelius Claussen
|
||||
|
||||
|
||||
Other Attendees
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
- Anton Wöllert / Pionix
|
||||
- Benjamin Mosler / Pionix
|
||||
- Kai Herrmann / Pionix
|
||||
- Tim Valbert / Pionix
|
||||
- Julian Rädel / Pionix
|
||||
- Achim Friedland
|
||||
- Jesse
|
||||
- Miha Smolnikar
|
||||
- Nima Pouya
|
||||
- Simon Troup
|
||||
- Volker Fricke
|
||||
|
||||
|
||||
Agenda
|
||||
------
|
||||
|
||||
- Welcome / Introductions
|
||||
- What is EVerest
|
||||
- Whats New to Everest since last TSC
|
||||
- Wahts next to EVerest / Roadmap
|
||||
- open discussion to onboard new members and answer questions
|
||||
|
||||
|
||||
Action Items
|
||||
------------
|
||||
- Send out recording and slides to everest mailing list
|
||||
|
||||
|
||||
Recording:
|
||||
----------
|
||||
- https://youtu.be/70MGTEU7IoU
|
||||
|
||||
|
||||
Notes
|
||||
-----
|
||||
- Smart meter Gateway is something we Miha Smolnikar is interested. Jesse pointed out their might be some useful code within Grid eXchange Fabric
|
||||
@@ -0,0 +1,43 @@
|
||||
EVerest TSC Meeting - [24th March 2022]
|
||||
=======================================
|
||||
|
||||
|
||||
Attendance
|
||||
----------
|
||||
|
||||
|
||||
Voting Members
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [x] Marco Möller
|
||||
- [x] Cornelius Claussen
|
||||
|
||||
|
||||
Other Attendees
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
- ...
|
||||
|
||||
|
||||
Agenda
|
||||
------
|
||||
|
||||
- Welcome / Introductions
|
||||
- What is EVerest
|
||||
- Whats New to Everest since last TSC
|
||||
- Wahts next to EVerest / Roadmap
|
||||
- open discussion to onboard new members and answer questions
|
||||
|
||||
|
||||
Action Items
|
||||
------------
|
||||
- Send out recording and slides to everest mailing list
|
||||
|
||||
|
||||
Recording:
|
||||
----------
|
||||
- https://youtu.be/4aILJ5kzHXA
|
||||
|
||||
|
||||
Notes
|
||||
-----
|
||||
@@ -0,0 +1,43 @@
|
||||
EVerest TSC Meeting - [28th April 2022]
|
||||
=======================================
|
||||
|
||||
|
||||
Attendance
|
||||
----------
|
||||
|
||||
|
||||
Voting Members
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [x] Marco Möller
|
||||
- [x] Cornelius Claussen
|
||||
|
||||
|
||||
Other Attendees
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
- ...
|
||||
|
||||
|
||||
Agenda
|
||||
------
|
||||
|
||||
- Welcome / Introductions
|
||||
- What is EVerest
|
||||
- Whats New to Everest since last TSC
|
||||
- Wahts next to EVerest / Roadmap
|
||||
- open discussion to onboard new members and answer questions
|
||||
|
||||
|
||||
Action Items
|
||||
------------
|
||||
- Send out recording and slides to everest mailing list
|
||||
|
||||
|
||||
Recording:
|
||||
----------
|
||||
- https://youtu.be/f5X6SNackys
|
||||
|
||||
|
||||
Notes
|
||||
-----
|
||||
@@ -0,0 +1,43 @@
|
||||
EVerest TSC Meeting - 2nd June 2022
|
||||
===================================
|
||||
|
||||
|
||||
Attendance
|
||||
----------
|
||||
|
||||
|
||||
Voting Members
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [x] Marco Möller
|
||||
- [x] Cornelius Claussen
|
||||
|
||||
|
||||
Other Attendees
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
- ...
|
||||
|
||||
|
||||
Agenda
|
||||
------
|
||||
|
||||
- Welcome / Introductions
|
||||
- What is EVerest
|
||||
- Whats New to Everest since last TSC
|
||||
- Wahts next to EVerest / Roadmap
|
||||
- open discussion to onboard new members and answer questions
|
||||
|
||||
|
||||
Action Items
|
||||
------------
|
||||
- Send out recording and slides to everest mailing list
|
||||
|
||||
|
||||
Recording:
|
||||
----------
|
||||
- https://youtu.be/D_Pnkd12Gjo
|
||||
|
||||
|
||||
Notes
|
||||
-----
|
||||
@@ -0,0 +1,43 @@
|
||||
EVerest TSC Meeting - 23nd June 2022
|
||||
====================================
|
||||
|
||||
|
||||
Attendance
|
||||
----------
|
||||
|
||||
|
||||
Voting Members
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [x] Marco Möller
|
||||
- [ ] Cornelius Claussen
|
||||
|
||||
|
||||
Other Attendees
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
- ...
|
||||
|
||||
|
||||
Agenda
|
||||
------
|
||||
|
||||
- Welcome / Introductions
|
||||
- What is EVerest
|
||||
- Whats New to Everest since last TSC
|
||||
- Wahts next to EVerest / Roadmap
|
||||
- open discussion to onboard new members and answer questions
|
||||
|
||||
|
||||
Action Items
|
||||
------------
|
||||
- Send out recording and slides to everest mailing list
|
||||
|
||||
|
||||
Recording:
|
||||
----------
|
||||
- https://youtu.be/oBs0Zhp62pY
|
||||
|
||||
|
||||
Notes
|
||||
-----
|
||||
@@ -0,0 +1,48 @@
|
||||
EVerest TSC Meeting - 28th July 2022
|
||||
====================================
|
||||
|
||||
|
||||
Attendance
|
||||
----------
|
||||
|
||||
|
||||
Voting Members
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [ ] Marco Möller
|
||||
- [x] Cornelius Claussen
|
||||
|
||||
|
||||
Other Attendees
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
- ...
|
||||
|
||||
|
||||
Agenda
|
||||
------
|
||||
|
||||
- Welcome / Introductions
|
||||
- May Contain Hackers MCH 2022 Recap
|
||||
- Type support for EVerest Framework
|
||||
- CharIN testial and ISO15118 updates
|
||||
- EVerest OCPP test tool coming up
|
||||
- Autocharge has been implemented
|
||||
- EVerest Admin Panel was published
|
||||
- Initialization flow for display app
|
||||
- What's next for EVerest / Roadmap
|
||||
- Open discussion (not recorded)
|
||||
|
||||
|
||||
Action Items
|
||||
------------
|
||||
- Send out recording and slides to everest mailing list
|
||||
|
||||
|
||||
Recording:
|
||||
----------
|
||||
- https://youtu.be/N5K-ljyewpw
|
||||
|
||||
|
||||
Notes
|
||||
-----
|
||||
@@ -0,0 +1,46 @@
|
||||
EVerest TSC Meeting - 25th August 2022
|
||||
======================================
|
||||
|
||||
|
||||
Attendance
|
||||
----------
|
||||
|
||||
|
||||
Voting Members
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [x] Marco Möller
|
||||
- [ ] Cornelius Claussen
|
||||
|
||||
|
||||
Other Attendees
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
- Kai-Uwe Hermann
|
||||
|
||||
|
||||
Agenda
|
||||
------
|
||||
|
||||
- Welcome / Introductions
|
||||
- What is EVerest
|
||||
- What's New
|
||||
- What's New? Flashback to MCH 2022
|
||||
- Type support for EVerest Framework
|
||||
- Build system changes and packaging
|
||||
- What's next for EVerest / Roadmap
|
||||
- Open discussion (not recorded)
|
||||
|
||||
|
||||
Action Items
|
||||
------------
|
||||
- Send out recording and slides to everest mailing list
|
||||
|
||||
|
||||
Recording:
|
||||
----------
|
||||
- https://youtu.be/-Vs_C9TZkNE
|
||||
|
||||
|
||||
Notes
|
||||
-----
|
||||
@@ -0,0 +1,51 @@
|
||||
EVerest TSC Meeting - 22nd September 2022
|
||||
=========================================
|
||||
|
||||
|
||||
Attendance
|
||||
----------
|
||||
|
||||
|
||||
Voting Members
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [x] Marco Möller
|
||||
- [ ] Cornelius Claussen
|
||||
|
||||
|
||||
Other Attendees
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
- Piet Gömpel
|
||||
- Kai-Uwe Hermann
|
||||
- Anna-Lina Helsen
|
||||
|
||||
|
||||
Agenda
|
||||
------
|
||||
|
||||
- Welcome / Introductions
|
||||
- What is EVerest
|
||||
- What's New
|
||||
- Reporting from the Embedded Linux Conference in Dublin 2022
|
||||
- New Module SerialCommHub - Modbus RTU
|
||||
- Refactoring of Authorization / Reservation Process
|
||||
- Refactored EvseManager and OCPP interface
|
||||
- OCPP testing tool
|
||||
- Documentation and Doc Toolchain
|
||||
- What's next for EVerest / Roadmap
|
||||
- Open discussion (not recorded)
|
||||
|
||||
|
||||
Action Items
|
||||
------------
|
||||
- Send out recording and slides to everest mailing list
|
||||
|
||||
|
||||
Recording:
|
||||
----------
|
||||
- https://youtu.be/SAWgGQg8aqk
|
||||
|
||||
|
||||
Notes
|
||||
-----
|
||||
@@ -0,0 +1,53 @@
|
||||
EVerest TSC Meeting - 27th October 2022
|
||||
=======================================
|
||||
|
||||
|
||||
Attendance
|
||||
----------
|
||||
|
||||
|
||||
Voting Members
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [x] Marco Möller
|
||||
- [ ] Cornelius Claussen
|
||||
|
||||
|
||||
Other Attendees
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
- Kai-Uwe Hermann
|
||||
- Manuel Ziegler
|
||||
- Moritz Barsnick
|
||||
|
||||
|
||||
Agenda
|
||||
------
|
||||
|
||||
- What's EVerest
|
||||
- BelayBox Development Kit
|
||||
- What's New? Embedded Linux Conference 2022 talk online! (link: https://youtu.be/mDJYLeLmvwc)
|
||||
- Documention and support setup - Hello Manuel!
|
||||
- Current state of OCPP implementation
|
||||
- Preview: DC Charging
|
||||
- DIN 70121 & ISO 15118-2 stack - code donation by chargebyte!
|
||||
- What's Next?
|
||||
- New Webinar Series: EV Charging Pioneers!
|
||||
- Next TSC and weekly Dev Call
|
||||
- Open discussion (not recorded)
|
||||
|
||||
|
||||
Action Items
|
||||
------------
|
||||
- Send out recording and slides to everest mailing list
|
||||
|
||||
|
||||
Recording:
|
||||
----------
|
||||
|
||||
- https://youtu.be/mstqg6Cl_jw
|
||||
|
||||
|
||||
|
||||
Notes
|
||||
-----
|
||||
@@ -0,0 +1,58 @@
|
||||
EVerest TSC Meeting - 24th November 2022
|
||||
========================================
|
||||
|
||||
|
||||
Attendance
|
||||
----------
|
||||
|
||||
|
||||
Voting Members
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [X] Marco Möller
|
||||
- [ ] Cornelius Claussen
|
||||
|
||||
|
||||
Other Attendees
|
||||
~~~~~~~~~~~~~~~
|
||||
- Benjamin Mosler
|
||||
- Manuel Ziegler
|
||||
- Robert de Leeuw
|
||||
- Piet Gömpel
|
||||
- Julian Rädel
|
||||
- Philip Hermes
|
||||
|
||||
|
||||
Agenda
|
||||
------
|
||||
|
||||
- What's EVerest
|
||||
- What's New
|
||||
- First Tech Intro Wrbinar happend (Link: https://youtu.be/OJ6kjHRPkyY)
|
||||
- Documention and support setup
|
||||
- OCPP Updates
|
||||
- Attendance to OCA Plugfest
|
||||
- What comes next
|
||||
- Extended support for signed meter values
|
||||
- v2g_exi_code_gen
|
||||
- CPU and OS support
|
||||
- What's Next?
|
||||
- Roadmap
|
||||
- Call for Papars - FOSDEM 2023
|
||||
- Next TSC
|
||||
- New TSC Charter
|
||||
- Open discussion (not recorded)
|
||||
|
||||
|
||||
Action Items
|
||||
------------
|
||||
- Send out recording and slides to everest mailing list
|
||||
|
||||
|
||||
Recording:
|
||||
----------
|
||||
- https://youtu.be/weZNJLEazDs
|
||||
|
||||
|
||||
Notes
|
||||
-----
|
||||
@@ -0,0 +1,57 @@
|
||||
EVerest TSC Meeting - 22nd December 2022
|
||||
========================================
|
||||
|
||||
|
||||
Attendance
|
||||
----------
|
||||
|
||||
|
||||
Voting Members
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [X] (Chair) Marco Möller [Pionix]
|
||||
- [ ] Cornelius Claussen [Pionix]
|
||||
- [X] Kai-Uwe Hermann [Pionix]
|
||||
- [ ] Anton Wöllert [Pionix]
|
||||
- [ ] Moritz Barsnick [Chargebyte]
|
||||
|
||||
|
||||
Other Attendees
|
||||
~~~~~~~~~~~~~~~
|
||||
- Manuel Ziegler
|
||||
- Piet Gömpel
|
||||
- Julian Rädel
|
||||
- Philip Hermes
|
||||
- ...
|
||||
|
||||
|
||||
Agenda
|
||||
------
|
||||
|
||||
- What's EVerest
|
||||
- What's New
|
||||
- PIONIX Belay Box is now released as open HW:
|
||||
- https://github.com/PionixPublic/reference-hardware
|
||||
- DC features are now part of EVerest main branch!
|
||||
- New monthly release cadence
|
||||
- EVerest got pre. approved from the Linux Foundation for the next Lifecycle step!
|
||||
|
||||
- What's Next?
|
||||
- Roadmap
|
||||
- FOSDEM / State of openUK conference
|
||||
- Next TSC
|
||||
- Open discussion (not recorded)
|
||||
|
||||
|
||||
Action Items
|
||||
------------
|
||||
- Send out recording and slides to everest mailing list
|
||||
|
||||
|
||||
Recording:
|
||||
----------
|
||||
- https://youtu.be/OSiHdXeL2nE
|
||||
|
||||
|
||||
Notes
|
||||
-----
|
||||
@@ -0,0 +1,51 @@
|
||||
EVerest TSC Meeting - 26th January 2023
|
||||
=======================================
|
||||
|
||||
|
||||
Attendance
|
||||
----------
|
||||
|
||||
|
||||
Voting Members
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [ ] (Chair) Marco Möller [Pionix]
|
||||
- [ ] Cornelius Claussen [Pionix]
|
||||
- [X] Kai-Uwe Hermann [Pionix]
|
||||
- [ ] Anton Wöllert [Pionix]
|
||||
- [x] Moritz Barsnick [Chargebyte]
|
||||
|
||||
|
||||
Other Attendees
|
||||
~~~~~~~~~~~~~~~
|
||||
- Robert de Leeuw
|
||||
- ...
|
||||
|
||||
|
||||
Agenda
|
||||
------
|
||||
|
||||
- What's EVerest
|
||||
- What's New
|
||||
- OCPP & ISO15118 improvements
|
||||
- first official release
|
||||
|
||||
- What's Next?
|
||||
- Roadmap
|
||||
- FOSDEM / State of openUK conference
|
||||
- Next TSC
|
||||
- Open discussion (not recorded)
|
||||
|
||||
|
||||
Action Items
|
||||
------------
|
||||
- Send out recording and slides to everest mailing list
|
||||
|
||||
|
||||
Recording:
|
||||
----------
|
||||
- `https://youtu.be/hd8jIPdZVsU <https://youtu.be/hd8jIPdZVsU>`_
|
||||
|
||||
|
||||
Notes
|
||||
-----
|
||||
@@ -0,0 +1,55 @@
|
||||
EVerest TSC Meeting - 23rd February 2023
|
||||
========================================
|
||||
|
||||
|
||||
Attendance
|
||||
----------
|
||||
|
||||
|
||||
Voting Members
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [ ] (Chair) Marco Möller [Pionix]
|
||||
- [ ] Cornelius Claussen [Pionix]
|
||||
- [X] Kai-Uwe Hermann [Pionix]
|
||||
- [ ] Anton Wöllert [Pionix]
|
||||
- [x] Moritz Barsnick [Chargebyte]
|
||||
|
||||
|
||||
Other Attendees
|
||||
~~~~~~~~~~~~~~~
|
||||
- Piet Gömpel
|
||||
- ...
|
||||
|
||||
|
||||
Agenda
|
||||
------
|
||||
|
||||
- What's EVerest
|
||||
- What's New
|
||||
- OCPP: 2.0.1 and Plug&Charge (OCCP 1.6/2.0.1) makes good progress
|
||||
- Native ISO 15118 / DIN 70121 and EXI implementation from chargebyte makes huge progress
|
||||
- Telemetry framework
|
||||
- Session Logging
|
||||
- Packet Sniffer added
|
||||
- versionized PDF documentation
|
||||
- EVerest talk @ FOSSDEM: https://fosdem.org/2023/schedule/event/energy_everest/
|
||||
|
||||
- What's Next?
|
||||
- Roadmap
|
||||
- Next TSC
|
||||
- Open discussion (not recorded)
|
||||
|
||||
|
||||
Action Items
|
||||
------------
|
||||
- Send out recording and slides to everest mailing list
|
||||
|
||||
|
||||
Recording:
|
||||
----------
|
||||
- `https://youtu.be/vBG-d68wodA <https://youtu.be/vBG-d68wodA>`_
|
||||
|
||||
|
||||
Notes
|
||||
-----
|
||||
@@ -0,0 +1,56 @@
|
||||
EVerest TSC Meeting - 23rd March 2023
|
||||
=====================================
|
||||
|
||||
|
||||
Attendance
|
||||
----------
|
||||
|
||||
|
||||
Voting Members
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [x] (Chair) Marco Möller [Pionix]
|
||||
- [ ] Cornelius Claussen [Pionix]
|
||||
- [X] Kai-Uwe Hermann [Pionix]
|
||||
- [ ] Anton Wöllert [Pionix]
|
||||
- [x] Moritz Barsnick [Chargebyte]
|
||||
|
||||
|
||||
Other Attendees
|
||||
~~~~~~~~~~~~~~~
|
||||
- Piet Gömpel
|
||||
- ...
|
||||
|
||||
|
||||
Agenda
|
||||
------
|
||||
|
||||
- What's EVerest
|
||||
- What's New
|
||||
- >50x faster ISO charging, no java or python required any longer: native ISO 15118 / DIN 70121 and EXI implementation from chargebyte released!
|
||||
- EVerest project now officially moved to early adoption stage
|
||||
- New testing framework live + Demo: simulate a set of entire charging sessions on every merge request
|
||||
- New Energymanagement live + Demo: now DC capable
|
||||
- OCPP: 2.0.1 and Plug&Charge (OCCP 1.6/2.0.1) updates
|
||||
- new exi code generator released
|
||||
- Framework performance improvements
|
||||
|
||||
- What's Next?
|
||||
- Roadmap
|
||||
- Upcoming testivals EVerest will be present
|
||||
- Next TSC
|
||||
- Open discussion (not recorded)
|
||||
|
||||
|
||||
Action Items
|
||||
------------
|
||||
- Send out recording and slides to everest mailing list
|
||||
|
||||
|
||||
Recording:
|
||||
----------
|
||||
- `https://youtu.be/ZSq6XRDjQo4 <https://youtu.be/ZSq6XRDjQo4>`_
|
||||
|
||||
|
||||
Notes
|
||||
-----
|
||||
@@ -0,0 +1,60 @@
|
||||
EVerest TSC Meeting - 27th April 2023
|
||||
=====================================
|
||||
|
||||
|
||||
Attendance
|
||||
----------
|
||||
|
||||
|
||||
Voting Members
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [x] (Chair) Marco Möller [Pionix]
|
||||
- [ ] Cornelius Claussen [Pionix]
|
||||
- [X] Kai-Uwe Hermann [Pionix]
|
||||
- [ ] Anton Wöllert [Pionix]
|
||||
- [x] Moritz Barsnick [Chargebyte]
|
||||
|
||||
|
||||
Other Attendees
|
||||
~~~~~~~~~~~~~~~
|
||||
- Piet Gömpel
|
||||
- Sebastian Lukas
|
||||
- ...
|
||||
|
||||
|
||||
Agenda
|
||||
------
|
||||
|
||||
- What's EVerest
|
||||
- What's New
|
||||
- CharIn Testival Arnhem Update
|
||||
- micro Megawatt Chager - µMWC
|
||||
- new logfile repo - all compatible cars https://github.com/EVerest/logfiles
|
||||
- SLAC updates
|
||||
- libfsm - refactoring of our statemachine
|
||||
- EVerest testing framework
|
||||
- OCPP - Implementation of basic 2.0 soon, plug & charge 1.6J done
|
||||
- EvseV2G update - our ISO15118 lib
|
||||
- cbEciGen - EXI codec generator
|
||||
- EVerest-framework updates: shutdown handlers
|
||||
- everest-core April 2023 release - delayed
|
||||
- What's Next?
|
||||
- Roadmap
|
||||
- Upcoming events EVerest will be present
|
||||
- Next TSC
|
||||
- Open discussion (not recorded)
|
||||
|
||||
|
||||
Action Items
|
||||
------------
|
||||
- Send out recording and slides to everest mailing list
|
||||
|
||||
|
||||
Recording:
|
||||
----------
|
||||
- `https://youtu.be/ac1uUps0z0c <https://youtu.be/ac1uUps0z0c>`_
|
||||
|
||||
|
||||
Notes
|
||||
-----
|
||||
@@ -0,0 +1,56 @@
|
||||
EVerest TSC Meeting - 25nd May 2023
|
||||
===================================
|
||||
|
||||
|
||||
Attendance
|
||||
----------
|
||||
|
||||
|
||||
Voting Members
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [x] (Chair) Marco Möller [Pionix]
|
||||
- [ ] Cornelius Claussen [Pionix]
|
||||
- [ ] Kai-Uwe Hermann [Pionix]
|
||||
- [ ] Anton Wöllert [Pionix]
|
||||
- [x] Moritz Barsnick [Chargebyte]
|
||||
|
||||
|
||||
Other Attendees
|
||||
~~~~~~~~~~~~~~~
|
||||
- Piet Gömpel
|
||||
- Eoin Carroll (TCG / VSWG / Toyota)
|
||||
- ...
|
||||
|
||||
|
||||
Agenda
|
||||
------
|
||||
|
||||
- What's EVerest
|
||||
- What's New TLDR:
|
||||
- Trusted Computing Group / TCG (`Vehicle Services Working Group <https://trustedcomputinggroup.org/work-groups/vehicle-services/>`_) is now official member of EVerest (LF Energy): We are partnering to create an end-to-end security reference architecture for the EV Charging ecosystem
|
||||
- Plug & Charge successfully demoed with Hubject and released
|
||||
- OCPP 2.0 basics released
|
||||
- ISO 15118-2: replaced python JOSEV stack with native EvseV2G stack in all default configurations
|
||||
- ISO 15118-20: lot of progress on new EXI parser generator
|
||||
- many refactorings and cleanups in EVerest and testing framework
|
||||
- new May release
|
||||
- What's Next?
|
||||
- Roadmap
|
||||
- Upcoming events EVerest will be present
|
||||
- Next TSC
|
||||
- Open discussion (not recorded)
|
||||
|
||||
|
||||
Action Items
|
||||
------------
|
||||
- Send out recording and slides to everest mailing list
|
||||
|
||||
|
||||
Recording:
|
||||
----------
|
||||
- `https://youtu.be/e_2ndKPFhds <https://youtu.be/e_2ndKPFhds>`_
|
||||
|
||||
|
||||
Notes
|
||||
-----
|
||||
@@ -0,0 +1,55 @@
|
||||
EVerest TSC Meeting - 22nd June 2023
|
||||
====================================
|
||||
|
||||
|
||||
Attendance
|
||||
----------
|
||||
|
||||
|
||||
Voting Members
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [x] (Chair) Marco Möller [Pionix]
|
||||
- [ ] Cornelius Claussen [Pionix]
|
||||
- [ ] Kai-Uwe Hermann [Pionix]
|
||||
- [ ] Anton Wöllert [Pionix]
|
||||
- [ ] Moritz Barsnick [Chargebyte]
|
||||
|
||||
|
||||
Other Attendees
|
||||
~~~~~~~~~~~~~~~
|
||||
- Piet Gömpel
|
||||
|
||||
|
||||
Agenda
|
||||
------
|
||||
|
||||
- What's EVerest
|
||||
- What's New TLDR:
|
||||
- OCPP Cloud Proxy: EVerest now contains the server side of OCPP
|
||||
- OCPP: Ongoing refactoring of Device Model Architecture
|
||||
- Continuing implementing OCPP 2.0.1 use cases (RemoteStart/RemoteStop)
|
||||
- ISO15118: Changing HLC communication for CarSimulator from RiseV2G to Josev
|
||||
- EvseV2G: Bug fixes
|
||||
- EVerest Framework: Ongoing work on remote requirements
|
||||
- EVerest Framework: Ongoing work in error handling and reporting
|
||||
- EVerest Core Release June 2023: Focus on stabilization and bugfixes
|
||||
- What's Next?
|
||||
- Roadmap
|
||||
- Upcoming events EVerest will be present
|
||||
- Next TSC
|
||||
- Open discussion (not recorded)
|
||||
|
||||
|
||||
Action Items
|
||||
------------
|
||||
- Send out recording and slides to everest mailing list
|
||||
|
||||
|
||||
Recording:
|
||||
----------
|
||||
- `https://youtu.be/PpeuRUkyORM <https://youtu.be/PpeuRUkyORM>`_
|
||||
|
||||
|
||||
Notes
|
||||
-----
|
||||
@@ -0,0 +1,54 @@
|
||||
EVerest TSC Meeting - 27nd July 2023
|
||||
====================================
|
||||
|
||||
|
||||
Attendance
|
||||
----------
|
||||
|
||||
|
||||
Voting Members
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [ ] (Chair) Marco Möller [Pionix]
|
||||
- [ ] Cornelius Claussen [Pionix]
|
||||
- [x] Kai-Uwe Hermann [Pionix]
|
||||
- [ ] Anton Wöllert [Pionix]
|
||||
- [x] Moritz Barsnick [Chargebyte]
|
||||
|
||||
|
||||
Other Attendees
|
||||
~~~~~~~~~~~~~~~
|
||||
- ...
|
||||
|
||||
|
||||
Agenda
|
||||
------
|
||||
|
||||
- What's EVerest
|
||||
- What's New TLDR:
|
||||
- New howto AC and DC charging with Yeti/Yak board available
|
||||
- New hardware running EVerest - reCharger from Seeed Studio
|
||||
- Feedback wanted regarding new module directory design: https://docs.google.com/forms/d/e/1FAIpQLSfTfz4kgLb5e_gsi2ugr2FYBJyhVlU_ArblHEDHiKeaqKX0Zg/viewform
|
||||
- OCPP2.0.1: Device Model implementation finished
|
||||
- - ISO15118: Ongoing work on extending CarSimulator with ISO15118-20 AC
|
||||
- EvseV2G: Bugfixing
|
||||
- New July Release
|
||||
- What's Next?
|
||||
- Roadmap: OCPP2.01 / 2.1 Timeline, ISO15118 Timeline
|
||||
- Upcoming Events
|
||||
- Next TSC
|
||||
- Open discussion (not recorded)
|
||||
|
||||
|
||||
Action Items
|
||||
------------
|
||||
- Send out recording and slides to everest mailing list
|
||||
|
||||
|
||||
Recording:
|
||||
----------
|
||||
- `https://youtu.be/N_EljWja0TY <https://youtu.be/N_EljWja0TY>`_
|
||||
|
||||
|
||||
Notes
|
||||
-----
|
||||
@@ -0,0 +1,52 @@
|
||||
EVerest TSC Meeting - 24th August 2023
|
||||
======================================
|
||||
|
||||
|
||||
Attendance
|
||||
----------
|
||||
|
||||
|
||||
Voting Members
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [ ] (Chair) Marco Möller [Pionix]
|
||||
- [ ] Cornelius Claussen [Pionix]
|
||||
- [x] Kai-Uwe Hermann [Pionix]
|
||||
- [ ] Anton Wöllert [Pionix]
|
||||
- [ ] Moritz Barsnick [Chargebyte]
|
||||
|
||||
|
||||
Other Attendees
|
||||
~~~~~~~~~~~~~~~
|
||||
- Robert de Leeuw (Pionix)
|
||||
- Julian Rädel (Pionix)
|
||||
- Martin Kranzfelder (Chargebyte)
|
||||
|
||||
|
||||
Agenda
|
||||
------
|
||||
|
||||
- What's EVerest
|
||||
- What's New TLDR:
|
||||
- OCPP2.0.1: New functions in libocpp: Persistant message queue for transaction related messages
|
||||
- EVerest Framework: Experimental support for ProbeModule for better testability
|
||||
- New August 2023 Release
|
||||
- What's Next?
|
||||
- Roadmap: OCPP2.01 / 2.1 Timeline, ISO15118 Timeline
|
||||
- Upcoming Events: EVerest Summit, October 5th at PIONIX, Bad Schönborn Germany
|
||||
- Next TSC
|
||||
- Open discussion (not recorded)
|
||||
|
||||
|
||||
Action Items
|
||||
------------
|
||||
- Send out recording and slides to everest mailing list
|
||||
|
||||
|
||||
Recording:
|
||||
----------
|
||||
- `https://youtu.be/2M85IFCNuAU <https://youtu.be/2M85IFCNuAU>`_
|
||||
|
||||
|
||||
Notes
|
||||
-----
|
||||
@@ -0,0 +1,55 @@
|
||||
EVerest TSC Meeting - 28th September 2023
|
||||
=========================================
|
||||
|
||||
|
||||
Attendance
|
||||
----------
|
||||
|
||||
|
||||
Voting Members
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [x] (Chair) Marco Möller [Pionix]
|
||||
- [ ] Cornelius Claussen [Pionix]
|
||||
- [x] Kai-Uwe Hermann [Pionix]
|
||||
- [ ] Anton Wöllert [Pionix]
|
||||
- [x] Moritz Barsnick [Chargebyte]
|
||||
|
||||
|
||||
Other Attendees
|
||||
~~~~~~~~~~~~~~~
|
||||
- Robert de Leeuw (Pionix)
|
||||
- Ralf Gesswein (Pionix)
|
||||
- Martin Kranzfelder (Chargebyte)
|
||||
- Holger Rapp (Qwello)
|
||||
- Fulup Le Foll (IOT.BZH)
|
||||
|
||||
|
||||
Agenda
|
||||
------
|
||||
|
||||
- What's EVerest
|
||||
- What's New TLDR:
|
||||
- RUST support donated by Qwello
|
||||
- OCPP 2.0.1 gets productive & review OCA OCPP Plugfest September 2023
|
||||
- DC BPT support via SAE J2847/2 & (incl. V2H, V2G) (~ ISO 15118-2 extension))
|
||||
- EVerest Core September Release: Refactored powermeter interface
|
||||
- What's Next?
|
||||
- Roadmap: Updates OCPP2.01 / 2.1 Timelines, ISO15118 Timeline
|
||||
- Upcoming Events
|
||||
- Next TSC
|
||||
- Open discussion (not recorded)
|
||||
|
||||
|
||||
Action Items
|
||||
------------
|
||||
- Send out recording and slides to everest mailing list
|
||||
|
||||
|
||||
Recording:
|
||||
----------
|
||||
- `https://youtu.be/gtp5qNU83MI <https://youtu.be/gtp5qNU83MI>`_
|
||||
|
||||
|
||||
Notes
|
||||
-----
|
||||
@@ -0,0 +1,60 @@
|
||||
EVerest TSC Meeting - 26th October 2023
|
||||
=======================================
|
||||
|
||||
|
||||
Attendance
|
||||
----------
|
||||
|
||||
|
||||
Voting Members
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [x] (Chair) Marco Möller [Pionix]
|
||||
- [ ] Cornelius Claussen [Pionix]
|
||||
- [x] Kai-Uwe Hermann [Pionix]
|
||||
- [x] Anton Wöllert [Pionix]
|
||||
- [x] Moritz Barsnick [Chargebyte]
|
||||
|
||||
|
||||
Other Attendees
|
||||
~~~~~~~~~~~~~~~
|
||||
- Holger Rapp (Qwello)
|
||||
- K. Shankari (Joint Office of Energy and Transportation)
|
||||
- ...
|
||||
|
||||
|
||||
Agenda
|
||||
------
|
||||
|
||||
- Highlights of this TSC / new TSC structure (without what's EVerest)
|
||||
- What's New TLDR:
|
||||
- ZVT (Payment terminal protocoll) on its way into EVerest
|
||||
- Recap of EVerest Summit + Summary of "EVerest Roadmap" cummunity workshop
|
||||
- OCPP 2.0.1 gets productive
|
||||
- New native ISO 15118-20 library is getting released. First successfull charging @ CharIn Testival Valencia yesterday
|
||||
- everest-framework: massive bootup time improvements
|
||||
- EVerest Core October Release 2023: many new things, and less bugs ;-)
|
||||
- New TSC members
|
||||
- How does the TSC work?
|
||||
- Presentation by Holger Rapp from QWELLO
|
||||
- Presentation by K. Shankari the Joint Office of Energy and Transportation (US Goverment)
|
||||
- Voting: Both got accepted by all 4 present current TSC members
|
||||
- What's Next?
|
||||
- Roadmap: Updates OCPP2.01 / 2.1 Timelines, ISO15118 Timeline
|
||||
- Upcoming Events
|
||||
- Next TSC
|
||||
- Open discussion (not recorded)
|
||||
|
||||
|
||||
Action Items
|
||||
------------
|
||||
- Send out recording and slides to everest mailing list
|
||||
|
||||
|
||||
Recording:
|
||||
----------
|
||||
- `https://youtu.be/bf1Spf8vTZI <https://youtu.be/bf1Spf8vTZI>`_
|
||||
|
||||
|
||||
Notes
|
||||
-----
|
||||
@@ -0,0 +1,59 @@
|
||||
EVerest TSC Meeting - 23rd November 2023
|
||||
========================================
|
||||
|
||||
|
||||
Attendance
|
||||
----------
|
||||
|
||||
|
||||
Voting Members
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [x] (Chair) Marco Möller [Pionix]
|
||||
- [ ] Cornelius Claussen [Pionix]
|
||||
- [x] Kai-Uwe Hermann [Pionix]
|
||||
- [ ] Anton Wöllert [Pionix]
|
||||
- [ ] Moritz Barsnick [Chargebyte]
|
||||
- [x] Holger Rapp [Qwello]
|
||||
- [x] Shankari Kalyanaraman [JOET | Joint Office of Energy and Transportation]
|
||||
|
||||
|
||||
Other Attendees
|
||||
~~~~~~~~~~~~~~~
|
||||
- Yvonne Heil (Pionix)
|
||||
- Piet Gömpel (Pionix)
|
||||
- Martin Kranzfelder (Chargebyte)
|
||||
- Achim Friedland
|
||||
|
||||
|
||||
Agenda
|
||||
------
|
||||
|
||||
- Highlights of the month
|
||||
- What's New TLDR:
|
||||
- Pionix/Marco new board member of Open Charge Alliance
|
||||
- OCA Plugfest and conference end of February 2024 at Pionix
|
||||
- Review past events
|
||||
- EVerest Updates
|
||||
- Collaboration Improvements (working groups, cleanup GitHub permissions, issues and response times, new mailing lists, delegation of TSC voting)
|
||||
- What's Next?
|
||||
- Roadmap: Updates OCPP2.01 / 2.1 Timelines, ISO15118 Timeline
|
||||
- Upcoming Events
|
||||
- Next TSC
|
||||
- Open discussion (not recorded)
|
||||
|
||||
|
||||
Action Items
|
||||
------------
|
||||
- Send out recording and slides to everest mailing list
|
||||
- Get working groupts going
|
||||
- Implement voting delegation into EVerest charter or so. Discuss with LFE.
|
||||
|
||||
|
||||
Recording:
|
||||
----------
|
||||
- `https://youtu.be/vXOYuNMtlo0 <https://youtu.be/vXOYuNMtlo0>`_
|
||||
|
||||
|
||||
Notes
|
||||
-----
|
||||
@@ -0,0 +1,55 @@
|
||||
EVerest TSC Meeting - 20th December 2023
|
||||
========================================
|
||||
|
||||
|
||||
Attendance
|
||||
----------
|
||||
|
||||
|
||||
Voting Members
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [x] (Chair) Marco Möller [Pionix]
|
||||
- [ ] Cornelius Claussen [Pionix]
|
||||
- [x] Kai-Uwe Hermann [Pionix]
|
||||
- [ ] Anton Wöllert [Pionix]
|
||||
- [x] Moritz Barsnick [Chargebyte]
|
||||
- [x] Holger Rapp [Qwello]
|
||||
- [x] S. Shankari (Joint Office of Energy and Transportation)
|
||||
|
||||
|
||||
Other Attendees
|
||||
~~~~~~~~~~~~~~~
|
||||
- Ralf Gesswein (Pionix)
|
||||
- Robert de Leeuw (Pionix)
|
||||
- Lukas Mertens (Pionix)
|
||||
- Achim Friedland
|
||||
- Ryan Hart
|
||||
- Stephanie Palmer
|
||||
|
||||
|
||||
Agenda
|
||||
------
|
||||
|
||||
- Highlights of the month
|
||||
- What's New
|
||||
- ISO 15118, OCPP 2.0.1, CHAdeMO, Security and collaboration improvements
|
||||
- What's Next?
|
||||
- Roadmap: Updates OCPP2.01 / 2.1 Timelines, ISO15118 Timeline
|
||||
- Upcoming Events
|
||||
- Next TSC
|
||||
- Open discussion (not recorded)
|
||||
|
||||
|
||||
Action Items
|
||||
------------
|
||||
- Send out recording and slides to everest mailing list
|
||||
|
||||
|
||||
Recording:
|
||||
----------
|
||||
- `https://youtu.be/gecfdFJuHA0 <https://youtu.be/gecfdFJuHA0>`_
|
||||
|
||||
|
||||
Notes
|
||||
-----
|
||||
@@ -0,0 +1,56 @@
|
||||
EVerest TSC Meeting - 25th January 2024
|
||||
=======================================
|
||||
|
||||
|
||||
Attendance
|
||||
----------
|
||||
|
||||
|
||||
Voting Members
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [x] (Chair) Marco Möller [Pionix]
|
||||
- [ ] Cornelius Claussen [Pionix]
|
||||
- [x] Kai-Uwe Hermann [Pionix]
|
||||
- [ ] Anton Wöllert [Pionix]
|
||||
- [x] Moritz Barsnick [Chargebyte]
|
||||
- [x] Holger Rapp [Qwello]
|
||||
- [ ] S. Shankari (Joint Office of Energy and Transportation)
|
||||
|
||||
|
||||
Other Attendees
|
||||
~~~~~~~~~~~~~~~
|
||||
- Ralf Gesswein (Pionix)
|
||||
- Robert de Leeuw (Pionix)
|
||||
- Andreas Heinrich (Pionix)
|
||||
- Daniel Moore
|
||||
- Peter Giavotto
|
||||
- Mohannad Oraby
|
||||
- Matthias Suess
|
||||
|
||||
|
||||
Agenda
|
||||
------
|
||||
|
||||
- Highlights of the month
|
||||
- What's New
|
||||
- Working Groups Updates - Cloud Communication, Car Communication, EVerest Framework & Tools, RUST & ZVT Support, CI/CD & Testing, General Discussions & QA
|
||||
- What's Next?
|
||||
- Roadmap: Updates OCPP2.01 / 2.1 Timelines, ISO15118 Timeline
|
||||
- Upcoming Events
|
||||
- Next TSC
|
||||
- Open discussion (not recorded)
|
||||
|
||||
|
||||
Action Items
|
||||
------------
|
||||
- Send out recording and slides to everest mailing list
|
||||
|
||||
|
||||
Recording:
|
||||
----------
|
||||
- `https://youtu.be/zI8vN7BJoHE <https://youtu.be/zI8vN7BJoHE>`_
|
||||
|
||||
|
||||
Notes
|
||||
-----
|
||||
@@ -0,0 +1,60 @@
|
||||
EVerest TSC Meeting - 22nd February 2024
|
||||
========================================
|
||||
|
||||
|
||||
Attendance
|
||||
----------
|
||||
|
||||
|
||||
Voting Members
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [x] (Chair) Marco Möller [Pionix]
|
||||
- [ ] Cornelius Claussen [Pionix]
|
||||
- [x] Kai-Uwe Hermann [Pionix]
|
||||
- [ ] Anton Wöllert [Pionix]
|
||||
- [x] Moritz Barsnick [Chargebyte]
|
||||
- [ ] Holger Rapp [Qwello]
|
||||
- [x] S. Shankari (Joint Office of Energy and Transportation)
|
||||
|
||||
|
||||
Other Attendees
|
||||
~~~~~~~~~~~~~~~
|
||||
- Ralf Gesswein (Pionix)
|
||||
- Robert de Leeuw (Pionix)
|
||||
- Andreas Heinrich (Pionix)
|
||||
- Daniel Moore
|
||||
- Peter Giavotto
|
||||
- Mohannad Oraby
|
||||
- Matthias Suess
|
||||
- Petr Šmíd
|
||||
- James Chapman (Pionix)
|
||||
- Evgeny Petrov (Qwello)
|
||||
|
||||
|
||||
Agenda
|
||||
------
|
||||
|
||||
- Highlights of the month
|
||||
- What's New
|
||||
- Working Groups Updates - Cloud Communication, Car Communication, EVerest Framework & Tools, RUST & ZVT Support, CI/CD & Testing, General Discussions & QA
|
||||
- What's Next?
|
||||
- Roadmap: Updates OCPP2.01 / 2.1 Timelines, ISO15118 Timeline
|
||||
- Upcoming Events
|
||||
- Next TSC
|
||||
- Open discussion (not recorded)
|
||||
|
||||
|
||||
Action Items
|
||||
------------
|
||||
- Send out recording and slides to everest mailing list
|
||||
- confirm current status of MREC (Kai) and aling with JOET (Shankari)
|
||||
|
||||
|
||||
Recording:
|
||||
----------
|
||||
- `https://youtu.be/2d0PcSXMJ9c <https://youtu.be/2d0PcSXMJ9c>`_
|
||||
|
||||
|
||||
Notes
|
||||
-----
|
||||
@@ -0,0 +1,56 @@
|
||||
EVerest TSC Meeting - 28th March 2024
|
||||
=====================================
|
||||
|
||||
|
||||
Attendance
|
||||
----------
|
||||
|
||||
|
||||
Voting Members
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [ ] (Chair) Marco Möller [Pionix]
|
||||
- [ ] Cornelius Claussen [Pionix]
|
||||
- [x] Kai-Uwe Hermann [Pionix]
|
||||
- [ ] Anton Wöllert [Pionix]
|
||||
- [x] Moritz Barsnick [Chargebyte]
|
||||
- [ ] Holger Rapp [Qwello]
|
||||
- [x] S. Shankari (Joint Office of Energy and Transportation)
|
||||
|
||||
|
||||
Other Attendees
|
||||
~~~~~~~~~~~~~~~
|
||||
- Robert de Leeuw (Pionix, Voting on behalf of Marco)
|
||||
- Lukas Mertens (Pionix)
|
||||
- James Chapman (Pionix)
|
||||
- Peter Giavotto
|
||||
- Piet Gömpel (Pionix)
|
||||
- Andreas Heinrich (Pionix)
|
||||
|
||||
|
||||
Agenda
|
||||
------
|
||||
|
||||
- Highlights of the month
|
||||
- What's New
|
||||
- Working Groups Updates - Cloud Communication, Car Communication, EVerest Framework & Tools, RUST & ZVT Support, CI/CD & Testing, General Discussions & QA
|
||||
- First release with new release cycle
|
||||
- What's Next?
|
||||
- Roadmap: Updates OCPP2.01 / 2.1 Timelines, ISO15118 Timeline
|
||||
- Upcoming Events
|
||||
- Next TSC
|
||||
- Open discussion (not recorded)
|
||||
|
||||
|
||||
Action Items
|
||||
------------
|
||||
- Send out recording and slides to everest mailing list
|
||||
|
||||
|
||||
Recording:
|
||||
----------
|
||||
- `https://youtu.be/CUUKJVGdCd0 <https://youtu.be/CUUKJVGdCd0>`_
|
||||
|
||||
|
||||
Notes
|
||||
-----
|
||||
@@ -0,0 +1,63 @@
|
||||
EVerest TSC Meeting - 25th April 2024
|
||||
=====================================
|
||||
|
||||
|
||||
Attendance
|
||||
----------
|
||||
|
||||
|
||||
Voting Members
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [x] (Chair) Marco Möller [Pionix]
|
||||
- [ ] Cornelius Claussen [Pionix] => delegated his Vote to Marco
|
||||
- [x] Kai-Uwe Hermann [Pionix]
|
||||
- [ ] Anton Wöllert [Pionix] => delegated his Vote to Kai-Uwe
|
||||
- [x] Moritz Barsnick [Chargebyte]
|
||||
- [x] Holger Rapp [Qwello]
|
||||
- [x] S. Shankari (Joint Office of Energy and Transportation)
|
||||
|
||||
|
||||
Other Attendees
|
||||
~~~~~~~~~~~~~~~
|
||||
- Lukas Mertens (Pionix)
|
||||
- James Chapman (Pionix)
|
||||
- Piet Gömpel (Pionix)
|
||||
- Andreas Heinrich (Pionix)
|
||||
- Roger Bedell
|
||||
|
||||
|
||||
Agenda
|
||||
------
|
||||
|
||||
- Highlights of the month
|
||||
- What's New
|
||||
- Working Groups Updates - Cloud Communication, Car Communication, EVerest Framework & Tools, RUST & ZVT Support, CI/CD & Testing, General Discussions & QA
|
||||
- What's Next?
|
||||
- Roadmap: Updates OCPP2.01 / 2.1 Timelines, ISO15118 Timeline
|
||||
- Upcoming Events
|
||||
- Next TSC
|
||||
- Open discussion (not recorded)
|
||||
|
||||
|
||||
|
||||
Decisions
|
||||
---------
|
||||
- Should project EVerest integrate the OCPP Test Tool (OCTT) into its CI/CD?
|
||||
- 5 in favor, 2 abstain, 0 votes agains ==> accepted
|
||||
|
||||
|
||||
|
||||
Action Items
|
||||
------------
|
||||
- Send out recording and slides to everest mailing list
|
||||
- find a way to finance the OCTT for The Linxu Foundation Energy
|
||||
|
||||
|
||||
Recording:
|
||||
----------
|
||||
- `https://youtu.be/2WnXzjPaYUg <https://youtu.be/2WnXzjPaYUg>`_
|
||||
|
||||
|
||||
Notes
|
||||
-----
|
||||
@@ -0,0 +1,54 @@
|
||||
EVerest TSC Meeting - 23rd May 2024
|
||||
===================================
|
||||
|
||||
|
||||
Attendance
|
||||
----------
|
||||
|
||||
|
||||
Voting Members
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [ ] (Chair) Marco Möller [Pionix]
|
||||
- [ ] Cornelius Claussen [Pionix]
|
||||
- [ ] Kai-Uwe Hermann [Pionix]
|
||||
- [ ] Anton Wöllert [Pionix]
|
||||
- [x] Moritz Barsnick [Chargebyte]
|
||||
- [ ] Holger Rapp [Qwello]
|
||||
- [x] S. Shankari [Joint Office of Energy and Transportation]
|
||||
|
||||
|
||||
Other Attendees
|
||||
~~~~~~~~~~~~~~~
|
||||
- Robert de Leeuw (Pionix)
|
||||
- Piet Gömpel (Pionix)
|
||||
- Daniel Moore
|
||||
- Evgeny Petrov (Qwello)
|
||||
- Maximilian Pohl
|
||||
|
||||
|
||||
Agenda
|
||||
------
|
||||
|
||||
- Highlights of the month
|
||||
- What's New
|
||||
- Working Groups Updates - Cloud Communication, Car Communication, EVerest Framework & Tools, RUST & ZVT Support, CI/CD & Testing, General Discussions & QA
|
||||
- What's Next?
|
||||
- Roadmap: Updates OCPP2.01 / 2.1 Timelines, ISO15118 Timeline
|
||||
- Upcoming Events
|
||||
- Next TSC
|
||||
- Open discussion (not recorded)
|
||||
|
||||
|
||||
Action Items
|
||||
------------
|
||||
- Send out recording and slides to everest mailing list
|
||||
|
||||
|
||||
Recording:
|
||||
----------
|
||||
- `https://youtu.be/zvtfolacNU8 <https://youtu.be/zvtfolacNU8>`_
|
||||
|
||||
|
||||
Notes
|
||||
-----
|
||||
@@ -0,0 +1,63 @@
|
||||
EVerest TSC Meeting - 27 June 2024
|
||||
==================================
|
||||
|
||||
|
||||
Attendance
|
||||
----------
|
||||
|
||||
|
||||
Voting Members
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [x] (Chair) Marco Möller [Pionix]
|
||||
- [ ] Cornelius Claussen [Pionix]
|
||||
- [x] Kai-Uwe Hermann [Pionix]
|
||||
- [ ] Anton Wöllert [Pionix]
|
||||
- [x] Moritz Barsnick [Chargebyte]
|
||||
- [x] Holger Rapp [Qwello]
|
||||
- [x] S. Shankari [Joint Office of Energy and Transportation]
|
||||
|
||||
|
||||
Other Attendees
|
||||
~~~~~~~~~~~~~~~
|
||||
- Robert de Leeuw (Pionix)
|
||||
- Ralf Gesswein (Pionix)
|
||||
- James Chapman
|
||||
- Louis Grassi
|
||||
- Katie Rischpater
|
||||
- Hauke Feiertag
|
||||
|
||||
|
||||
Agenda
|
||||
------
|
||||
- Highlights of the month
|
||||
- What's New
|
||||
- Working Groups Updates - Cloud Communication, Car Communication, EVerest Framework & Tools, RUST & ZVT Support, CI/CD & Testing, General Discussions & QA
|
||||
- What's Next?
|
||||
- Roadmap: Updates OCPP2.01 / 2.1 Timelines, ISO15118 Timeline
|
||||
- Upcoming Events
|
||||
- Next TSC
|
||||
- Open discussion (not recorded)
|
||||
|
||||
|
||||
Votings
|
||||
-------
|
||||
- The suggested Vulnerability Management Team (VMT) including all procedures was accepted
|
||||
|
||||
|
||||
Action Items
|
||||
------------
|
||||
- Send out recording and slides to everest mailing list
|
||||
- Discusss and evaluate Bug Bounty Program
|
||||
- Finalize member list of VMT
|
||||
- Implement procedures and tools around VMT
|
||||
|
||||
|
||||
Recording:
|
||||
----------
|
||||
- `https://youtu.be/BbaGYBSlWY0 <https://youtu.be/BbaGYBSlWY0>`_
|
||||
|
||||
|
||||
Notes
|
||||
-----
|
||||
Vote about members of the new Vulnerability Management Team took place in the non-public part. Results will be shared in the next TSC meeting.
|
||||
@@ -0,0 +1,51 @@
|
||||
EVerest TSC Meeting - 25 July 2024
|
||||
==================================
|
||||
|
||||
|
||||
Attendance
|
||||
----------
|
||||
|
||||
|
||||
Voting Members
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [ ] (Chair) Marco Möller [Pionix]
|
||||
- [ ] Cornelius Claussen [Pionix]
|
||||
- [x] Kai-Uwe Hermann [Pionix]
|
||||
- [ ] Anton Wöllert [Pionix]
|
||||
- [ ] Moritz Barsnick [Chargebyte]
|
||||
- [x] Holger Rapp [Qwello]
|
||||
- [x] S. Shankari [Joint Office of Energy and Transportation]
|
||||
|
||||
|
||||
Other Attendees
|
||||
~~~~~~~~~~~~~~~
|
||||
- Piet Gömpel (Pionix)
|
||||
- Hasjim Williams (Pionix)
|
||||
|
||||
|
||||
Agenda
|
||||
------
|
||||
|
||||
- Highlights of the month
|
||||
- What's New
|
||||
- Working Groups Updates - Cloud Communication, Car Communication, EVerest Framework & Tools, RUST & ZVT Support, CI/CD & Testing, General Discussions & QA
|
||||
- What's Next?
|
||||
- Roadmap: Updates OCPP2.01 / 2.1 Timelines, ISO15118 Timeline
|
||||
- Upcoming Events
|
||||
- Next TSC
|
||||
- Open discussion (not recorded)
|
||||
|
||||
|
||||
Action Items
|
||||
------------
|
||||
- Send out recording and slides to everest mailing list
|
||||
|
||||
|
||||
Recording:
|
||||
----------
|
||||
- `https://youtu.be/EAy5T-TH7mk <https://youtu.be/EAy5T-TH7mk>`_
|
||||
|
||||
|
||||
Notes
|
||||
-----
|
||||
@@ -0,0 +1,63 @@
|
||||
EVerest TSC Meeting - 22 August 2024
|
||||
====================================
|
||||
|
||||
|
||||
Attendance
|
||||
----------
|
||||
|
||||
|
||||
Voting Members
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [x] (Chair) Marco Möller [Pionix]
|
||||
- [ ] Cornelius Claussen [Pionix]
|
||||
- [x] Kai-Uwe Hermann [Pionix]
|
||||
- [ ] Anton Wöllert [Pionix]
|
||||
- [ ] Moritz Barsnick [Chargebyte]
|
||||
- [ ] Holger Rapp [Qwello]
|
||||
- [x] S. Shankari [Joint Office of Energy and Transportation]
|
||||
|
||||
|
||||
Other Attendees
|
||||
~~~~~~~~~~~~~~~
|
||||
- Piet Gömpel (Pionix)
|
||||
- Ralf Gesswein (Pionix)
|
||||
- Robert de Leeuw (Pionix)
|
||||
- Ryan Cryar NREL
|
||||
- Daniel Moore
|
||||
- Dmitrij Dorezyuk [Qwello]
|
||||
- Karl Peters
|
||||
|
||||
|
||||
Agenda
|
||||
------
|
||||
|
||||
- Highlights of the month
|
||||
- What's New
|
||||
- Working Groups Updates - Cloud Communication, Car Communication, EVerest Framework & Tools, RUST & ZVT Support, CI/CD & Testing, General Discussions & QA
|
||||
- What's Next?
|
||||
- Roadmap: Updates OCPP2.01 / 2.1 Timelines, ISO15118 Timeline
|
||||
- Upcoming Events
|
||||
- Next TSC
|
||||
- Open discussion (not recorded)
|
||||
|
||||
|
||||
Votings
|
||||
-------
|
||||
- VMT is established
|
||||
- VMT members confirmed
|
||||
- The new working group established: "Grid Integration & Energy Mgmt."
|
||||
|
||||
|
||||
Action Items
|
||||
------------
|
||||
- Send out recording and slides to everest mailing list
|
||||
|
||||
|
||||
Recording:
|
||||
----------
|
||||
- `https://youtu.be/49N7jovlZyw <https://youtu.be/49N7jovlZyw>`_
|
||||
|
||||
|
||||
Notes
|
||||
-----
|
||||
@@ -0,0 +1,54 @@
|
||||
EVerest TSC Meeting - 26 September 2024
|
||||
=======================================
|
||||
|
||||
|
||||
Attendance
|
||||
----------
|
||||
|
||||
|
||||
Voting Members
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [x] (Chair) Marco Möller [Pionix]
|
||||
- [ ] Cornelius Claussen [Pionix]
|
||||
- [x] Kai-Uwe Hermann [Pionix]
|
||||
- [ ] Anton Wöllert [Pionix]
|
||||
- [x] Moritz Barsnick [Chargebyte]
|
||||
- [ ] Holger Rapp [Qwello]
|
||||
- [x] S. Shankari [Joint Office of Energy and Transportation]
|
||||
|
||||
|
||||
Other Attendees
|
||||
~~~~~~~~~~~~~~~
|
||||
- Robert de Leeuw (Pionix)
|
||||
- Ross Andrews (University of British Columbio)
|
||||
- Dmitrij Dorezyuk [Qwello]
|
||||
|
||||
|
||||
Agenda
|
||||
------
|
||||
|
||||
- Highlights of the month
|
||||
- What's New
|
||||
- Updates - EV Charging SIG, Grid Integration & Energy Management, Cloud Communication, Car Communication, EVerest Framework & Tools, CI/CD & Testing, General Discussions & QA
|
||||
- What's Next?
|
||||
- Roadmap: Updates OCPP2.01 / 2.1 Timelines, ISO15118 Timeline
|
||||
- Upcoming Events
|
||||
- Next TSC
|
||||
- Open discussion (not recorded)
|
||||
|
||||
|
||||
Action Items
|
||||
------------
|
||||
- Send out recording and slides to everest mailing list
|
||||
|
||||
|
||||
Recording:
|
||||
----------
|
||||
- `https://youtu.be/lgl4zrAvyEg <https://youtu.be/lgl4zrAvyEg>`_
|
||||
|
||||
|
||||
Notes
|
||||
-----
|
||||
Votes done:
|
||||
EVerest project got an inivte to join Task 53 (https://task53.org). It was decided to accept the invite and join Task 53.
|
||||
@@ -0,0 +1,53 @@
|
||||
EVerest TSC Meeting - 24 October 2024
|
||||
=====================================
|
||||
|
||||
|
||||
Attendance
|
||||
----------
|
||||
|
||||
|
||||
Voting Members
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [ ] (Chair) Marco Möller [Pionix]
|
||||
- [ ] Cornelius Claussen [Pionix]
|
||||
- [x] Kai-Uwe Hermann [Pionix]
|
||||
- [ ] Anton Wöllert [Pionix]
|
||||
- [x] Moritz Barsnick [Chargebyte]
|
||||
- [x] Holger Rapp [Qwello]
|
||||
- [x] S. Shankari [Joint Office of Energy and Transportation]
|
||||
|
||||
|
||||
Other Attendees
|
||||
~~~~~~~~~~~~~~~
|
||||
- Martin Mörtsell
|
||||
- James Chapman (Pionix)
|
||||
- Piet Gömpel (Pionix)
|
||||
- Julian Rädel (Pionix)
|
||||
|
||||
|
||||
Agenda
|
||||
------
|
||||
|
||||
- Highlights of the month
|
||||
- What's New
|
||||
- Updates - EV Charging SIG, Grid Integration & Energy Management, Cloud Communication, Car Communication, EVerest Framework & Tools, CI/CD & Testing, General Discussions & QA
|
||||
- What's Next?
|
||||
- Roadmap: Updates OCPP2.01 / 2.1 Timelines, ISO15118 Timeline
|
||||
- Upcoming Events
|
||||
- Next TSC
|
||||
- Open discussion (not recorded)
|
||||
|
||||
|
||||
Action Items
|
||||
------------
|
||||
- Send out recording and slides to everest mailing list
|
||||
|
||||
|
||||
Recording:
|
||||
----------
|
||||
- `https://youtu.be/fJDTWODP2Pk <https://youtu.be/fJDTWODP2Pk>`_
|
||||
|
||||
|
||||
Notes
|
||||
-----
|
||||
@@ -0,0 +1,51 @@
|
||||
EVerest TSC Meeting - 28 November 2024
|
||||
======================================
|
||||
|
||||
|
||||
Attendance
|
||||
----------
|
||||
|
||||
|
||||
Voting Members
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [ ] (Chair) Marco Möller [Pionix]
|
||||
- [ ] Cornelius Claussen [Pionix]
|
||||
- [x] Kai-Uwe Hermann [Pionix]
|
||||
- [ ] Anton Wöllert [Pionix]
|
||||
- [x] Moritz Barsnick [Chargebyte]
|
||||
- [x] Holger Rapp [Qwello]
|
||||
- [ ] S. Shankari [Joint Office of Energy and Transportation]
|
||||
|
||||
|
||||
Other Attendees
|
||||
~~~~~~~~~~~~~~~
|
||||
- Piet Gömpel (Pionix)
|
||||
- Ralf Gesswein (Pionix)
|
||||
|
||||
|
||||
Agenda
|
||||
------
|
||||
|
||||
- Highlights of the month
|
||||
- What's New
|
||||
- Updates - EV Charging SIG, Grid Integration & Energy Management, Cloud Communication, Car Communication, EVerest Framework & Tools, CI/CD & Testing, General Discussions & QA
|
||||
- What's Next?
|
||||
- Roadmap: Updates OCPP2.01 / 2.1 Timelines, ISO15118 Timeline
|
||||
- Upcoming Events
|
||||
- Next TSC
|
||||
- Open discussion (not recorded)
|
||||
|
||||
|
||||
Action Items
|
||||
------------
|
||||
- Send out recording and slides to everest mailing list
|
||||
|
||||
|
||||
Recording:
|
||||
----------
|
||||
- `https://youtu.be/DatpyJMlQ3M <https://youtu.be/DatpyJMlQ3M>`_
|
||||
|
||||
|
||||
Notes
|
||||
-----
|
||||
@@ -0,0 +1,50 @@
|
||||
EVerest TSC Meeting - 19 December 2024
|
||||
======================================
|
||||
|
||||
|
||||
Attendance
|
||||
----------
|
||||
|
||||
|
||||
Voting Members
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [ ] (Chair) Marco Möller [Pionix]
|
||||
- [ ] Cornelius Claussen [Pionix]
|
||||
- [x] Kai-Uwe Hermann [Pionix]
|
||||
- [ ] Anton Wöllert [Pionix]
|
||||
- [ ] Moritz Barsnick [Chargebyte]
|
||||
- [ ] Holger Rapp [Qwello]
|
||||
- [x] S. Shankari [Joint Office of Energy and Transportation]
|
||||
|
||||
|
||||
Other Attendees
|
||||
~~~~~~~~~~~~~~~
|
||||
- Robert de Leeuw (Pionix)
|
||||
|
||||
|
||||
Agenda
|
||||
------
|
||||
|
||||
- Highlights of the month
|
||||
- What's New
|
||||
- Updates - EV Charging SIG, Grid Integration & Energy Management, Cloud Communication, Car Communication, EVerest Framework & Tools, CI/CD & Testing, General Discussions & QA
|
||||
- What's Next?
|
||||
- Roadmap: Updates OCPP2.01 / 2.1 Timelines, ISO15118 Timeline
|
||||
- Upcoming Events
|
||||
- Next TSC
|
||||
- Open discussion (not recorded)
|
||||
|
||||
|
||||
Action Items
|
||||
------------
|
||||
- Send out recording and slides to everest mailing list
|
||||
|
||||
|
||||
Recording:
|
||||
----------
|
||||
- `https://youtu.be/Ux4xogt8vJM <https://youtu.be/Ux4xogt8vJM>`_
|
||||
|
||||
|
||||
Notes
|
||||
-----
|
||||
@@ -0,0 +1,53 @@
|
||||
EVerest TSC Meeting - 23 January 2025
|
||||
=====================================
|
||||
|
||||
|
||||
Attendance
|
||||
----------
|
||||
|
||||
|
||||
Voting Members
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [x] (Chair) Marco Möller [Pionix]
|
||||
- [ ] Cornelius Claussen [Pionix]
|
||||
- [x] Kai-Uwe Hermann [Pionix]
|
||||
- [ ] Anton Wöllert [Pionix]
|
||||
- [ ] Moritz Barsnick [Chargebyte]
|
||||
- [ ] Holger Rapp [Qwello]
|
||||
- [x] S. Shankari [Joint Office of Energy and Transportation]
|
||||
|
||||
|
||||
Other Attendees
|
||||
~~~~~~~~~~~~~~~
|
||||
- Robert de Leeuw
|
||||
- James Chapman
|
||||
- Piet Gömpel
|
||||
- Jonas Rockstroh
|
||||
|
||||
|
||||
Agenda
|
||||
------
|
||||
|
||||
- Highlights of the month
|
||||
- What's New
|
||||
- Updates - EV Charging SIG, Grid Integration & Energy Management, Cloud Communication, Car Communication, EVerest Framework & Tools, WG Car Comm: MCS, General Discussions & QA
|
||||
- What's Next?
|
||||
- Roadmap: Updates on Timelines
|
||||
- Upcoming Events
|
||||
- Next TSC
|
||||
- Open discussion (not recorded)
|
||||
|
||||
|
||||
Action Items
|
||||
------------
|
||||
- Send out recording and slides to everest mailing list
|
||||
|
||||
|
||||
Recording:
|
||||
----------
|
||||
- `https://youtu.be/6hJNHOGtOxA <https://youtu.be/6hJNHOGtOxA>`_
|
||||
|
||||
|
||||
Notes
|
||||
-----
|
||||
@@ -0,0 +1,58 @@
|
||||
EVerest TSC Meeting - 27 February 2025
|
||||
======================================
|
||||
|
||||
|
||||
Attendance
|
||||
----------
|
||||
|
||||
|
||||
Voting Members
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [x] (Chair) Marco Möller [Pionix]
|
||||
- [ ] Cornelius Claussen [Pionix]
|
||||
- [x] Kai-Uwe Hermann [Pionix]
|
||||
- [ ] Anton Wöllert [Pionix]
|
||||
- [x] Moritz Barsnick [Chargebyte]
|
||||
- [ ] Holger Rapp [Qwello]
|
||||
- [x] S. Shankari [Joint Office of Energy and Transportation]
|
||||
|
||||
|
||||
Other Attendees
|
||||
~~~~~~~~~~~~~~~
|
||||
- Robert de Leeuw (PIONIX)
|
||||
- Piet Gömpel (PIONIX)
|
||||
- Dmitrij Dorezyk (Qwello) - voting on behalf of Holger
|
||||
|
||||
|
||||
Agenda
|
||||
------
|
||||
|
||||
- Highlights of the month
|
||||
- What's New
|
||||
- Updates - EV Charging SIG, Grid Integration & Energy Management, Cloud Communication, Car Communication, EVerest Framework & Tools, WG Car Comm: MCS, General Discussions & QA
|
||||
- What's Next?
|
||||
- Roadmap: Updates on Timelines
|
||||
- Upcoming Events
|
||||
- Next TSC
|
||||
- Open discussion (not recorded)
|
||||
|
||||
|
||||
Action Items
|
||||
------------
|
||||
- Send out recording and slides to everest mailing list
|
||||
|
||||
|
||||
Recording:
|
||||
----------
|
||||
- `https://youtu.be/fKH0i4AXvBE <https://youtu.be/fKH0i4AXvBE>`_
|
||||
|
||||
|
||||
Notes
|
||||
-----
|
||||
Votes done:
|
||||
- EVerest will get a Penetation Testing / Security Review sponsored by LF Energy (membership fees). They will start working with the VMT team
|
||||
|
||||
Other:
|
||||
- No objections on working group structure, but suggestion to add LiveDemos
|
||||
- No objections on renaming release channels
|
||||
@@ -0,0 +1,59 @@
|
||||
EVerest TSC Meeting - 27 March 2025
|
||||
===================================
|
||||
|
||||
|
||||
Attendance
|
||||
----------
|
||||
|
||||
|
||||
Voting Members
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [x] (Chair) Marco Möller [Pionix]
|
||||
- [ ] Cornelius Claussen [Pionix]
|
||||
- [ ] Kai-Uwe Hermann [Pionix]
|
||||
- [ ] Anton Wöllert [Pionix]
|
||||
- [x] Moritz Barsnick [Chargebyte]
|
||||
- [x] Holger Rapp [Qwello]
|
||||
- [x] S. Shankari [Joint Office of Energy and Transportation]
|
||||
|
||||
|
||||
Other Attendees
|
||||
~~~~~~~~~~~~~~~
|
||||
- Piet Gömpel (PIONIX)
|
||||
- Manuel Ziegler (PIONIX)
|
||||
|
||||
|
||||
Agenda
|
||||
------
|
||||
|
||||
- Highlights of the month
|
||||
- What's New
|
||||
- Updates - EV Charging SIG, Grid Integration & Energy Management, Cloud Communication, Car Communication, EVerest Framework & Tools, WG Car Comm: MCS, General Discussions & QA
|
||||
- What's Next?
|
||||
- Roadmap: Updates on Timelines
|
||||
- Upcoming Events
|
||||
- Next TSC
|
||||
- Open discussion (not recorded)
|
||||
|
||||
|
||||
Action Items
|
||||
------------
|
||||
- Send out recording and slides to everest mailing list
|
||||
|
||||
|
||||
Recording:
|
||||
----------
|
||||
- `https://youtu.be/Tk0hULEuL6Y <https://youtu.be/Tk0hULEuL6Y>`_
|
||||
|
||||
|
||||
Notes
|
||||
-----
|
||||
|
||||
Votes done:
|
||||
|
||||
Other:
|
||||
|
||||
- We will change the working group handling slightly with the General Community
|
||||
now on Tuesdays, 11am CE(S)T.
|
||||
- Plan a discussion for US-friendly time-slot.
|
||||
@@ -0,0 +1,57 @@
|
||||
EVerest TSC Meeting - 24 April 2025
|
||||
===================================
|
||||
|
||||
|
||||
Attendance
|
||||
----------
|
||||
|
||||
|
||||
Voting Members
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [x] (Chair) Marco Möller [Pionix]
|
||||
- [ ] Cornelius Claussen [Pionix]
|
||||
- [ ] Kai-Uwe Hermann [Pionix]
|
||||
- [ ] Anton Wöllert [Pionix]
|
||||
- [x] Moritz Barsnick [Chargebyte]
|
||||
- [ ] Holger Rapp [Qwello]
|
||||
- [ ] S. Shankari [Joint Office of Energy and Transportation]
|
||||
|
||||
|
||||
Other Attendees
|
||||
~~~~~~~~~~~~~~~
|
||||
- Piet Gömpel (PIONIX)
|
||||
- Manuel Ziegler (PIONIX)
|
||||
- Robert de Leeuw (PIONIX)
|
||||
|
||||
|
||||
Agenda
|
||||
------
|
||||
|
||||
- Highlights of the month
|
||||
- What's New
|
||||
- Updates - EV Charging SIG, Grid Integration & Energy Management, Cloud Communication, Car Communication, EVerest Framework & Tools, WG Car Comm: MCS, General Discussions & QA
|
||||
- What's Next?
|
||||
- Roadmap: Updates on Timelines
|
||||
- Upcoming Events
|
||||
- Next TSC
|
||||
- Open discussion (not recorded)
|
||||
|
||||
|
||||
Action Items
|
||||
------------
|
||||
- Send out recording and slides to everest mailing list
|
||||
|
||||
|
||||
Recording:
|
||||
----------
|
||||
- `https://youtu.be/s4xnr1uysWw <https://youtu.be/s4xnr1uysWw>`_
|
||||
|
||||
|
||||
Notes
|
||||
-----
|
||||
Votes done:
|
||||
-none
|
||||
|
||||
Other:
|
||||
-
|
||||
@@ -0,0 +1,56 @@
|
||||
EVerest TSC Meeting - 22 May 2025
|
||||
=================================
|
||||
|
||||
|
||||
Attendance
|
||||
----------
|
||||
|
||||
|
||||
Voting Members
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [x] (Chair) Marco Möller [Pionix]
|
||||
- [ ] Cornelius Claussen [Pionix]
|
||||
- [ ] Kai-Uwe Hermann [Pionix]
|
||||
- [ ] Anton Wöllert [Pionix]
|
||||
- [x] Moritz Barsnick [Chargebyte]
|
||||
- [x] Dmitrij Dorezyuk (representing Holger Rapp) [Qwello]
|
||||
- [x] S. Shankari [Joint Office of Energy and Transportation]
|
||||
|
||||
|
||||
Other Attendees
|
||||
~~~~~~~~~~~~~~~
|
||||
- Piet Gömpel (PIONIX)
|
||||
- Robert de Leeuw (PIONIX)
|
||||
|
||||
|
||||
Agenda
|
||||
------
|
||||
|
||||
- Highlights of the month
|
||||
- What's New
|
||||
- Updates - EV Charging SIG, Grid Integration & Energy Management, Cloud Communication, Car Communication, EVerest Framework & Tools, WG Car Comm: MCS
|
||||
- What's Next?
|
||||
- Roadmap: Updates on Timelines
|
||||
- Upcoming Events
|
||||
- Next TSC
|
||||
- Open discussion (not recorded)
|
||||
|
||||
|
||||
Action Items
|
||||
------------
|
||||
- Send out recording and slides to EVerest mailing list
|
||||
|
||||
|
||||
Recording:
|
||||
----------
|
||||
- `https://youtu.be/DTkKWgRtyYk <https://youtu.be/DTkKWgRtyYk>`_
|
||||
|
||||
|
||||
Notes
|
||||
-----
|
||||
Votes done:
|
||||
-none
|
||||
|
||||
Other:
|
||||
-
|
||||
@@ -0,0 +1,56 @@
|
||||
EVerest TSC Meeting - 26 June 2025
|
||||
==================================
|
||||
|
||||
|
||||
Attendance
|
||||
----------
|
||||
|
||||
|
||||
Voting Members
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [ ] (Chair) Marco Möller [Pionix]
|
||||
- [ ] Cornelius Claussen [Pionix]
|
||||
- [x] Kai-Uwe Hermann (delegated votes from Holger Rapp and Marco Möller) [Pionix]
|
||||
- [ ] Anton Wöllert [Pionix]
|
||||
- [x] Moritz Barsnick [Chargebyte]
|
||||
- [ ] Holger Rapp [Qwello]
|
||||
- [x] Abby Wheelis (representing S. Shankari) [NREL]
|
||||
- [ ] S. Shankari [NREL]
|
||||
|
||||
|
||||
Other Attendees
|
||||
~~~~~~~~~~~~~~~
|
||||
- None
|
||||
|
||||
|
||||
Agenda
|
||||
------
|
||||
|
||||
- Highlights of the month
|
||||
- What's New
|
||||
- Updates - EV Charging SIG, Grid Integration & Energy Management, Cloud Communication, Car Communication, EVerest Framework & Tools, WG Car Comm: MCS
|
||||
- What's Next?
|
||||
- Roadmap: Updates on Timelines
|
||||
- Upcoming Events
|
||||
- Next TSC
|
||||
- Open discussion (not recorded)
|
||||
|
||||
|
||||
Action Items
|
||||
------------
|
||||
- Send out recording and slides to EVerest mailing list
|
||||
|
||||
|
||||
Recording:
|
||||
----------
|
||||
- `https://youtu.be/2YEhuLGkYqw <https://youtu.be/2YEhuLGkYqw>`_
|
||||
|
||||
|
||||
Notes
|
||||
-----
|
||||
Votes done:
|
||||
- None
|
||||
|
||||
Other:
|
||||
-
|
||||
@@ -0,0 +1,57 @@
|
||||
EVerest TSC Meeting - 24 July 2025
|
||||
==================================
|
||||
|
||||
|
||||
Attendance
|
||||
----------
|
||||
|
||||
|
||||
Voting Members
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [x] (Chair) Marco Möller [Pionix]
|
||||
- [ ] Cornelius Claussen [Pionix]
|
||||
- [ ] Kai-Uwe Hermann [Pionix]
|
||||
- [x] Piet Gömpel [Pionix]
|
||||
- [ ] Anton Wöllert [Pionix]
|
||||
- [ ] Moritz Barsnick [Chargebyte]
|
||||
- [x] Martin Kranzfelder [Chargebyte]
|
||||
- [x] Holger Rapp [Qwello]
|
||||
- [x] S. Shankari [NREL]
|
||||
|
||||
|
||||
Other Attendees
|
||||
~~~~~~~~~~~~~~~
|
||||
- None
|
||||
|
||||
|
||||
Agenda
|
||||
------
|
||||
|
||||
- Highlights of the month
|
||||
- What's New
|
||||
- Updates - EV Charging SIG, Grid Integration & Energy Management, Cloud Communication, Car Communication, EVerest Framework & Tools, WG Car Comm: MCS
|
||||
- What's Next?
|
||||
- Roadmap: Updates on Timelines
|
||||
- Upcoming Events
|
||||
- Next TSC
|
||||
- Open discussion (not recorded)
|
||||
|
||||
|
||||
Action Items
|
||||
------------
|
||||
- Send out recording and slides to EVerest mailing list
|
||||
|
||||
|
||||
Recording:
|
||||
----------
|
||||
- `https://youtu.be/w9UEjiQgtoM <https://youtu.be/w9UEjiQgtoM>`_
|
||||
|
||||
|
||||
Notes
|
||||
-----
|
||||
Votes done:
|
||||
- None
|
||||
|
||||
Other:
|
||||
-
|
||||
@@ -0,0 +1,56 @@
|
||||
EVerest TSC Meeting - 28 August 2025
|
||||
====================================
|
||||
|
||||
|
||||
Attendance
|
||||
----------
|
||||
|
||||
|
||||
Voting Members
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [x] (Chair) Marco Möller [Pionix]
|
||||
- [ ] Cornelius Claussen [Pionix]
|
||||
- [x] Kai-Uwe Hermann [Pionix]
|
||||
- [x] Piet Gömpel [Pionix]
|
||||
- [ ] Anton Wöllert [Pionix]
|
||||
- [x] Moritz Barsnick [Chargebyte]
|
||||
- [x] Holger Rapp [Qwello]
|
||||
- [x] S. Shankari [NREL]
|
||||
|
||||
|
||||
Other Attendees
|
||||
~~~~~~~~~~~~~~~
|
||||
- several
|
||||
|
||||
|
||||
Agenda
|
||||
------
|
||||
|
||||
- Highlights of the month
|
||||
- What's New
|
||||
- Updates - EV Charging SIG, Grid Integration & Energy Management, Cloud Communication, Car Communication, EVerest Framework & Tools, WG Car Comm: MCS
|
||||
- What's Next?
|
||||
- Roadmap: Updates on Timelines
|
||||
- Upcoming Events
|
||||
- Next TSC
|
||||
- Open discussion (not recorded)
|
||||
|
||||
|
||||
Action Items
|
||||
------------
|
||||
- Send out recording and slides to EVerest mailing list
|
||||
|
||||
|
||||
Recording:
|
||||
----------
|
||||
- `https://youtu.be/wtCH27zjGJ4 <https://youtu.be/wtCH27zjGJ4>`_
|
||||
|
||||
|
||||
Notes
|
||||
-----
|
||||
Votes done:
|
||||
- None
|
||||
|
||||
Other:
|
||||
-
|
||||
@@ -0,0 +1,60 @@
|
||||
EVerest TSC Meeting - 25 September 2025
|
||||
=======================================
|
||||
|
||||
|
||||
Attendance
|
||||
----------
|
||||
|
||||
|
||||
Voting Members
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [x] (Chair) Marco Möller [Pionix]
|
||||
- [ ] Cornelius Claussen [Pionix]
|
||||
- [ ] Kai-Uwe Hermann [Pionix]
|
||||
- [x] Piet Gömpel [Pionix]
|
||||
- [ ] Anton Wöllert [Pionix] -> vote delegated to Piet
|
||||
- [x] Moritz Barsnick [Chargebyte]
|
||||
- [x] Holger Rapp [Qwello]
|
||||
- [ ] S. Shankari [NREL] -> vote delegated to Abby Wheelis
|
||||
|
||||
|
||||
Other Attendees
|
||||
~~~~~~~~~~~~~~~
|
||||
- Abby Wheelis [NREL]
|
||||
- Martin Litre [Pionix]
|
||||
- Craig Robert Rodine [Sandia National Labs]
|
||||
- several others
|
||||
|
||||
|
||||
Agenda
|
||||
------
|
||||
|
||||
- Highlights of the month
|
||||
- What's New
|
||||
- Updates - EV Charging SIG, Grid Integration & Energy Management, Cloud Communication, Car Communication, EVerest Framework & Tools, WG Car Comm: MCS
|
||||
- What's Next?
|
||||
- Roadmap: Updates on Timelines
|
||||
- Upcoming Events
|
||||
- Next TSC
|
||||
- Open discussion (not recorded)
|
||||
|
||||
|
||||
Action Items
|
||||
------------
|
||||
- Send out recording and slides to EVerest mailing list
|
||||
|
||||
|
||||
Recording:
|
||||
----------
|
||||
- `https://youtu.be/1nYOwKNLpmg <https://youtu.be/1nYOwKNLpmg>`_
|
||||
|
||||
Notes
|
||||
-----
|
||||
Votes done:
|
||||
- Accepted Proposal: Digital Certificate Validation Logic
|
||||
- Accepted Proposal: New Versioning & Release Management
|
||||
- Accepted Inofficial Proposal: Golden SUT Application
|
||||
|
||||
Other:
|
||||
-
|
||||
@@ -0,0 +1,63 @@
|
||||
EVerest TSC Meeting - 23 October 2025
|
||||
=====================================
|
||||
|
||||
|
||||
Attendance
|
||||
----------
|
||||
|
||||
|
||||
Voting Members
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [x] (Chair) Marco Möller [Pionix]
|
||||
- [ ] Cornelius Claussen [Pionix]
|
||||
- [x] Kai-Uwe Hermann [Pionix]
|
||||
- [x] Piet Gömpel [Pionix]
|
||||
- [ ] Anton Wöllert [Pionix]
|
||||
- [x] Moritz Barsnick [Chargebyte] -> vote delegated to Kai
|
||||
- [x] Holger Rapp [Qwello]
|
||||
- [ ] S. Shankari [NREL] -> vote delegated to Abby Wheelis
|
||||
|
||||
|
||||
Other Attendees
|
||||
~~~~~~~~~~~~~~~
|
||||
- Abby Wheelis [NREL]
|
||||
- Martin Litre [Pionix]
|
||||
- Craig Robert Rodine [Sandia National Labs]
|
||||
- several others
|
||||
|
||||
|
||||
Agenda
|
||||
------
|
||||
|
||||
- Highlights of the month
|
||||
- What's New
|
||||
- Updates - EV Charging SIG, Grid Integration & Energy Management, Cloud Communication, Car Communication, EVerest Framework & Tools, WG Car Comm: MCS
|
||||
- Proposal on: OIN - Adding EVerest to the Linux System definition -> go ahead
|
||||
- Proposal on: NSF Funding on Project on Safe open Open Source Ecosystem -> GO: Contact: craig
|
||||
- Proposal on: EVerest CPO Forum (Working Group) -> GO, much interest, qwello and others would like to join
|
||||
- What's Next?
|
||||
- Roadmap: Updates on Timelines
|
||||
- Upcoming Events
|
||||
- Next TSC
|
||||
- Open discussion (not recorded)
|
||||
|
||||
|
||||
Action Items
|
||||
------------
|
||||
- Send out recording and slides to EVerest mailing list
|
||||
|
||||
|
||||
Recording:
|
||||
----------
|
||||
- `https://youtu.be/S1bKJMCK_hk <https://youtu.be/S1bKJMCK_hk>`_
|
||||
|
||||
Notes
|
||||
-----
|
||||
Votes done:
|
||||
- Proposal on: OIN - Adding EVerest to the Linux System definition -> go ahead
|
||||
- Proposal on: NSF Funding on Project on Safe open Open Source Ecosystem -> GO: Contact: craig
|
||||
- Proposal on: EVerest CPO Forum (Working Group) -> GO, much interest, qwello and others would like to join
|
||||
|
||||
Other:
|
||||
-
|
||||
@@ -0,0 +1,70 @@
|
||||
EVerest TSC Meeting - 27 November 2025
|
||||
======================================
|
||||
|
||||
|
||||
Attendance
|
||||
----------
|
||||
|
||||
|
||||
Voting Members
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [x] (Chair) Marco Möller [Pionix]
|
||||
- [x] Cornelius Claussen [Pionix]
|
||||
- [x] Kai-Uwe Hermann [Pionix]
|
||||
- [x] Piet Gömpel [Pionix] (replacing Anton Wöllert temporarily)
|
||||
- [x] Moritz Barsnick [Chargebyte]
|
||||
- [ ] Holger Rapp [Qwello] -> vote delegated to to Dima
|
||||
- [ ] S. Shankari [NREL] -> vote delegated to Abby Wheelis
|
||||
|
||||
|
||||
Other Attendees
|
||||
~~~~~~~~~~~~~~~
|
||||
- Abby Wheelis [NREL]
|
||||
- Martin Litre [Pionix]
|
||||
- Craig Robert Rodine [Sandia National Labs]
|
||||
- Dima [Qwello]
|
||||
- Yue Xiao
|
||||
- James [Pionix]
|
||||
- several others
|
||||
|
||||
|
||||
Agenda
|
||||
------
|
||||
|
||||
- Highlights of the month
|
||||
- EVerest Development Updates
|
||||
- Updates - from working groups and on monthly release
|
||||
- EVerest accepted as Golden SUT
|
||||
- EVerest precertified for Plug and Charge
|
||||
- NPM supply chain attack summary
|
||||
- Community Proposals
|
||||
- Update on OpenInventionNetwork
|
||||
- Mono Repo Proposal
|
||||
- Update on "Safe open source Ecosystes" Funding application
|
||||
- Update on CPO Forum
|
||||
- Update on Roadmapping PRocess
|
||||
- What Else
|
||||
- Event recap
|
||||
- Upcoming Events
|
||||
- Next TSC
|
||||
- Open discussion (not recorded)
|
||||
|
||||
|
||||
Action Items
|
||||
------------
|
||||
- Send out recording and slides to EVerest mailing list
|
||||
|
||||
|
||||
Recording:
|
||||
----------
|
||||
- `https://youtu.be/Bw9BruuNcKk <https://youtu.be/Bw9BruuNcKk>`_
|
||||
|
||||
|
||||
Notes
|
||||
-----
|
||||
Votes done:
|
||||
- Proposal on: Nonorepo -> GO
|
||||
|
||||
Other:
|
||||
-
|
||||
@@ -0,0 +1,64 @@
|
||||
EVerest TSC Meeting - 18 December 2025
|
||||
======================================
|
||||
|
||||
|
||||
Attendance
|
||||
----------
|
||||
|
||||
|
||||
Voting Members
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [x] (Chair) Marco Möller [Pionix]
|
||||
- [ ] Cornelius Claussen [Pionix]
|
||||
- [x] Kai-Uwe Hermann [Pionix]
|
||||
- [x] Piet Gömpel [Pionix] (replacing Anton Wöllert temporarily)
|
||||
- [x] Moritz Barsnick [Chargebyte]
|
||||
- [x] Holger Rapp [Qwello] -> vote delegated to to Dima
|
||||
- [x] S. Shankari [NREL] -> vote delegated to Abby Wheelis
|
||||
|
||||
|
||||
Other Attendees
|
||||
~~~~~~~~~~~~~~~
|
||||
- Abby Wheelis [NREL]
|
||||
- Martin Litre [Pionix]
|
||||
- Craig Robert Rodine [Sandia National Labs]
|
||||
- several others
|
||||
|
||||
|
||||
Agenda
|
||||
------
|
||||
|
||||
- Highlights of the month
|
||||
- EVerest Development Updates
|
||||
- Updates - from working groups and on monthly release
|
||||
- Community Proposals
|
||||
- Stabilized Main Proposal
|
||||
- Release Plan Proposal
|
||||
- Update on Roadmapping Process
|
||||
- What Else
|
||||
- Event recap
|
||||
- EVerest CPO Forum Kickoff
|
||||
- Upcoming Events
|
||||
- Next TSC
|
||||
- Open discussion (not recorded)
|
||||
|
||||
|
||||
Action Items
|
||||
------------
|
||||
- Send out recording and slides to EVerest mailing list
|
||||
|
||||
|
||||
Recording:
|
||||
----------
|
||||
- `https://youtu.be/5sivUyI3aMo <https://youtu.be/5sivUyI3aMo>`_
|
||||
|
||||
|
||||
Notes
|
||||
-----
|
||||
Votes done:
|
||||
- Proposal on: Stabilized Main -> Accepted to move forwards
|
||||
- Proposal on: Release Plan / Versioning -> Accepted to move forwards
|
||||
|
||||
Other:
|
||||
-
|
||||
@@ -0,0 +1,61 @@
|
||||
EVerest TSC Meeting - 22 January 2026
|
||||
=====================================
|
||||
|
||||
|
||||
Attendance
|
||||
----------
|
||||
|
||||
|
||||
Voting Members
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [x] (Chair) Marco Möller [Pionix]
|
||||
- [ ] Cornelius Claussen [Pionix]
|
||||
- [x] Kai-Uwe Hermann [Pionix]
|
||||
- [x] Piet Gömpel [Pionix] (replacing Anton Wöllert temporarily)
|
||||
- [x] Moritz Barsnick [Chargebyte]
|
||||
- [x] Holger Rapp [Qwello] -> vote delegated to to Dima
|
||||
- [ ] S. Shankari [NREL] -> vote delegated to Abby Wheelis
|
||||
|
||||
|
||||
Other Attendees
|
||||
~~~~~~~~~~~~~~~
|
||||
- Martin Litre [Pionix]
|
||||
- Craig Robert Rodine [Sandia National Labs]
|
||||
- several others
|
||||
|
||||
|
||||
Agenda
|
||||
------
|
||||
|
||||
- Highlights of the month
|
||||
- EVerest Development Updates
|
||||
- Updates - from working groups and on monthly release
|
||||
- Community Proposals
|
||||
- Discussion about alternative more secure RFID standards
|
||||
- Roadmap Update
|
||||
- EVerest Conference and Hackathon announcement
|
||||
- What Else
|
||||
- Upcoming Events
|
||||
- Next TSC
|
||||
- Open discussion (not recorded)
|
||||
|
||||
|
||||
Action Items
|
||||
------------
|
||||
- Send out recording and slides to EVerest mailing list
|
||||
|
||||
|
||||
Recording:
|
||||
----------
|
||||
- `https://youtu.be/-sKbGNbXBTk <https://youtu.be/-sKbGNbXBTk>`_
|
||||
|
||||
|
||||
Notes
|
||||
-----
|
||||
Votes done:
|
||||
|
||||
- none
|
||||
|
||||
Other:
|
||||
-
|
||||
@@ -0,0 +1,61 @@
|
||||
EVerest TSC Meeting - 26 February 2026
|
||||
======================================
|
||||
|
||||
|
||||
Attendance
|
||||
----------
|
||||
|
||||
|
||||
Voting Members
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [x] (Chair) Marco Möller [Pionix]
|
||||
- [ ] Cornelius Claussen [Pionix]
|
||||
- [x] Kai-Uwe Hermann [Pionix]
|
||||
- [x] Piet Gömpel [Pionix] (replacing Anton Wöllert temporarily)
|
||||
- [x] Moritz Barsnick [Chargebyte]
|
||||
- [x] Holger Rapp [Qwello] -> vote delegated to to Dima
|
||||
- [x] S. Shankari [NREL]
|
||||
|
||||
|
||||
Other Attendees
|
||||
~~~~~~~~~~~~~~~
|
||||
- Martin Litre [Pionix]
|
||||
- several others
|
||||
|
||||
|
||||
Agenda
|
||||
------
|
||||
|
||||
- Highlights of the month
|
||||
- EVerest Development Updates
|
||||
- Updates - from working groups and on monthly release
|
||||
- Community Proposals
|
||||
- Update on OIN application
|
||||
- Discussion on AI contributions
|
||||
- Discussion on opening up PR triage call
|
||||
- What Else
|
||||
- Recap CPO Forum
|
||||
- Upcoming Events
|
||||
- Next TSC
|
||||
- Open discussion (not recorded)
|
||||
|
||||
|
||||
Action Items
|
||||
------------
|
||||
- Send out recording and slides to EVerest mailing list
|
||||
|
||||
|
||||
Recording:
|
||||
----------
|
||||
- `https://youtu.be/I4tSQSUti1k <https://youtu.be/I4tSQSUti1k>`_
|
||||
|
||||
|
||||
Notes
|
||||
-----
|
||||
Votes done:
|
||||
|
||||
- none
|
||||
|
||||
Other:
|
||||
-
|
||||
@@ -0,0 +1,77 @@
|
||||
EVerest TSC Meeting - 26 March 2026
|
||||
======================================
|
||||
|
||||
|
||||
Attendance
|
||||
----------
|
||||
|
||||
|
||||
Voting Members
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [x] (Chair) Marco Möller [Pionix]
|
||||
- [ ] Cornelius Claussen [Pionix] -> vote delgated to Marco
|
||||
- [x] Kai-Uwe Hermann [Pionix]
|
||||
- [x] Piet Gömpel [Pionix] (replacing Anton Wöllert temporarily)
|
||||
- [ ] Moritz Barsnick [Chargebyte]
|
||||
- [x] Holger Rapp [Qwello]
|
||||
- [x] S. Shankari [NREL]
|
||||
|
||||
|
||||
Other Attendees
|
||||
~~~~~~~~~~~~~~~
|
||||
- Martin Litre [Pionix]
|
||||
- Yue Xiao
|
||||
- several others
|
||||
|
||||
|
||||
Agenda
|
||||
------
|
||||
|
||||
- Highlights of the month
|
||||
- EVerest Development Updates
|
||||
- Updates - from working groups and on new stable release 2026.02.0
|
||||
- Community Proposals
|
||||
- Update on NSF Safe-OSE Proposal
|
||||
- New Rules on AI contributions
|
||||
- Discussion on EVerest Leadership Delegation & Scaling Proposal
|
||||
- What Else
|
||||
- overview regular calls, new triage call
|
||||
- recap FOSDEM + EVerest talk
|
||||
- Recap CPO Forum
|
||||
- Recap SunSpec+EVerest Webinar
|
||||
- open Energy Hackathon
|
||||
- Upcoming Events
|
||||
- Next TSC
|
||||
- Open discussion (not recorded)
|
||||
|
||||
|
||||
Action Items
|
||||
------------
|
||||
- Send out recording and slides to EVerest mailing list
|
||||
- update TSC roles and members in github
|
||||
|
||||
|
||||
Recording:
|
||||
----------
|
||||
- `https://youtu.be/3dO7Lg2Cie4 <https://youtu.be/3dO7Lg2Cie4>`_
|
||||
|
||||
|
||||
Notes
|
||||
-----
|
||||
Votes done:
|
||||
Quorum met! (6 out of 7 members present live or deligated) (>50% of all members needed)
|
||||
1. Vote on TSC seat removal from Anton Wöllert
|
||||
5 in favor, 0 against, 1 abstained => accepted
|
||||
|
||||
2. Vote on TSC seat assigning to Piet Gömpel
|
||||
5 in favor, 0 against, 0 abstained => accepted
|
||||
|
||||
3. Vote on new TSC chair role split
|
||||
6 in favor, 0 against, 0 abstained => accepted
|
||||
|
||||
4. Vote on assigning Chief Architect role to Piet Gömpel
|
||||
5 in favor, 0 against, 1 abstained => accepted
|
||||
|
||||
Other:
|
||||
-
|
||||
@@ -0,0 +1,58 @@
|
||||
EVerest TSC Meeting - 24 April 2026
|
||||
======================================
|
||||
|
||||
|
||||
Attendance
|
||||
----------
|
||||
|
||||
|
||||
Voting Members
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [x] (Chair) Marco Möller [Pionix]
|
||||
- [ ] Cornelius Claussen [Pionix] -> vote delgated to Marco
|
||||
- [ ] Kai-Uwe Hermann [Pionix]
|
||||
- [x] Piet Gömpel [Pionix]
|
||||
- [x] Moritz Barsnick [Chargebyte]
|
||||
- [x] Holger Rapp [Qwello]
|
||||
- [x] S. Shankari [NREL]
|
||||
|
||||
|
||||
Other Attendees
|
||||
~~~~~~~~~~~~~~~
|
||||
- several others
|
||||
|
||||
|
||||
Agenda
|
||||
------
|
||||
|
||||
- Highlights of the month
|
||||
- EVerest Development Updates
|
||||
- Community Proposals
|
||||
- Change of Cadance of Energy WG --> accepted
|
||||
- Suggestion to draft a EVerest Manifesto --> accepted, we will work on this
|
||||
- What Else
|
||||
- overview regular calls, new triage call
|
||||
- Recap CPO Forum + new landing page + archive
|
||||
- Upcoming Events
|
||||
- Next TSC
|
||||
- Open discussion (not recorded)
|
||||
|
||||
|
||||
Action Items
|
||||
------------
|
||||
- Send out recording and slides to EVerest mailing list
|
||||
- start drafting a Manifesto
|
||||
- change Energy WG cadance
|
||||
|
||||
|
||||
Recording:
|
||||
----------
|
||||
- `https://youtu.be/xIrCqN-4qcU <https://youtu.be/xIrCqN-4qcU>`_
|
||||
|
||||
|
||||
Notes
|
||||
-----
|
||||
|
||||
Other:
|
||||
-
|
||||
@@ -0,0 +1,62 @@
|
||||
EVerest TSC Meeting - 28 May 2026
|
||||
======================================
|
||||
|
||||
|
||||
Attendance
|
||||
----------
|
||||
|
||||
|
||||
Voting Members
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [ ] (Chair) Marco Möller [Pionix] -> vote delgated to Robert
|
||||
- [ ] Cornelius Claussen [Pionix] -> vote delgated to Robert
|
||||
- [ ] Kai-Uwe Hermann [Pionix]
|
||||
- [ ] Piet Gömpel [Pionix]
|
||||
- [X] Moritz Barsnick [Chargebyte]
|
||||
- [x] Holger Rapp [Qwello]
|
||||
- [ ] S. Shankari [NREL]
|
||||
|
||||
|
||||
Other Attendees
|
||||
~~~~~~~~~~~~~~~
|
||||
- Martin Litre [Pionix]
|
||||
- Robert de Leeuw [Pionix] Hosting this months TSC
|
||||
- Serge Klapwijk
|
||||
- several others
|
||||
|
||||
|
||||
Agenda
|
||||
------
|
||||
|
||||
- Highlights of the month
|
||||
- EVerest Development Updates
|
||||
- Updates - from working groups
|
||||
- Community Proposals
|
||||
- Start discussion for: Agentic @ EVerest: to be continued
|
||||
- What Else
|
||||
- Recap CPO Forum
|
||||
- open Energy Hackathon
|
||||
- Upcoming Events
|
||||
- Next TSC
|
||||
- Open discussion (not recorded)
|
||||
|
||||
|
||||
Action Items
|
||||
------------
|
||||
- Send out recording and slides to EVerest mailing list
|
||||
- update TSC roles and members in github
|
||||
|
||||
|
||||
Recording:
|
||||
----------
|
||||
- `https://youtu.be/mthxBIopqwU <https://youtu.be/mthxBIopqwU>`_
|
||||
|
||||
|
||||
Notes
|
||||
-----
|
||||
Votes:
|
||||
-
|
||||
|
||||
Other:
|
||||
-
|
||||
@@ -0,0 +1,13 @@
|
||||
EVerest TSC Meeting notes
|
||||
=========================
|
||||
|
||||
All TSC meeting notes are stored here in YYYY-MM-DD.rst format. Recordings and other assets from conference calls systems can also be stored in YYYY-MM-DD.XXX format.
|
||||
|
||||
All future meetings are listed here: https://lists.lfenergy.org/g/everest/calendar
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:glob:
|
||||
:reversed:
|
||||
|
||||
*
|
||||
Reference in New Issue
Block a user