|
Re: May we have your feedback, please?
Hi EVerest Community,
in January, we invited you to give us some feedback and carry out some prioritization of future EVerest features and your needs.
All in all, the participation rate was slightly
Hi EVerest Community,
in January, we invited you to give us some feedback and carry out some prioritization of future EVerest features and your needs.
All in all, the participation rate was slightly
|
By
Group Moderator
·
#212
·
|
|
LF Energy Event Speaking Proposal Deadlines Approaching
Hello LF Energy Project Communities,
We want to ensure all your projects are represented at our upcoming events, so need to remind you to please submit speaking proposals ASAP. You do not want your
Hello LF Energy Project Communities,
We want to ensure all your projects are represented at our upcoming events, so need to remind you to please submit speaking proposals ASAP. You do not want your
|
By
Dan Brown
·
#211
·
|
|
Re: OCPP custom messages
Hi Alberto,
EVerest libocpp supports the registration of callbacks for custom DataTransfer.req messages by the CSMS.
Hi Alberto,
EVerest libocpp supports the registration of callbacks for custom DataTransfer.req messages by the CSMS.
|
By
piet.goempel@...
·
#210
·
|
|
credential storaging
Hello,
Which is the mechanism that EVerest uses to store credentials, certificates related to vehicles/users? What about security?
Thanks,
Alberto
Hello,
Which is the mechanism that EVerest uses to store credentials, certificates related to vehicles/users? What about security?
Thanks,
Alberto
|
By
Alberto Merciai
·
#209
·
|
|
OCPP custom messages
Hello,
is there a way to implements OCPP custom messages? if yes can you point me in the right direction?
Thanks,
Alberto
Hello,
is there a way to implements OCPP custom messages? if yes can you point me in the right direction?
Thanks,
Alberto
|
By
Alberto Merciai
·
#208
·
|
|
Re: Payment terminal integration
Hi Alberto,
have a look at the everest-core Auth module: https://github.com/EVerest/everest-core/tree/main/modules/Auth and the following
Hi Alberto,
have a look at the everest-core Auth module: https://github.com/EVerest/everest-core/tree/main/modules/Auth and the following
|
By
piet.goempel@...
·
#207
·
|
|
Payment terminal integration
Hello,
Suppose I would like to add a payment terminal to the EVerest framework.
Can you help me understanding how to do that?
Is there any example related Payment terminal integration? A
Hello,
Suppose I would like to add a payment terminal to the EVerest framework.
Can you help me understanding how to do that?
Is there any example related Payment terminal integration? A
|
By
Alberto Merciai
·
#206
·
|
|
Re: Hardware recommendations
Hi Cornelius,
Many thanks for your fast and clear answer.
I will contact you about the Pionix board.
Romain
Le mar. 7 févr. 2023 à 11:42, Cornelius Claussen via lists.lfenergy.org
Hi Cornelius,
Many thanks for your fast and clear answer.
I will contact you about the Pionix board.
Romain
Le mar. 7 févr. 2023 à 11:42, Cornelius Claussen via lists.lfenergy.org
|
By
Romain Vincent
·
#205
·
|
|
Re: Hardware recommendations
Hi Romain,
check out the open hardware design here which can be used as-is or as a start for own hardware design:
https://github.com/PionixPublic/reference-hardware
You can also buy those boards or a
Hi Romain,
check out the open hardware design here which can be used as-is or as a start for own hardware design:
https://github.com/PionixPublic/reference-hardware
You can also buy those boards or a
|
By
Cornelius Claussen
·
#204
·
|
|
Hardware recommendations
Hello and thank you for the awesome works done with Everest.
Is it possible to update the hardware recommendations, including plc modem specifications for combo CCS / iso 5118 ?
Many thanks
Romain
Hello and thank you for the awesome works done with Everest.
Is it possible to update the hardware recommendations, including plc modem specifications for combo CCS / iso 5118 ?
Many thanks
Romain
|
By
Romain Vincent
·
#203
·
|
|
Re: Contribution
Hi Nikunj,
firstly, welcome to our EVerest community!
Great that you want to contribute - here are some ressources and ways to get started:
To familiarize yourself with EVerest, the obvious start may
Hi Nikunj,
firstly, welcome to our EVerest community!
Great that you want to contribute - here are some ressources and ways to get started:
To familiarize yourself with EVerest, the obvious start may
|
By
Group Moderator
·
#202
·
|
|
Contribution
Hello LFEnergy Everest team,
I am Nikunj Tilva. I am a full stack developer focused on typescript stacks. I work for ABB emobility and I always feel there is lack of open source software for Ev
Hello LFEnergy Everest team,
I am Nikunj Tilva. I am a full stack developer focused on typescript stacks. I work for ABB emobility and I always feel there is lack of open source software for Ev
|
By
Nikunj Tilva <nikunjltilva@...>
·
#201
·
|
|
Upcoming Events
#cal-summary
EVerest Discussion Upcoming Events EVerest Weekly Tech Sync
When:
Tuesday, February 7, 2023, 10:00am to 11:00am
(GMT+01:00) Europe/Berlin
Organizer:
EVerest Discussion Upcoming Events EVerest Weekly Tech Sync
When:
Tuesday, February 7, 2023, 10:00am to 11:00am
(GMT+01:00) Europe/Berlin
Organizer:
|
By
Group Notification <noreply@...>
·
#200
·
|
|
Re: May we have your feedback, please?
Hi to EVeryone,
just a quick intermediate information: A few people already gave great feedback about their needs regarding the EVerest future.
I will let the survey open until end of upcoming week.
Hi to EVeryone,
just a quick intermediate information: A few people already gave great feedback about their needs regarding the EVerest future.
I will let the survey open until end of upcoming week.
|
By
Group Moderator
·
#199
·
|
|
Re: Sequences to perform when software crashes / is closed
Hi,
do you have access to the DC power supply source code as well? As an additional measure to what Anton suggested you could implement a shutdown on communication loss in the DC power supply itself,
Hi,
do you have access to the DC power supply source code as well? As an additional measure to what Anton suggested you could implement a shutdown on communication loss in the DC power supply itself,
|
By
Cornelius Claussen
·
#198
·
|
|
Re: Sequences to perform when software crashes / is closed
Dear Davide,
right now, there is unfortunately no "teardown" of EVerest at all. But if you write your own module, you could try to register your own signal handler for that module which in turn could
Dear Davide,
right now, there is unfortunately no "teardown" of EVerest at all. But if you write your own module, you could try to register your own signal handler for that module which in turn could
|
By
Anton Wöllert
·
#197
·
|
|
Sequences to perform when software crashes / is closed
Hello,
recently I implemented my own protocol to comunicate with a DC power supply in C++. I tested it by simulating the other modules and connecting only the power supply. In certain cases, some
Hello,
recently I implemented my own protocol to comunicate with a DC power supply in C++. I tested it by simulating the other modules and connecting only the power supply. In certain cases, some
|
By
Davide Marzona
·
#196
·
|
|
EVerest January 2022 Release + EVerest TSC recording
Hi EVeryone,
please find attached slides of the last TSC meeting.
Biggest news in a nutshell:
OCPP 2.0.1 & Plug&Charge (1.6/2.0.1) work started and progressing quite quickly
former ISO15118-2
Hi EVeryone,
please find attached slides of the last TSC meeting.
Biggest news in a nutshell:
OCPP 2.0.1 & Plug&Charge (1.6/2.0.1) work started and progressing quite quickly
former ISO15118-2
|
By
Marco Möller
·
#194
·
|
|
Upcoming Events
#cal-summary
EVerest Discussion Upcoming Events EVerest Weekly Tech Sync
When:
Tuesday, January 31, 2023, 10:00am to 11:00am
(GMT+01:00) Europe/Berlin
Organizer:
EVerest Discussion Upcoming Events EVerest Weekly Tech Sync
When:
Tuesday, January 31, 2023, 10:00am to 11:00am
(GMT+01:00) Europe/Berlin
Organizer:
|
By
Group Notification <noreply@...>
·
#193
·
|
|
May we have your feedback, please?
Electrified hello to all of you!
For everyone who is in a rush, I start this e-mail in a kind of fast charging style: We would love to have your feedback about the priority of EVerest features.
Electrified hello to all of you!
For everyone who is in a rush, I start this e-mail in a kind of fast charging style: We would love to have your feedback about the priority of EVerest features.
|
By
Group Moderator
·
#192
·
|