You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
“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. See the traceback below.
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!
What version of Home Assistant Core has the issue?
2025.1.0b2
What was the last working version of Home Assistant Core?
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
Additional information
No response
The text was updated successfully, but these errors were encountered:
Hey there @frenck, mind taking a look at this issue as it has been labeled with an integration (peblar) you are listed as a code owner for? Thanks!
Code owner commands
Code owners of peblar can trigger bot actions by commenting:
@home-assistant close Closes the issue.
@home-assistant rename Awesome new title Renames the issue.
@home-assistant reopen Reopen the issue.
@home-assistant unassign peblar Removes the current integration label and assignees on the issue, add the integration domain after the command.
@home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
@home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.
The problem
I noticed the Known Limitations section in the Peblar 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. See the traceback below.
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!
What version of Home Assistant Core has the issue?
2025.1.0b2
What was the last working version of Home Assistant Core?
NA, new integration added in this release
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Peblar
Link to integration documentation on our website
https://rc.home-assistant.io/integrations/peblar
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
Additional information
No response
The text was updated successfully, but these errors were encountered: