garo_wallbox icon indicating copy to clipboard operation
garo_wallbox copied to clipboard

Unknown error occurred while adding new walbox

Open hedkvist opened this issue 1 year ago • 1 comments

"Unknown error occurred"

Hello, I got one garo wallbox working perfekt. I bought another one but when i should add it in HA I only get unknown error occurred. They both have vlan cards. I can access it from browser, and also ping it from ha. Maybe i can't add 2 separate wallboxes in HA? GLBDCM-T222FC

if i delete the first one, i can add the other one. But it's not possible to have 2 boxes installed at the same time.

From Errorlog:

File "/config/custom_components/garo_wallbox/config_flow.py", line 63, in async_step_user return await self._create_device(user_input[CONF_HOST], user_input[CONF_NAME]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/garo_wallbox/config_flow.py", line 52, in _create_device return await self._create_entry(host, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/garo_wallbox/config_flow.py", line 29, in _create_entry if entry.data[KEY_IP] == host: ~~~~~~~~~~^^^^^^^^ KeyError: 'ip'

hedkvist avatar May 31 '24 05:05 hedkvist

I have the same problem

Monewalker avatar Jun 04 '24 19:06 Monewalker

Solved in version 2024.9.0

sockless-coding avatar Sep 14 '24 19:09 sockless-coding