FHEM Forum

FHEM => Frontends => Sprachsteuerung => Thema gestartet von: Mihca am 23 Juni 2022, 16:58:16

Titel: Dummy mit Ausklappmenü in Homebridge anzeigen
Beitrag von: Mihca am 23 Juni 2022, 16:58:16
Ich habe folgenden Dummy angelegt:

defmod Automatik.Sonne dummy
attr Automatik.Sonne devStateIcon on:general_an@#1de223 off:general_aus
attr Automatik.Sonne group Rollo
attr Automatik.Sonne homebridgeMapping Oeffnung=target::target,minValue=20,maxValue=50,minStep=10
attr Automatik.Sonne icon fts_shutter_shadding_stop
attr Automatik.Sonne readingList Oeffnung
attr Automatik.Sonne room Haus,Homekit
attr Automatik.Sonne setList on off Oeffnung:20,30,40,50
attr Automatik.Sonne useSetExtensions 1
attr Automatik.Sonne webCmd :Oeffnung


Mit on:off wird die Sonnensteuerung geschaltet, mit "Oeffnung" wird festgelegt, wie weit die Rollos zufahren sollen.

In Homebridge wird der Dummy als Schalter ohne Ausklappmenü angezeigt. Ich habe diverse "genericDeviceType" durchprobiert und es nicht hinbekommen.

Hat jemand eine Idee? Vielen Dank vorab

Achim