Tahoma - not working anymore after 0.61.1 upgrade

Hi,

I had the Tahoma component working fine before upgrading to Hassio version 0.61. After the upgrade the none of the Tahoma components will be displayed in the UI anymore and the home-assistant.log shows the following errors:

2018-01-22 11:46:17 INFO (MainThread) [homeassistant.setup] Setting up tahoma
2018-01-22 11:46:18 WARNING (SyncWorker_6) [homeassistant.components.tahoma] Unsupported type hue:BridgeHUEComponent for Tahoma device Philips Hue Bridge
2018-01-22 11:46:18 WARNING (SyncWorker_6) [homeassistant.components.tahoma] Unsupported type hue:LightStripsPlusHUEComponent for Tahoma device Superseil
2018-01-22 11:46:18 WARNING (SyncWorker_6) [homeassistant.components.tahoma] Unsupported type internal:TSKAlarmComponent for Tahoma device Alarm
2018-01-22 11:46:18 WARNING (SyncWorker_6) [homeassistant.components.tahoma] Unsupported type internal:PodV2Component for Tahoma device Touch button
2018-01-22 11:46:18 WARNING (SyncWorker_6) [homeassistant.components.tahoma] Unsupported type io:RollerShutterGenericIOComponent for Tahoma device EG EZ Bodentief
2018-01-22 11:46:18 WARNING (SyncWorker_6) [homeassistant.components.tahoma] Unsupported type io:RollerShutterGenericIOComponent for Tahoma device EG Eingang
2018-01-22 11:46:18 WARNING (SyncWorker_6) [homeassistant.components.tahoma] Unsupported type io:RollerShutterGenericIOComponent for Tahoma device OG Kinderbad
2018-01-22 11:46:18 WARNING (SyncWorker_6) [homeassistant.components.tahoma] Unsupported type io:RollerShutterGenericIOComponent for Tahoma device OG Elternbad rr
2018-01-22 11:46:18 WARNING (SyncWorker_6) [homeassistant.components.tahoma] Unsupported type io:RollerShutterGenericIOComponent for Tahoma device OG Ankleide

My config is unchanged:

sensor:

  • platform: yr
  • platform: fritzbox_netmonitor
  • platform: tahoma

tahoma:
username: user
password: pwd

cover:

  • platform: tahoma

Any support on this would be appreciated.

Thanks.

Hi,

I got same problem.
Any luck finding a solution to fix this?

No luck so far.

Solved with 0.62.

Hey,

Just wanted to let you guys know what happened. As you can see in the log files it says: Unsupported type xxxx

We changed the way it knows if a device is a cover or a sensor. We input a list with supported devices. We however forgot to add ‘io:RollerShutterGenericIOComponent’, one of the many types of roller shutters.

For the devices you still get ‘Unsupported type’ for, you can add those to ‘exclude’ in the config.

e.g.:
exclude: [BridgeHUEComponent, HueLampHUEComponent, PodComponent, PodV2Component, TSKAlarmComponent]

Kind regards.

Hello

i am running Hass OS and have issues with temperature sensor et dimmer when running Tahoma component.
Do you have any idea to get this working ?