I noticed the Known Limitations section in the release notes:
“Peblar is also sold as white-label products, like the CoolBlue BlueBuilt. This integration is tested with the Peblar branded products, and it is unknown if it works with white-label products.”
Coincidentally, I have a CoolBlue BlueBuilt charging station and would be happy to assist with testing. While setting it up, I encountered an “Unexpected error,” and the log details weren’t very clear to me. Here’s the traceback:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/peblar/config_flow.py", line 47, in async_step_user
info = await peblar.system_information()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/peblar/peblar.py", line 230, in system_information
return PeblarSystemInformation.from_json(result)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "<string>", line 231, in __mashumaro_from_json__
mashumaro.exceptions.MissingField: Field "hardware_uk_compliant" of type bool is missing in PeblarSystemInformation instance
If it’s helpful, I can run additional tests or share more details to support troubleshooting or development. Let me know how I can assist!
I tried to set up the new peblar inegration but I got this fault:
fault in the logs:
Logger: homeassistant.config_entries
Bron: config_entries.py:640
Eerst voorgekomen: 16:48:19 (2 gebeurtenissen)
Laatst gelogd: 16:49:30
Error setting up entry Peblar for peblar
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 640, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/peblar/__init__.py", line 50, in async_setup_entry
system_information = await peblar.system_information()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/peblar/peblar.py", line 230, in system_information
return PeblarSystemInformation.from_json(result)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "<string>", line 231, in __mashumaro_from_json__
mashumaro.exceptions.MissingField: Field "hardware_uk_compliant" of type bool is missing in PeblarSystemInformation instance
Hi Jeffrey, how do you connect with your Coolblue BlueBuilt box to pickup the data? Mine is directly connected to the distribution board via a UTP connection, so my Home Assistant cannot ‘see’ the BlueBuilt/Peblar at all. Kind regards, Frank
Update:
Appearently Eneco made some firmware changes. Some things I noticed:
In the HA integration there is a selection of smart charging options, only default and scheduled are available in the Eneco interface. Choosing another option trough the integration raises a warning in the charger interface “10276 · Solar charging not supported yet”
Entities “Peblar EV Charger Customization” and “Peblar EV Charger Firmware” have a state “unknown”, but are shown in the integration device info (top left part).
In the webinterface there seems to be a value “Dynamic load balancing measurements” (System > Diagnostics). Would be nice if it is possible to expose these values (3 for a 3 phase connection). This will give insight into the dynamic load balancing of the charger
In the webinterface there is a value “Charge limit”. This seems to be different than the integration “Peblar EV Charger Charge limit” which has a different value.
It would be nice to have two switches for “Keep cable locked to charger” and “Automatically unlock cable when the vehicle is disconnected”
I do not see the switch “force single phase” as mentioned in the integration docs in my integration in HA, but do have 3 phases.
@ruud.0303 Wifi and wifi hotspot are disabled by the firmware so you need to connect it to a LAN cable. Then find the Ip address by looking it up in your modem / router. Log in to the webinterface and enable the api access. Then configure the HA integration with that IP address and the password for the charger.
@ruud.0303 Do you have it managed by Eneco (e.g. you get money back trough them) or managed by yourself? Also interested in updating the firmware but not sure if that’s possible with the Eneco firmware on top.
Thanks, I’ve also got 1.6.2+1+WL-1 and Eneco_eMobility-1.2.
Just two smart charging options work with me unfortunately, only Default and Scheduled (nothing with Solar).
Choosing another option trough the integration raises a warning in the charger interface “10276 · Solar charging not supported yet”, you need to restart the charger to get rid of the warning.