HB-LC-Dim5PWM-CV zeigt nur einen Kanal

Entwicklung und Bau von Hardware aller Art, die im HM-Umfeld eingesetzt werden kann

Moderator: Co-Administratoren

Matthias2707
Beiträge: 50
Registriert: 18.10.2018, 21:32
Hat sich bedankt: 2 Mal
Danksagung erhalten: 3 Mal

HB-LC-Dim5PWM-CV zeigt nur einen Kanal

Beitrag von Matthias2707 » 30.05.2021, 10:05

Hallo Zusammen,

ich habe mir vor kurzem ein update gegönnt und verwende statt den alten RPI2 mit pivccu2 jetzt ein RPI4 mit pivccu3.
Den RPI habe ich neu aufgesetzt, das alte Backup eingespielt und die aktuellste Version des JP-HB-Devices-addons (5.3) installiert.
Prinzipiell scheint auch alles zu funktionieren, allerdings zeigt mein HB-LC-Dim5PWM-CV nur noch einen Kanal an (Siehe Anhang).

Hatte jemand ein ähnliches Problem? Kann es sein, dass das Addon da einen Bug hat?

Danke und viele Grüße
Matthias
Dateianhänge
2021-05-30 10_03_40-HomeMatic WebUI.png
2021-05-30 10_03_40-HomeMatic WebUI.png (18.77 KiB) 830 mal betrachtet

TomMajor
Beiträge: 1793
Registriert: 30.08.2017, 23:25
Hat sich bedankt: 175 Mal
Danksagung erhalten: 399 Mal
Kontaktdaten:

Re: HB-LC-Dim5PWM-CV zeigt nur einen Kanal

Beitrag von TomMajor » 30.05.2021, 12:27

Hast du mal den Browser-Cache gelöscht?
Viele Grüße,
Tom

Matthias2707
Beiträge: 50
Registriert: 18.10.2018, 21:32
Hat sich bedankt: 2 Mal
Danksagung erhalten: 3 Mal

Re: HB-LC-Dim5PWM-CV zeigt nur einen Kanal

Beitrag von Matthias2707 » 30.05.2021, 13:33

Ja, den Cache zu löschen bringt leider nichts.
Ich habe die Dimmer Kanäle mit Systemveriablen verknüpft, um die über Tinymatic schalten zu können. Da funktioniert auch nur noch der Erste.
Daher vermute ich, dass irgendwas mit dem Addon nicht passt. Bei der Geräte-Konfiguration werden aber alle 5 Kanäle angezeigt.

Viele Grüße
Matthias

jp112sdl
Beiträge: 12116
Registriert: 20.11.2016, 20:01
Hat sich bedankt: 849 Mal
Danksagung erhalten: 2150 Mal
Kontaktdaten:

Re: HB-LC-Dim5PWM-CV zeigt nur einen Kanal

Beitrag von jp112sdl » 30.05.2021, 14:34

Das Addon macht leider bezüglich dieses Geräts nichts weiter als die XML bereitzustellen.

VG,
Jérôme ☕️

---
Support for my Homebrew-Devices: Download JP-HB-Devices Addon

jp112sdl
Beiträge: 12116
Registriert: 20.11.2016, 20:01
Hat sich bedankt: 849 Mal
Danksagung erhalten: 2150 Mal
Kontaktdaten:

Re: HB-LC-Dim5PWM-CV zeigt nur einen Kanal

Beitrag von jp112sdl » 30.05.2021, 14:43

Mach doch mal per SSH in der piVCCU
grep HB-LC-Dim5PWM-CV /www/webui/webui.js
und
grep HB-LC-Dim5PWM-CV /www/config/devdescr/DEVDB.tcl

Kommen da Ausgaben?

VG,
Jérôme ☕️

---
Support for my Homebrew-Devices: Download JP-HB-Devices Addon

der-pw
Beiträge: 435
Registriert: 26.01.2019, 13:39
Wohnort: Wolfenbüttel
Hat sich bedankt: 126 Mal
Danksagung erhalten: 100 Mal
Kontaktdaten:

Re: HB-LC-Dim5PWM-CV zeigt nur einen Kanal

Beitrag von der-pw » 30.05.2021, 15:03

jp112sdl hat geschrieben:
30.05.2021, 14:43
Mach doch mal per SSH in der piVCCU
grep HB-LC-Dim5PWM-CV /www/webui/webui.js
und
grep HB-LC-Dim5PWM-CV /www/config/devdescr/DEVDB.tcl

Kommen da Ausgaben?
Ich bin schon eine Zeit lang raus aus pivccu, aber möglichweise müssen die Befehle mit einem "sudo pivccu-attach" voran, abgesetzt werden um in den Container zu kommen.
Grüße,
Patrick

https://github.com/der-pw

Matthias2707
Beiträge: 50
Registriert: 18.10.2018, 21:32
Hat sich bedankt: 2 Mal
Danksagung erhalten: 3 Mal

Re: HB-LC-Dim5PWM-CV zeigt nur einen Kanal

Beitrag von Matthias2707 » 30.05.2021, 15:20

Also ich habe ssh im Homematic Container aktiviert, damit muss ich ja nicht über den Host zugreifen.

Ausgaben kommen:

Code: Alles auswählen

# grep HB-LC-Dim5PWM-CV /www/webui/webui.js
DEV_HIGHLIGHT['HB-LC-Dim5PWM-CV'] = new Object();
DEV_LIST.push('HB-LC-Dim5PWM-CV');
DEV_DESCRIPTION['HB-LC-Dim5PWM-CV']='5-fach LED PWM Dimmer';
DEV_PATHS['HB-LC-Dim5PWM-CV'] = new Object();
DEV_PATHS['HB-LC-Dim5PWM-CV']['50'] = '/config/img/devices/50/114_hm-lc-dim1t-fm-lf_thumb.png';
DEV_PATHS['HB-LC-Dim5PWM-CV']['250'] = '/config/img/devices/250/114_hm-lc-dim1t-fm-lf.png';
und

Code: Alles auswählen

# grep HB-LC-Dim5PWM-CV /www/config/devdescr/DEVDB.tcl
array set DEV_PATHS       {HB-WDS40-THP-O {{50 /config/img/devices/50/TH_CS_thumb.png} {250 /config/img/devices/250/TH_CS.png}} HB-UNI-SenAct-8-8-                                                                                    RC-BAT {{50 /config/img/devices/50/hb-uni-senact-8-8-bat_thumb.png} {250 /config/img/devices/250/hb-uni-senact-8-8-bat.png}} HB-UNI-SenAct-8-8-SC-                                                                                    BAT {{50 /config/img/devices/50/hb-uni-senact-8-8-bat_thumb.png} {250 /config/img/devices/250/hb-uni-senact-8-8-bat.png}} HB-UNI-SenAct-8-8-RC {{5                                                                                    0 /config/img/devices/50/hb-uni-senact-8-8_thumb.png} {250 /config/img/devices/250/hb-uni-senact-8-8.png}} HB-UNI-SenAct-8-8-SC {{50 /config/img/d                                                                                    evices/50/hb-uni-senact-8-8_thumb.png} {250 /config/img/devices/250/hb-uni-senact-8-8.png}} HB-UNI-SenAct-4-4-RC-BAT {{50 /config/img/devices/50/h                                                                                    b-uni-senact-4-4-bat_thumb.png} {250 /config/img/devices/250/hb-uni-senact-4-4-bat.png}} HB-UNI-SenAct-4-4-SC-BAT {{50 /config/img/devices/50/hb-u                                                                                    ni-senact-4-4-bat_thumb.png} {250 /config/img/devices/250/hb-uni-senact-4-4-bat.png}} HB-UNI-SenAct-4-4-RC {{50 /config/img/devices/50/hb-uni-sena                                                                                    ct-4-4_thumb.png} {250 /config/img/devices/250/hb-uni-senact-4-4.png}} HB-UNI-SenAct-4-4-SC {{50 /config/img/devices/50/hb-uni-senact-4-4_thumb.pn                                                                                    g} {250 /config/img/devices/250/hb-uni-senact-4-4.png}} HB-UNI-Sen-WEIGHT-SC {{50 /config/img/devices/50/hb-uni-sen-weight-sc_thumb.png} {250 /con                                                                                    fig/img/devices/250/hb-uni-sen-weight-sc.png}} HB-UNI-Sen-WEIGHT {{50 /config/img/devices/50/hb-uni-sen-weight_thumb.png} {250 /config/img/devices                                                                                    /250/hb-uni-sen-weight.png}} HB-UNI-Sen-WEA {{50 /config/img/devices/50/hb-uni-sen-wea_thumb.png} {250 /config/img/devices/250/hb-uni-sen-wea.png}                                                                                    } HB-UNI-Sen-VOLT {{50 /config/img/devices/50/hb-uni-sen-volt_thumb.png} {250 /config/img/devices/250/hb-uni-sen-volt.png}} HB-UNI-Sen-TEMP-SC {{5                                                                                    0 /config/img/devices/50/hb-uni-sen-temp-sc_thumb.png} {250 /config/img/devices/250/hb-uni-sen-temp-sc.png}} HB-UNI-Sen-TEMP-MAX6675-DT {{50 /conf                                                                                    ig/img/devices/50/hb-uni-sen-temp-max6675-dt_thumb.png} {250 /config/img/devices/250/hb-uni-sen-temp-max6675-dt.png}} HB-UNI-Sen-TEMP-MAX6675 {{50                                                                                     /config/img/devices/50/hb-uni-sen-temp-max6675_thumb.png} {250 /config/img/devices/250/hb-uni-sen-temp-max6675.png}} HB-UNI-Sen-TEMP-IR {{50 /con                                                                                    fig/img/devices/50/hb-uni-sen-temp-ir_thumb.png} {250 /config/img/devices/250/hb-uni-sen-temp-ir.png}} HB-UNI-Sen-TEMP-DS18B20 {{50 /config/img/de                                                                                    vices/50/hb-uni-sen-temp-ds18b20_thumb.png} {250 /config/img/devices/250/hb-uni-sen-temp-ds18b20.png}} HB-UNI-Sen-RFID-RC {{50 /config/img/devices                                                                                    /50/hb-uni-sen-rfid-rc_thumb.png} {250 /config/img/devices/250/hb-uni-sen-rfid-rc.png}} HB-UNI-Sen-PRESS-SC {{50 /config/img/devices/50/hb-uni-sen                                                                                    -press_thumb.png} {250 /config/img/devices/250/hb-uni-sen-press.png}} HB-UNI-Sen-PRESS {{50 /config/img/devices/50/hb-uni-sen-press_thumb.png} {25                                                                                    0 /config/img/devices/250/hb-uni-sen-press.png}} HB-UNI-Sen-POOL {{50 /config/img/devices/50/hb-uni-sen-pool_thumb.png} {250 /config/img/devices/2                                                                                    50/hb-uni-sen-pool.png}} HB-UNI-Sen-PH-ORP {{50 /config/img/devices/50/hb-uni-sen-ph-orp_thumb.png} {250 /config/img/devices/250/hb-uni-sen-ph-orp                                                                                    .png}} HB-UNI-Sen-PH {{50 /config/img/devices/50/hb-uni-sen-ph_thumb.png} {250 /config/img/devices/250/hb-uni-sen-ph.png}} HB-UNI-Sen-PF-SC {{50 /                                                                                    config/img/devices/50/hb-uni-sen-pf-sc_thumb.png} {250 /config/img/devices/250/hb-uni-sen-pf-sc.png}} HB-UNI-Sen-PC-WM {{50 /config/img/devices/50                                                                                    /hb-uni-sen-pc-wm_thumb.png} {250 /config/img/devices/250/hb-uni-sen-pc-wm.png}} HB-UNI-Sen-LEV-US {{50 /config/img/devices/50/hb-uni-sen-lev-us_t                                                                                    humb.png} {250 /config/img/devices/250/hb-uni-sen-lev-us.png}} HB-UNI-Sen-LEV-TOF {{50 /config/img/devices/50/hb-uni-sen-lev-tof_thumb.png} {250 /                                                                                    config/img/devices/250/hb-uni-sen-lev-tof.png}} HB-UNI-Sen-LDR-SC {{50 /config/img/devices/50/hb-uni-sen-ldr-sc_thumb.png} {250 /config/img/device                                                                                    s/250/hb-uni-sen-ldr-sc.png}} HB-UNI-Sen-IAQ {{50 /config/img/devices/50/hb-uni-sen-iaq_thumb.png} {250 /config/img/devices/250/hb-uni-sen-iaq.png                                                                                    }} HB-UNI-Sen-DUST {{50 /config/img/devices/50/hb-uni-sen-dust_thumb.png} {250 /config/img/devices/250/hb-uni-sen-dust.png}} HB-UNI-Sen-DUMMY-BEAC                                                                                    ON-V2 {{50 /config/img/devices/50/hb-uni-sen-dummy-beacon_thumb.png} {250 /config/img/devices/250/hb-uni-sen-dummy-beacon.png}} HB-UNI-Sen-DUMMY-B                                                                                    EACON {{50 /config/img/devices/50/hb-uni-sen-dummy-beacon_thumb.png} {250 /config/img/devices/250/hb-uni-sen-dummy-beacon.png}} HB-UNI-Sen-DIST-US                                                                                     {{50 /config/img/devices/50/hb-uni-sen-dist-us_thumb.png} {250 /config/img/devices/250/hb-uni-sen-dist-us.png}} HB-UNI-Sen-DIST-TOF {{50 /config/                                                                                    img/devices/50/hb-uni-sen-dist-tof_thumb.png} {250 /config/img/devices/250/hb-uni-sen-dist-tof.png}} HB-UNI-Sen-CURRENT {{50 /config/img/devices/5                                                                                    0/hb-uni-sen-current_thumb.png} {250 /config/img/devices/250/hb-uni-sen-current.png}} HB-UNI-Sen-CAP-MOIST-T {{50 /config/img/devices/50/hb-uni-se                                                                                    n-cap-moist-t_thumb.png} {250 /config/img/devices/250/hb-uni-sen-cap-moist-t.png}} HB-UNI-Sen-CAP-MOIST {{50 /config/img/devices/50/hb-uni-sen-cap                                                                                    -moist_thumb.png} {250 /config/img/devices/250/hb-uni-sen-cap-moist.png}} HB-UNI-RGB-LED-CTRL {{50 /config/img/devices/50/hb-uni-rgb-led-ctrl_thum                                                                                    b.png} {250 /config/img/devices/250/hb-uni-rgb-led-ctrl.png}} HB-UNI-DMX-Master {{50 /config/img/devices/50/hb-uni-dmx-master_thumb.png} {250 /con                                                                                    fig/img/devices/250/hb-uni-dmx-master.png}} HB-Sec-RHS-3 {{50 /config/img/devices/50/hb-sec-rhs-3_thumb.png} {250 /config/img/devices/250/hb-sec-r                                                                                    hs-3.png}} HB-RC-10-POS {{50 /config/img/devices/50/hb-rc-x-pos_thumb.png} {250 /config/img/devices/250/hb-rc-x-pos.png}} HB-RC-X-POS {{50 /config                                                                                    /img/devices/50/hb-rc-x-pos_thumb.png} {250 /config/img/devices/250/hb-rc-x-pos.png}} HB-RC-12-EP-C {{50 /config/img/devices/50/hb-rc-12-ep-c_thum                                                                                    b.png} {250 /config/img/devices/250/hb-rc-12-ep-c.png}} HB-RC-12-EP-BW {{50 /config/img/devices/50/hb-rc-12-ep-bw_thumb.png} {250 /config/img/devi                                                                                    ces/250/hb-rc-12-ep-bw.png}} HB-RC-6-PBU-LED {{50 /config/img/devices/50/hb-rc-6-pbu-led_thumb.png} {250 /config/img/devices/250/hb-rc-6-pbu-led.p                                                                                    ng}} HB-RC-4-TOUCH {{50 /config/img/devices/50/hb-rc-4-touch_thumb.png} {250 /config/img/devices/250/hb-rc-4-touch.png}} HB-RC-4-Dis-TH-CRG {{50 /                                                                                    config/img/devices/50/hb-rc-4-dis-th-crg_thumb.png} {250 /config/img/devices/250/hb-rc-4-dis-th-crg.png}} HB-RC-4-Dis-TH {{50 /config/img/devices/                                                                                    50/hb-rc-4-dis-th_thumb.png} {250 /config/img/devices/250/hb-rc-4-dis-th.png}} HB-RC-2-PBU-LED {{50 /config/img/devices/50/hb-rc-2-pbu-led_thumb.p                                                                                    ng} {250 /config/img/devices/250/hb-rc-2-pbu-led.png}} HB-OU-RGBW-LED-FX {{50 /config/img/devices/50/hb-ou-rgbw-led-fx_thumb.png} {250 /config/img                                                                                    /devices/250/hb-ou-rgbw-led-fx.png}} HB-OU-RGB-TEALIGHT-BAT {{50 /config/img/devices/50/hb-ou-rgb-tealight-bat_thumb.png} {250 /config/img/devices                                                                                    /250/hb-ou-rgb-tealight-bat.png}} HB-OU-RGB-TEALIGHT {{50 /config/img/devices/50/hb-ou-rgb-tealight_thumb.png} {250 /config/img/devices/250/hb-ou-                                                                                    rgb-tealight.png}} HB-OU-MP3-LED {{50 /config/img/devices/50/hb-ou-mp3-led_thumb.png} {250 /config/img/devices/250/hb-ou-mp3-led.png}} HB-OU-MOT-S                                                                                    ERVO {{50 /config/img/devices/50/hb-ou-mot-servo_thumb.png} {250 /config/img/devices/250/hb-ou-mot-servo.png}} HB-OU-MOT-FAN-RPM {{50 /config/img/                                                                                    devices/50/hb-ou-mot-fan_thumb.png} {250 /config/img/devices/250/hb-ou-mot-fan.png}} HB-OU-MOT-FAN {{50 /config/img/devices/50/hb-ou-mot-fan_thumb                                                                                    .png} {250 /config/img/devices/250/hb-ou-mot-fan.png}} HB-OU-AF-SEN-TEMP {{50 /config/img/devices/50/hb-ou-af-sen-temp_thumb.png} {250 /config/img                                                                                    /devices/250/hb-ou-af-sen-temp.png}} HB-LC-Sw4-TP {{50 /config/img/devices/50/hb-lc-sw4-tp_thumb.png} {250 /config/img/devices/250/hb-lc-sw4-tp.pn                                                                                    g}} HB-LC-Sw2-TP {{50 /config/img/devices/50/hb-lc-sw2-tp_thumb.png} {250 /config/img/devices/250/hb-lc-sw2-tp.png}} HB-LC-Sw1-TP {{50 /config/img                                                                                    /devices/50/hb-lc-sw1-tp_thumb.png} {250 /config/img/devices/250/hb-lc-sw1-tp.png}} HB-LC-SwX-TP {{50 /config/img/devices/50/hb-lc-swx-tp_thumb.pn                                                                                    g} {250 /config/img/devices/250/hb-lc-swx-tp.png}} HB-LC-Sw12-FM {{50 /config/img/devices/50/hb-lc-sw12-fm_thumb.png} {250 /config/img/devices/250                                                                                    /hb-lc-sw12-fm.png}} HB-LC-Sw2PBU-FM {{50 /config/img/devices/50/PushButton-2ch-wm_thumb.png} {250 /config/img/devices/250/PushButton-2ch-wm.png}}                                                                                     HB-LC-Sw2-FM {{50 /config/img/devices/50/5_hm-lc-sw2-fm_thumb.png} {250 /config/img/devices/250/5_hm-lc-sw2-fm.png}} HB-LC-Sw1PBU-FM {{50 /config                                                                                    /img/devices/50/PushButton-2ch-wm_thumb.png} {250 /config/img/devices/250/PushButton-2ch-wm.png}} HB-LC-Dim5PWM-CV {{50 /config/img/devices/50/114                                                                                    _hm-lc-dim1t-fm-lf_thumb.png} {250 /config/img/devices/250/114_hm-lc-dim1t-fm-lf.png}} HB-LC-Bl2-RD {{50 /config/img/devices/50/hb-lc-bl2-rd_thumb                                                                                    .png} {250 /config/img/devices/250/hb-lc-bl2-rd.png}} HB-LC-Bl1PBU-FM {{50 /config/img/devices/50/PushButton-2ch-wm_thumb.png} {250 /config/img/de                                                                                    vices/250/PushButton-2ch-wm.png}} HB-LC-Bl1-Velux {{50 /config/img/devices/50/7_hm-lc-bl1-fm_thumb.png} {250 /config/img/devices/250/7_hm-lc-bl1-f                                                                                    m.png}} HB-LC-Bl1-FM-BAT {{50 /config/img/devices/50/7_hm-lc-bl1-fm_thumb.png} {250 /config/img/devices/250/7_hm-lc-bl1-fm.png}} HB-IR-Rcv-RC {{50                                                                                     /config/img/devices/50/hb-ir-rcv-rc_thumb.png} {250 /config/img/devices/250/hb-ir-rcv-rc.png}} HB-IBUT-8 {{50 /config/img/devices/50/hb-ibut-8_th                                                                                    umb.png} {250 /config/img/devices/250/hb-ibut-8.png}} HB-ES-PMSw1-USB {{50 /config/img/devices/50/hb-es-pmsw1-usb_thumb.png} {250 /config/img/devi                                                                                    ces/250/hb-es-pmsw1-usb.png}} HB-DIS-EP-75BW-MAINS {{50 /config/img/devices/50/hb-dis-ep-75bw-mains_thumb.png} {250 /config/img/devices/250/hb-dis                                                                                    -ep-75bw-mains.png}} HB-DIS-EP-75BW {{50 /config/img/devices/50/hb-dis-ep-75bw_thumb.png} {250 /config/img/devices/250/hb-dis-ep-75bw.png}} HB-DIS                                                                                    -EP-42BW-MAINS {{50 /config/img/devices/50/hb-dis-ep-42bw-mains_thumb.png} {250 /config/img/devices/250/hb-dis-ep-42bw-mains.png}} HB-DIS-EP-42BW                                                                                     {{50 /config/img/devices/50/hb-dis-ep-42bw_thumb.png} {250 /config/img/devices/250/hb-dis-ep-42bw.png}} HB-CDL-6 {{50 /config/img/devices/50/hb-cd                                                                                    l-6_thumb.png} {250 /config/img/devices/250/hb-cdl-6.png}} VIR-LG-RGB-DIM {{50 /config/img/devices/50/coupling/hm-coupling-rgb-dim.png} {250 /conf                                                                                    ig/img/devices/250/coupling/hm-coupling-rgb-dim.png}} HmIPW-WRC2 {{50 /config/img/devices/50/112_hmip-wrc2_thumb.png} {250 /config/img/devices/250                                                                                    /112_hmip-wrc2.png}} HM-Dis-TD-T {{50 /config/img/devices/50/81_hm-dis-td-t_thumb.png} {250 /config/img/devices/250/81_hm-dis-td-t.png}} {ZEL STG                                                                                     RM FWT} {{50 /config/img/devices/50/42_hm-cc-tc_thumb.png} {250 /config/img/devices/250/42_hm-cc-tc.png}} HmIP-WRCR {{50 /config/img/devices/50/20                                                                                    2_hmip-wrcr_thumb.png} {250 /config/img/devices/250/202_hmip-wrcr.png}} HmIP-SPDR {{50 /config/img/devices/50/154_hmip-spdr_thumb.png} {250 /confi                                                                                    g/img/devices/250/154_hmip-spdr.png}} HmIPW-WRC6 {{50 /config/img/devices/50/131_hmip-wrc6_thumb.png} {250 /config/img/devices/250/131_hmip-wrc6.p                                                                                    ng}} HmIP-FAL230-C10 {{50 /config/img/devices/50/138_hmip-fal-c10_thumb.png} {250 /config/img/devices/250/138_hmip-fal-c10.png}} HM-EM-CCM {{50 /c                                                                                    onfig/img/devices/50/44_hm-em-ccm_thumb.png} {250 /config/img/devices/250/44_hm-em-ccm.png}} HMW-RCV-50 {{50 /config/img/devices/50/CCU2_thumb.png                                                                                    } {250 /config/img/devices/250/CCU2.png}} {ZEL STG RM FST UP4} {{50 /config/img/devices/50/38_hm-pbi-4-fm_thumb.png} {250 /config/img/devices/250/                                                                                    38_hm-pbi-4-fm.png}} HM-LC-Sw4-Ba-PCB {{50 /config/img/devices/50/88_hm-lc-sw4-ba-pcb_thumb.png} {250 /config/img/devices/250/88_hm-lc-sw4-ba-pcb.                                                                                    png}} HmIP-DRSI1 {{50 /config/img/devices/50/211_hmip-drsi1_thumb.png} {250 /config/img/devices/250/211_hmip-drsi1.png}} VIR-OL-GTW {{50 /config/i                                                                                    mg/devices/50/coupling/hm-lightify_gateway.png} {250 /config/img/devices/250/coupling/hm-lightify_gateway.png}} HM-LC-Sw1-PB-FM {{50 /config/img/d                                                                                    evices/50/PushButton-2ch-wm_thumb.png} {250 /config/img/devices/250/PushButton-2ch-wm.png}} HmIP-SMO-A {{50 /config/img/devices/50/132_hmip-smo_th                                                                                    umb.png} {250 /config/img/devices/250/132_hmip-smo.png}} HmIP-RCV-50 {{50 /config/img/devices/50/CCU3-1-50_thumb.png} {250 /config/img/devices/250                                                                                    /CCU3-1-50.png}} HmIP-DRSI4 {{50 /config/img/devices/50/205_hmip-drsi4_thumb.png} {250 /config/img/devices/250/205_hmip-drsi4.png}} HmIP-MIOB {{50                                                                                     /config/img/devices/50/136_hmip-miob_thumb.png} {250 /config/img/devices/250/136_hmip-miob.png}} HmIP-eTRV {{50 /config/img/devices/50/120_hmip-e                                                                                    trv_thumb.png} {250 /config/img/devices/250/120_hmip-etrv.png}} HmIP-WTH {{50 /config/img/devices/50/121_hmip-wth_thumb.png} {250 /config/img/devi                                                                                    ces/250/121_hmip-wth.png}} HmIP-STHO-A {{50 /config/img/devices/50/148_hmip-stho_thumb.png} {250 /config/img/devices/250/148_hmip-stho.png}} HmIP-                                                                                    FBL {{50 /config/img/devices/50/145_hmip-froll_hmip-fbl_thumb.png} {250 /config/img/devices/250/145_hmip-froll_hmip-fbl.png}} HM-RC-Key3 {{50 /con                                                                                    fig/img/devices/50/23_hm-rc-key3-b_thumb.png} {250 /config/img/devices/250/23_hm-rc-key3-b.png}} HM-OU-CFM-Pl {{50 /config/img/devices/50/60_hm-ou                                                                                    -cf-pl_thumb.png} {250 /config/img/devices/250/60_hm-ou-cf-pl.png}} HM-RC-Sec3 {{50 /config/img/devices/50/22_hm-rc-sec3-b_thumb.png} {250 /config                                                                                    /img/devices/250/22_hm-rc-sec3-b.png}} HM-LC-Dim1T-CV {{50 /config/img/devices/50/66_hm-lc-dim1t-cv_thumb.png} {250 /config/img/devices/250/66_hm-                                                                                    lc-dim1t-cv.png}} BRC-H {{50 /config/img/devices/50/72_hm-rc-brc-h_thumb.png} {250 /config/img/devices/250/72_hm-rc-brc-h.png}} HmIP-BRC2 {{50 /co                                                                                    nfig/img/devices/50/PushButton-2ch-wm_thumb.png} {250 /config/img/devices/250/PushButton-2ch-wm.png}} HmIPW-FAL24-C10 {{50 /config/img/devices/50/                                                                                    138_hmip-fal-c10_thumb.png} {250 /config/img/devices/250/138_hmip-fal-c10.png}} HMIP-WTH-2 {{50 /config/img/devices/50/121_hmip-wth_thumb.png} {25                                                                                    0 /config/img/devices/250/121_hmip-wth.png}} HmIP-WT {{50 /config/img/devices/50/193_hmip-wt_thumb.png} {250 /config/img/devices/250/193_hmip-wt.p                                                                                    ng}} HM-PB-4Dis-WM {{50 /config/img/devices/50/70_hm-pb-4dis-wm_thumb.png} {250 /config/img/devices/250/70_hm-pb-4dis-wm.png}} VIR-LG-WHITE {{50 /                                                                                    config/img/devices/50/coupling/hm-coupling-white.png} {250 /config/img/devices/250/coupling/hm-coupling-white.png}} HM-LC-Dim1T-DR {{50 /config/im                                                                                    g/devices/50/143_hm-lc-dim1t-dr_thumb.png} {250 /config/img/devices/250/143_hm-lc-dim1t-dr.png}} HM-CC-VG-1 {{50 /config/img/devices/50/95_group_h                                                                                    m-cc-vg-1_thumb.png} {250 /config/img/devices/250/95_group_hm-cc-vg-1.png}} HMIP-SWDO {{50 /config/img/devices/50/118_hmip-swdo_thumb.png} {250 /c                                                                                    onfig/img/devices/250/118_hmip-swdo.png}} HM-WDS40-TH-I-2 {{50 /config/img/devices/50/13_hm-ws550sth-i_thumb.png} {250 /config/img/devices/250/13_                                                                                    hm-ws550sth-i.png}} {ZEL STG RM FZS} {{50 /config/img/devices/50/OM55_DimmerSwitch_thumb.png} {250 /config/img/devices/250/OM55_DimmerSwitch.png}}                                                                                     HM-LC-Sw2-DR-2 {{50 /config/img/devices/50/69_hm-lc-sw2-dr_thumb.png} {250 /config/img/devices/250/69_hm-lc-sw2-dr.png}} HMW-WSTH-SM {{50 /config                                                                                    /img/devices/50/32_hmw-wsth-sm_thumb.png} {250 /config/img/devices/250/32_hmw-wsth-sm.png}} HM-LC-Sw4-WM {{50 /config/img/devices/50/76_hm-lc-sw4-                                                                                    wm_thumb.png} {250 /config/img/devices/250/76_hm-lc-sw4-wm.png}} HM-ES-PMSw1-Pl-DN-R1 {{50 /config/img/devices/50/93_hm-es-pmsw1-pl_thumb.png} {25                                                                                    0 /config/img/devices/250/93_hm-es-pmsw1-pl.png}} HmIP-eTRV-2-UK {{50 /config/img/devices/50/158_hmip-etrv-uk_thumb.png} {250 /config/img/devices/                                                                                    250/158_hmip-etrv-uk.png}} HM-ES-PMSw1-Pl-DN-R2 {{50 /config/img/devices/50/107_hm-es-pmsw1-pl-R2_thumb.png} {250 /config/img/devices/250/107_hm-e                                                                                    s-pmsw1-pl-R2.png}} HmIPW-DRI16 {{50 /config/img/devices/50/164_hmipw-dri16_thumb.png} {250 /config/img/devices/250/164_hmipw-dri16.png}} HM-ES-PM                                                                                    Sw1-Pl-DN-R3 {{50 /config/img/devices/50/107_hm-es-pmsw1-pl-R3_thumb.png} {250 /config/img/devices/250/107_hm-es-pmsw1-pl-R3.png}} HM-OU-CFM-TW {{                                                                                    50 /config/img/devices/50/117_hm-ou-cfm-tw_thumb.png} {250 /config/img/devices/250/117_hm-ou-cfm-tw.png}} HM-Sec-SFA-SM {{50 /config/img/devices/5                                                                                    0/55_hm-sec-sfa-sm_thumb.png} {250 /config/img/devices/250/55_hm-sec-sfa-sm.png}} HM-ES-PMSw1-Pl-DN-R4 {{50 /config/img/devices/50/107_hm-es-pmsw1                                                                                    -pl-R4_thumb.png} {250 /config/img/devices/250/107_hm-es-pmsw1-pl-R4.png}} HM-ES-PMSw1-Pl-DN-R5 {{50 /config/img/devices/50/107_hm-es-pmsw1-pl-R5_                                                                                    thumb.png} {250 /config/img/devices/250/107_hm-es-pmsw1-pl-R5.png}} HmIP-SAM {{50 /config/img/devices/50/149_hmip-sam_thumb.png} {250 /config/img/                                                                                    devices/250/149_hmip-sam.png}} HmIP-FSI16 {{50 /config/img/devices/50/203_hmip-fsi16_thumb.png} {250 /config/img/devices/250/203_hmip-fsi16.png}}                                                                                     HM-LC-Dim1T-FM {{50 /config/img/devices/50/65_hm-lc-dim1t-fm_thumb.png} {250 /config/img/devices/250/65_hm-lc-dim1t-fm.png}} HM-Sec-SD-Team {{50 /                                                                                    config/img/devices/50/52_hm-sec-sd-team_thumb.png} {250 /config/img/devices/250/52_hm-sec-sd-team.png}} HM-RC-Dis-H-x-EU {{50 /config/img/devices/                                                                                    50/108_hm-rc-dis-h-x-eu_thump.png} {250 /config/img/devices/250/108_hm-rc-dis-h-x-eu.png}} HM-SwI-3-FM {{50 /config/img/devices/50/39_hm-swi-3-fm_                                                                                    thumb.png} {250 /config/img/devices/250/39_hm-swi-3-fm.png}} HMW-WSE-SM {{50 /config/img/devices/50/31_hmw-wse-sm_thumb.png} {250 /config/img/devi                                                                                    ces/250/31_hmw-wse-sm.png}} HM-Sec-Key-O {{50 /config/img/devices/50/14_hm-sec-key_thumb.png} {250 /config/img/devices/250/14_hm-sec-key.png}} HM-                                                                                    RC-Key4-2 {{50 /config/img/devices/50/85_hm-rc-key4-2_thumb.png} {250 /config/img/devices/250/85_hm-rc-key4-2.png}} HM-LC-RGBW-WM {{50 /config/img                                                                                    /devices/50/111_hm-lc-rgbw-wm_thumb.png} {250 /config/img/devices/250/111_hm-lc-rgbw-wm.png}} HM-RC-Key4-3 {{50 /config/img/devices/50/84_hm-rc-4-                                                                                    x_thumb.png} {250 /config/img/devices/250/86_hm-rc-key4-3.png}} HmIP-FDT {{50 /config/img/devices/50/134_hmip-fsm_thumb.png} {250 /config/img/devi                                                                                    ces/250/134_hmip-fsm.png}} HM-LC-Dim2L-SM-2 {{50 /config/img/devices/50/45_hm-lc-dim2l-sm_thumb.png} {250 /config/img/devices/250/45_hm-lc-dim2l-s                                                                                    m.png}} HM-Sec-TiS {{50 /config/img/devices/50/47_hm-sec-tis_thumb.png} {250 /config/img/devices/250/47_hm-sec-tis.png}} HM-WDS100-C6-O-2 {{50 /co                                                                                    nfig/img/devices/50/WeatherCombiSensor_thumb.png} {250 /config/img/devices/250/WeatherCombiSensor.png}} HM-Sec-Key-S {{50 /config/img/devices/50/1                                                                                    4_hm-sec-key_thumb.png} {250 /config/img/devices/250/14_hm-sec-key.png}} HM-LC-AO-SM {{50 /config/img/devices/50/129_hm-lc-ao-sm_thumb.png} {250 /                                                                                    config/img/devices/250/129_hm-lc-ao-sm.png}} HM-LC-Bl1-FM-2 {{50 /config/img/devices/50/7_hm-lc-bl1-fm_thumb.png} {250 /config/img/devices/250/7_h                                                                                    m-lc-bl1-fm.png}} HM-Sys-sRP-Pl {{50 /config/img/devices/50/OM55_DimmerSwitch_thumb.png} {250 /config/img/devices/250/OM55_DimmerSwitch.png}} HmIP                                                                                    -PSM-PE {{50 /config/img/devices/50/113_hmip-psm-pe_thumb.png} {250 /config/img/devices/250/113_hmip-psm-pe.png}} HM-OU-CF-Pl {{50 /config/img/dev                                                                                    ices/50/60_hm-ou-cf-pl_thumb.png} {250 /config/img/devices/250/60_hm-ou-cf-pl.png}} HmIPW-FIO6 {{50 /config/img/devices/50/165_hmipw-fio6_thumb.pn                                                                                    g} {250 /config/img/devices/250/165_hmipw-fio6.png}} HmIPW-DRI32 {{50 /config/img/devices/50/167_hmipw-dri32_thumb.png} {250 /config/img/devices/2                                                                                    50/167_hmipw-dri32.png}} HMW-LC-Bl1-DR-2 {{50 /config/img/devices/50/27_hmw-lc-bl1-dr_thumb.png} {250 /config/img/devices/250/27_hmw-lc-bl1-dr.png                                                                                    }} HM-SCI-3-FM {{50 /config/img/devices/50/67_hm-sci-3-fm_thumb.png} {250 /config/img/devices/250/67_hm-sci-3-fm.png}} HM-LC-Bl1-SM-2 {{50 /config                                                                                    /img/devices/50/6_hm-lc-bl1-sm_thumb.png} {250 /config/img/devices/250/6_hm-lc-bl1-sm.png}} HM-ES-PMSw1-DR {{50 /config/img/devices/50/110_hm-es-p                                                                                    msw1-dr_thump.png} {250 /config/img/devices/250/110_hm-es-pmsw1-dr.png}} HM-LC-Dim1PWM-CV-2 {{50 /config/img/devices/50/2_hm-lc-dim1l-cv_thumb.png                                                                                    } {250 /config/img/devices/250/79_hm-lc-dim1pwm-cv.png}} HmIP-SCTH230 {{50 /config/img/devices/50/215_hmip-scth230_thumb.png} {250 /config/img/dev                                                                                    ices/250/215_hmip-scth230.png}} HmIP-SCI {{50 /config/img/devices/50/190_hmip-sci_thumb.png} {250 /config/img/devices/250/190_hmip-sci.png}} HmIPW                                                                                    -FAL230-C10 {{50 /config/img/devices/50/138_hmip-fal-c10_thumb.png} {250 /config/img/devices/250/138_hmip-fal-c10.png}} HmIPW-BRC2 {{50 /config/im                                                                                    g/devices/50/PushButton-2ch-wm_thumb.png} {250 /config/img/devices/250/PushButton-2ch-wm.png}} HMW-LC-Sw2-DR {{50 /config/img/devices/50/26_hmw-lc                                                                                    -sw2-dr_thumb.png} {250 /config/img/devices/250/26_hmw-lc-sw2-dr.png}} HmIP-WTH-2 {{50 /config/img/devices/50/121_hmip-wth_thumb.png} {250 /config                                                                                    /img/devices/250/121_hmip-wth.png}} HmIP-SWDM {{50 /config/img/devices/50/181_hmip-swdm_thumb.png} {250 /config/img/devices/250/181_hmip-swdm.png}                                                                                    } HM-LC-Dim1T-CV-644 {{50 /config/img/devices/50/66_hm-lc-dim1t-cv_thumb.png} {250 /config/img/devices/250/66_hm-lc-dim1t-cv.png}} HM-PB-4-WM {{50                                                                                     /config/img/devices/50/PushButton-4ch-wm_thumb.png} {250 /config/img/devices/250/PushButton-4ch-wm.png}} HMW-LC-Bl1-DR {{50 /config/img/devices/5                                                                                    0/27_hmw-lc-bl1-dr_thumb.png} {250 /config/img/devices/250/27_hmw-lc-bl1-dr.png}} HM-Sec-Win {{50 /config/img/devices/50/15_hm-sec-win_thumb.png}                                                                                     {250 /config/img/devices/250/15_hm-sec-win.png}} HmIP-SWDO {{50 /config/img/devices/50/118_hmip-swdo_thumb.png} {250 /config/img/devices/250/118_h                                                                                    mip-swdo.png}} HM-LC-Sw2-FM-2 {{50 /config/img/devices/50/5_hm-lc-sw2-fm_thumb.png} {250 /config/img/devices/250/5_hm-lc-sw2-fm.png}} HmIP-FAL230-                                                                                    C6 {{50 /config/img/devices/50/137_hmip-fal-c6_thumb.png} {250 /config/img/devices/250/137_hmip-fal-c6.png}} HmIP-MOD-TM {{50 /config/img/devices/                                                                                    50/183_hmip-mod-tm_thumb.png} {250 /config/img/devices/250/183_hmip-mod-tm.png}} HM-LC-Sw1-Pl-DN-R1 {{50 /config/img/devices/50/93_hm-es-pmsw1-pl_                                                                                    thumb.png} {250 /config/img/devices/250/93_hm-es-pmsw1-pl.png}} HmIP-FROLL {{50 /config/img/devices/50/145_hmip-froll_hmip-fbl_thumb.png} {250 /co                                                                                    nfig/img/devices/250/145_hmip-froll_hmip-fbl.png}} HM-LC-Sw1-Pl-DN-R2 {{50 /config/img/devices/50/107_hm-es-pmsw1-pl-R2_thumb.png} {250 /config/im                                                                                    g/devices/250/107_hm-es-pmsw1-pl-R2.png}} HM-LC-Sw1-Pl-DN-R3 {{50 /config/img/devices/50/107_hm-es-pmsw1-pl-R3_thumb.png} {250 /config/img/devices                                                                                    /250/107_hm-es-pmsw1-pl-R3.png}} HM-LC-Dim2T-SM {{50 /config/img/devices/50/64_hm-lc-dim2T-sm_thumb.png} {250 /config/img/devices/250/64_hm-lc-dim                                                                                    2T-sm.png}} HM-LC-Sw1-Pl-DN-R4 {{50 /config/img/devices/50/107_hm-es-pmsw1-pl-R4_thumb.png} {250 /config/img/devices/250/107_hm-es-pmsw1-pl-R4.png                                                                                    }} HmIP-MOD-RC8 {{50 /config/img/devices/50/159_hmip-mod-rc8_thumb.png} {250 /config/img/devices/250/159_hmip-mod-rc8.png}} HM-LC-Sw1-Pl-DN-R5 {{5                                                                                    0 /config/img/devices/50/107_hm-es-pmsw1-pl-R5_thumb.png} {250 /config/img/devices/250/107_hm-es-pmsw1-pl-R5.png}} HM-LC-Sw1-SM-ATmega168 {{50 /co                                                                                    nfig/img/devices/50/8_hm-lc-sw1-sm_thumb.png} {250 /config/img/devices/250/8_hm-lc-sw1-sm.png}} HM-LC-Dim1TPBU-FM-2 {{50 /config/img/devices/50/Pu                                                                                    shButton-2ch-wm_thumb.png} {250 /config/img/devices/250/PushButton-2ch-wm.png}} HM-Sen-MDIR-O {{50 /config/img/devices/50/80_hm-sen-mdir-o_thumb.p                                                                                    ng} {250 /config/img/devices/250/80_hm-sen-mdir-o.png}} ALPHA-IP-RBGa {{50 /config/img/devices/50/141_alpha-ip-rgba_thumb.png} {250 /config/img/de                                                                                    vices/250/141_alpha-ip-rgba.png}} HmIP-WTH-B {{50 /config/img/devices/50/200_hmip-wth-b_thumb.png} {250 /config/img/devices/250/200_hmip-wth-b.png                                                                                    }} RPI-RF-MOD {{50 /config/img/devices/50/CCU3_thumb.png} {250 /config/img/devices/250/CCU3.png}} HM-RC-12-B {{50 /config/img/devices/50/19_hm-rc-                                                                                    12_thumb.png} {250 /config/img/devices/250/19_hm-rc-12.png}} HmIP-WHS2 {{50 /config/img/devices/50/155_hmip-whs2_thumb.png} {250 /config/img/devic                                                                                    es/250/155_hmip-whs2.png}} HmIP-SFD {{50 /config/img/devices/50/212_hmip-sfd_thumb.png} {250 /config/img/devices/250/212_hmip-sfd.png}} HmIP-ASIR-                                                                                    2 {{50 /config/img/devices/50/196_hmip-ASIR-2_thumb.png} {250 /config/img/devices/250/196_hmip-ASIR-2.png}} HmIP-DRDI3 {{50 /config/img/devices/50                                                                                    /204_hmip-drdi3_thumb.png} {250 /config/img/devices/250/204_hmip-drdi3.png}} HmIP-FAL24-C6 {{50 /config/img/devices/50/137_hmip-fal-c6_thumb.png}                                                                                     {250 /config/img/devices/250/137_hmip-fal-c6.png}} HM-LC-Bl1-SM {{50 /config/img/devices/50/6_hm-lc-bl1-sm_thumb.png} {250 /config/img/devices/250                                                                                    /6_hm-lc-bl1-sm.png}} HmIP-MOD-OC8 {{50 /config/img/devices/50/156_hmip-mod-oc8_thumb.png} {250 /config/img/devices/250/156_hmip-mod-oc8.png}} HM-                                                                                    LC-Dim1L-CV {{50 /config/img/devices/50/2_hm-lc-dim1l-cv_thumb.png} {250 /config/img/devices/250/2_hm-lc-dim1l-cv.png}} HmIP-PCBS {{50 /config/img                                                                                    /devices/50/139_hm-lc-sw1-pcb_thumb.png} {250 /config/img/devices/250/139_hm-lc-sw1-pcb.png}} {ZEL STG RM FDK} {{50 /config/img/devices/50/17_hm-s                                                                                    ec-rhs_thumb.png} {250 /config/img/devices/250/17_hm-sec-rhs.png}} HM-Sen-RD-O {{50 /config/img/devices/50/87_hm-sen-rd-o_thumb.png} {250 /config/                                                                                    img/devices/250/87_hm-sen-rd-o.png}} HM-WDS30-T-O {{50 /config/img/devices/50/IP65_G201_thumb.png} {250 /config/img/devices/250/IP65_G201.png}} Hm                                                                                    IP-ASIR-B1 {{50 /config/img/devices/50/133_hmip-asir_thumb.png} {250 /config/img/devices/250/133_hmip-asir.png}} HM-CC-RT-DN {{50 /config/img/devi                                                                                    ces/50/83_hm-cc-rt-dn_thumb.png} {250 /config/img/devices/250/83_hm-cc-rt-dn.png}} HM-WS550ST-IO {{50 /config/img/devices/50/IP65_G201_thumb.png}                                                                                     {250 /config/img/devices/250/IP65_G201.png}} {ZEL STG RM FZS-2} {{50 /config/img/devices/50/OM55_DimmerSwitch_thumb.png} {250 /config/img/devices/                                                                                    250/OM55_DimmerSwitch.png}} HM-Sec-Key {{50 /config/img/devices/50/14_hm-sec-key_thumb.png} {250 /config/img/devices/250/14_hm-sec-key.png}} HmIP-                                                                                    MP3P {{50 /config/img/devices/50/186_hmip-mp3p_thumb.png} {250 /config/img/devices/250/186_hmip-mp3p.png}} HmIP-PDT {{50 /config/img/devices/50/11                                                                                    3_hmip-psm_thumb.png} {250 /config/img/devices/250/113_hmip-psm.png}} HM-Sec-SD-2-Team {{50 /config/img/devices/50/105_hm-sec-sd-2-team_thumb.png}                                                                                     {250 /config/img/devices/250/105_hm-sec-sd-2-team.png}} HM-RC-19-SW {{50 /config/img/devices/50/20_hm-rc-19_thumb.png} {250 /config/img/devices/2                                                                                    50/20_hm-rc-19.png}} HM-DW-WM {{50 /config/img/devices/50/150_hm-lc-dw-wm_thumb.png} {250 /config/img/devices/250/150_hm-lc-dw-wm.png}} KS550 {{50                                                                                     /config/img/devices/50/WeatherCombiSensor_thumb.png} {250 /config/img/devices/250/WeatherCombiSensor.png}} HmIP-BWTH {{50 /config/img/devices/50/                                                                                    121_hmip-wth_thumb.png} {250 /config/img/devices/250/121_hmip-wth.png}} HM-RC-2-PBU-FM-2 {{50 /config/img/devices/50/PushButton-2ch-wm_thumb.png}                                                                                     {250 /config/img/devices/250/PushButton-2ch-wm.png}} HMW-IO-4-FM {{50 /config/img/devices/50/29_hmw-io-4-fm_thumb.png} {250 /config/img/devices/25                                                                                    0/29_hmw-io-4-fm.png}} HM-LC-Sw4-PCB-2 {{50 /config/img/devices/50/46_hm-lc-sw4-pcb_thumb.png} {250 /config/img/devices/250/46_hm-lc-sw4-pcb.png}}                                                                                     HmIP-STHD {{50 /config/img/devices/50/147_hmip-sthd_thumb.png} {250 /config/img/devices/250/147_hmip-sthd.png}} HmIP-SMI55 {{50 /config/img/devic                                                                                    es/50/168_hmip-smi55_thumb.png} {250 /config/img/devices/250/168_hmip-smi55.png}} HM-LC-Dim2T-SM-644 {{50 /config/img/devices/50/64_hm-lc-dim2T-sm                                                                                    _thumb.png} {250 /config/img/devices/250/64_hm-lc-dim2T-sm.png}} HM-EM-CMM {{50 /config/img/devices/50/25_hm-em-cmm_thumb.png} {250 /config/img/de                                                                                    vices/250/25_hm-em-cmm.png}} HM-Sec-RHS {{50 /config/img/devices/50/17_hm-sec-rhs_thumb.png} {250 /config/img/devices/250/17_hm-sec-rhs.png}} {ZEL                                                                                     STG RM FFK} {{50 /config/img/devices/50/16_hm-sec-sc_thumb.png} {250 /config/img/devices/250/16_hm-sec-sc.png}} HmIP-PSM-UK {{50 /config/img/devi                                                                                    ces/50/113_hmip-psm-uk_thumb.png} {250 /config/img/devices/250/113_hmip-psm-uk.png}} HMW-IO-12-Sw14-DR {{50 /config/img/devices/50/71_hmw-io-12-sw                                                                                    14-dr_thumb.png} {250 /config/img/devices/250/71_hmw-io-12-sw14-dr.png}} HM-LC-Sw2PBU-FM {{50 /config/img/devices/50/PushButton-2ch-wm_thumb.png}                                                                                     {250 /config/img/devices/250/PushButton-2ch-wm.png}} HmIP-DBB {{50 /config/img/devices/50/177_hmip-dbb_thumb.png} {250 /config/img/devices/250/177                                                                                    _hmip-dbb.png}} HM-WDS40-TH-I {{50 /config/img/devices/50/13_hm-ws550sth-i_thumb.png} {250 /config/img/devices/250/13_hm-ws550sth-i.png}} HM-MOD-R                                                                                    e-8 {{50 /config/img/devices/50/94_hm-mod-re-8_thumb.png} {250 /config/img/devices/250/94_hm-mod-re-8.png}} {263 167 Gruppe} {{50 /config/img/devi                                                                                    ces/50/52_hm-sec-sd-team_thumb.png} {250 /config/img/devices/250/52_hm-sec-sd-team.png}} {ZEL STG RM FSS UP3} {{50 /config/img/devices/50/39_hm-sw                                                                                    i-3-fm_thumb.png} {250 /config/img/devices/250/39_hm-swi-3-fm.png}} HmIP-BSL {{50 /config/img/devices/50/173_hmip-bsl_thumb.png} {250 /config/img/                                                                                    devices/250/173_hmip-bsl.png}} HmIP-BSM {{50 /config/img/devices/50/PushButton-2ch-wm_thumb.png} {250 /config/img/devices/250/PushButton-2ch-wm.pn                                                                                    g}} HmIP-SWO-PL {{50 /config/img/devices/50/170_hmip-swo-pl_thumb.png} {250 /config/img/devices/250/170_hmip-swo-pl.png}} HmIP-ASIR-O {{50 /config                                                                                    /img/devices/50/192_hmip-asir-o_thumb.png} {250 /config/img/devices/250/192_hmip-asir-o.png}} {263 130} {{50 /config/img/devices/50/4_hm-lc-sw1-fm                                                                                    _thumb.png} {250 /config/img/devices/250/4_hm-lc-sw1-fm.png}} HmIP-FSM16 {{50 /config/img/devices/50/135_hmip-fsm16_thumb.png} {250 /config/img/de                                                                                    vices/250/135_hmip-fsm16.png}} HM-RC-4 {{50 /config/img/devices/50/18_hm-rc-4_thumb.png} {250 /config/img/devices/250/18_hm-rc-4.png}} {263 131} {                                                                                    {50 /config/img/devices/50/PushButton-2ch-wm_thumb.png} {250 /config/img/devices/250/PushButton-2ch-wm.png}} HmIP-MIO16-PCB {{50 /config/img/devic                                                                                    es/50/199_hmip-mio16-pcb_thumb.png} {250 /config/img/devices/250/199_hmip-mio16-pcb.png}} {263 132} {{50 /config/img/devices/50/2_hm-lc-dim1l-cv_t                                                                                    humb.png} {250 /config/img/devices/250/2_hm-lc-dim1l-cv.png}} HmIP-STHO {{50 /config/img/devices/50/148_hmip-stho_thumb.png} {250 /config/img/devi                                                                                    ces/250/148_hmip-stho.png}} {263 133} {{50 /config/img/devices/50/PushButton-2ch-wm_thumb.png} {250 /config/img/devices/250/PushButton-2ch-wm.png}                                                                                    } {263 134} {{50 /config/img/devices/50/66_hm-lc-dim1t-cv_thumb.png} {250 /config/img/devices/250/66_hm-lc-dim1t-cv.png}} HmIP-SWO-PR {{50 /config                                                                                    /img/devices/50/169_hmip-swo-pr_thumb.png} {250 /config/img/devices/250/169_hmip-swo-pr.png}} {263 135} {{50 /config/img/devices/50/75_hm-pb-2-wm5                                                                                    5_thumb.png} {250 /config/img/devices/250/75_hm-pb-2-wm55.png}} HM-RC-8 {{50 /config/img/devices/50/100_hm-rc-8_thumb.png} {250 /config/img/device                                                                                    s/250/100_hm-rc-8.png}} HM-Sen-DB-PCB {{50 /config/img/devices/50/101_hm-sen-db-pcb_thumb.png} {250 /config/img/devices/250/101_hm-sen-db-pcb.png}                                                                                    } HM-LC-Dim1L-CV-644 {{50 /config/img/devices/50/2_hm-lc-dim1l-cv_thumb.png} {250 /config/img/devices/250/2_hm-lc-dim1l-cv.png}} HM-LC-Sw1-SM {{50                                                                                     /config/img/devices/50/8_hm-lc-sw1-sm_thumb.png} {250 /config/img/devices/250/8_hm-lc-sw1-sm.png}} HM-LC-Sw4-DR-2 {{50 /config/img/devices/50/68_                                                                                    hm-lc-sw4-dr_thumb.png} {250 /config/img/devices/250/68_hm-lc-sw4-dr.png}} HMW-LC-Dim1L-DR {{50 /config/img/devices/50/28_hmw-lc-dim1l-dr_thumb.pn                                                                                    g} {250 /config/img/devices/250/28_hmw-lc-dim1l-dr.png}} HM-CC-SCD {{50 /config/img/devices/50/57_hm-cc-scd_thumb.png} {250 /config/img/devices/25                                                                                    0/57_hm-cc-scd.png}} HM-LC-Sw1PBU-FM {{50 /config/img/devices/50/PushButton-2ch-wm_thumb.png} {250 /config/img/devices/250/PushButton-2ch-wm.png}}                                                                                     HM-LC-Dim2T-SM-2 {{50 /config/img/devices/50/64_hm-lc-dim2T-sm_thumb.png} {250 /config/img/devices/250/64_hm-lc-dim2T-sm.png}} HM-LC-Sw1-Pl {{50                                                                                     /config/img/devices/50/OM55_DimmerSwitch_thumb.png} {250 /config/img/devices/250/OM55_DimmerSwitch.png}} HM-WDS100-C6-O {{50 /config/img/devices/5                                                                                    0/WeatherCombiSensor_thumb.png} {250 /config/img/devices/250/WeatherCombiSensor.png}} HM-LC-Dim2L-SM {{50 /config/img/devices/50/45_hm-lc-dim2l-sm                                                                                    _thumb.png} {250 /config/img/devices/250/45_hm-lc-dim2l-sm.png}} HM-LC-DDC1-PCB {{50 /config/img/devices/50/54a_lc-ddc1_thumb.png} {250 /config/im                                                                                    g/devices/250/54a_lc-ddc1-pcb.png}} {263 144} {{50 /config/img/devices/50/39_hm-swi-3-fm_thumb.png} {250 /config/img/devices/250/39_hm-swi-3-fm.pn                                                                                    g}} {263 145} {{50 /config/img/devices/50/38_hm-pbi-4-fm_thumb.png} {250 /config/img/devices/250/38_hm-pbi-4-fm.png}} HmIPW-SMI55 {{50 /config/img                                                                                    /devices/50/195_hmipw-smi55_thumb.png} {250 /config/img/devices/250/195_hmipw-smi55.png}} {263 146} {{50 /config/img/devices/50/7_hm-lc-bl1-fm_thu                                                                                    mb.png} {250 /config/img/devices/250/7_hm-lc-bl1-fm.png}} HM-LC-Sw4-DR {{50 /config/img/devices/50/68_hm-lc-sw4-dr_thumb.png} {250 /config/img/dev                                                                                    ices/250/68_hm-lc-sw4-dr.png}} {263 147} {{50 /config/img/devices/50/PushButton-2ch-wm_thumb.png} {250 /config/img/devices/250/PushButton-2ch-wm.p                                                                                    ng}} HmIPW-DRS4 {{50 /config/img/devices/50/160_hmipw-drs4_thumb.png} {250 /config/img/devices/250/160_hmipw-drs4.png}} HM-Sec-SC-2 {{50 /config/i                                                                                    mg/devices/50/16_hm-sec-sc_thumb.png} {250 /config/img/devices/250/16_hm-sec-sc.png}} HM-PB-6-WM55 {{50 /config/img/devices/50/86_hm-pb-6-wm55_thu                                                                                    mb.png} {250 /config/img/devices/250/86_hm-pb-6-wm55.png}} HmIPW-DRS8 {{50 /config/img/devices/50/161_hmipw-drs8_thumb.png} {250 /config/img/devic                                                                                    es/250/161_hmipw-drs8.png}} VIR-LG-GROUP {{50 /config/img/devices/50/coupling/hm-coupling-group.png} {250 /config/img/devices/250/coupling/hm-coup                                                                                    ling-group.png}} HM-LC-Dim1T-FM-2 {{50 /config/img/devices/50/65_hm-lc-dim1t-fm_thumb.png} {250 /config/img/devices/250/65_hm-lc-dim1t-fm.png}} HM                                                                                    -RC-19-B {{50 /config/img/devices/50/20_hm-rc-19_thumb.png} {250 /config/img/devices/250/20_hm-rc-19.png}} HM-LC-Dim1L-Pl-2 {{50 /config/img/devic                                                                                    es/50/OM55_DimmerSwitch_thumb.png} {250 /config/img/devices/250/OM55_DimmerSwitch.png}} HmIPW-STHD {{50 /config/img/devices/50/147_hmip-sthd_thumb                                                                                    .png} {250 /config/img/devices/250/147_hmip-sthd.png}} HM-PB-2-WM55-2 {{50 /config/img/devices/50/75_hm-pb-2-wm55_thumb.png} {250 /config/img/devi                                                                                    ces/250/75_hm-pb-2-wm55.png}} {263 155} {{50 /config/img/devices/50/70_hm-pb-4dis-wm_thumb.png} {250 /config/img/devices/250/70_hm-pb-4dis-wm.png}                                                                                    } HM-LC-Dim1L-Pl-3 {{50 /config/img/devices/50/OM55_DimmerSwitch_thumb.png} {250 /config/img/devices/250/OM55_DimmerSwitch.png}} VIR-LG-RGBW-DIM {                                                                                    {50 /config/img/devices/50/coupling/hm-coupling-rgbw-dim.png} {250 /config/img/devices/250/coupling/hm-coupling-rgbw-dim.png}} HM-RCV-50 {{50 /con                                                                                    fig/img/devices/50/CCU2_thumb.png} {250 /config/img/devices/250/CCU2.png}} {263 157} {{50 /config/img/devices/50/13_hm-ws550sth-i_thumb.png} {250                                                                                     /config/img/devices/250/13_hm-ws550sth-i.png}} {263 158} {{50 /config/img/devices/50/TH_CS_thumb.png} {250 /config/img/devices/250/TH_CS.png}} {26                                                                                    3 160} {{50 /config/img/devices/50/57_hm-cc-scd_thumb.png} {250 /config/img/devices/250/57_hm-cc-scd.png}} HM-LC-Dim1L-CV-2 {{50 /config/img/devic                                                                                    es/50/2_hm-lc-dim1l-cv_thumb.png} {250 /config/img/devices/250/2_hm-lc-dim1l-cv.png}} HmIP-SWO-B {{50 /config/img/devices/50/171_hmip-swo-b_thumb.                                                                                    png} {250 /config/img/devices/250/171_hmip-swo-b.png}} HM-LC-Bl1-PB-FM {{50 /config/img/devices/50/61_hm-lc-bl1-pb-fm_thumb.png} {250 /config/img/                                                                                    devices/250/61_hm-lc-bl1-pb-fm.png}} {263 162} {{50 /config/img/devices/50/124_hm-sec-mdir_thumb.png} {250 /config/img/devices/250/124_hm-sec-mdir                                                                                    .png}} HM-PB-2-WM {{50 /config/img/devices/50/PushButton-2ch-wm_thumb.png} {250 /config/img/devices/250/PushButton-2ch-wm.png}} HmIP-SWDM-B2 {{50                                                                                     /config/img/devices/50/179_hmip-swdm-b2_thumb.png} {250 /config/img/devices/250/179_hmip-swdm-b2.png}} HM-LC-Dim1T-FM-644 {{50 /config/img/devices                                                                                    /50/65_hm-lc-dim1t-fm_thumb.png} {250 /config/img/devices/250/65_hm-lc-dim1t-fm.png}} VIR-LG-DIM {{50 /config/img/devices/50/coupling/hm-coupling-                                                                                    dim.png} {250 /config/img/devices/250/coupling/hm-coupling-dim.png}} {263 167} {{50 /config/img/devices/50/51_hm-sec-sd_thumb.png} {250 /config/im                                                                                    g/devices/250/51_hm-sec-sd.png}} HM-RC-Sec3-B {{50 /config/img/devices/50/22_hm-rc-sec3-b_thumb.png} {250 /config/img/devices/250/22_hm-rc-sec3-b.                                                                                    png}} HM-RC-4-3-D {{50 /config/img/devices/50/84_hm-rc-4-x_thumb.png} {250 /config/img/devices/250/116_hm-rc-4-3_brc-h3.png}} HmIP-SLO {{50 /confi                                                                                    g/img/devices/50/174_hmip-slo_thumb.png} {250 /config/img/devices/250/174_hmip-slo.png}} HmIP-SMI {{50 /config/img/devices/50/125_hmip-smi_thumb.p                                                                                    ng} {250 /config/img/devices/250/125_hmip-smi.png}} HM-LC-Dim1T-FM-LF {{50 /config/img/devices/50/114_hm-lc-dim1t-fm-lf_thumb_3.png} {250 /config/                                                                                    img/devices/250/114_hm-lc-dim1t-fm-lf_3.png}} HM-Dis-WM55 {{50 /config/img/devices/50/97_hm-dis-wm55_thumb.png} {250 /config/img/devices/250/97_hm                                                                                    -dis-wm55.png}} VIR-LG-ONOFF {{50 /config/img/devices/50/coupling/hm-coupling-onoff.png} {250 /config/img/devices/250/coupling/hm-coupling-onoff.p                                                                                    ng}} HmIPW-SPI {{50 /config/img/devices/50/153_hmip-spi_thumb.png} {250 /config/img/devices/250/153_hmip-spi.png}} {ZEL STG RM DWT 10} {{50 /confi                                                                                    g/img/devices/50/70_hm-pb-4dis-wm_thumb.png} {250 /config/img/devices/250/70_hm-pb-4dis-wm.png}} HM-LC-Sw4-SM-2 {{50 /config/img/devices/50/3_hm-l                                                                                    c-sw4-sm_thumb.png} {250 /config/img/devices/250/3_hm-lc-sw4-sm.png}} HM-LC-Sw1-FM-2 {{50 /config/img/devices/50/4_hm-lc-sw1-fm_thumb.png} {250 /c                                                                                    onfig/img/devices/250/4_hm-lc-sw1-fm.png}} HmIP-FALMOT-C12 {{50 /config/img/devices/50/198_hmip-falmot-c12_thumb.png} {250 /config/img/devices/250                                                                                    /198_hmip-falmot-c12.png}} HmIP-SMO {{50 /config/img/devices/50/132_hmip-smo_thumb.png} {250 /config/img/devices/250/132_hmip-smo.png}} HM-Sen-EP                                                                                     {{50 /config/img/devices/50/48_hm-sen-ep_thumb.png} {250 /config/img/devices/250/48_hm-sen-ep.png}} HmIP-eTRV-2 {{50 /config/img/devices/50/120_hm                                                                                    ip-etrv_thumb.png} {250 /config/img/devices/250/120_hmip-etrv.png}} HmIP-WGC {{50 /config/img/devices/50/144_hmip-wgc_thumb.png} {250 /config/img/                                                                                    devices/250/144_hmip-wgc.png}} HmIP-eTRV-3 {{50 /config/img/devices/50/216_hmip-etrv-3_thumb.png} {250 /config/img/devices/250/216_hmip-etrv-3.png                                                                                    }} HM-LC-Sw1-SM-2 {{50 /config/img/devices/50/8_hm-lc-sw1-sm_thumb.png} {250 /config/img/devices/250/8_hm-lc-sw1-sm.png}} HM-WDS10-TH-O {{50 /conf                                                                                    ig/img/devices/50/TH_CS_thumb.png} {250 /config/img/devices/250/TH_CS.png}} HmIP-SWDO-I {{50 /config/img/devices/50/152_hmip-swdo-i_thumb.png} {25                                                                                    0 /config/img/devices/250/152_hmip-swdo-i.png}} HM-LC-Dim2L-SM-644 {{50 /config/img/devices/50/45_hm-lc-dim2l-sm_thumb.png} {250 /config/img/devic                                                                                    es/250/45_hm-lc-dim2l-sm.png}} HM-Sec-WDS-2 {{50 /config/img/devices/50/49_hm-sec-wds_thumb.png} {250 /config/img/devices/250/49_hm-sec-wds.png}}                                                                                     HmIP-PMFS {{50 /config/img/devices/50/113_hmip-psm_thumb.png} {250 /config/img/devices/250/113_hmip-psm.png}} HM-LC-Sw1-Ba-PCB {{50 /config/img/de                                                                                    vices/50/77_hm-lc-sw1-ba-pcb_thumb.png} {250 /config/img/devices/250/77_hm-lc-sw1-ba-pcb.png}} HM-CC-TC {{50 /config/img/devices/50/42_hm-cc-tc_th                                                                                    umb.png} {250 /config/img/devices/250/42_hm-cc-tc.png}} HM-Sen-MDIR-O-2 {{50 /config/img/devices/50/80_hm-sen-mdir-o_thumb.png} {250 /config/img/d                                                                                    evices/250/80_hm-sen-mdir-o.png}} atent {{50 /config/img/devices/50/73_hm-atent_thumb.png} {250 /config/img/devices/250/73_hm-atent.png}} HmIP-FAL                                                                                    24-C10 {{50 /config/img/devices/50/138_hmip-fal-c10_thumb.png} {250 /config/img/devices/250/138_hmip-fal-c10.png}} HM-Sen-MDIR-O-3 {{50 /config/im                                                                                    g/devices/50/80_hm-sen-mdir-o_thumb.png} {250 /config/img/devices/250/80_hm-sen-mdir-o.png}} HM-LC-Dim1T-Pl {{50 /config/img/devices/50/OM55_Dimme                                                                                    rSwitch_thumb.png} {250 /config/img/devices/250/OM55_DimmerSwitch.png}} HM-Sec-SCo {{50 /config/img/devices/50/98_hm-sec-sco_thumb.png} {250 /conf                                                                                    ig/img/devices/250/98_hm-sec-sco.png}} HM-LC-Dim1T-Pl-644 {{50 /config/img/devices/50/OM55_DimmerSwitch_thumb.png} {250 /config/img/devices/250/OM                                                                                    55_DimmerSwitch.png}} HmIP-eTRV-B {{50 /config/img/devices/50/180_hmip-etrv-b_thumb.png} {250 /config/img/devices/250/180_hmip-etrv-b.png}} HM-ES-                                                                                    TX-WM {{50 /config/img/devices/50/102_hm-es-tx-wm_thumb.png} {250 /config/img/devices/250/102_hm-es-tx-wm.png}} HmIP-eTRV-C {{50 /config/img/devic                                                                                    es/50/188_hmip-etrv-c_thumb.png} {250 /config/img/devices/250/188_hmip-etrv-c.png}} HmIP-USBSM {{50 /config/img/devices/50/217_hmip-usbsm_thumb.pn                                                                                    g} {250 /config/img/devices/250/217_hmip-usbsm.png}} HmIP-eTRV-E {{50 /config/img/devices/50/216_hmip-etrv-3_thumb.png} {250 /config/img/devices/2                                                                                    50/216_hmip-etrv-3.png}} HmIP-SPI {{50 /config/img/devices/50/153_hmip-spi_thumb.png} {250 /config/img/devices/250/153_hmip-spi.png}} HmIP-FSM {{5                                                                                    0 /config/img/devices/50/134_hmip-fsm_thumb.png} {250 /config/img/devices/250/134_hmip-fsm.png}} HMW-IO-12-FM {{50 /config/img/devices/50/59_hmw-i                                                                                    o-12-fm_thumb.png} {250 /config/img/devices/250/59_hmw-io-12-fm.png}} HmIP-eTRV-C-2 {{50 /config/img/devices/50/188_hmip-etrv-c_thumb.png} {250 /c                                                                                    onfig/img/devices/250/188_hmip-etrv-c.png}} HmIP-HAP {{50 /config/img/devices/50/CCU3_thumb.png} {250 /config/img/devices/250/CCU3.png}} 263_149_/                                                                                    _263_150 {{50 /config/img/devices/50/hm_resc-win-pcb-sc_thumb.png} {250 /config/img/devices/250/hm_resc-win-pcb-sc.png}} HM-LC-Sw1-Pl-CT-R1 {{50 /                                                                                    config/img/devices/50/109_hm-lc-sw1-pl-ct_thump.png} {250 /config/img/devices/250/109_hm-lc-sw1-pl-ct.png}} HM-PBI-4-FM {{50 /config/img/devices/5                                                                                    0/38_hm-pbi-4-fm_thumb.png} {250 /config/img/devices/250/38_hm-pbi-4-fm.png}} HM-CC-VD {{50 /config/img/devices/50/43_hm-cc-vd_thumb.png} {250 /co                                                                                    nfig/img/devices/250/43_hm-cc-vd.png}} HM-RC-4-2 {{50 /config/img/devices/50/84_hm-rc-4-2_thumb.png} {250 /config/img/devices/250/84_hm-rc-4-2.png                                                                                    }} HmIP-eTRV-B-UK {{50 /config/img/devices/50/209_hmip-etrv-b-uk_thumb.png} {250 /config/img/devices/250/209_hmip-etrv-b-uk.png}} HmIPW-FAL230-C6                                                                                     {{50 /config/img/devices/50/137_hmip-fal-c6_thumb.png} {250 /config/img/devices/250/137_hmip-fal-c6.png}} HM-RC-4-3 {{50 /config/img/devices/50/84                                                                                    _hm-rc-4-x_thumb.png} {250 /config/img/devices/250/84_hm-rc-4-3.png}} HM-Sec-SC {{50 /config/img/devices/50/16_hm-sec-sc_thumb.png} {250 /config/i                                                                                    mg/devices/250/16_hm-sec-sc.png}} HM-Sec-SD {{50 /config/img/devices/50/51_hm-sec-sd_thumb.png} {250 /config/img/devices/250/51_hm-sec-sd.png}} Hm                                                                                    IPW-STH {{50 /config/img/devices/50/146_hmip-sth_thumb.png} {250 /config/img/devices/250/146_hmip-sth.png}} HmIP-HEATING {{50 /config/img/devices/                                                                                    50/175_hmip-group-heating_thumb.png} {250 /config/img/devices/250/175_hmip-group-heating.png}} HMIP-PSM {{50 /config/img/devices/50/113_hmip-psm_t                                                                                    humb.png} {250 /config/img/devices/250/113_hmip-psm.png}} HM-Sen-MDIR-WM55 {{50 /config/img/devices/50/103_hm-sen-mdir-wm55_thumb.png} {250 /confi                                                                                    g/img/devices/250/103_hm-sen-mdir-wm55.png}} HmIP-SRD {{50 /config/img/devices/50/207_hmip-srdo_thumb.png} {250 /config/img/devices/250/207_hmip-s                                                                                    rdo.png}} HmIP-WRCC2 {{50 /config/img/devices/50/112_hmip-wrc2_thumb.png} {250 /config/img/devices/250/112_hmip-wrc2.png}} HmIP-SWSD {{50 /config/                                                                                    img/devices/50/104_hm-sec-sd-2_thumb.png} {250 /config/img/devices/250/104_hm-sec-sd-2.png}} HM-ES-PMSw1-SM {{50 /config/img/devices/50/115_hm-es-                                                                                    pmsw1-sm_thumb.png} {250 /config/img/devices/250/115_hm-es-pmsw1-sm.png}} HmIP-BROLL {{50 /config/img/devices/50/PushButton-2ch-wm_thumb.png} {250                                                                                     /config/img/devices/250/PushButton-2ch-wm.png}} HM-LC-Sw4-PCB {{50 /config/img/devices/50/46_hm-lc-sw4-pcb_thumb.png} {250 /config/img/devices/25                                                                                    0/46_hm-lc-sw4-pcb.png}} HMIP-PS {{50 /config/img/devices/50/113_hmip-psm_thumb.png} {250 /config/img/devices/250/113_hmip-psm.png}} HmIP-KRC4 {{5                                                                                    0 /config/img/devices/50/84_hm-rc-4-x_thumb.png} {250 /config/img/devices/250/84_hm-rc-4-3.png}} HM-ES-PMSw1-Pl {{50 /config/img/devices/50/93_hm-                                                                                    es-pmsw1-pl_thumb.png} {250 /config/img/devices/250/93_hm-es-pmsw1-pl.png}} HmIP-SRH {{50 /config/img/devices/50/130_hmip-srh_thumb.png} {250 /con                                                                                    fig/img/devices/250/130_hmip-srh.png}} HmIP-PSM-CH {{50 /config/img/devices/50/113_hmip-psm-ch_thumb.png} {250 /config/img/devices/250/113_hmip-ps                                                                                    m-ch.png}} HM-LC-Dim1TPBU-FM {{50 /config/img/devices/50/PushButton-2ch-wm_thumb.png} {250 /config/img/devices/250/PushButton-2ch-wm.png}} HM-PB-4                                                                                    Dis-WM-2 {{50 /config/img/devices/50/70_hm-pb-4dis-wm_thumb.png} {250 /config/img/devices/250/70_hm-pb-4dis-wm.png}} {ZEL STG RM FEP 230V} {{50 /c                                                                                    onfig/img/devices/50/7_hm-lc-bl1-fm_thumb.png} {250 /config/img/devices/250/7_hm-lc-bl1-fm.png}} HmIP-DLD {{50 /config/img/devices/50/214_hmip-dld                                                                                    _thumb.png} {250 /config/img/devices/250/214_hmip-dld.png}} HM-RC-4-B {{50 /config/img/devices/50/18_hm-rc-4_thumb.png} {250 /config/img/devices/2                                                                                    50/18_hm-rc-4.png}} HM-RC-12 {{50 /config/img/devices/50/19_hm-rc-12_thumb.png} {250 /config/img/devices/250/19_hm-rc-12.png}} HmIPW-FALMOT-C12 {{                                                                                    50 /config/img/devices/50/198_hmip-falmot-c12_thumb.png} {250 /config/img/devices/250/198_hmip-falmot-c12.png}} HM-LC-Ja1PBU-FM {{50 /config/img/d                                                                                    evices/50/PushButton-2ch-wm_thumb.png} {250 /config/img/devices/250/PushButton-2ch-wm.png}} HMIP-WRC2 {{50 /config/img/devices/50/112_hmip-wrc2_th                                                                                    umb.png} {250 /config/img/devices/250/112_hmip-wrc2.png}} OLIGO.smart.iq.HM {{50 /config/img/devices/50/123_oligo.smart.ip.hm_thumb.png} {250 /con                                                                                    fig/img/devices/250/123_oligo.smart.ip.hm.png}} ALPHA-IP-RBG {{50 /config/img/devices/50/140_alpha-ip-rgb_thumb.png} {250 /config/img/devices/250/                                                                                    140_alpha-ip-rgb.png}} HmIP-KRCA {{50 /config/img/devices/50/84_hm-rc-4-x_thumb.png} {250 /config/img/devices/250/85_hm-rc-sec4-3.png}} HMW-Sen-SC                                                                                    -12-DR {{50 /config/img/devices/50/56_hmw-sen-sc-12-dr_thumb.png} {250 /config/img/devices/250/56_hmw-sen-sc-12-dr.png}} HM-LC-Dim1T-Pl-2 {{50 /co                                                                                    nfig/img/devices/50/OM55_DimmerSwitch_thumb.png} {250 /config/img/devices/250/OM55_DimmerSwitch.png}} HM-LC-Sw2-DR {{50 /config/img/devices/50/69_                                                                                    hm-lc-sw2-dr_thumb.png} {250 /config/img/devices/250/69_hm-lc-sw2-dr.png}} HM-RC-19 {{50 /config/img/devices/50/20_hm-rc-19_thumb.png} {250 /confi                                                                                    g/img/devices/250/20_hm-rc-19.png}} HM-MOD-EM-8 {{50 /config/img/devices/50/99_hm-mod-em-8_thumb.png} {250 /config/img/devices/250/99_hm-mod-em-8.                                                                                    png}} HM-LC-Dim1T-Pl-3 {{50 /config/img/devices/50/OM55_DimmerSwitch_thumb.png} {250 /config/img/devices/250/OM55_DimmerSwitch.png}} HM-TC-IT-WM-W                                                                                    -EU {{50 /config/img/devices/50/96_hm-tc-it-wm-w-eu_thumb.png} {250 /config/img/devices/250/96_hm-tc-it-wm-w-eu.png}} HM-Dis-EP-WM55 {{50 /config/                                                                                    img/devices/50/128_hm-dis-ep-wm55_thumb.png} {250 /config/img/devices/250/128_hm-dis-ep-wm55.png}} HM-Sec-SD-2 {{50 /config/img/devices/50/104_hm-                                                                                    sec-sd-2_thumb.png} {250 /config/img/devices/250/104_hm-sec-sd-2.png}} HmIPW-FAL24-C6 {{50 /config/img/devices/50/137_hmip-fal-c6_thumb.png} {250                                                                                     /config/img/devices/250/137_hmip-fal-c6.png}} {ZEL STG RM FSA} {{50 /config/img/devices/50/43_hm-cc-vd_thumb.png} {250 /config/img/devices/250/43_                                                                                    hm-cc-vd.png}} HM-LC-Dim1T-CV-2 {{50 /config/img/devices/50/66_hm-lc-dim1t-cv_thumb.png} {250 /config/img/devices/250/66_hm-lc-dim1t-cv.png}} HM-R                                                                                    C-Sec4-2 {{50 /config/img/devices/50/86_hm-rc-sec4-2_thumb.png} {250 /config/img/devices/250/86_hm-rc-sec4-2.png}} HmIP-STH {{50 /config/img/devic                                                                                    es/50/146_hmip-sth_thumb.png} {250 /config/img/devices/250/146_hmip-sth.png}} HmIP-BBL {{50 /config/img/devices/50/PushButton-2ch-wm_thumb.png} {2                                                                                    50 /config/img/devices/250/PushButton-2ch-wm.png}} HM-RC-Sec4-3 {{50 /config/img/devices/50/84_hm-rc-4-x_thumb.png} {250 /config/img/devices/250/8                                                                                    5_hm-rc-sec4-3.png}} HmIP-DRBLI4 {{50 /config/img/devices/50/206_hmip-drbli4_thumb.png} {250 /config/img/devices/250/206_hmip-drbli4.png}} HM-OU-C                                                                                    M-PCB {{50 /config/img/devices/50/92_hm-ou-cm-pcb_thumb.png} {250 /config/img/devices/250/92_hm-ou-cm-pcb.png}} HM-Sec-MDIR {{50 /config/img/devic                                                                                    es/50/124_hm-sec-mdir_thumb.png} {250 /config/img/devices/250/124_hm-sec-mdir.png}} HmIP-KRCK {{50 /config/img/devices/50/84_hm-rc-4-x_thumb.png}                                                                                     {250 /config/img/devices/250/86_hm-rc-key4-3.png}} HmIP-BWTH24 {{50 /config/img/devices/50/121_hmip-wth_thumb.png} {250 /config/img/devices/250/12                                                                                    1_hmip-wth.png}} HM-Sen-LI-O {{50 /config/img/devices/50/126_hm-sen-li-o_thumb.png} {250 /config/img/devices/250/126_hm-sen-li-o.png}} VIR-HUE-GTW                                                                                     {{50 /config/img/devices/50/coupling/hm-hue_gateway.png} {250 /config/img/devices/250/coupling/hm-hue_gateway.png}} HmIP-PCBS-BAT {{50 /config/im                                                                                    g/devices/50/151_hmip-pcbs-bat_thumb.png} {250 /config/img/devices/250/151_hmip-pcbs-bat.png}} HmIP-MOD-HO {{50 /config/img/devices/50/191_hmip-mo                                                                                    d-ho_thumb.png} {250 /config/img/devices/250/191_hmip-mod-ho.png}} HM-Sec-WDS {{50 /config/img/devices/50/49_hm-sec-wds_thumb.png} {250 /config/im                                                                                    g/devices/250/49_hm-sec-wds.png}} HmIP-RC8 {{50 /config/img/devices/50/119_hmip-rc8_thumb.png} {250 /config/img/devices/250/119_hmip-rc8.png}} HmI                                                                                    P-DSD-PCB {{50 /config/img/devices/50/208_hmip-dsd-pcb_thumb.png} {250 /config/img/devices/250/208_hmip-dsd-pcb.png}} HM-WDS30-OT2-SM-2 {{50 /conf                                                                                    ig/img/devices/50/127_hm-wds30-ot2-sm-2_thumb.png} {250 /config/img/devices/250/127_hm-wds30-ot2-sm-2.png}} HmIP-SWDO-PL {{50 /config/img/devices/                                                                                    50/197_hmip-swdo-pl_thumb.png} {250 /config/img/devices/250/197_hmip-swdo-pl.png}} HmIP-CCU3 {{50 /config/img/devices/50/CCU3_thumb.png} {250 /con                                                                                    fig/img/devices/250/CCU3.png}} HM-Sec-Sir-WM {{50 /config/img/devices/50/117_hm-sec-sir-wm_thumb.png} {250 /config/img/devices/250/117_hm-sec-sir-                                                                                    wm.png}} HMW-Sen-SC-12-FM {{50 /config/img/devices/50/58_hmw-sen-sc-12-fm_thumb.png} {250 /config/img/devices/250/58_hmw-sen-sc-12-fm.png}} HM-LC-                                                                                    Sw2-FM {{50 /config/img/devices/50/5_hm-lc-sw2-fm_thumb.png} {250 /config/img/devices/250/5_hm-lc-sw2-fm.png}} HmIP-PSM {{50 /config/img/devices/5                                                                                    0/113_hmip-psm_thumb.png} {250 /config/img/devices/250/113_hmip-psm.png}} HM-CCU-1 {{50 /config/img/devices/50/24_hm-cen-3-1_thumb.png} {250 /conf                                                                                    ig/img/devices/250/24_hm-cen-3-1.png}} HM-LC-Sw1-PCB {{50 /config/img/devices/50/139_hm-lc-sw1-pcb_thumb.png} {250 /config/img/devices/250/139_hm-                                                                                    lc-sw1-pcb.png}} HmIP-PCBS2 {{50 /config/img/devices/50/184_hmip-pcbs2_thumb.png} {250 /config/img/devices/250/184_hmip-pcbs2.png}} HM-RC-P1 {{50                                                                                     /config/img/devices/50/21_hm-rc-p1_thumb.png} {250 /config/img/devices/250/21_hm-rc-p1.png}} HM-LC-Bl1-FM {{50 /config/img/devices/50/7_hm-lc-bl1-                                                                                    fm_thumb.png} {250 /config/img/devices/250/7_hm-lc-bl1-fm.png}} HM-PB-2-WM55 {{50 /config/img/devices/50/75_hm-pb-2-wm55_thumb.png} {250 /config/i                                                                                    mg/devices/250/75_hm-pb-2-wm55.png}} HmIP-PS {{50 /config/img/devices/50/113_hmip-psm_thumb.png} {250 /config/img/devices/250/113_hmip-psm.png}} H                                                                                    M-LC-Dim1L-Pl {{50 /config/img/devices/50/OM55_DimmerSwitch_thumb.png} {250 /config/img/devices/250/OM55_DimmerSwitch.png}} HM-Sec-RHS-2 {{50 /con                                                                                    fig/img/devices/50/17_hm-sec-rhs_thumb.png} {250 /config/img/devices/250/17_hm-sec-rhs.png}} {ZEL STG RM HS 4} {{50 /config/img/devices/50/18_hm-r                                                                                    c-4_thumb.png} {250 /config/img/devices/250/18_hm-rc-4.png}} HmIP-STV {{50 /config/img/devices/50/201_hmip-stv_thumb.png} {250 /config/img/devices                                                                                    /250/201_hmip-stv.png}} HM-LC-Sw1-Pl-2 {{50 /config/img/devices/50/OM55_DimmerSwitch_thumb.png} {250 /config/img/devices/250/OM55_DimmerSwitch.png                                                                                    }} HM-LC-Dim1L-Pl-644 {{50 /config/img/devices/50/OM55_DimmerSwitch_thumb.png} {250 /config/img/devices/250/OM55_DimmerSwitch.png}} VIR-LG-RGB {{5                                                                                    0 /config/img/devices/50/coupling/hm-coupling-rgb.png} {250 /config/img/devices/250/coupling/hm-coupling-rgb.png}} HMW-IO-12-Sw7-DR {{50 /config/i                                                                                    mg/devices/50/30_hmw-io-12-sw7-dr_thumb.png} {250 /config/img/devices/250/30_hmw-io-12-sw7-dr.png}} HmIPW-DRBL4 {{50 /config/img/devices/50/163_hm                                                                                    ipw-drbl4_thumb.png} {250 /config/img/devices/250/163_hmipw-drbl4.png}} HM-LC-Sw1-Pl-3 {{50 /config/img/devices/50/OM55_DimmerSwitch_thumb.png} {2                                                                                    50 /config/img/devices/250/OM55_DimmerSwitch.png}} HmIP-RCB1 {{50 /config/img/devices/50/187_hmip-rcb1_thumb.png} {250 /config/img/devices/250/187                                                                                    _hmip-rcb1.png}} HM-WS550STH-I {{50 /config/img/devices/50/13_hm-ws550sth-i_thumb.png} {250 /config/img/devices/250/13_hm-ws550sth-i.png}} HM-MOD-                                                                                    EM-8Bit {{50 /config/img/devices/50/142_hm-mod-em-8bit_thumb.png} {250 /config/img/devices/250/142_hm-mod-em-8bit.png}} {ZEL STG RM WT 2} {{50 /co                                                                                    nfig/img/devices/50/75_hm-pb-2-wm55_thumb.png} {250 /config/img/devices/250/75_hm-pb-2-wm55.png}} HM-Sen-MDIR-SM {{50 /config/img/devices/50/53_hm                                                                                    -sen-mdir-sm_thumb.png} {250 /config/img/devices/250/53_hm-sen-mdir-sm.png}} HmIP-PDT-UK {{50 /config/img/devices/50/113_hmip-psm-uk_thumb.png} {2                                                                                    50 /config/img/devices/250/113_hmip-psm-uk.png}} HmIP-WRC2 {{50 /config/img/devices/50/112_hmip-wrc2_thumb.png} {250 /config/img/devices/250/112_h                                                                                    mip-wrc2.png}} HM-WS550STH-O {{50 /config/img/devices/50/TH_CS_thumb.png} {250 /config/img/devices/250/TH_CS.png}} HmIP-SWD {{50 /config/img/devic                                                                                    es/50/172_hmip-swd_thumb.png} {250 /config/img/devices/250/172_hmip-swd.png}} HmIP-ASIR {{50 /config/img/devices/50/133_hmip-asir_thumb.png} {250                                                                                     /config/img/devices/250/133_hmip-asir.png}} HMW-Sys-PS7-DR {{50 /config/img/devices/50/36_hmw-sys-ps7-dr_thumb.png} {250 /config/img/devices/250/3                                                                                    6_hmw-sys-ps7-dr.png}} HmIP-STE2-PCB {{50 /config/img/devices/50/210_hmip-ste2-pcb_thumb.png} {250 /config/img/devices/250/210_hmip-ste2-pcb.png}}                                                                                     WS550 {{50 /config/img/devices/50/9_hm-ws550-us_thumb.png} {250 /config/img/devices/250/9_hm-ws550-us.png}} HM-Sen-Wa-Od {{50 /config/img/devices                                                                                    /50/82_hm-sen-wa-od_thumb.png} {250 /config/img/devices/250/82_hm-sen-wa-od.png}} HmIP-BDT {{50 /config/img/devices/50/PushButton-2ch-wm_thumb.png                                                                                    } {250 /config/img/devices/250/PushButton-2ch-wm.png}} HmIP-WRC6 {{50 /config/img/devices/50/131_hmip-wrc6_thumb.png} {250 /config/img/devices/250                                                                                    /131_hmip-wrc6.png}} HM-RC-Key3-B {{50 /config/img/devices/50/23_hm-rc-key3-b_thumb.png} {250 /config/img/devices/250/23_hm-rc-key3-b.png}} DEVICE                                                                                     {{50 /config/img/devices/50/unknown_device_thumb.png} {250 /config/img/devices/250/unknown_device.png}} HM-WDS30-OT2-SM {{50 /config/img/devices/                                                                                    50/IP65_G201_thumb.png} {250 /config/img/devices/250/IP65_G201.png}} HM-PB-2-FM {{50 /config/img/devices/50/PushButton-2ch-wm_thumb.png} {250 /con                                                                                    fig/img/devices/250/PushButton-2ch-wm.png}} HM-LC-Sw1-DR {{50 /config/img/devices/50/35_hmw-sys-tm-dr_thumb.png} {250 /config/img/devices/250/106_                                                                                    hm-lc-sw1-dr.png}} HM-LC-Bl1PBU-FM {{50 /config/img/devices/50/PushButton-2ch-wm_thumb.png} {250 /config/img/devices/250/PushButton-2ch-wm.png}} H                                                                                    MIP-eTRV {{50 /config/img/devices/50/120_hmip-etrv_thumb.png} {250 /config/img/devices/250/120_hmip-etrv.png}} HmIP-eTRV-B1 {{50 /config/img/devic                                                                                    es/50/178_hmip-etrv-b1_thumb.png} {250 /config/img/devices/250/178_hmip-etrv-b1.png}} HMIP-WTH {{50 /config/img/devices/50/121_hmip-wth_thumb.png}                                                                                     {250 /config/img/devices/250/121_hmip-wth.png}} HmIP-FCI1 {{50 /config/img/devices/50/182_hmip-fci1_thumb.png} {250 /config/img/devices/250/182_h                                                                                    mip-fci1.png}} HmIPW-DRD3 {{50 /config/img/devices/50/166_hmipw-drd3_thumb.png} {250 /config/img/devices/250/166_hmipw-drd3.png}} HmIPW-DRAP {{50                                                                                     /config/img/devices/50/162_hmipw-drap_thumb.png} {250 /config/img/devices/250/162_hmipw-drap.png}} HM-RC-2-PBU-FM {{50 /config/img/devices/50/Push                                                                                    Button-2ch-wm_thumb.png} {250 /config/img/devices/250/PushButton-2ch-wm.png}} HmIP-FCI6 {{50 /config/img/devices/50/185_hmip-FCI6_thumb.png} {250                                                                                     /config/img/devices/250/185_hmip-FCI6.png}} HmIP-WRCD {{50 /config/img/devices/50/194_hmip-wrcd_thumb.png} {250 /config/img/devices/250/194_hmip-w                                                                                    rcd.png}} HM-LC-Sw1-Pl-OM54 {{50 /config/img/devices/50/OM55_DimmerSwitch_thumb.png} {250 /config/img/devices/250/OM55_DimmerSwitch.png}} HM-LC-Sw                                                                                    4-WM-2 {{50 /config/img/devices/50/76_hm-lc-sw4-wm_thumb.png} {250 /config/img/devices/250/76_hm-lc-sw4-wm.png}} HM-Sec-MDIR-2 {{50 /config/img/de                                                                                    vices/50/124_hm-sec-mdir_thumb.png} {250 /config/img/devices/250/124_hm-sec-mdir.png}} HmIPW-WTH {{50 /config/img/devices/50/121_hmip-wth_thumb.pn                                                                                    g} {250 /config/img/devices/250/121_hmip-wth.png}} HM-Sec-MDIR-3 {{50 /config/img/devices/50/124_hm-sec-mdir_thumb.png} {250 /config/img/devices/2                                                                                    50/124_hm-sec-mdir.png}} HM-WDC7000 {{50 /config/img/devices/50/9_hm-ws550-us_thumb.png} {250 /config/img/devices/250/9_hm-ws550-us.png}} HMW-Sec-                                                                                    TR-FM {{50 /config/img/devices/50/33_hmw-sec-tr-fm_thumb.png} {250 /config/img/devices/250/33_hmw-sec-tr-fm.png}} HM-OU-LED16 {{50 /config/img/dev                                                                                    ices/50/78_hm-ou-led16_thumb.png} {250 /config/img/devices/250/78_hm-ou-led16.png}} VIR-LG-RGBW {{50 /config/img/devices/50/coupling/hm-coupling-r                                                                                    gbw.png} {250 /config/img/devices/250/coupling/hm-coupling-rgbw.png}} HM-LC-Sw1-FM {{50 /config/img/devices/50/4_hm-lc-sw1-fm_thumb.png} {250 /con                                                                                    fig/img/devices/250/4_hm-lc-sw1-fm.png}} HM-LC-Sw4-SM {{50 /config/img/devices/50/3_hm-lc-sw4-sm_thumb.png} {250 /config/img/devices/250/3_hm-lc-s                                                                                    w4-sm.png}} HM-LC-Sw2-PB-FM {{50 /config/img/devices/50/PushButton-4ch-wm_thumb.png} {250 /config/img/devices/250/PushButton-4ch-wm.png}} WS888 {{                                                                                    50 /config/img/devices/50/9_hm-ws550-us_thumb.png} {250 /config/img/devices/250/9_hm-ws550-us.png}} HM-LC-DW-WM {{50 /config/img/devices/50/150_hm                                                                                    -lc-dw-wm_thumb.png} {250 /config/img/devices/250/150_hm-lc-dw-wm.png}} HM-LC-Dim1PWM-CV {{50 /config/img/devices/50/2_hm-lc-dim1l-cv_thumb.png} {                                                                                    250 /config/img/devices/250/79_hm-lc-dim1pwm-cv.png}} HM-WS550-US {{50 /config/img/devices/50/9_hm-ws550-us_thumb.png} {250 /config/img/devices/25                                                                                    0/9_hm-ws550-us.png}} HM-LC-Sw4-SM-ATmega168 {{50 /config/img/devices/50/3_hm-lc-sw4-sm_thumb.png} {250 /config/img/devices/250/3_hm-lc-sw4-sm.png                                                                                    }} HmIP-PSM-IT {{50 /config/img/devices/50/113_hmip-psm-it_thumb.png} {250 /config/img/devices/250/113_hmip-psm-it.png}} VIR-LG-WHITE-DIM {{50 /co                                                                                    nfig/img/devices/50/coupling/hm-coupling-white-dim.png} {250 /config/img/devices/250/coupling/hm-coupling-white-dim.png}}}

Matthias2707
Beiträge: 50
Registriert: 18.10.2018, 21:32
Hat sich bedankt: 2 Mal
Danksagung erhalten: 3 Mal

Re: HB-LC-Dim5PWM-CV zeigt nur einen Kanal

Beitrag von Matthias2707 » 30.05.2021, 16:14

Hmm Ok, habe gerade nochmal was versucht.
Ich hatte noch einen zweiten HB-LC-Dim5PWM-CV der noch nicht angelernt war. Wenn ich den neu anlerne, werden alle 5 Kanäle angezeigt, seltsam.
Dann würde ich einfach mal versuchen, den alten zu löschen und auch wieder neu anzulernen. Ist natürlich nur der, der auf der Terrasse verbaut ist :?

Benutzeravatar
stan23
Beiträge: 2041
Registriert: 13.12.2016, 21:14
System: Alternative CCU (auf Basis OCCU)
Wohnort: Altmühltal
Hat sich bedankt: 586 Mal
Danksagung erhalten: 337 Mal
Kontaktdaten:

Re: HB-LC-Dim5PWM-CV zeigt nur einen Kanal

Beitrag von stan23 » 30.05.2021, 17:10

Die Kanäle 2 bis 5 sind aber nicht zufällig auf nicht bedienbar oder nicht sichtbar gestellt?
Viele Grüße
Marco

RaspberryMatic als VM auf einem NUC mit Proxmox und USB-Funkmodul
~80 Geräte (HM, HmIP, HMW, HBW, AskSin)

jp112sdl
Beiträge: 12116
Registriert: 20.11.2016, 20:01
Hat sich bedankt: 849 Mal
Danksagung erhalten: 2150 Mal
Kontaktdaten:

Re: HB-LC-Dim5PWM-CV zeigt nur einen Kanal

Beitrag von jp112sdl » 30.05.2021, 17:22

Matthias2707 hat geschrieben:
30.05.2021, 15:20
Ausgaben kommen:
Joa, das sieht alles gut aus. Das Gerät ist der CCU korrekt bekannt.

VG,
Jérôme ☕️

---
Support for my Homebrew-Devices: Download JP-HB-Devices Addon

Antworten

Zurück zu „Hardwareentwicklung und Selbstbau von Aktoren und Sensoren“