OCPP 2.0.1 support #983
Replies: 6 comments 7 replies
-
No plans yet... perhaps we should. OCPP 2.0 is not backwards compatible with OCPP 1.6 |
Beta Was this translation helpful? Give feedback.
-
any news on this? |
Beta Was this translation helpful? Give feedback.
-
any update/plans about ocpp 2.0.1 support? I see more and more newly released chargers drop support for previous protocols and implement only 2.0.1 |
Beta Was this translation helpful? Give feedback.
-
But there are charging stations which speak MQTT and seem to do just fine, no?
… On 07/19/2024 5:17 PM CEST piomark ***@***.***> wrote:
Well, those are completely different things.
MQTT is communication protocol that defines pub/sub communication mechanism. It does not define what kind of information is transferred.
OCPP is an application protocol (using REST/HTTP as communication protocol), and as such it defines how a charger talks with a charging station management system to control it (it defines all messages structure and data that is transferred in between).
—
Reply to this email directly, view it on GitHub #983 (reply in thread), or unsubscribe https://github.com/notifications/unsubscribe-auth/AJAII4YTRNBUOOJNMAQX7GLZNEUY5AVCNFSM6AAAAAA7YGRDJSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMBZGY4TAOA.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
What kind of effort would be involved in adding support for ocpp 2.0.1? I understand some parts need to be reimplemented, but I cannot judge how much work would be needed. Perhaps it could be worthwhile reaching out the community for assistance in case the maintainers do not have time? |
Beta Was this translation helpful? Give feedback.
-
Are there even chargers that talk both 1.6 and 2.0.1? Maybe there won't be
much of an issue if users had to choose between two separate HACS repos
depending on which charger they have.
…On Tue, 24 Sept 2024 at 09:29, piomark ***@***.***> wrote:
For the moment it's proof of concept ;) I was not intending to preserve
1.6, I am working on a fork so nothing will change here.
If I succeed then ofc it can be done, for the moment I have no clue when I
will find sufficient time to do it.
Anyway my goal is not to reproduce the functionality as in this repo. I am
only interested in get/set charging current/power and get some basic
statistics (at least for now).
—
Reply to this email directly, view it on GitHub
<#983 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA73OUWDYHZDHNTCG2X2F43ZYEIHPAVCNFSM6AAAAAA7YGRDJSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANZTGUZDSMQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Are there any plans already to support OCPP 2.0.1? I'm planning to buy a DEFA Power which implements v2.0.1.
Beta Was this translation helpful? Give feedback.
All reactions