dannerph / homeassistant-keba

Beta version of keba integration
Apache License 2.0
22 stars 4 forks source link

Keba stoppped working #5

Closed chani666 closed 2 years ago

chani666 commented 2 years ago

After one of the updates in the last 2 months, the Keba P30 integration stopped working. I get these errors:

2022-08-14 12:19:53.817 DEBUG (MainThread) [keba_kecontact.keba_protocol] Asyncio UDP connection setup complete. 2022-08-14 12:19:53.831 DEBUG (MainThread) [keba_kecontact.keba_protocol] Send report 1 2022-08-14 12:19:53.944 DEBUG (MainThread) [keba_kecontact.keba_protocol] Send report 2 2022-08-14 12:19:54.130 DEBUG (MainThread) [keba_kecontact.keba_protocol] Send report 3 2022-08-14 12:19:54.260 ERROR (MainThread) [homeassistant.components.keba] Could not find a charging station at 192.168.1.18 2022-08-14 12:19:54.262 ERROR (MainThread) [homeassistant.setup] Setup failed for keba: Integration failed to initialize.

I tried to debug into this with the remote debugger. But I have no clue, I think the exception happens outside of the integration and has something to do with the upd connection. When I use an upd client and sent the reports to the Keba it responds just normal. But HA doesnt receive anything, and probably also doesnt sent the report commands.

This just worked perfectly until around June. Maybe with 2022.6 it still worked. Only thing I changed with my HA was installing MariaDB and adjusting the recorder. Any idea why this would stop working?

dannerph commented 2 years ago

Do you have one keba charging station or multiples? Which installation type (plain, docker, hassos, ...) are you using?

chani666 commented 2 years ago

I have only one, and it runs on hassos: Home Assistant 2022.8.4 Supervisor 2022.08.3 Operating System 8.4 Frontend 20220802.0 - latest

chani666 commented 2 years ago

I backuped the whole configuration and installed it on a fresh system. Now it works again. I guess I close it as not reproducible.