Wallbox pulsar plus integration?

Thanks @BigByte76 for the callout. This is my integration @GrantK, it’s stable and I’m using it daily here now. We have a 3-phase system with battery. I’ve automated all the auth token stuff and data gathering from the API. It pulls just about everything you need into HA sensor entities. I might do up a Youtube video on all this as it was an interesting project.

2 Likes

Thanks @juicejuice for the heads-up. Let me know when you have the YouTube video ready and I’d like to take a look.

Would there be much work involved in modifying the code to support Redback’s SH5000 single phase inverter?

@GrantK cool! Will do. I expect it would be very simple to update for the single phase SH5000. I would need a couple of sample data packets from your system to confirm the exact changes that are required. If you still have API access, I would need the JSON results from both the “Static” and “Dynamic” EnergyData methods. Note that the static EnergyData contains personal identification information so please sanitise that before sharing.

1 Like

Hi community,
This is a message to let you know that I will not work for Wallbox any more. I have been laid off during this collective dismissal. I will not be giving any support as a Wallbox employee any more but I may keep doing it as an individual If I see it benefits the major cause of the energy transition.
It’s been a pleasure collaborating with all of you. This community is great! Keep exploring and sharing.

I have to reasses my professional goals but I would like to build at some point a movement or social organization that could deliver technological solutions in a fair manner. As I would always says, “the product is an excuse to build the best organization that can enlighten society on healthier ways to live together and bring welfare for everyone without leaving anyone behind”

Cheers!

3 Likes

Thanks for engaging with the community Oriol_FP and best of luck.

Hacking update: I have gained root access on the Pulsar Plus and implemented a super hacky local HTTP API accessible over wifi that returns the charger status and can lock/unlock. If only the manufacturer could implement this :wink:

4 Likes

Thank you for your contributions. I wish you success professionally and privately going forward.

1 Like

Good luck indeed and thanks for engaging!

@jagheterfredrik - is this in addition to your bluetooth hack? Would be interested to try. How did you root it? Through the bt connection or does it require disassembly of the hardware?

As for the bluetooth connection, I followed the discussion on the proposed changes to the bt proxy implementation. Impressive, when do you think it’s available in the dev version of esphome?

1 Like

This is separate from the Bluetooth integration. The rooting was triggered remotely and without hardware tampering and as such should go through a vulnerability disclosure process before publishing. :confused:

Thanks! I’m blown away with the responsiveness and engagement from the devs in esphome/ha community and hope that it can land within a couple of days :+1:

On the vulnerability disclosure, perhaps also the BT pairing is worth mentioning? The Wallbox Pulsar is very popular (at least here in the Netherlands), in my street alone there are about 5 of them installed. Effectively with the BT proxy enabled it would be possible to access these - I’m certain someone with malicious intend can go a great deal further than just turning on the charger.

Knowing this, I for one will move the wallbox to a separate VLAN and segregate it from the rest of my network :slight_smile:

If you want to protect the Bluetooth you can set a pin code. Download the BGXCommander app on iOS or Android, enter remote command mode and enter: bl e k <6-digit pin>. To revert, type: bl e k none.

2 Likes

@GrantK - good news, a fellow contributor here has supplied SH5000 data samples and my code doesn’t need updating. The SH5000 single-phase hybrid inverter will work just fine with my integration. If you do get chance to check it out, I’d be pleased to hear about your experience and any feedback.

Ok guys. What happened with the Wallbox Portal Added Range information? I have driven 2500km with my car and I’m seeing signs that tells me that I just charged extra 6000km range at night.

image

At the same time I’m seeing Added Energy 8,55kWh. That seems correct… but hmm…8,55kWh and 8551km. Something is now converting Added Energy to Added Range too.
image

@juicejuice - Excellent, thank you very much. After not having used the Redback API for over a year, it took me a while to remember how to gain access and to get the Dynamic Energy Data again. Nice to see that it works properly now, whereas last year it didn’t. I will install your integration via HACS and see how I get on.

P.S. I’ve just sent you a PM.

Many thanks again :+1:

1 Like

No change to the way my sensors are working (albeit range is not at all accurate).

Probably best to check you wallbox app and see what it shows there- might well be outside the parameters of this integration. to my knowledge there is by the way no possibility to input your cars average usage per 100km.

The wallbox has data for 69 different car models built in, e.g. KIA Niro PHEV: 153 (kWh/1000km)

This has been working normally until now. Added Range showed how much km/miles has been charged. I’m not sure how was it calculated but it was kind of nice to know information. I find nothing about “range” from wallbox side so I’m wondering if this information is gone.

What kind of car do you have?

Polestar 2.

EDIT: Wallbox was acting weird. Restarted it and we are back in business. Other bigger issue was that car was not charging anymore and it was “waiting” according wallbox.

image

Noticed it’s now included in the dev version, congrats!. Anything I need to change to my yaml code for the esp32 to activate the pairing?

I updated the fw based on the dev version of the esphome add-on; unfortunately still get the write error when connecting to the wallbox so clearly I am missing something.

I’ve just pushed a change to the wallbox-ble but you do need the dev version of HA as well.