home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
73.3k stars 30.62k forks source link

New myStrom integration lacking device type for LED-Strip aka bulb_type "Strip" #96364

Closed asansano closed 1 year ago

asansano commented 1 year ago

The problem

In Oct 2021 we enhanced the MyStrom HA Integration to support as well LED Strip. It was merged into core here: https://github.com/home-assistant/core/pull/57322

Everything was working fine with this yaml configuration (example):

# MyStrom
#light 1:
  - platform: mystrom
    host: 192.168.1.242
    mac: 246F28AEF228
    name: Couch
#light 2:
 - platform: mystrom
    host: 192.168.1.38
    mac: 840D8E3D8EC0
    name: Sideboard
Since your new HA Version we are getting this error:
Protokolldetails (FEHLER)
Logger: homeassistant.components.mystrom
Source: components/mystrom/__init__.py:51
Integration: myStrom ([documentation](https://www.home-assistant.io/integrations/mystrom), [issues](https://github.com/home-assistant/core/issues?q=is%3Aissue+is%3Aopen+label%3A%22integration%3A+mystrom%22))
First occurred: 21:35:54 (2 occurrences)
Last logged: 21:35:54

Unsupported myStrom device type: 105

Looks like you missed the enhancement to port into the new myStrom integration.

What version of Home Assistant Core has the issue?

core-2023.7.1

What was the last working version of Home Assistant Core?

core_2023.6.3

What type of installation are you running?

Home Assistant OS

Integration causing the issue

MyStrom

Link to integration documentation on our website

https://www.home-assistant.io/integrations/mystrom/

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

home-assistant[bot] commented 1 year ago

Hey there @fabaff, mind taking a look at this issue as it has been labeled with an integration (mystrom) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `mystrom` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign mystrom` Removes the current integration label and assignees on the issue, add the integration domain after the command.

(message by CodeOwnersMention)


mystrom documentation mystrom source (message by IssueLinks)

joostlek commented 1 year ago

This was already reported in #95959, and the fix is scheduled for 2023.7.2 if that gets released!

asansano commented 1 year ago

thx @joostlek for your fast response. I missed that closed issue. Looking forward for that release 👍 thx!