Somfy - missing io smoke detector

Hi!

I am new to Hass but things are in good progress.
The item I am missing which has no support as it looks like is a

Somfy io smoke detector
io:SomfySmokeIOSystemSensor

Do you see any chance by giving support, maybe very soon?
Or do you have an idea how i could add it by myself?

Many thanks in advance

URBANsUNITED

Did you try with the Somfy Open API as shown here in the docs?

Yeah! I do!

And it doesn’t work at all or you just don’t see this specific device?

I see only my outdoor covers. No further items.

my log file:

2020-02-18 06:32:54 WARNING (MainThread) [homeassistant.setup] Setup of recorder is taking over 10 seconds. 
2020-02-18 06:32:58 WARNING (SyncWorker_10) [homeassistant.components.tahoma] Unsupported type enocean:TransceiverEnoceanComponent for Tahoma device ENOCEAN (84327663) 
2020-02-18 06:32:58 WARNING (SyncWorker_10) [homeassistant.components.tahoma] Unsupported type internal:TSKAlarmComponent for Tahoma device Alarm 
2020-02-18 06:32:58 WARNING (SyncWorker_10) [homeassistant.components.tahoma] Unsupported type internal:PodV2Component for Tahoma device Sensitive Taste 
2020-02-18 06:32:58 WARNING (SyncWorker_10) [homeassistant.components.tahoma] Unsupported type io:SomfySmokeIOSystemSensor for Tahoma device Carlotta Rauchmelder 
2020-02-18 06:32:58 WARNING (SyncWorker_10) [homeassistant.components.tahoma] Unsupported type io:SomfySmokeIOSystemSensor for Tahoma device Madita Rauchmelder 
2020-02-18 06:32:58 WARNING (SyncWorker_10) [homeassistant.components.tahoma] Unsupported type io:SomfySmokeIOSystemSensor for Tahoma device Stube Rauchmelder 
2020-02-18 06:32:58 WARNING (SyncWorker_10) [homeassistant.components.tahoma] Unsupported type zwave:NodeComponent for Tahoma device ZWAVE (1#1) 
2020-02-18 06:32:58 WARNING (SyncWorker_10) [homeassistant.components.tahoma] Unsupported type zwave:TransceiverZWaveComponent for Tahoma device ZWAVE (1#2) 
2020-02-18 06:32:58 WARNING (SyncWorker_10) [homeassistant.components.tahoma] Unsupported type zwave:OnOffLightZWaveComponent for Tahoma device Beleuchtung vorne 
2020-02-18 06:32:58 WARNING (SyncWorker_10) [homeassistant.components.tahoma] Unsupported type zwave:OnOffLightZWaveComponent for Tahoma device Beleuchtung Dachschä 
2020-02-18 06:32:58 WARNING (SyncWorker_10) [homeassistant.components.tahoma] Unsupported type zwave:OnOffLightZWaveComponent for Tahoma device Steckdosen Terasse 
2020-02-18 06:32:58 WARNING (SyncWorker_10) [homeassistant.components.tahoma] Unsupported type zwave:OnOffLightZWaveComponent for Tahoma device Beleuchtung Terrasse 
2020-02-18 06:32:58 WARNING (SyncWorker_10) [homeassistant.components.tahoma] Unsupported type zwave:OnOffLightZWaveComponent for Tahoma device Steckdosen vorne 
2020-02-18 06:33:09 WARNING (MainThread) [homeassistant.components.cover] Setup of cover platform tahoma is taking over 10 seconds.

The Zwave part has been solved my swapping the Somfy Zwave stick from my Tahoma box into my Raspberry 3. All Zwave items have been succesfully discovered.

I believe here is something wrong, I can’t get my covers working with the api setup. Went the Tahoma integration way before…

But the config is correct:

When adding Somy integration i get the following logs. No entities becomes available for any of my Somfy devices (1 exterior screen cover and 2 pergolas). Any ideas?
‘’’
2020-02-20 12:50:00 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/Users/wendel/homeassistant/lib/python3.8/site-packages/homeassistant/helpers/entity_platform.py”, line 361, in _async_add_entity
supported_features=entity.supported_features,
File “/Users/wendel/homeassistant/lib/python3.8/site-packages/homeassistant/components/cover/init.py”, line 207, in supported_features
if self.current_cover_position is not None:
File “/Users/wendel/homeassistant/lib/python3.8/site-packages/homeassistant/components/somfy/cover.py”, line 70, in current_cover_position
position = 100 - self.cover.get_position()
File “/Users/wendel/homeassistant/lib/python3.8/site-packages/pymfy/api/devices/roller_shutter.py”, line 11, in get_position
return cast(int, self.get_state(“position”))
File “/Users/wendel/homeassistant/lib/python3.8/site-packages/pymfy/api/devices/base.py”, line 34, in get_state
return next(
StopIteration

The above exception was the direct cause of the following exception:

RuntimeError: coroutine raised StopIteration
‘’’