Wallbox pulsar plus integration?

Wallbox app works like a charm.

I have no issues on 2024.5

I started from the beginning resetting and re-rooting the Wallbox, I stated also a fresh HA but now I’m not able to find mqtt integrations. I really don’t have new ideas.

I found the problem, in the initial setup I left the default host 127.0.0.1 but it didn’t communicate with mttq, I solved the problem setting as host HA’s IP.

1 Like

Here 3 phase Pulsar Pro with mandatory OCPP connection for recharging to my employer who is so kind to pay my cars electricity bill.
Included the Powerboost solution and with solar on 2 phases.
And Flemish 15minute peak consumption - = sum of 3 phases- billing. I aim to keep the 15 minute peak below 6kw in summer, 8kw in winter (to support the heat pump).

The 3 phase Pulsar is so stupid that with power boost it is just protecting the phases; it is not looking at sum of all phases. 6kw on 3 phases is 10A per phase. Or only 2.3kw per fase.
This result to ridiculous stops of wall box when a printer starts, the waterpump starts or any kind of short peaks (like my washing machine that averages 100W over 30 minutes but does this with peaks of 2kw going on/off).

And with OCPP active start/resume is disabled, eco option via powerboost dont work.
At the moment i play with charge power on the wallbox and with max charching state of the car.
But that is not really in resulting an optimized charing pattern for the car (optimized as not going over 6kw/15 minutes, maximize solar usage and maximize charge speed at some moments)

What options do you see to take more control of the Wallbox in this setup?

  • is there a way to enable start/resume with OCPP active?
  • is there a way to set the power boost peak?
  • is there a way to fake power boost input?
  • an OCCP proxy?
  • other ideas?

Note; i have P1 info in HA; i have all info to optimize, just not able to stop/resume the wallbox properly


Walter

Power boost peak is in the wall box app right?

The Flemish capacity tariff is quite unique, I suspect you may need to build something specific in home assistant to support your setup.

Why not use the power boost as it is intended, eg to protect the phases (in NL we typically have 3*25a for consumers). Then offload the thinking to home assistant like some others here have done; can you still control the power level of the wallbox even though you use OCCP?

In other words can you throttle back the wallbox dynamically to 6a for example?

Did you root the wallbox? Is it possible to do so with your version? Also as a last option, does your car have an API? If it’s not possible to pause resume the wallbox then perhaps the car can control the charging?

Finally, the peak usage is that the absolute peak or is it an average over X seconds? Just to understand the mechanics.

Lastly, I do recall seeing OCCP integrations for HA. Perhaps these can help?

1 Like

Did you consider EMHASS? Maybe doesn’t solve the OCCP limitations but is used for similar use cases as your own (eg limiting pv export, optimize usage etc)

Yes, a current value that it applies to all phases. But not accesible from HA integration (nor read nor setting the value I understand)

I can set the power level to lowest 6A; 3phase that is 4,1kw. The problem is I cannot force the Wallbox to stop charging. Somehow they decided that with OCCP active, pauze/resume is disabled.
The result will be I add the full 4kw to the capacity tarrif, resulting in an extra 200 Euro cost. Not extremely high but completely not needed (as I can perfectly charge our 2 EVs on a max of 6kw at home).

From the 2 cars: KIA EV only control is to limit the charging limit to 60% minimal. I cannot have it via HA just stop charging. And the Teslas controlling from HA is problematic anyway

Rooting the wallbox; it is not really my device, not an option now.

Peak is a 15 minute load peak; that I can perfectly manage in HA.
HA OCCP is about connecting a charger to HA as an OCCP controller. That could help if they would forward OCCP to my OCCP provider. But that is not the case.

Note: checking currently with the Nexxtmove Integration maintainer if there is an option from my OCCP platform to perform the pauze/resume.

Complex indeed as it seems you have the right hardware but in this case the OCCP complicated matters - can you turn on charging through you occp provider? Eg outside Home Assistant? Just to understand if there is a way at all?

As for Tesla, I thought Tesla HACS is available and allows on/off? Just from what i read on other forums, i drive skoda Enyaq so by no means a Tesla expert😂 - skoda api is inefficiĂ«nt as hell and way too slow but it does work in the end

1 Like

The OCCP provider is nexxtmove; only used for recharging my electrical bill to my employer*. For now on the nexxtmove portal I only see the charching session. Their is no way from the web portal to stop a session.

But fhe maintainer from the HA integration thinks it might work -at least is dit against Powerdale chargers**

Walter
*; the solution in itself is nice; I can get company car usage and Privat car usage seperat.
**; with a caveat; for a Powerdale charger it worked also via the app; a none Powerdale charger cannot be added on the app
 so maybe it will not work.

@jagheterfredrik Kudos for the rooting script and MQTT. My Wallbox kept loosing the connection to the MyWallbox portal. Support got me nowhere, so tried rooting it.

My Wallbox is in an IoT VLAN where I allow Internet access for only those devices that need it. When I logged in I discovered that the Wallbox has an IPv6 address as well and tries to contact Wallbox servers over IPv6 (Walbox version 6.4.14).

Solved it by giving the Wallbox a static IPv6 token and added the address to the firewall.

nmcli c mod [WIFI_NETWORK_NAME] ipv6.addr-gen-mode eui64
nmcli c mod [WIFI_NETWORK_NAME] ipv6.token ::[LAST DIGIT OF IPv4 ADDRESS]

Since it is now rooted, I deployed the MQTT option as well. Finally the Wallbox works as I want it to.

Next task is to create something in HA to disable the Bluetooth (rooting the Wallbox was way to easy). HA SSH version does not play nice with the Wallbox version, but I’m not out of options yet.

As the wallbox is basically a Pi with nice additional hardware, maybe it would be possible to add ‘telegraf’ to it with a nice conf. As a result it would be able to dump all kinds of stats to an influxdb with grafana dashboard. Maybe nice to see what the machine actually does.

Anyone other suggestions ?

Go for it, they provide prebuilt binaries, Linux/armhf

I want to use the command prompt integration (using ssh commands) in HA to start and stop bluetooth. Indeed completely disabling it could cause problems later, so I want to leave the disabling ti HA when it detects that bluetooth is active.

I think you can also stop bluetooth-gateway when blewallbox is stopped.

That works quite nice indeed:

If I would be able to figure out how to login to the MySQL that can be added as well.
Need to work with: mysql -u root -pfJmExsJgmKV7cq8H wallbox
I guess some MQTT data would also be available.

Look for latest Version: Releases · influxdata/telegraf · GitHub
Download:
wget https://dl.influxdata.com/telegraf/releases/telegraf-1.30.2_linux_armhf.tar.gz

Extract
gzip -d telegraf-1.30.2_linux_armhf.tar.gz

Untar
tar -xvf telegraf-1.30.2_linux_armhf.tar

Execute (after creating a conf file):
Test: ./telegraf-1.30.2/usr/bin/telegraf --config telegraf.conf --once
Prod: ./telegraf-1.30.2/usr/bin/telegraf --config telegraf.conf &

1 Like

Hey there,

I have a problem with my PulsarPlus which I bought some time ago but was only installed recently: I’m unable to connect using the app and bluetooth (official support said they can’t help and send me an electrical debug guide). Therefore, I can’t configure the wifi. So my (otherwise working) wallbox is without any connectivity.

I’ve noticed wallbox-pwn can enable the hotspot mode of my wallbox, but the pwn itself fails. I think normally the hotspot mode is used for updates. My box is on Version 5.0.6 but can’t be updated via the app (no bluetooth connection as described).

Maybe there is a way to update or configure the box not using the app?

I’d recommend to try another phone.

Yeah, tried an iPhone 12, Pixel 7a and Mi 9T. I have invested multiple hours in switching devices and restarting the wallbox. Is there any phone which seems to work better than others? According to wallbox-pwn I have a Zentri Bluetooth chip.

I have a Wallbox Pulsar Plus with the Zentri Bluetooth chip and Wallbox-pwn worked for me. I saw it mentioned somewhere that there is a Factory Restore switch on the mainboard somewhere, but I don’t know the details. If you can’t connect via Bluetooth, this might be one more thing you could try.