Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while setting up #46

Open
rcmaehl opened this issue Jul 10, 2024 · 1 comment
Open

Error while setting up #46

rcmaehl opened this issue Jul 10, 2024 · 1 comment

Comments

@rcmaehl
Copy link

rcmaehl commented Jul 10, 2024

Was reviewing my logs. I have #44 but I also have:

2024-07-10 18:57:35.542 ERROR (MainThread) [homeassistant.components.select] Error while setting up chargepoint platform for select
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 364, in _async_setup_platform
await asyncio.shield(awaitable)
File "/config/custom_components/chargepoint/select.py", line 116, in async_setup_entry
select_class(hass, client, coordinator, description, charger_id)
File "/config/custom_components/chargepoint/select.py", line 51, in __init__
self._attr_options = [str(v) for v in self.charger_status.possible_amperage_limits]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: 'int' object is not iterable
@starsoccer
Copy link

Have the same issue after adding the integration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants