Add support for Cube EV Charger

Hi!
I have a question for this community. Is there anyone who can create an integration for the EV charger from Cube (Cube Charger, cubecharging.com)?
Apparently there is an API available to read this portal (https://portal.cubecharging.com/wiki-api).

Is it possible to use this to create a Home Assistant integration so the charger can be read (in real time?) in HA?
That would be amazing!
Thanks in advance!

And PS: Home Assistant is truly awesome!

If you have searched and not found anything you can also put in a request here in the new integrations category: home-assistant New Integrations · Discussions · GitHub

I have a basic component running, which I was able to develop with help of co-pilot.
it gets the data from the Api’s and helps me distinct between several charge passes/cars what energy has been fuelled and I am also able to start/stop the charge actions.

I am willing to contribute to make this a real component and contribute this to home assistant.
how can I establish this?

Best bet, make it a custom integration, expose it to HACS, prove it works, get people using it until it’s stable, then try to get it into HA core after that.

ok, I am an noob on this, what would you propose?
a new git repo where I commit this to?
and share the url?

Basically, but look at other custom integrations and what they did. Look at how to submit something to HACS. Once you get something shared on Git add a new Custom Integrations - Home Assistant Community post.

1 Like

ok Git Repo has been created and code has been committed, can be found here:

looking forward to hear the first experiences!

hmm little to enthusiastic.
I am struggling as I seem to have lost some of the functionality which I had before when I had placed the files manually on my HA environment…

let wait with giving it a try :wink:

ok it looks like the current version on git is working, @marcel.laven feel free to test it out and comment and let me know in case of any questions