ICA Shopping List Integration ( Sweden )

I am just throwing this out there ; )
If anyone have the skill and interest it would be interesting to get ICA Shopping list integrated to Home Assistant, would make it simpler for the wife as well :wink:

Saw this:

Would be nice to be able to add stuff thought HA and get it to show up in the scanner.

Thansk

5 Likes

That would be great to have! anybody with enough skills to make this happen? I whish i could code :frowning:

1 Like

This would be super helpful!

1 Like

I may not be a developer and my code may not follow best practices. But it works :slight_smile: Try it out, integration to ICA shoppinglist

5 Likes

AWESOME! Will try it at once!
Cheers

1 Like

works great! a job well done!

1 Like

Tack!

Can the list fetch info from ICA’s servers as well?

Yes, it fetches data on any interaction initiated from HA (new item or mark/unmark any item)

1 Like

Hi,

This is awesome. I can finally integrate my home and the ica scanner. It worked fantastic.
Unfortunately the integration stopped working for me some time ago. I keep getting this error during startup. Any idea what could be the cause? I also saw a similar issue posted here https://github.com/kayjei/ica_shopping_list/issues/3

2021-06-13 09:08:21 ERROR (MainThread) [homeassistant.setup] Error during setup of component ica_shopping_list
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 248, in _async_setup_component
result = await task
File "/config/custom_components/ica_shopping_list/__init__.py", line 125, in async_setup
hass.components.frontend.async_register_built_in_panel(
File "/usr/src/homeassistant/homeassistant/components/frontend/__init__.py", line 284, in async_register_built_in_panel
raise ValueError(f"Overwriting panel {panel.frontend_url_path}")
ValueError: Overwriting panel shopping-list
1 Like

Same. Any solution for this?