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

Add support for KMDA 7476 FR #125

Open
Adi146 opened this issue Aug 22, 2022 · 1 comment
Open

Add support for KMDA 7476 FR #125

Adi146 opened this issue Aug 22, 2022 · 1 comment

Comments

@Adi146
Copy link

Adi146 commented Aug 22, 2022

I'm trying to add my miele cooktop to home assistant using your custom component. When I start my Home Assistant I only see one entity named miele.miele_000176361536 and an error logged. It would be nice to have full support for this device too. The full product ID is KMDA 7476 FR

Logger: homeassistant.components.sensor
Source: custom_components/miele/sensor.py:327
Integration: Sensor (documentation, issues)
First occurred: 21. August 2022 um 19:07:56 (1 occurrences)
Last logged: 21. August 2022 um 19:07:56

Error while setting up miele platform for sensor
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 281, in _async_setup_platform
    await asyncio.shield(task)
  File "/usr/local/lib/python3.10/concurrent/futures/thread.py", line 58, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/config/custom_components/miele/sensor.py", line 354, in setup_platform
    if "status" in device_state and state_capability(
  File "/config/custom_components/miele/sensor.py", line 327, in state_capability
    if state in capabilities[type_str]:
KeyError: '74'
@Adi146
Copy link
Author

Adi146 commented Aug 22, 2022

It seems like there aren't even docs for this device, so we will probably have to wait for this.

@Adi146 Adi146 changed the title Add support for cooktop Add support for KMDA 7476 FR Aug 22, 2022
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

1 participant