├── .github └── workflows │ └── build-deploy.yml ├── .gitignore ├── .vuepress ├── config.js ├── enhanceApp.js ├── nav.js ├── public │ ├── 3d-druck.jpg │ ├── CNAME │ ├── README.md │ ├── asksinpp.jpg │ ├── cc1101.jpg │ ├── favicon.ico │ ├── googlebab0ab47e2267397.html │ ├── logo.jpg │ ├── manifest.json │ ├── platine.jpg │ └── pro_mini.jpg ├── sidebar.js ├── styles │ ├── index.styl │ ├── palette.styl │ └── tabs.styl └── theme │ ├── components │ ├── Home.vue │ ├── Navbar.vue │ ├── ThemeToggler.vue │ └── UtterancesComments.vue │ ├── global-components │ └── NotFound.vue │ ├── index.js │ └── layouts │ └── Layout.vue ├── Gehaeuse ├── README.md └── images │ └── top-image.jpg ├── Grundlagen ├── 01_hardware.md ├── 02_software.md ├── 03_ccu.md ├── 04-isp.md ├── 10_weitere_infos.md ├── FAQ │ ├── Debugging.md │ ├── Fehlerhafte_CC1101.md │ ├── LED_Grundlagen.md │ ├── README.md │ ├── Standard_vs_gesicherte_Uebertragung.md │ ├── babbling_idiot.md │ ├── ftdi-flash-probleme.md │ └── images │ │ ├── Arduino_IDE_Settings1.jpg │ │ ├── CC1101_bad-vs-working.jpg │ │ ├── Netzteil-LED-Controller-Stripe.png │ │ └── ccu-fehlerprotokoll.png ├── README.md ├── STM32 │ ├── 01_flashen.md │ ├── 10_weiteres.md │ ├── README.md │ └── images │ │ ├── STLinkv2-clone.jpg │ │ ├── blue-pill.jpg │ │ ├── maple-mini.jpg │ │ ├── stm32-bluepill_stlink-connection.jpg │ │ ├── stm32-ftdi.jpg │ │ ├── stm32-led-pin.jpg │ │ ├── stm32_bluepill_board.png │ │ ├── stm32_boardmanager.png │ │ ├── stm32_maplemini_board.png │ │ ├── stm32_settings1.png │ │ ├── stm32_settings2.png │ │ └── windows-device-manager.png └── images │ ├── arduino-pro-mini-removed-parts.jpg │ ├── arduino-pro-mini.jpg │ ├── arduino_cc1101_bottom.jpg │ ├── arduino_cc1101_top.jpg │ ├── arduinopromini_alt_neu.jpg │ ├── cc1101.jpg │ ├── firmwareupdate.png │ ├── ftdi-verkantet.jpg │ ├── hm-rc-p1-proto.jpg │ ├── isp-6-pinout.png │ ├── isp_com-port.png │ ├── isp_diamex.jpg │ ├── makeotahtml.png │ ├── paniktaster_config.png │ ├── paniktaster_im_posteingang.png │ ├── usb-asp-jumperwire.jpg │ ├── usbasp-wiring.jpg │ ├── usbavp-jumper.jpg │ └── wiring_arduino_cc1101.png ├── LICENSE.txt ├── Other └── Kommentare.md ├── Platinen ├── README.md └── images │ └── Platinen_TOP.jpg ├── Projekte ├── Asselhead │ ├── HM-LC-SW1-Li.md │ └── HM-LC-SW1-Li.png ├── FUEL4EP │ ├── HB-UNI-SenAct-4-4-RC_DS.jpg │ ├── HB-UNI-SenAct-4-4-RC_DS.md │ ├── HB-UNI-Sensor1-AQ-BME680.jpg │ ├── HB-UNI-Sensor1-AQ-BME680.md │ ├── HB-UNI-Sensor1-AQ-BME680_KF.jpg │ ├── HB-UNI-Sensor1-AQ-BME680_KF.md │ ├── HB-UNI-Sensor1-AQ-BME680_KF_rLF.jpg │ ├── HB-UNI-Sensor1-AQ-BME680_KF_rLF.md │ ├── HB-UNI-Sensor1-CO2_SCD30.jpg │ ├── HB-UNI-Sensor1-CO2_SCD30.md │ ├── HB-UNI-Sensor1-RAD-AL53.jpg │ ├── HB-UNI-Sensor1-RAD-AL53.md │ ├── HB-UNI-Sensor1-TH-SHT75.jpg │ ├── HB-UNI-Sensor1-TH-SHT75.md │ ├── HB-UNI-Sensor1-THD-SHT45.jpg │ ├── HB-UNI-Sensor1-THD-SHT45.md │ ├── HB-UNI-Sensor1-THPD-BME280.jpg │ ├── HB-UNI-Sensor1-THPD-BME280.md │ ├── HB-UNI-Sensor1-THPD-SHT45.jpg │ ├── HB-UNI-Sensor1-THPD-SHT45.md │ ├── HB-UNI-Sensor1-THPD-SHT85.jpg │ └── HB-UNI-Sensor1-THPD-SHT85.md ├── HMSteve │ ├── HB-UNI-Sen-CO2.jpg │ └── HB-UNI-Sen-CO2.md ├── JurgenO │ ├── GasZaehler.jpg │ └── GasZaehler.md ├── Projekt-hinzufuegen.md ├── README.vue ├── Umbau.md ├── bestfan │ ├── HB-UNI-Sen-CO2-STM32.jpg │ └── HB-UNI-Sen-CO2-STM32.md ├── cactus-online │ ├── HM-Sys-sRP-Pl.jpg │ └── HM-Sys-sRP-Pl.md ├── der-pw │ ├── HM-LC-DW-WM │ │ ├── README.md │ │ └── images │ │ │ ├── HM-LC-DW-WM.jpg │ │ │ ├── ccu-dw.png │ │ │ └── thumb.jpg │ ├── HM-LC-SW1-BA-PCB_mini_MAX1724.md │ ├── HM-LC-SW1-BA-PCB_mini_MAX1724_thumb.jpg │ ├── HM-LC-Sw1-Pl-DN-R1_OBII-Projekt.md │ ├── HM-LC-Sw1-Pl-DN-R1_S26.md │ ├── OBII_thumb.jpg │ └── S26_thumb.jpg ├── fhem-community │ ├── Dashbutton.jpg │ ├── Dashbutton.md │ ├── HB-IBUT-8.jpg │ ├── HB-IBUT-8.md │ ├── MAX-Zwischenstecker.jpg │ └── MAX-Zwischenstecker.md ├── gelegenheitsbastler │ ├── Akku-LED-Strahler.jpg │ ├── Akku-LED-Strahler.md │ ├── Gardena-Ventil.jpg │ ├── Gardena-Ventil.md │ ├── HB-LC-Sw12.jpg │ ├── HB-LC-Sw12.md │ ├── HB-UNI-Sen-PRESS.jpg │ ├── HB-UNI-Sen-PRESS.md │ ├── HM-LC-Dim1PWM_Konstantstrom.jpg │ ├── HM-LC-Dim1PWM_Konstantstrom.md │ ├── HM-LC-Sw1-FM.jpg │ ├── HM-LC-Sw1-FM.md │ ├── Sonoff-4CH-Umbau.jpg │ ├── Sonoff-4CH-Umbau.md │ ├── Sonoff-Basic-Umbau.jpg │ ├── Sonoff-Basic-Umbau.md │ ├── Sonoff-S20-Umbau.jpg │ └── Sonoff-S20-Umbau.md ├── harald │ ├── SolarSensorTag.jpg │ ├── SolarSensorTag.md │ ├── hm-powermeter-lcd.jpg │ └── hm-powermeter-lcd.md ├── jan │ ├── HM-RC-4 │ │ ├── README.md │ │ └── images │ │ │ ├── 1.jpg │ │ │ ├── 10.jpg │ │ │ ├── 11.jpg │ │ │ ├── 3.jpg │ │ │ ├── 3d-druck.jpg │ │ │ ├── 4.jpg │ │ │ ├── 5.jpg │ │ │ ├── 6.jpg │ │ │ ├── 7.jpg │ │ │ ├── 8.jpg │ │ │ ├── 9.jpg │ │ │ ├── Lochraster-einbau.jpg │ │ │ ├── material.jpg │ │ │ └── thumb.jpg │ └── HM-SEC-MDIR │ │ ├── README.md │ │ └── images │ │ ├── case-schraube.jpg │ │ ├── case.jpg │ │ ├── ccu-aktor.jpg │ │ ├── pir-pinout.jpg │ │ ├── pir.jpg │ │ ├── platine-im-case.jpg │ │ ├── platine1.jpg │ │ ├── platine2.jpg │ │ ├── platine3.jpg │ │ ├── thumb.jpg │ │ └── verdrahtung.jpg ├── jerome │ ├── AskSinAnalyzer.md │ ├── AskSinAnalyzer.png │ ├── HB-Dis-EP-42BW.jpg │ ├── HB-Dis-EP-42BW.md │ ├── HB-LC-Bl1PBU-FM_ISR2.jpg │ ├── HB-LC-Bl1PBU-FM_ISR2.md │ ├── HB-LC-Dim1TPBU-FM_ISD2.jpg │ ├── HB-LC-Dim1TPBU-FM_ISD2.md │ ├── HB-OU-MP3-LED.jpg │ ├── HB-OU-MP3-LED.md │ ├── HB-RC-12-EP.jpg │ ├── HB-RC-12-EP.md │ ├── HB-RC-2-PBU-LED.jpg │ ├── HB-RC-2-PBU-LED.md │ ├── HB-RC-6-PBU-LED.jpg │ ├── HB-RC-6-PBU-LED.md │ ├── HB-UNI-RGB-LED-CTRL.jpg │ ├── HB-UNI-RGB-LED-CTRL.md │ ├── HB-UNI-Sen-CAP-MOIST.jpg │ ├── HB-UNI-Sen-CAP-MOIST.md │ ├── HB-UNI-Sen-CURRENT.jpg │ ├── HB-UNI-Sen-CURRENT.md │ ├── HB-UNI-Sen-RFID-RC.jpg │ ├── HB-UNI-Sen-RFID-RC.md │ ├── HB-UNI-Sen-TEMP-DS18B20.jpg │ ├── HB-UNI-Sen-TEMP-DS18B20.md │ ├── HB-UNI-Sen-TEMP-IR.jpg │ ├── HB-UNI-Sen-TEMP-IR.md │ ├── HB-UNI-Sen-WEA.jpg │ ├── HB-UNI-Sen-WEA.md │ ├── HB-UNI-Sen-WEIGHT.jpg │ ├── HB-UNI-Sen-WEIGHT.md │ ├── HM-LC-Sw1-Pl-DN-R1_PSS.jpg │ ├── HM-LC-Sw1-Pl-DN-R1_PSS.md │ ├── HM-LC-Sw1PBU-FM_ISS2.jpg │ ├── HM-LC-Sw1PBU-FM_ISS2.md │ ├── HM-PB-2-FM_ISC2.jpg │ ├── HM-PB-2-FM_ISC2.md │ ├── HM-PB-2-FM_WSC2.jpg │ ├── HM-PB-2-FM_WSC2.md │ ├── HM-RC-8_BRC8.jpg │ ├── HM-RC-8_BRC8.md │ ├── HM-SEC-SC_WDS.jpg │ └── HM-SEC-SC_WDS.md ├── mankut │ ├── HM-LC-DIM1L-CV.md │ └── HM-LC-DIM1L-CV.png ├── olliiiver │ ├── HM-minimal.jpg │ └── HM-minimal.md ├── pafra │ ├── Batterielichterkette_01.jpg │ ├── HB_LED_Teelicht.md │ ├── LED_Teelicht_02.jpg │ └── Lichterkette_Powerbank.md ├── paso42 │ ├── HM-Bell.jpg │ └── HM-Bell.md ├── psi │ ├── HM-LC-Dim1PWM-LinearPWM.jpg │ ├── HM-LC-Dim1PWM-LinearPWM.md │ ├── HM-LC-Dim1PWM │ │ ├── HM-LC-Dim1PWM_btns.ino │ │ ├── README.md │ │ └── images │ │ │ ├── Dim1PWM.jpg │ │ │ ├── Dim1PWM_1.4-repair.jpg │ │ │ ├── Dim1PWM_PCB-top.jpg │ │ │ ├── Dim1PWM_PCB_partly-assembled.jpg │ │ │ ├── Dim1PWM_finish-1.jpg │ │ │ ├── Dim1PWM_finish-2.jpg │ │ │ ├── Dim1PWM_parts.jpg │ │ │ ├── HM-LC-Dim1PWM.sch │ │ │ ├── HM-LC-Dim1PWM.svg │ │ │ ├── interne-tasten-config.png │ │ │ └── thumb.jpg │ ├── HM-SEC-SD.jpg │ ├── HM-SEC-SD.md │ ├── HM-WDS40-TH-I-BME280 │ │ ├── README.md │ │ └── images │ │ │ ├── BME280-ldo-removed.jpg │ │ │ ├── case-jan.jpg │ │ │ ├── ccu-sensor.png │ │ │ ├── pcb-assembled.jpg │ │ │ └── verdrahtung.png │ └── HMSensor │ │ ├── HM-SEC-RHS.md │ │ ├── HM-SEC-RHS │ │ ├── Back.jpg │ │ ├── Mounted.jpg │ │ ├── Open-case.jpg │ │ └── thumb.jpg │ │ ├── HM-WDS40-TH-I-RTC-BME280.md │ │ ├── HM-WDS40-TH-I-RTC-BME280 │ │ ├── BME280-ldo-removed.jpg │ │ ├── HM-WDS40-TH-I-RTC-BME280.jpg │ │ └── thumb.jpg │ │ ├── README.md │ │ └── images │ │ ├── Anschluss-Pinheader.jpg │ │ ├── Anschluss-Pogo-Lochraster.jpg │ │ ├── CR2032 │ │ ├── CR2032-Bottom-Parts.svg │ │ ├── CR2032-Bottom.png │ │ ├── CR2032-Bottom_noted.png │ │ ├── CR2032-Top-Parts.svg │ │ └── CR2032-Top.png │ │ ├── HMSensor-FlashStation_1.jpg │ │ ├── ISP-Pinout.jpg │ │ ├── StepUp │ │ ├── StepUp-Bottom-Parts.svg │ │ ├── StepUp-Bottom.png │ │ ├── StepUp-Top-Parts.svg │ │ └── StepUp-Top.png │ │ └── thumb.jpg ├── ronny │ ├── HB-UNI-SenAct-4-4-Hutschiene.jpg │ ├── HB-UNI-SenAct-4-4-Hutschiene.md │ ├── HB-UNI-SenAct-4-4.jpg │ ├── HB-UNI-SenAct-4-4.md │ ├── HB-UNI-SenAct-8-8-Hutschiene.jpg │ ├── HB-UNI-SenAct-8-8-Hutschiene.md │ ├── HM-LC-Sw1-PCB-12V.jpg │ ├── HM-LC-Sw1-PCB-12V.md │ ├── HM-LC-Sw1-PCB-230V-TR.jpg │ ├── HM-LC-Sw1-PCB-230V-TR.md │ ├── HM-LC-Sw1-PCB-230V.jpg │ ├── HM-LC-Sw1-PCB-230V.md │ ├── HM-LC-Sw2-12V.jpg │ ├── HM-LC-Sw2-12V.md │ ├── HM-LC-Sw2-230V.jpg │ ├── HM-LC-Sw2-230V.md │ ├── HM-MOD-Re-8.jpg │ ├── HM-MOD-Re-8.md │ ├── HM-PBI-4-FM.jpg │ ├── HM-PBI-4-FM.md │ ├── Wandtaster.jpg │ └── Wandtaster.md ├── spezialtrick │ ├── HM-MyS-Relay-Board.jpg │ └── HM-MyS-Relay-Board.md ├── ssbingo │ ├── HB-OU-RGB-STACKFIRE.jpg │ ├── HB-OU-RGB-STACKFIRE.md │ ├── HB-UNI-Sen-Lev-Vo.jpg │ └── HB-UNI-Sen-Lev-Vo.md ├── stan23 │ ├── HM-ES-PMSw1-Pl_GosundSP1.jpg │ ├── HM-ES-PMSw1-Pl_GosundSP1.md │ ├── HM-LC-Bl1-FM-DC.jpg │ ├── HM-LC-Bl1-FM-DC.md │ ├── HM-LC-Sw1-Pl-DN-R1_OBI.jpg │ └── HM-LC-Sw1-Pl-DN-R1_OBI.md ├── tom-major │ ├── HB-SEC-WDS-2.jpg │ ├── HB-SEC-WDS-2.md │ ├── HB-SEN-LJet.jpg │ ├── HB-SEN-LJet.md │ ├── HB-UNI-Sensor1.jpg │ └── HB-UNI-Sensor1.md ├── trilu2000 │ ├── HB-CDL-6-Pinpad.md │ ├── HB-CDL-6-Pinpad.png │ ├── HB-CDL-6.jpg │ └── HB-CDL-6.md └── wolwin │ ├── HB-LC-BL1-Velux.jpg │ ├── HB-LC-BL1-Velux.md │ ├── HB-SCI-4-O-Gar118x.jpg │ └── HB-SCI-4-O-Gar118x.md ├── README.md ├── Sketche ├── README.md └── images │ └── Sketches_TOP.png ├── impressum.md ├── package-lock.json ├── package.json └── rftypes ├── HomeBrew.md ├── README.md ├── device-thumbs ├── 100_hm-rc-8_thumb.png ├── 101_hm-sen-db-pcb_thumb.png ├── 102_hm-es-tx-wm_thumb.png ├── 103_hm-sen-mdir-wm55_thumb.png ├── 104_hm-sec-sd-2_thumb.png ├── 105_hm-sec-sd-2-team_thumb.png ├── 107_hm-es-pmsw1-pl-R2_thumb.png ├── 107_hm-es-pmsw1-pl-R3_thumb.png ├── 107_hm-es-pmsw1-pl-R4_thumb.png ├── 107_hm-es-pmsw1-pl-R5_thumb.png ├── 108_hm-rc-dis-h-x-eu_thump.png ├── 109_hm-lc-sw1-pl-ct_thump.png ├── 110_hm-es-pmsw1-dr_thump.png ├── 111_hm-lc-rgbw-wm_thumb.png ├── 112_hmip-wrc2_thumb.png ├── 113_hmip-psm-ch_thumb.png ├── 113_hmip-psm-it_thumb.png ├── 113_hmip-psm-pe_thumb.png ├── 113_hmip-psm-uk_thumb.png ├── 113_hmip-psm_thumb.png ├── 114_hm-lc-dim1t-fm-lf_thumb.png ├── 114_hm-lc-dim1t-fm-lf_thumb_2.png ├── 114_hm-lc-dim1t-fm-lf_thumb_3.png ├── 115_hm-es-pmsw1-sm_thumb.png ├── 117_hm-ou-cfm-tw_thumb.png ├── 117_hm-sec-sir-wm_thumb.png ├── 118_hmip-swdo_thumb.png ├── 119_hmip-rc8_thumb.png ├── 120_hmip-etrv_thumb.png ├── 121_hmip-wth_thumb.png ├── 123_oligo.smart.ip.hm_thumb.png ├── 124_hm-sec-mdir_thumb.png ├── 125_hmip-smi_thumb.png ├── 126_hm-sen-li-o_thumb.png ├── 127_hm-wds30-ot2-sm-2_thumb.png ├── 128_hm-dis-ep-wm55_thumb.png ├── 129_hm-lc-ao-sm_thumb.png ├── 130_hmip-srh_thumb.png ├── 131_hmip-wrc6_thumb.png ├── 132_hmip-smo_thumb.png ├── 133_hmip-asir_thumb.png ├── 134_hmip-fdt_thumb.png ├── 134_hmip-fsm_thumb.png ├── 135_hmip-fsm16_thumb.png ├── 136_hmip-miob_thumb.png ├── 137_hmip-fal-c6_thumb.png ├── 138_hmip-fal-c10_thumb.png ├── 139_hm-lc-sw1-pcb_thumb.png ├── 13_hm-ws550sth-i_thumb.png ├── 140_alpha-ip-rgb_thumb.png ├── 141_alpha-ip-rgba_thumb.png ├── 142_hm-mod-em-8bit_thumb.png ├── 143_hm-lc-dim1t-dr_thumb.png ├── 144_hmip-wgc_thumb.png ├── 145_hmip-froll_hmip-fbl_thumb.png ├── 146_hmip-sth_thumb.png ├── 147_hmip-sthd_thumb.png ├── 148_hmip-stho_thumb.png ├── 149_hmip-sam_thumb.png ├── 14_hm-sec-key_thumb.png ├── 150_hm-lc-dw-wm_thumb.png ├── 151_hmip-pcbs-bat_thumb.png ├── 152_hmip-swdo-i_thumb.png ├── 153_hmip-spi_thumb.png ├── 154_hmip-spdr_thumb.png ├── 155_hmip-whs2_thumb.png ├── 156_hmip-mod-oc8_thumb.png ├── 157_hmip-broll_hmip-bbl_thumb.png ├── 158_hmip-etrv-uk_thumb.png ├── 159_hmip-mod-rc8_thumb.png ├── 15_hm-sec-win_thumb.png ├── 160_hmipw-drs4_thumb.png ├── 161_hmipw-drs8_thumb.png ├── 162_hmipw-drap_thumb.png ├── 163_hmipw-drbl4_thumb.png ├── 164_hmipw-dri16_thumb.png ├── 165_hmipw-fio6_thumb.png ├── 166_hmipw-drd3_thumb.png ├── 167_hmipw-dri32_thumb.png ├── 168_hmip-smi55_thumb.png ├── 169_hmip-swo-pr_thumb.png ├── 16_hm-sec-sc_thumb.png ├── 170_hmip-swo-pl_thumb.png ├── 171_hmip-swo-b_thumb.png ├── 172_hmip-swd_thumb.png ├── 173_hmip-bsl_thumb.png ├── 174_hmip-slo_thumb.png ├── 175_hmip-group-heating_thumb.png ├── 177_hmip-dbb_thumb.png ├── 178_hmip-etrv-b1_thumb.png ├── 179_hmip-swdm-b2_thumb.png ├── 17_hm-sec-rhs_thumb.png ├── 180_hmip-etrv-b_thumb.png ├── 181_hmip-swdm_thumb.png ├── 182_hmip-fci1_thumb.png ├── 183_hmip-mod-tm_thumb.png ├── 184_hmip-pcbs2_thumb.png ├── 185_hmip-FCI6_thumb.png ├── 186_hmip-mp3p_thumb.png ├── 187_hmip-rcb1_thumb.png ├── 188_hmip-etrv-c_thumb.png ├── 18_hm-rc-4_thumb.png ├── 19_hm-rc-12_thumb.png ├── 20_hm-rc-19_thumb.png ├── 21_hm-rc-p1_thumb.png ├── 22_hm-rc-sec3-b_thumb.png ├── 23_hm-rc-key3-b_thumb.png ├── 24_hm-cen-3-1_thumb.png ├── 25_hm-em-cmm_thumb.png ├── 26_hmw-lc-sw2-dr_thumb.png ├── 27_hmw-lc-bl1-dr_thumb.png ├── 28_hmw-lc-dim1l-dr_thumb.png ├── 29_hmw-io-4-fm_thumb.png ├── 2_hm-lc-dim1l-cv_thumb.png ├── 30_hmw-io-12-sw7-dr_thumb.png ├── 31_hmw-wse-sm_thumb.png ├── 32_hmw-wsth-sm_thumb.png ├── 33_hmw-sec-tr-fm_thumb.png ├── 34_hmw-sys-tm_thumb.png ├── 35_hmw-sys-tm-dr_thumb.png ├── 36_hmw-sys-ps7-dr_thumb.png ├── 38_hm-pbi-4-fm_thumb.png ├── 39_hm-swi-3-fm_thumb.png ├── 3_hm-lc-sw4-sm_thumb.png ├── 42_hm-cc-tc_thumb.png ├── 43_hm-cc-vd_thumb.png ├── 44_hm-em-ccm_thumb.png ├── 45_hm-lc-dim2l-sm_thumb.png ├── 46_hm-lc-sw4-pcb_thumb.png ├── 47_hm-sec-tis_thumb.png ├── 48_hm-sen-ep_thumb.png ├── 49_hm-sec-wds_thumb.png ├── 4_hm-lc-sw1-fm_thumb.png ├── 50_hm-sec-mdir_thumb.png ├── 51_hm-sec-sd_thumb.png ├── 52_hm-sec-sd-team_thumb.png ├── 53_hm-sen-mdir-sm_thumb.png ├── 54_hm-lc-ddc1-pcb_thumb.png ├── 54_lc-ddc1-pcb_thumb.png ├── 54a_lc-ddc1_thumb.png ├── 55_hm-sec-sfa-sm_thumb.png ├── 56_hmw-sen-sc-12-dr_thumb.png ├── 57_hm-cc-scd_thumb.png ├── 58_hmw-sen-sc-12-fm_thumb.png ├── 59_hmw-io-12-fm_thumb.png ├── 5_hm-lc-sw2-fm_thumb.png ├── 60_hm-ou-cf-pl_thumb.png ├── 61_hm-lc-bi1-pb-fm_thumb.png ├── 61_hm-lc-bl1-pb-fm_thumb.png ├── 64_hm-lc-dim2T-sm_thumb.png ├── 65_hm-lc-dim1t-fm_thumb.png ├── 66_hm-lc-dim1t-cv_thumb.png ├── 67_hm-sci-3-fm_thumb.png ├── 68_hm-lc-sw4-dr_thumb.png ├── 69_hm-lc-sw2-dr_thumb.png ├── 6_hm-lc-bl1-sm_thumb.png ├── 70_hm-pb-4dis-wm_thumb.png ├── 71_hmw-io-12-sw14-dr_thumb.png ├── 72_hm-rc-brc-h_thumb.png ├── 73_hm-atent_thumb.png ├── 75_hm-pb-2-wm55_thumb.png ├── 76_hm-lc-sw4-wm_thumb.png ├── 77_hm-lc-sw1-ba-pcb_thumb.png ├── 78_hm-ou-led16_thumb.png ├── 7_hm-lc-bl1-fm_thumb.png ├── 80_hm-sen-mdir-o_thumb.png ├── 81_hm-dis-td-t_thumb.png ├── 82_hm-sen-wa-od_thumb.png ├── 83_hm-cc-rt-dn_thumb.png ├── 84_hm-rc-4-2_thumb.png ├── 84_hm-rc-4-x_thumb.png ├── 85_hm-rc-key4-2_thumb.png ├── 86_hm-pb-6-wm55_thumb.png ├── 86_hm-rc-sec4-2_thumb.png ├── 87_hm-sen-rd-o_thumb.png ├── 88_hm-lc-sw4-ba-pcb_thumb.png ├── 8_hm-lc-sw1-sm_thumb.png ├── 92_hm-ou-cm-pcb_thumb.png ├── 93_hm-es-pmsw1-pl_thumb.png ├── 94_hm-mod-re-8_thumb.png ├── 95_group_hm-cc-vg-1_thumb.png ├── 96_hm-tc-it-wm-w-eu_thumb.png ├── 97_hm-dis-wm55_thumb.png ├── 98_hm-sec-sco_thumb.png ├── 99_hm-mod-em-8_thumb.png ├── 9_hm-ws550-us_thumb.png ├── CCU2_thumb.png ├── CCU3_thumb.png ├── IP65_G201_thumb.png ├── OM55_DimmerSwitch_thumb.png ├── PushButton-2ch-wm_thumb.png ├── PushButton-4ch-wm_thumb.png ├── TH_CS_thumb.png ├── WeatherCombiSensor_thumb.png ├── group_hm-cc-vg-1.png ├── hm_resc-win-pcb-sc_thumb.png └── unknown_device_thumb.png └── xmls ├── rf_4dis.xml ├── rf_ao.xml ├── rf_ash550.xml ├── rf_bl.xml ├── rf_bl_644.xml ├── rf_bl_conf_644.xml ├── rf_bl_conf_644_e_v2_0.xml ├── rf_bl_conf_644_e_v2_1.xml ├── rf_bl_le_v2_3.xml ├── rf_cc_rt_dn.xml ├── rf_cc_rt_dn_bom.xml ├── rf_cc_tc.xml ├── rf_cc_tc_le_v1_9.xml ├── rf_cc_vd.xml ├── rf_central.xml ├── rf_cf.xml ├── rf_cfm.xml ├── rf_cfm_tw.xml ├── rf_cm.xml ├── rf_cmm.xml ├── rf_d.xml ├── rf_d_le_v1_7.xml ├── rf_d_le_v1_9.xml ├── rf_ddc.xml ├── rf_dim_1l_644.xml ├── rf_dim_1l_644_le_v2_4.xml ├── rf_dim_1pwm_644.xml ├── rf_dim_1pwm_644_le_v2_4.xml ├── rf_dim_1t_644.xml ├── rf_dim_1t_644_le_v2_4.xml ├── rf_dim_1t_dr.xml ├── rf_dim_1t_fm_lf.xml ├── rf_dim_1tconf_644.xml ├── rf_dim_1tconf_644_le_v2_4.xml ├── rf_dim_2l_644.xml ├── rf_dim_2l_644_le_v2_4.xml ├── rf_dim_2pwm.xml ├── rf_dim_2t_644.xml ├── rf_dim_2t_644_le_v2_4.xml ├── rf_dim_t.xml ├── rf_dim_t_le_v1_9.xml ├── rf_dis_ep_wm55.xml ├── rf_dis_ep_wm55_le_v1_0.xml ├── rf_dis_wm55.xml ├── rf_dw.xml ├── rf_em_8.xml ├── rf_em_8_bit.xml ├── rf_es_pmsw.xml ├── rf_es_pmsw_le_v2_4.xml ├── rf_es_tx_wm.xml ├── rf_es_tx_wm_ge_v2_0.xml ├── rf_es_tx_wm_le_v1_0.xml ├── rf_fs_ba.xml ├── rf_hm-wds100-c6-o-2.xml ├── rf_ja_conf_644.xml ├── rf_keymatic.xml ├── rf_ks550.xml ├── rf_oligo_smart_iq.xml ├── rf_ou_led16_ge_v1_1.xml ├── rf_ou_led16_le_v1_0.xml ├── rf_pb-2-wm55_ge_v1_4.xml ├── rf_pb-2-wm55_le_v1_3.xml ├── rf_pb-2.xml ├── rf_pbi.xml ├── rf_rc-4-2.xml ├── rf_rc-4-3_single_on.xml ├── rf_rc-key4-2.xml ├── rf_rc-sec4-2.xml ├── rf_rc.xml ├── rf_rc_12.xml ├── rf_rc_19.xml ├── rf_rc_2_fm.xml ├── rf_rc_dis.xml ├── rf_rc_single_on.xml ├── rf_rd.xml ├── rf_rd_le_v1_3.xml ├── rf_rep.xml ├── rf_resc_win_pcb_sc.xml ├── rf_rgbw.xml ├── rf_rhs.xml ├── rf_rhs_e_v1_7.xml ├── rf_rhs_le_v1_6.xml ├── rf_roto_wdf_solar.xml ├── rf_s.xml ├── rf_s550ia.xml ├── rf_s_1conf_644.xml ├── rf_s_1conf_644_le_v2_1.xml ├── rf_s_1conf_644_le_v2_3.xml ├── rf_s_2conf_644.xml ├── rf_s_4_ba.xml ├── rf_s_644.xml ├── rf_s_8_ba.xml ├── rf_s_ba.xml ├── rf_s_le_v1_5.xml ├── rf_s_le_v2_3.xml ├── rf_s_mega168.xml ├── rf_sc.xml ├── rf_sc_e_v1_7.xml ├── rf_sc_le_v1_6.xml ├── rf_scd_v1_0.xml ├── rf_sci_3.xml ├── rf_sec_mdir.xml ├── rf_sec_mdir_v1_5.xml ├── rf_sec_sco.xml ├── rf_sec_sd.xml ├── rf_sec_sd_2.xml ├── rf_sec_sd_schueco.xml ├── rf_sec_sfa.xml ├── rf_sec_sir_wm.xml ├── rf_sen_db.xml ├── rf_sen_ep.xml ├── rf_sen_li.xml ├── rf_sen_mdir.xml ├── rf_sen_mdir_v1_5.xml ├── rf_sen_mdir_wm55.xml ├── rf_sen_wa_od.xml ├── rf_st_6_sh.xml ├── rf_swi.xml ├── rf_tc_it_wm-w-eu.xml ├── rf_tis.xml ├── rf_tis_le_v1_0.xml ├── rf_wds30_ot2.xml ├── rf_wds40_th_i_2.xml ├── rf_wds_v1_0.xml ├── rf_wds_v1_1.xml ├── rf_winmatic.xml └── rf_ws550.xml /.github/workflows/build-deploy.yml: -------------------------------------------------------------------------------- 1 | on: push 2 | 3 | jobs: 4 | build_and_deploy: 5 | runs-on: ubuntu-22.04 6 | steps: 7 | # GIT Checkout 8 | - uses: actions/checkout@v2 9 | 10 | # Cache node_modules 11 | - uses: actions/cache@v2.1.3 12 | with: 13 | path: ~/.npm 14 | key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} 15 | restore-keys: ${{ runner.os }}-node- 16 | 17 | # Setup Node.JS 18 | - uses: actions/setup-node@v4 19 | with: 20 | node-version: '21' 21 | 22 | # Build 23 | - run: npm ci 24 | - run: npm run build 25 | 26 | # Deploy 27 | - name: Deploy 🚀 28 | uses: peaceiris/actions-gh-pages@v3 29 | if: github.ref == 'refs/heads/master' 30 | with: 31 | publish_dir: .vuepress/dist/ 32 | deploy_key: ${{ secrets.GH_PAGES_DEPLO_KEY }} 33 | external_repository: AskSinPP/asksinpp.github.io 34 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # Logs 2 | logs 3 | *.log 4 | npm-debug.log* 5 | yarn-debug.log* 6 | yarn-error.log* 7 | 8 | # Directory for instrumented libs generated by jscoverage/JSCover 9 | lib-cov 10 | 11 | # Coverage directory used by tools like istanbul 12 | coverage 13 | 14 | # nyc test coverage 15 | .nyc_output 16 | 17 | # Dependency directories 18 | node_modules/ 19 | 20 | # Optional npm cache directory 21 | .npm 22 | 23 | # Optional eslint cache 24 | .eslintcache 25 | 26 | # Optional REPL history 27 | .node_repl_history 28 | 29 | # Yarn Integrity file 30 | .yarn-integrity 31 | 32 | # dotenv environment variables file 33 | .env 34 | 35 | # vuepress build output 36 | .vuepress/dist 37 | 38 | # IDEs 39 | .idea 40 | 41 | .temp 42 | temp 43 | 44 | rftypes/*.xml.md 45 | -------------------------------------------------------------------------------- /.vuepress/config.js: -------------------------------------------------------------------------------- 1 | const nav = require('./nav'); 2 | const sidebar = require('./sidebar'); 3 | 4 | module.exports = { 5 | base: '/', 6 | title: 'AskSin++', 7 | themeConfig: { 8 | sidebar: sidebar(), 9 | nav, 10 | lastUpdated: 'Letztes Update', 11 | logo: '/logo.jpg', 12 | docsRepo: 'AskSinPP/asksinpp-web', 13 | docsBranch: 'master', 14 | editLinks: true, 15 | editLinkText: 'Edit this page on GitHub', 16 | algolia: { 17 | apiKey: 'acfa71c7299ab8e74e13a65ac8c2c9ac', 18 | indexName: 'asksinpp', 19 | debug: false 20 | } 21 | }, 22 | serviceWorker: true, 23 | locales: { 24 | "/": { 25 | lang: "de-DE" 26 | } 27 | }, 28 | markdown: { 29 | lineNumbers: true 30 | }, 31 | plugins: [ 32 | ['@vuepress/plugin-medium-zoom', { selector: '.content__default img' }], 33 | ['@vuepress/pwa', { serviceWorker: true, updatePopup: true }], 34 | ['sitemap', { 35 | hostname: 'https://asksinpp.de', 36 | dateFormatter: lastUpdated => { 37 | // Convert de date str to Date obj 38 | let [date, time] = lastUpdated.split(','); 39 | date = date.split('.').reverse().join('-'); 40 | return new Date(`${ date } ${ time }`); 41 | } 42 | }] 43 | ], 44 | head: [ 45 | ['link', { rel: 'icon', href: '/logo.jpg' }], 46 | ['link', { rel: 'manifest', href: '/manifest.json' }], 47 | ['meta', { name: 'theme-color', content: '#00A4A6' }], 48 | ['meta', { name: 'apple-mobile-web-app-capable', content: 'yes' }], 49 | ['meta', { name: 'apple-mobile-web-app-status-bar-style', content: 'black' }], 50 | ['link', { rel: 'apple-touch-icon', href: '/logo.jpg' }], 51 | ['link', { rel: 'mask-icon', href: '/logo.jpg', color: '#00A4A6' }], 52 | ['meta', { name: 'msapplication-TileImage', content: '/logo.jpg' }], 53 | ['meta', { name: 'msapplication-TileColor', content: '#000000' }], 54 | ['script', {}, ` 55 | var _paq = [ 56 | ["disableCookies"], 57 | ['setTrackerUrl', 'https://mt.psi.cx/t.php'], 58 | ['setSiteId', '2'], 59 | ]; 60 | (function() { 61 | var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; 62 | g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://mt.psi.cx/t.js'; s.parentNode.insertBefore(g,s); 63 | 64 | function tl(ev) { 65 | var path = event.path || (event.composedPath && event.composedPath()); 66 | if(!path) return; 67 | var target = path.find(function(el) { return el.tagName === 'A'; }); 68 | if(!target) return; 69 | if(!target.href || target.href.startsWith(location.origin)) return; 70 | _paq.push(['trackLink', target.href, 'link']); 71 | } 72 | window.addEventListener('click', tl); 73 | })(); 74 | `] 75 | ] 76 | }; 77 | -------------------------------------------------------------------------------- /.vuepress/enhanceApp.js: -------------------------------------------------------------------------------- 1 | import pageComponents from '@internal/page-components' 2 | 3 | import { Tabs, Tab } from 'vue-slim-tabs'; 4 | 5 | export default ({ Vue, options, router, siteData }) => { 6 | router.afterEach((to, from) => { 7 | if(typeof _paq === 'undefined' || !_paq.push) return; 8 | if(to.path === from.path) return; // no hash changes 9 | _paq.push(['setDocumentTitle', document.title.replace(' | AskSin++', '')]); 10 | _paq.push(['trackPageView']); 11 | }); 12 | 13 | Vue.component('tabs', Tabs); 14 | Vue.component('tab', Tab); 15 | 16 | // https://github.com/vuejs/vuepress/issues/1173 17 | for (const [name, component] of Object.entries(pageComponents)) { 18 | Vue.component(name, component) 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /.vuepress/nav.js: -------------------------------------------------------------------------------- 1 | module.exports = [ 2 | { text: 'Grundlagen', link: '/Grundlagen/' }, 3 | { text: 'Projekte', link: '/Projekte/' }, 4 | { 5 | text: 'Material', 6 | items: [ 7 | { text: 'Sketche', link: '/Sketche/' }, 8 | { text: 'Platinen', link: '/Platinen/' }, 9 | { text: 'Gehäuse', link: '/Gehaeuse/' }, 10 | { text: 'Umbauten', link: '/Projekte/Umbau.html' }, 11 | { text: 'RF-Types', link: '/rftypes/' }, 12 | ] 13 | }, 14 | { 15 | text: 'Community', 16 | items: [ 17 | { text: 'Forum', link: 'https://homematic-forum.de/forum/viewforum.php?f=76' }, 18 | { text: 'Facebook Gruppe', link: 'https://www.facebook.com/groups/Homematic.Freunde' }, 19 | { 20 | text: 'Chat', 21 | link: 'https://join.slack.com/t/homematicuser/shared_invite/enQtNjAzMDA0MjM3NzY1LTY2MzkzODUzODIyNGQ0YmVmZTJkNDRjN2U0MWQxNWRmNTQ0NjI4MjMyNjZjOWFmNjkyNjNiMTcwZGZmYWNlNjQ' 22 | } 23 | ] 24 | }, 25 | ]; 26 | -------------------------------------------------------------------------------- /.vuepress/public/3d-druck.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/.vuepress/public/3d-druck.jpg -------------------------------------------------------------------------------- /.vuepress/public/CNAME: -------------------------------------------------------------------------------- 1 | asksinpp.de 2 | -------------------------------------------------------------------------------- /.vuepress/public/README.md: -------------------------------------------------------------------------------- 1 | # asksinpp.de 2 | 3 | This Repository holds the generated files for 4 | [https://github.com/AskSinPP/asksinpp-web](https://github.com/AskSinPP/asksinpp-web). 5 | 6 | Please use the Source-Repository for changes or comments. 7 | -------------------------------------------------------------------------------- /.vuepress/public/asksinpp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/.vuepress/public/asksinpp.jpg -------------------------------------------------------------------------------- /.vuepress/public/cc1101.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/.vuepress/public/cc1101.jpg -------------------------------------------------------------------------------- /.vuepress/public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/.vuepress/public/favicon.ico -------------------------------------------------------------------------------- /.vuepress/public/googlebab0ab47e2267397.html: -------------------------------------------------------------------------------- 1 | google-site-verification: googlebab0ab47e2267397.html -------------------------------------------------------------------------------- /.vuepress/public/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/.vuepress/public/logo.jpg -------------------------------------------------------------------------------- /.vuepress/public/manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "AskSin++", 3 | "short_name": "AskSin++", 4 | "icons": [ 5 | { 6 | "src": "/logo.png", 7 | "sizes": "256x319", 8 | "type": "image/png" 9 | } 10 | ], 11 | "start_url": "/index.html", 12 | "display": "standalone", 13 | "background_color": "#fff", 14 | "theme_color": "#040768" 15 | } 16 | -------------------------------------------------------------------------------- /.vuepress/public/platine.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/.vuepress/public/platine.jpg -------------------------------------------------------------------------------- /.vuepress/public/pro_mini.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/.vuepress/public/pro_mini.jpg -------------------------------------------------------------------------------- /.vuepress/sidebar.js: -------------------------------------------------------------------------------- 1 | const fs = require('fs'); 2 | const path = require('path'); 3 | // const matter = require('gray-matter'); 4 | 5 | function getFiles(dir) { 6 | return fs.readdirSync(path.join(__dirname, '..', dir)) 7 | .filter(file => file.endsWith('.md') && file !== 'README.md'); 8 | } 9 | 10 | module.exports = () => { 11 | const sidebar = {}; 12 | 13 | sidebar['/Grundlagen/'] = [ 14 | { 15 | title: 'Grundlagen', 16 | collapsable: true, 17 | children: [ 18 | ['', 'Einführung'], 19 | ...getFiles('Grundlagen') 20 | ] 21 | }, 22 | { 23 | title: 'FAQ', 24 | collapsable: true, 25 | children: [ 26 | ...getFiles('Grundlagen/FAQ').map(file => `FAQ/${file}`) 27 | ] 28 | }, 29 | { 30 | title: 'STM32', 31 | collapsable: true, 32 | children: [ 33 | ['STM32/', 'Einführung'], 34 | ...getFiles('Grundlagen/STM32').map(file => `STM32/${ file }`) 35 | ] 36 | }, 37 | { 38 | title: 'Material', 39 | collapsable: true, 40 | children: [ 41 | ['/Projekte/', 'Projekte'], 42 | ['/Sketche/', 'Sketche'], 43 | ['/Platinen/', 'Platinen'], 44 | ['/Gehaeuse/', 'Gehäuse'], 45 | ['/Projekte/Umbau.html', 'Umbauten'], 46 | ['/rftypes/', 'RF-Types'], 47 | ] 48 | }, 49 | ]; 50 | 51 | sidebar['/rftypes/'] = [ 52 | ['', 'RF-Types'], 53 | ['HomeBrew', 'HomeBrew Types'], 54 | ]; 55 | 56 | sidebar['/Projekte/psi/HMSensor/'] = [ 57 | ['', 'HMSensor'], 58 | ...getFiles('Projekte/psi/HMSensor') 59 | ]; 60 | 61 | return sidebar; 62 | }; 63 | 64 | -------------------------------------------------------------------------------- /.vuepress/styles/palette.styl: -------------------------------------------------------------------------------- 1 | // dark theme colors 2 | $darkPrimaryBg = #2B2B2B; 3 | $darkSecondaryBg = #313335; 4 | $darkTextColor = #DFE0E1; 5 | $darkAltTextColor = #b9b9b9; 6 | $darkBorderColor = alpha(#fff, 0.2); 7 | 8 | $tipGreen = #42b983; 9 | $warningYellow = #ffe564; 10 | $dangerRed = #c00; 11 | 12 | $accentColor = #0609e0; 13 | $accentColorDark = #1E92FF; 14 | -------------------------------------------------------------------------------- /.vuepress/styles/tabs.styl: -------------------------------------------------------------------------------- 1 | @import '~vue-slim-tabs/themes/default.css'; 2 | 3 | .dark 4 | .vue-tab 5 | background-color $darkSecondaryBg 6 | -------------------------------------------------------------------------------- /.vuepress/theme/components/Navbar.vue: -------------------------------------------------------------------------------- 1 | 39 | 40 | -------------------------------------------------------------------------------- /.vuepress/theme/components/ThemeToggler.vue: -------------------------------------------------------------------------------- 1 | 22 | 23 | 48 | 49 | 59 | -------------------------------------------------------------------------------- /.vuepress/theme/global-components/NotFound.vue: -------------------------------------------------------------------------------- 1 | 10 | 11 | 28 | -------------------------------------------------------------------------------- /.vuepress/theme/index.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | extend: '@vuepress/theme-default' 3 | }; -------------------------------------------------------------------------------- /.vuepress/theme/layouts/Layout.vue: -------------------------------------------------------------------------------- 1 | 12 | 13 | 62 | -------------------------------------------------------------------------------- /Gehaeuse/README.md: -------------------------------------------------------------------------------- 1 | ## Gehäuse / 3D Druck 2 | 3 | ![](./images/top-image.jpg) 4 | 5 | - Gehäuse von [Jan](https://www.thingiverse.com/Schmelzerboy) 6 | - [HM-WDS40-TH-I](https://www.thingiverse.com/thing:3184336) 7 | - [Platinenhalter](https://www.thingiverse.com/thing:3158997) 8 | - [HM-SEC-MDIR](https://www.thingiverse.com/thing:3227731) 9 | - [HB-UNI-SenAct-4-4](https://www.thingiverse.com/thing:3327164) 10 | - [HB-UNI-Sensor1](https://www.thingiverse.com/thing:3766944) 11 | - Gehäuse von [Christoph S.](https://www.thingiverse.com/ChristophStr) 12 | - [HB-UNI-SENS-BATT-Case](https://www.thingiverse.com/thing:3028730) (Schiebedeckel) 13 | - [HB-UNI-SENS-BATT Platine](https://www.thingiverse.com/thing:3239446) (verschraubbarer Deckel) 14 | - Gehäuse von [Hermi](https://www.thingiverse.com/hermi_le) 15 | - [optionale Teile für HB-UNI-Sen-WEA](https://www.thingiverse.com/thing:3173141) 16 | - [Homematic Lichtsensor HM-SEN-LI-O](https://www.thingiverse.com/thing:3196116) 17 | - Gehäuse von [Basti](https://www.thingiverse.com/Buddinski88/about) 18 | - [HB-UNI-SEN-BATT](https://www.thingiverse.com/thing:3279647) 19 | - Gehäuse von [Stefan](https://www.thingiverse.com/Hasenpups/about) 20 | - [Temperature sensor](https://www.thingiverse.com/thing:2972598) 21 | - Gehäuse von [Patrick](https://www.thingiverse.com/wpatrick/about) 22 | - [HB-UNI-SENS-BATT snap](https://www.thingiverse.com/thing:3512767) 23 | - [HB-UNI-SENS-BATT snap V2](https://www.thingiverse.com/thing:3540481) 24 | - [HM-Sensor-CR2032_FDGK](https://www.thingiverse.com/thing:3885760) 25 | - [HM-Sensor-AAA_FDGK](https://www.thingiverse.com/thing:4391967) 26 | - [HB-MOD-UART-USB](https://www.thingiverse.com/thing:4579570) 27 | - [HM-Sensor Programmierklemme](https://www.thingiverse.com/thing:4564797) 28 | - [HB-UNI-Sen-CAP-MOIST(-T)](https://homematic-forum.de/forum/viewtopic.php?f=83&t=68414) 29 | -------------------------------------------------------------------------------- /Gehaeuse/images/top-image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Gehaeuse/images/top-image.jpg -------------------------------------------------------------------------------- /Grundlagen/03_ccu.md: -------------------------------------------------------------------------------- 1 | # Anlernen an die CCU 2 | 3 | ## Standard Komponenten 4 | 5 | Zuerst bringt man wie gewohnt die CCU in den Anlernmodus. 6 | 7 | Je nachdem ob im Sketch ein `ConfigButton` oder `ConfigToggleButton` verwendet wird, kann die neue 8 | HomeMatic Komponente per kurzem (ConfigButton) oder langem (ConfigToggleButton) Tastendruck in den Anlernmodus versetzt werden. 9 | In unserem Bespiel reicht also ein **kurzer** Tastendruck. Die Status-LED blinkt und 10 | signalisiert die Anlern-Bereitschaft bzw. die Datenübertragung. 11 | 12 | Der Paniktaster wird nach kurzer Zeit im Posteingang angezeigt. 13 | 14 | ![Paniktaster im Posteingang](./images/paniktaster_im_posteingang.png) 15 | 16 | Zuletzt ist es **wichtig**, dass man den Übertragungsmodus auf `Standard` stellt da 17 | im Sketch keine `AES` Verschlüsselung aktiviert ist. 18 | 19 | ![Paniktaster Parameter](./images/paniktaster_config.png) 20 | 21 | ## HomeBrew Komponenten 22 | 23 | HomeBrew Komponenten sind Aktoren und Sensoren die es so in der HomeMatic-Welt noch nicht gibt. 24 | Damit die CCU mit diesen neuen Komponenten umgehen kann, muss entsprechende Logik per Addon nachinstalliert werden. 25 | 26 | * [JP-HB-Devices-addon](https://github.com/jp112sdl/JP-HB-Devices-addon) 27 | Support für `HB-UNI-...` und `HB-LC-...` Devices von Jerome 28 | 29 | * [HB-UNI-Sensor1 Addon](https://github.com/TomMajor/AskSinPP_Examples/tree/master/HB-UNI-Sensor1/CCU_RM) 30 | Support für die Unterstützung des [HB-UNI-Sensor1](https://github.com/TomMajor/AskSinPP_Examples/tree/master/HB-UNI-Sensor1) von Tom 31 | -------------------------------------------------------------------------------- /Grundlagen/10_weitere_infos.md: -------------------------------------------------------------------------------- 1 | # Weitere Infos 2 | 3 | ## Support 4 | 5 | Zuerst möchte ich darum bitten davon abzusehen, einzelnen Personen Mails oder Nachrichten zu schicken. 6 | 7 | Bei Problemen bitte zuerst im [Forum](https://homematic-forum.de/forum/viewforum.php?f=76) suchen und dann fragen 8 | oder den [Chat](https://join.slack.com/t/homematicuser/shared_invite/enQtNDgyNDM2OTkyMDA2LWY1YjY0NTE0NmY0OWM3YWUzMzAzMTgxYmRjMTMyOWE3NjkxNDdlMDY5ZjlhYzM5Nzg2N2U2YjdmNzNlYWNhNTU) 9 | nutzen. 10 | 11 | Sofern du dein Problem gelöst hast überleg dir bitte, ob es für Andere auch relevant sein könnte, falls ja sollten wir die Lösung 12 | hier einarbeiten. Dazu kannst ein [Issue](https://github.com/jp112sdl/AskSinPPCollection/issues) einreichen, einen Pull-Request erstellen 13 | oder einfach eine [Mail](mailto:asppc@psi.cx) schreiben. 14 | 15 | _Schließlich wird Wissen mehr wenn man es teilt._ 16 | 17 | 18 | ## Links 19 | 20 | - [README](https://github.com/pa-pa/AskSinPP/blob/master/README.md) zur AskSinPP Bibliothek 21 | - [Kurzbezeichnungen](https://wiki.fhem.de/wiki/HomeMatic_Namen_verstehen) (HM-...) der HomeMatic-Geräte verstehen 22 | - [Übersicht](https://wiki.fhem.de/wiki/Homematic-Ger%C3%A4te%C3%BCbersicht) der auf dem Markt befindlichen HomeMatic Produkte (Kurzbezeichnungen, Beschreibung, etc.) 23 | - Technische Informationen zum [Schutz vor Dauersendern](https://github.com/TomMajor/AskSinPP_Examples/tree/master/Info/Babbling%20Idiot%20Protection) _("Babbling Idiot Protection")_ 24 | - Informationssammlung zum [Ruhestromverbrauch von µC und Sensoren](https://github.com/TomMajor/AskSinPP_Examples/tree/master/Info/Ruhestrom) 25 | - Unterkategorie [Hardwareentwicklung und Selbstbau von Aktoren und Sensoren](https://homematic-forum.de/forum/viewforum.php?f=76) im HomeMatic Forum 26 | -------------------------------------------------------------------------------- /Grundlagen/FAQ/README.md: -------------------------------------------------------------------------------- 1 | # FAQ / häufige Fehler 2 | -------------------------------------------------------------------------------- /Grundlagen/FAQ/Standard_vs_gesicherte_Uebertragung.md: -------------------------------------------------------------------------------- 1 | # Standard vs. gesicherte Übertragung 2 | 3 | - HM-Sec-... Geräte haben nach dem Anlernen in der WebUI standardmäßig die "gesicherte Übertragung" aktiviert. Diese muss auf "Standard" umgestellt werden _(sofern man im Sketch kein [AES](https://github.com/pa-pa/AskSinPP#enable-aes-support) implementiert hat)_. 4 | 5 | - Klassisches Beispiel: Falls bei einem Fenster- oder Drehgriffkontakt der Status nicht übertragen/angezeigt wird, ist dies zuerst zu prüfen. 6 | -------------------------------------------------------------------------------- /Grundlagen/FAQ/babbling_idiot.md: -------------------------------------------------------------------------------- 1 | # Dauersender / Babbling Idiot 2 | 3 | Abschaltung oder Dauersender/-störer trotz fast voller Batterien 4 | 5 | Um die garantierten Spezifikationen des ATMega328P einzuhalten, ist ab Werk die so genannte 6 | [Brown-Out-Detection (BOD)](https://www.mikrocontroller.net/articles/Brownout) bei **2.7V** aktiviert. 7 | Sinkt die Eingangsspannung unter diesen Wert, fällt der µC in einen RESET-Zustand. 8 | Das _kann_ ungewollte Nebenfolgen haben 9 | (siehe ["Babbling Idiot"](https://github.com/TomMajor/AskSinPP_Examples/tree/master/Info/Babbling%20Idiot%20Protection))! 10 | Weiterhin werden die Batterien dadurch auch nur sehr ineffektiv genutzt. 11 | 12 | Bei der BOD handelt es sich um ein sogenanntes ["Fuse-Bit"](https://de.wikipedia.org/wiki/Fuse-Bit). 13 | 14 | Fuse-Bits können nur mithilfe eines ISP (In-System-Programmer) verändert werden. 15 | 16 | **Siehe [In-System-Programming (ISP)](../04-isp.html)!** 17 | 18 | 19 | Um die BOD für einen Arduino Pro-Mini zu deaktiveren können folgende Fuse-Bits verwendet werden (avrdude args): 20 | ``` 21 | -Ulfuse:w:0xFF:m -Uhfuse:w:0xD2:m -Uefuse:w:0xFF:m 22 | ``` 23 | 24 | Zum Schluss muss die Ausgabe kontrolliert werden. Folgende Zeilen erscheint zum Schluss der Ausgabe 25 | wenn alles erfolgreich war: 26 | 27 | ``` 28 | avrdude: safemode: Fuses OK (E:FF, H:D2, L:FF) 29 | 30 | avrdude done. Thank you. 31 | ``` 32 | 33 | Falls nicht ist die Ausgabe auf Fehlermeldungen zu kontrollieren. 34 | Die Version `avrdude -v` sollte mindestens 6.3 sein! 35 | -------------------------------------------------------------------------------- /Grundlagen/FAQ/ftdi-flash-probleme.md: -------------------------------------------------------------------------------- 1 | # FTDI Flash-Probleme 2 | 3 | ```text 4 | avrdude: stk500_recv(): programmer is not responding 5 | avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00 6 | avrdude: stk500_recv(): programmer is not responding 7 | avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x00 8 | avrdude: stk500_recv(): programmer is not responding 9 | ... 10 | avrdude: stk500_set_extended_parms(): protocol error, expect=0x14, resp=0x10 11 | avrdude: stk500_initialize(): failed 12 | avrdude: initialization failed, rc=-1 13 | ``` 14 | 15 | Es kommt ab und an zu Problemen bei Upload/Flashen der Sketches über die UART-Schnittstelle (FTDI). Dies kann verschiedenste Ursachen haben: 16 | 17 | * Der FTDI ist falsch angeschlossen. 18 | `TX` (Senden) am AVR muss an `RX` (Empfangen) am FTDI angeschlossen sein und umgekehrt. 19 | * Auf dem AVR muss ein entsprechender Bootloader (über [ISP](../04-isp.html)) geflasht sein um später per UART den eigentlichen Sketch flashen zu können. Ein Arduino Pro-Mini wird überlichweise mit einem Bootloader ausgeliefert. 20 | * Der FTDI kann keinen RESET des AVR durchführen. 21 | `RESET` Pin falsch angeschlossen oder es fehlt ein 100nF Kondensator in der Leitung. Ein Arduino Pro-Mini hat diesen on-board. 22 | * Der interne Takt des AVR ist zu ungenau, flashen per ISP geht. 23 | Dieses Problem tritt vor allem auf, wenn kein externer 8Mhz Oszillator verbaut ist (der Pro-Mini hat einen on-board). 24 | Siehe [Baud-Error-Rates](https://cache.amobbs.com/bbs_upload782111/files_22/ourdev_508497.html) 25 | * Als Lösung kann der Sketch per ISP geflasht werden, denn der SPI-Bus bringt ein eigenes Taktsignal mit. Sofern man nicht per FTDI flashen möchte ist kein Bootloader nötig. 26 | * Es kann ein Bootloader versucht werden, der andere Baudraten zum flashen erlaubt, z.B. eine Version des [optiboot](https://github.com/svn2github/transistortester/blob/master/bootloaders/optiboot/optiboot_m328p_autoBaud_noLED.hex) mit _AutoBaud_. Beim Upload versucht man dann statt den üblichen 57600 Baud geringere Geschwindigkeiten wie 38400, 28800 oder noch weniger. Es empfiehlt sich im Sketch dann auch die niedrigere Baudrate für die serielle Konsole einzustellen z.B.: 27 | ```cpp 28 | // Init der seriellen Konsole mit 38400 Baud 29 | DINIT(38400, ASKSIN_PLUS_PLUS_IDENTIFIER);`) 30 | ``` 31 | * Mit dem ISP wurden die Fuses des AVR so geändert, dass er einen externen Takt erwartet, aber kein Quarz oder Resonator angeschlossen ist. 32 | Dadurch kann der Bootloader nicht ausgeführt werden. Es muss zum Ändern der Fuses per ISP ein externer Takt angelegt werden. Der Diamex ISP unterstützt diese Funktion. 33 | -------------------------------------------------------------------------------- /Grundlagen/FAQ/images/Arduino_IDE_Settings1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Grundlagen/FAQ/images/Arduino_IDE_Settings1.jpg -------------------------------------------------------------------------------- /Grundlagen/FAQ/images/CC1101_bad-vs-working.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Grundlagen/FAQ/images/CC1101_bad-vs-working.jpg -------------------------------------------------------------------------------- /Grundlagen/FAQ/images/Netzteil-LED-Controller-Stripe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Grundlagen/FAQ/images/Netzteil-LED-Controller-Stripe.png -------------------------------------------------------------------------------- /Grundlagen/FAQ/images/ccu-fehlerprotokoll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Grundlagen/FAQ/images/ccu-fehlerprotokoll.png -------------------------------------------------------------------------------- /Grundlagen/README.md: -------------------------------------------------------------------------------- 1 | # Grundlagen 2 | 3 | Mit einem Arduino (oder [AskSinPP kompatiblen Microcontroller](https://github.com/pa-pa/AskSinPP#asksin--)), 4 | einem **CC1101 868Mhz Funkmodul** und der **AskSinPP** Bibliothek lassen sich viele HomeMatic Sensoren und Aktoren 5 | sehr preiswert nachbauen. Weiter ist es möglich, eigene neue Sensoren und Aktoren zu kreieren. 6 | 7 | Mittlerweile existieren neben verschiedenen _Sketches_ (die Sofware für die Mikrocontroller) auch diverse 8 | Platinen und Gehäuse. 9 | 10 | ![HM-RC-P1 Prototyp](./images/hm-rc-p1-proto.jpg) 11 | -------------------------------------------------------------------------------- /Grundlagen/STM32/10_weiteres.md: -------------------------------------------------------------------------------- 1 | # Weiteres 2 | 3 | 4 | ## FreqTest 5 | 6 | Für den STM32 gibt es einen angepassten [FreqTest.ino](https://github.com/pa-pa/AskSinPP/blob/master/examples/stm32/FreqTest/FreqTest.ino) Sketch zum ermitteln der optimalen 7 | Frequenz für das CC1101 Funkmodul. Der Wert kann allerdings (noch) nicht auf dem EEPROM gespeichert 8 | werden weshalb man ihn hardcoded im Sketch hinterlegen muss. 9 | 10 | _Beispiel Upload über PlatformIO und FTDI oder USB-Bootloader:_ 11 | 12 | ```text 13 | $ cd AskSinPP/examples/stm32/FreqTest 14 | $ pio run -t upload -e dfu 15 | ... 16 | 17 | $ pio device monitor 18 | 19 | --- Miniterm on /dev/ttyACM0 57600,8,N,1 --- 20 | --- Quit: Ctrl+C | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H --- 21 | AskSin++ V4.1.1 (Nov 9 2019 16:37:02) 22 | CC init1 23 | ... 24 | Done: 0x21657A - 0x21664A 25 | Calculated Freq: 0x2165E2 26 | 868.347 MHz 27 | ``` 28 | 29 | Im Sketch kann nun die Frequenz hardcodiert hinterlegt werden: 30 | ```cpp 31 | void setup () { 32 | // init stuff ... 33 | sdev.initDone(); 34 | 35 | // CC1101 Frequency after sdev.init 36 | hal.radio.initReg(CC1101_FREQ2, 0x21); 37 | hal.radio.initReg(CC1101_FREQ1, 0x65); 38 | hal.radio.initReg(CC1101_FREQ0, 0xE2); 39 | } 40 | ``` 41 | 42 | ## HW-Serial 43 | 44 | Einige Mikrocontroller wie der STM32 oder auch AVR644/1286 besitzen eine UUID, 45 | also eine unverwechselbare 128-Bit-Zahl. AskSin++ kann diese UUID nutzen um 46 | wiederum eine eindeutige Device-ID sowie Serial zu berechnen. Dies 47 | macht die Anpassung im DeviceInfo-Block des Sketch überflüssig: 48 | 49 | ```cpp 50 | // Derive ID and Serial from the device UUID 51 | #define USE_HW_SERIAL 52 | 53 | const struct DeviceInfo PROGMEM devinfo = { 54 | // ID and Serial is derived from STM32-UUID (see #define USE_HW_SERIAL) 55 | {0x00,0x00,0x00}, // Device ID 56 | "0000000000", // Device Serial 57 | {0x01,0x09}, // Device Model: HM-DW-WM 2-channel LED dimmer 58 | 0x2C, // Firmware Version 59 | as::DeviceType::Dimmer, // Device Type 60 | {0x01,0x00} // Info Bytes 61 | }; 62 | ``` 63 | -------------------------------------------------------------------------------- /Grundlagen/STM32/README.md: -------------------------------------------------------------------------------- 1 | # STM32 2 | 3 | STM32 ist eine Mikrocontroller-Familie von ST mit einer 32-Bit ARM Cortex-M0/M3/M4 CPU. 4 | 5 | Der STM32 besitzt kein EEPROM für die persistente Speicherung von Daten weshalb auf einen 6 | externes IC zurückgegriffen werden muss. 7 | 8 | 9 | ## Getestete Boards 10 | 11 | Den STM32 gibt es von ST in vielen verschiedenen Varianten. 12 | 13 | AskSin++ enthält Support für `STM32F1` und es wurden folgenden Boards getestet: 14 | 15 | ### Blue Pill 16 | STM32F103C8T6 alias [Blue Pill](https://www.heise.de/developer/artikel/Keine-bittere-Pille-die-Blue-Pill-mit-ARM-Cortex-M3-4009580.html) 17 | 18 | ![Blue Pill](./images/blue-pill.jpg) 19 | 20 | ### Maple Mini 21 | 22 | STM32F103CBT6 alias [Maple Mini](https://www.heise.de/developer/artikel/Maple-Mini-ein-weiteres-STM32F103-Board-4010625.html) 23 | 24 | ![Maple Mini](./images/maple-mini.jpg) 25 | -------------------------------------------------------------------------------- /Grundlagen/STM32/images/STLinkv2-clone.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Grundlagen/STM32/images/STLinkv2-clone.jpg -------------------------------------------------------------------------------- /Grundlagen/STM32/images/blue-pill.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Grundlagen/STM32/images/blue-pill.jpg -------------------------------------------------------------------------------- /Grundlagen/STM32/images/maple-mini.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Grundlagen/STM32/images/maple-mini.jpg -------------------------------------------------------------------------------- /Grundlagen/STM32/images/stm32-bluepill_stlink-connection.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Grundlagen/STM32/images/stm32-bluepill_stlink-connection.jpg -------------------------------------------------------------------------------- /Grundlagen/STM32/images/stm32-ftdi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Grundlagen/STM32/images/stm32-ftdi.jpg -------------------------------------------------------------------------------- /Grundlagen/STM32/images/stm32-led-pin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Grundlagen/STM32/images/stm32-led-pin.jpg -------------------------------------------------------------------------------- /Grundlagen/STM32/images/stm32_bluepill_board.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Grundlagen/STM32/images/stm32_bluepill_board.png -------------------------------------------------------------------------------- /Grundlagen/STM32/images/stm32_boardmanager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Grundlagen/STM32/images/stm32_boardmanager.png -------------------------------------------------------------------------------- /Grundlagen/STM32/images/stm32_maplemini_board.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Grundlagen/STM32/images/stm32_maplemini_board.png -------------------------------------------------------------------------------- /Grundlagen/STM32/images/stm32_settings1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Grundlagen/STM32/images/stm32_settings1.png -------------------------------------------------------------------------------- /Grundlagen/STM32/images/stm32_settings2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Grundlagen/STM32/images/stm32_settings2.png -------------------------------------------------------------------------------- /Grundlagen/STM32/images/windows-device-manager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Grundlagen/STM32/images/windows-device-manager.png -------------------------------------------------------------------------------- /Grundlagen/images/arduino-pro-mini-removed-parts.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Grundlagen/images/arduino-pro-mini-removed-parts.jpg -------------------------------------------------------------------------------- /Grundlagen/images/arduino-pro-mini.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Grundlagen/images/arduino-pro-mini.jpg -------------------------------------------------------------------------------- /Grundlagen/images/arduino_cc1101_bottom.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Grundlagen/images/arduino_cc1101_bottom.jpg -------------------------------------------------------------------------------- /Grundlagen/images/arduino_cc1101_top.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Grundlagen/images/arduino_cc1101_top.jpg -------------------------------------------------------------------------------- /Grundlagen/images/arduinopromini_alt_neu.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Grundlagen/images/arduinopromini_alt_neu.jpg -------------------------------------------------------------------------------- /Grundlagen/images/cc1101.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Grundlagen/images/cc1101.jpg -------------------------------------------------------------------------------- /Grundlagen/images/firmwareupdate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Grundlagen/images/firmwareupdate.png -------------------------------------------------------------------------------- /Grundlagen/images/ftdi-verkantet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Grundlagen/images/ftdi-verkantet.jpg -------------------------------------------------------------------------------- /Grundlagen/images/hm-rc-p1-proto.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Grundlagen/images/hm-rc-p1-proto.jpg -------------------------------------------------------------------------------- /Grundlagen/images/isp-6-pinout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Grundlagen/images/isp-6-pinout.png -------------------------------------------------------------------------------- /Grundlagen/images/isp_com-port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Grundlagen/images/isp_com-port.png -------------------------------------------------------------------------------- /Grundlagen/images/isp_diamex.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Grundlagen/images/isp_diamex.jpg -------------------------------------------------------------------------------- /Grundlagen/images/makeotahtml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Grundlagen/images/makeotahtml.png -------------------------------------------------------------------------------- /Grundlagen/images/paniktaster_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Grundlagen/images/paniktaster_config.png -------------------------------------------------------------------------------- /Grundlagen/images/paniktaster_im_posteingang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Grundlagen/images/paniktaster_im_posteingang.png -------------------------------------------------------------------------------- /Grundlagen/images/usb-asp-jumperwire.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Grundlagen/images/usb-asp-jumperwire.jpg -------------------------------------------------------------------------------- /Grundlagen/images/usbasp-wiring.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Grundlagen/images/usbasp-wiring.jpg -------------------------------------------------------------------------------- /Grundlagen/images/usbavp-jumper.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Grundlagen/images/usbavp-jumper.jpg -------------------------------------------------------------------------------- /Grundlagen/images/wiring_arduino_cc1101.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Grundlagen/images/wiring_arduino_cc1101.png -------------------------------------------------------------------------------- /Other/Kommentare.md: -------------------------------------------------------------------------------- 1 | # Kommentarfunktion 2 | 3 | Die Kommentare werden, wie auch der Sourcode dieser Website und AskSin++, über 4 | [Github](https://github.com) verwaltet. 5 | In einem [Issue](https://github.com/AskSinPP/asksinpp-web/issues) werden die Kommentare 6 | einer jeweiligen Seite zusammengefasst. 7 | Das Issue wird beim ersten Kommentieren erzeugt. 8 | 9 | **Der Server speichert keine Daten.** 10 | 11 | Um Kommentare oder 12 | [Reactions](https://github.blog/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) 13 | abzugeben benötigt man somit einen GitHub Account. 14 | 15 | Die Kommentarfunktion basiert auf [utterances](https://utteranc.es/). 16 | 17 | ::: warning 18 | Für OAuth werden Cookies verwendet. 19 | ::: 20 | 21 | -------------------------------------------------------------------------------- /Platinen/images/Platinen_TOP.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Platinen/images/Platinen_TOP.jpg -------------------------------------------------------------------------------- /Projekte/Asselhead/HM-LC-SW1-Li.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: Aktor für LED-Lichterketten mit USB-LiIon-Akku Ladefunktion 4 | ProjectUrl: https://github.com/Asselhead/HM-LC-SW1-Li 5 | Author: Asselhead 6 | AuthorUrl: https://github.com/Asselhead 7 | Tags: LED, Aktor, Batterie, OpenSource 8 | Thumb: HM-LC-SW1-Li.png 9 | Added: 2019-10-31 10 | --- 11 | 12 | # HM-LC-SW1-Li 13 | -------------------------------------------------------------------------------- /Projekte/Asselhead/HM-LC-SW1-Li.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/Asselhead/HM-LC-SW1-Li.png -------------------------------------------------------------------------------- /Projekte/FUEL4EP/HB-UNI-SenAct-4-4-RC_DS.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/FUEL4EP/HB-UNI-SenAct-4-4-RC_DS.jpg -------------------------------------------------------------------------------- /Projekte/FUEL4EP/HB-UNI-SenAct-4-4-RC_DS.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: 3x Schalter für Betrieb an Netzfreischalter 4 | ProjectUrl: https://github.com/FUEL4EP/HomeAutomation/tree/master/AsksinPP_developments/sketches/HB-UNI-SenAct-4-4-RC_DS 5 | Author: FUEL4EP 6 | AuthorUrl: https://github.com/FUEL4EP 7 | Tags: 230V, Aktor, OpenSource 8 | Thumb: HB-UNI-SenAct-4-4-RC_DS.jpg 9 | Added: 2023-07-18 10 | --- 11 | 12 | # HB-UNI-SenAct-4-4-RC_DS 13 | -------------------------------------------------------------------------------- /Projekte/FUEL4EP/HB-UNI-Sensor1-AQ-BME680.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/FUEL4EP/HB-UNI-Sensor1-AQ-BME680.jpg -------------------------------------------------------------------------------- /Projekte/FUEL4EP/HB-UNI-Sensor1-AQ-BME680.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: VOC Luftgütesensor mit Bosch BME680 4 | ProjectUrl: https://github.com/FUEL4EP/HomeAutomation/tree/master/AsksinPP_developments/sketches/HB-UNI-Sensor1-AQ-BME680 5 | Author: FUEL4EP 6 | AuthorUrl: https://github.com/FUEL4EP 7 | Tags: Sensor, Batterie, OpenSource, Temperatur 8 | Thumb: HB-UNI-Sensor1-AQ-BME680.jpg 9 | Added: 2020-12-30 10 | --- 11 | 12 | # HB-UNI-Sensor1-AQ-BME680 13 | -------------------------------------------------------------------------------- /Projekte/FUEL4EP/HB-UNI-Sensor1-AQ-BME680_KF.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/FUEL4EP/HB-UNI-Sensor1-AQ-BME680_KF.jpg -------------------------------------------------------------------------------- /Projekte/FUEL4EP/HB-UNI-Sensor1-AQ-BME680_KF.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: VOC Luftgütesensor mit Bosch BME680 und Kalman Filter Autokalibrierung, aLF Version 4 | ProjectUrl: https://github.com/FUEL4EP/HomeAutomation/tree/master/AsksinPP_developments/sketches/HB-UNI-Sensor1-AQ-BME680_KF 5 | Author: FUEL4EP 6 | AuthorUrl: https://github.com/FUEL4EP 7 | Tags: Sensor, Batterie, OpenSource, Temperatur 8 | Thumb: HB-UNI-Sensor1-AQ-BME680_KF.jpg 9 | Added: 2021-03-05 10 | --- 11 | 12 | # HB-UNI-Sensor1-AQ-BME680_KF 13 | -------------------------------------------------------------------------------- /Projekte/FUEL4EP/HB-UNI-Sensor1-AQ-BME680_KF_rLF.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/FUEL4EP/HB-UNI-Sensor1-AQ-BME680_KF_rLF.jpg -------------------------------------------------------------------------------- /Projekte/FUEL4EP/HB-UNI-Sensor1-AQ-BME680_KF_rLF.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: VOC Luftgütesensor mit Bosch BME680 und Kalman Filter Autokalibrierung, rLF Version 4 | ProjectUrl: https://github.com/FUEL4EP/HomeAutomation/tree/master/AsksinPP_developments/sketches/HB-UNI-Sensor1-AQ-BME680_KF_rLF 5 | Author: FUEL4EP 6 | AuthorUrl: https://github.com/FUEL4EP 7 | Tags: Sensor, Batterie, OpenSource, Temperatur 8 | Thumb: HB-UNI-Sensor1-AQ-BME680_KF_rLF.jpg 9 | Added: 2023-07-18 10 | --- 11 | 12 | # HB-UNI-Sensor1-AQ-BME680_KF_rLF 13 | -------------------------------------------------------------------------------- /Projekte/FUEL4EP/HB-UNI-Sensor1-CO2_SCD30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/FUEL4EP/HB-UNI-Sensor1-CO2_SCD30.jpg -------------------------------------------------------------------------------- /Projekte/FUEL4EP/HB-UNI-Sensor1-CO2_SCD30.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: CO2 Sensor nach NDIR Verfahren mit Akku-/Netzbetrieb 4 | ProjectUrl: https://github.com/FUEL4EP/HomeAutomation/tree/master/AsksinPP_developments/sketches/HB-UNI-Sensor1-CO2_SCD30 5 | Author: FUEL4EP 6 | AuthorUrl: https://github.com/FUEL4EP 7 | Tags: Sensor, Batterie, OpenSource 8 | Thumb: HB-UNI-Sensor1-CO2_SCD30.jpg 9 | Added: 2020-12-30 10 | --- 11 | 12 | # HB-UNI-Sensor1-CO2_SCD30 13 | -------------------------------------------------------------------------------- /Projekte/FUEL4EP/HB-UNI-Sensor1-RAD-AL53.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/FUEL4EP/HB-UNI-Sensor1-RAD-AL53.jpg -------------------------------------------------------------------------------- /Projekte/FUEL4EP/HB-UNI-Sensor1-RAD-AL53.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: PIN-Dioden basierter Radioaktivitätssensor mit Akku-/Netzbetrieb 4 | ProjectUrl: https://github.com/FUEL4EP/HomeAutomation/tree/master/AsksinPP_developments/sketches/HB-UNI-Sensor1-RAD-AL53 5 | Author: FUEL4EP 6 | AuthorUrl: https://github.com/FUEL4EP 7 | Tags: Sensor, Batterie, OpenSource 8 | Thumb: HB-UNI-Sensor1-RAD-AL53.jpg 9 | Added: 2021-11-09 10 | --- 11 | 12 | # HB-UNI-Sensor1-RAD-AL53 13 | -------------------------------------------------------------------------------- /Projekte/FUEL4EP/HB-UNI-Sensor1-TH-SHT75.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/FUEL4EP/HB-UNI-Sensor1-TH-SHT75.jpg -------------------------------------------------------------------------------- /Projekte/FUEL4EP/HB-UNI-Sensor1-TH-SHT75.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: hoch genauer TH Sensor mit Sensirion SHT75 4 | ProjectUrl: https://github.com/FUEL4EP/HomeAutomation/tree/master/AsksinPP_developments/sketches/HB-UNI-Sensor1-TH-SHT75 5 | Author: FUEL4EP 6 | AuthorUrl: https://github.com/FUEL4EP 7 | Tags: Sensor, Batterie, OpenSource, Temperatur 8 | Thumb: HB-UNI-Sensor1-TH-SHT75.jpg 9 | Added: 2021-01-10 10 | --- 11 | 12 | # HB-UNI-Sensor1-TH-SHT75 13 | -------------------------------------------------------------------------------- /Projekte/FUEL4EP/HB-UNI-Sensor1-THD-SHT45.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/FUEL4EP/HB-UNI-Sensor1-THD-SHT45.jpg -------------------------------------------------------------------------------- /Projekte/FUEL4EP/HB-UNI-Sensor1-THD-SHT45.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: kleiner und hochgenauer Temperatur- und Luftfeuchtesensor mit Sensirion SHT45, gleitende Temperaturmittelwerte über letzte 24 Stunden und 7 Tage 4 | ProjectUrl: https://github.com/FUEL4EP/HomeAutomation/tree/master/AsksinPP_developments/sketches/HB-UNI-Sensor1-THD-SHT45 5 | Author: FUEL4EP 6 | AuthorUrl: https://github.com/FUEL4EP 7 | Tags: Sensor, Batterie, OpenSource, Temperatur 8 | Thumb: HB-UNI-Sensor1-THD-SHT45.jpg 9 | Added: 2024-04-17 10 | --- 11 | 12 | # HB-UNI-Sensor1-THD-SHT45 13 | -------------------------------------------------------------------------------- /Projekte/FUEL4EP/HB-UNI-Sensor1-THPD-BME280.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/FUEL4EP/HB-UNI-Sensor1-THPD-BME280.jpg -------------------------------------------------------------------------------- /Projekte/FUEL4EP/HB-UNI-Sensor1-THPD-BME280.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: THPD Sensor mit Bosch BME280 (Temperatur, Luftfeuchte, Luftdruck, Taupunkt, absolute Feuchte) 4 | ProjectUrl: https://github.com/FUEL4EP/HomeAutomation/tree/master/AsksinPP_developments/sketches/HB-UNI-Sensor1-THPD-BME280 5 | Author: FUEL4EP 6 | AuthorUrl: https://github.com/FUEL4EP 7 | Tags: Sensor, Batterie, OpenSource, Temperatur 8 | Thumb: HB-UNI-Sensor1-THPD-BME280.jpg 9 | Added: 2021-01-10 10 | --- 11 | 12 | # HB-UNI-Sensor1-THPD-BME280 13 | -------------------------------------------------------------------------------- /Projekte/FUEL4EP/HB-UNI-Sensor1-THPD-SHT45.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/FUEL4EP/HB-UNI-Sensor1-THPD-SHT45.jpg -------------------------------------------------------------------------------- /Projekte/FUEL4EP/HB-UNI-Sensor1-THPD-SHT45.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: sehr kleiner und hochgenauer Temperatur-, Druck- und Luftfeuchtesensor mit Sensirion SHT45 und Bosch BME280, gleitende Temperaturmittelwerte über letzte 24 Stunden und 7 Tage, NiMH-Akku 4 | ProjectUrl: https://github.com/FUEL4EP/HomeAutomation/tree/master/AsksinPP_developments/sketches/HB-UNI-Sensor1-THPD-SHT45_BME280 5 | Author: FUEL4EP 6 | AuthorUrl: https://github.com/FUEL4EP 7 | Tags: Sensor, Batterie, OpenSource, Temperatur 8 | Thumb: HB-UNI-Sensor1-THPD-SHT45.jpg 9 | Added: 2024-04-17 10 | --- 11 | 12 | # HB-UNI-Sensor1-THPD-SHT45 13 | -------------------------------------------------------------------------------- /Projekte/FUEL4EP/HB-UNI-Sensor1-THPD-SHT85.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/FUEL4EP/HB-UNI-Sensor1-THPD-SHT85.jpg -------------------------------------------------------------------------------- /Projekte/FUEL4EP/HB-UNI-Sensor1-THPD-SHT85.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: hoch genauer und schneller THPD Sensor mit Sensirion SHT85 und Bosch BME280 (Temperatur, Luftfeuchte, Luftdruck, Taupunkt, absolute Feuchte) 4 | ProjectUrl: https://github.com/FUEL4EP/HomeAutomation/tree/master/AsksinPP_developments/sketches/HB-UNI-Sensor1-THPD-SHT85 5 | Author: FUEL4EP 6 | AuthorUrl: https://github.com/FUEL4EP 7 | Tags: Sensor, Batterie, OpenSource, Temperatur 8 | Thumb: HB-UNI-Sensor1-THPD-SHT85.jpg 9 | Added: 2021-03-26 10 | --- 11 | 12 | # HB-UNI-Sensor1-THPD-SHT85 13 | -------------------------------------------------------------------------------- /Projekte/HMSteve/HB-UNI-Sen-CO2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/HMSteve/HB-UNI-Sen-CO2.jpg -------------------------------------------------------------------------------- /Projekte/HMSteve/HB-UNI-Sen-CO2.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: CO2-Ampel mit Display als Homematic-Sensor und Stand-Alone 4 | ProjectUrl: https://github.com/HMSteve/HB-UNI-Sen-CO2 5 | Author: HMSteve 6 | AuthorUrl: https://github.com/HMSteve 7 | Tags: Sensor, Batterie, OpenSource 8 | Thumb: HB-UNI-Sen-CO2.jpg 9 | Added: 2021-03-07 10 | --- 11 | 12 | # HB-UNI-Sen-CO2 13 | -------------------------------------------------------------------------------- /Projekte/JurgenO/GasZaehler.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/JurgenO/GasZaehler.jpg -------------------------------------------------------------------------------- /Projekte/JurgenO/GasZaehler.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: Gaszähler mit Anzeige 4 | ProjectUrl: https://github.com/JurgenO/GasMetering/wiki 5 | Author: JurgenO 6 | AuthorUrl: https://github.com/JurgenO 7 | Tags: OpenSource, Sensor 8 | Thumb: GasZaehler.jpg 9 | Added: 2022-12-28 10 | --- 11 | 12 | # Gas Metering 13 | -------------------------------------------------------------------------------- /Projekte/Projekt-hinzufuegen.md: -------------------------------------------------------------------------------- 1 | # Projekt hinzufügen 2 | 3 | Die Projekte werden aus den Markdown-Dateien des Github Projekts [https://github.com/AskSinPP/asksinpp-web](https://github.com/AskSinPP/asksinpp-web) erzeugt. In das Repository dürfen nur berechtigte 4 | Contributoren direkt schreiben weshalb die Änderungen über einen Pull-Request eingereicht werden müssen. 5 | 6 | Wer keine Lust hat sich mit GitHub und Pull-Requests auseinander zu setzen kann mir auch 7 | einfach eine [E-Mail](mailto:asppc@psi.cx) schreiben oder ein [Issue](https://github.com/jp112sdl/AskSinPPCollection/issues) 8 | aufmachen. 9 | 10 | Ein Projekt sollte alle nötigen Informationen zum Nachbau enthalten, also zumindest die verwendete Hardware, Bauteile, die Verdrahtung und den Sketch. 11 | 12 | PS: Es tut nicht weh, wenn es verschiedene Projekte zum selben Thema gibt :) 13 | 14 | 15 | ## Aufbau der Projekt-Datei 16 | 17 | Die Markdown-Dateien sowie Vorschaubilder werden unter `/Projekte//` abgelegt. 18 | Je nach Bedarf können hier beliebige Unterordner zur Sturkturierung erstellt werden. 19 | 20 | Jedes Projekt besteht aus einer Markdown-Datei (z.B. `/Projekte/psi/HM-LC-Dim1PWM.md`) 21 | und einem Vorschaubild welches im Format 16:9 sein sollte, also z.B. 640x360px. 22 | 23 | Beim Aufbau der Datei kann man sich an den [bestehenden Projekten](https://github.com/jp112sdl/AskSinPPCollection/tree/master/Projekte) orientieren. 24 | 25 | 26 | ### Frontmatter 27 | 28 | In der Markdown-Datei wird das Projekt über einen Code-Block spezifiziert: 29 | 30 | ``` 31 | --- 32 | isProject: true 33 | Desc: Die Kurzbeschreibung des Projekts 34 | ProjectUrl: https://eine-url-zur-projektbeschreibung 35 | Author: Names des Autors 36 | AuthorUrl: https://website-des-authors 37 | Tags: Filter-Tags, mit Komma, getrennt 38 | Thumb: vorschaubild.jpg 39 | --- 40 | 41 | # Name des Projekts 42 | ``` 43 | 44 | * `isProject: true`: Gibt an, dass diese Datei eine Projektspezifikation ist. 45 | * `Desc`: Eine Kurzbeschreibung welche auf der Übersicht unterhalb des Bildes angezeigt wird. 46 | * `ProjectUrl`: Die URL unter der die Projektbeschreibung zu finden ist, z.B. ein GitHub Repo, Blog Post oder Forum-Thread. 47 | * `Author`: Der Name des Autors. 48 | * `AuthorUrl`: Die URL die aufgerufen wird, wenn man auf den Autor-Namen klickt. 49 | * `Tags`: Eine Komma-separierte Liste mit Schlagworten für die Filterung. 50 | * `Thumb`: Der Pfad zum Vorschaubild, relativ zur aktuellen Markdown-Datei. 51 | 52 | Hat man keinen eigenen Platz zur Veröffentlichung des Projekts kann man dies auch innerhalb der Markdown-Datei tun. 53 | Ein Beispiel hierfür ist [HM-LC-Dim1PWM](https://github.com/jp112sdl/AskSinPPCollection/tree/master/Projekte/psi/HM-LC-Dim1PWM). 54 | 55 | 56 | ### Tags 57 | 58 | Bei der Wahl der Tags sollte sich vor allem an den schon vorhandenen Schlagworten orientiert werden. 59 | Tags, die auf alle Projekte zutreffend sind zu vermeiden (Bsp. Homematic, AskSinPP). Natürlich können 60 | neue Tags hinzugefügt werden sofern dies Sinn ergibt. Sie werden automatisch in die Filterleiste mit 61 | aufgenommen. 62 | -------------------------------------------------------------------------------- /Projekte/Umbau.md: -------------------------------------------------------------------------------- 1 | # Geräteumbau auf AskSinPP 2 | 3 | - [Umbau Sonoff 4CH zu HM-LC-SW4-SM](https://homematic-forum.de/forum/viewtopic.php?f=76&t=43718) 4 | - [Umbau OBI WiFi Zwischenstecker zu HM-LC-Sw1-Pl-DN-R1](https://github.com/stan23/HM-LC-Sw1-Pl-DN-R1_OBI) 5 | - [Umbau OBI2 WiFi Zwischenstecker zu HM-LC-Sw1-Pl-DN-R1_OBII](https://github.com/der-pw/HM-LC-Sw1-Pl-DN-R1_OBII) 6 | - [Umbau Sonoff S26 Zwischenstecker zu HM-LC-Sw1-Pl-DN-R1_S26](https://github.com/der-pw/HM-LC-Sw1-Pl-DN-R1_S26) 7 | - [Umbau Sonoff S20 auf HM-LC-Sw1-Pl-DN-R1](https://homematic-forum.de/forum/viewtopic.php?f=76&t=44258) 8 | - [Umbau Sonoff Basic auf HM-LC-SW1-SM](https://homematic-forum.de/forum/viewtopic.php?f=76&t=47685) 9 | - [Umbau Gosund SP1 / BliTZWOLF SHP2 zu HM-ES-PMSw1-Pl](https://github.com/stan23/HM-ES-PMSw1-Pl_GosundSP1) 10 | - [Umbau Sonoff POW V1 zu HM-ES-PMSw1-Pl](https://github.com/jp112sdl/Beispiel_AskSinPP/tree/master/examples/HM-ES-PMSw1-Pl) 11 | - [Umbau Funk Wandsender Licht Wandschalter 433MHZ für RF Empfänger](https://github.com/ronnythomas/Wandsender) 12 | 13 | -------------------------------------------------------------------------------- /Projekte/bestfan/HB-UNI-Sen-CO2-STM32.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/bestfan/HB-UNI-Sen-CO2-STM32.jpg -------------------------------------------------------------------------------- /Projekte/bestfan/HB-UNI-Sen-CO2-STM32.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: CO2-Ampel mit Display als Homematic-Sensor auf STM32-Basis 4 | ProjectUrl: https://github.com/bestfan/HB-UNI-Sen-CO2-STM32 5 | Author: bestfan 6 | AuthorUrl: https://github.com/bestfan 7 | Tags: Sensor, OpenSource 8 | Thumb: HB-UNI-Sen-CO2-STM32.jpg 9 | Added: 2022-06-03 10 | --- 11 | 12 | # HB-UNI-Sen-CO2-STM32 13 | -------------------------------------------------------------------------------- /Projekte/cactus-online/HM-Sys-sRP-Pl.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/cactus-online/HM-Sys-sRP-Pl.jpg -------------------------------------------------------------------------------- /Projekte/cactus-online/HM-Sys-sRP-Pl.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: Umbau eines innogy SmartHome Funkrouter (PSR) zum HM-Sys-sRP-Pl 4 | ProjectUrl: https://github.com/cactus-online/HM-Sys-sRP-Pl_PSR 5 | Author: cactus-online 6 | AuthorUrl: https://homematic-forum.de/forum/memberlist.php?mode=viewprofile&u=9359 7 | Tags: OpenSource, 230V, Innogy, Umbau 8 | Thumb: HM-Sys-sRP-Pl.jpg 9 | Added: 2022-12-27 10 | --- 11 | 12 | # HM-Sys-sRP-Pl 13 | -------------------------------------------------------------------------------- /Projekte/der-pw/HM-LC-DW-WM/README.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: 2-Kanal STM32 PWM LED Dimmer für 7-24V mit Dreh-Encoder 4 | ProjectUrl: der-pw/HM-LC-DW-WM/ 5 | Author: der-pw 6 | AuthorUrl: https://github.com/der-pw 7 | Tags: LED, Aktor, Taster, OpenSource, Dimmer 8 | Thumb: images/thumb.jpg 9 | sidebar: auto 10 | Added: 2019-11-09 11 | --- 12 | 13 | # HM-LC-DW-WM 14 | 15 | 2-Kanal PWM LED Dimmer für 7-24V mit Dreh-Encoder auf STM32 Basis. 16 | Der Aktor kann je nach Sketch im DualWhite, 1-Kanal oder 2-Kanal Modus betrieben werden. 17 | Die CCU stellt dann die jeweils passenden Schaltmöglichkeiten bereit. 18 | 19 | ![HM-LC-DW-WM](./images/HM-LC-DW-WM.jpg) 20 | 21 | Projekt Repository auf Github: 22 | [https://github.com/der-pw/hm_stm32_2ch_dimmer](https://github.com/der-pw/hm_stm32_2ch_dimmer) 23 | 24 | :::tip 25 | Es empfiehlt sich den USB-Bootloader auf den STM32 zu flashen bevor dieser verlötet wird. 26 | ::: 27 | 28 | ## Hardware 29 | 30 | [Schaltplan](https://github.com/der-pw/hm_stm32_2ch_dimmer/blob/master/files/STM32_2CH_Dimmer.pdf), 31 | [Bauteilliste](https://github.com/der-pw/hm_stm32_2ch_dimmer/blob/master/STM32_2CH_Dimmer_Parts.csv) und 32 | [Platine](https://github.com/der-pw/hm_stm32_2ch_dimmer/tree/master/gerber) 33 | sind auf Github veröffentlicht. 34 | 35 | ## Software 36 | 37 | ### USB Bootloader flashen 38 | 39 | Siehe [USB Bootloader flashen](/Grundlagen/STM32/01_flashen.html#usb-bootloader) 40 | 41 | ### FreqTest flashen 42 | 43 | Oft haben die CC1101 Funkmodule Frequenzabweichungen. Mit dem FreqTest Sketch kann man die 44 | für das Funkmodul beste Frequenz ermitteln und anschließend im Sketch hinterlegen. 45 | 46 | Siehe [STM32 FreqTest](/Grundlagen/STM32/10_weiteres.html#freqtest) 47 | 48 | ### Sketch 49 | 50 | Der Dimmer kann in 3 Varianten Betrieben werden: 51 | 52 | * **1 Kanal Modus: _HM-LC-Dim1PWM-CV_** 53 | Der LED2 Anschluss bleibt unbestückt. In der CCU steht 1 Kanal zur Verfügung. 54 | [HM-LC-Dim1PWM-CV.ino](https://github.com/pa-pa/AskSinPP/blob/master/examples/stm32/HM-LC-Dim1PWM-CV/HM-LC-Dim1PWM-CV.ino) 55 | * **2 Kanal Modus: _HM-DW-WM_** 56 | In der CCU können die beiden LED-Kanäle getrennt geregelt werden. 57 | [HM-DW-WM.ino](https://github.com/pa-pa/AskSinPP/blob/master/examples/stm32/HM-DW-WM/HM-DW-WM.ino) 58 | * **DualWhite Modus: _HM-LC-DW-WM_** 59 | In wird CCU ein Kanal zur Einstellung der Helligkeit und ein weiterer zur Steuerung der Farbtemperatur dargestellt. 60 | [HM-LC-DW-WM.ino](https://github.com/pa-pa/AskSinPP/blob/master/examples/stm32/HM-LC-DW-WM/HM-LC-DW-WM.ino) 61 | 62 | Darstellung der CCU Kanäle im DualWhite Modus: 63 | ![DualWhite CCU Kanäle](./images/ccu-dw.png) 64 | -------------------------------------------------------------------------------- /Projekte/der-pw/HM-LC-DW-WM/images/HM-LC-DW-WM.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/der-pw/HM-LC-DW-WM/images/HM-LC-DW-WM.jpg -------------------------------------------------------------------------------- /Projekte/der-pw/HM-LC-DW-WM/images/ccu-dw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/der-pw/HM-LC-DW-WM/images/ccu-dw.png -------------------------------------------------------------------------------- /Projekte/der-pw/HM-LC-DW-WM/images/thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/der-pw/HM-LC-DW-WM/images/thumb.jpg -------------------------------------------------------------------------------- /Projekte/der-pw/HM-LC-SW1-BA-PCB_mini_MAX1724.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: HM-LC-SW1-BA-PCB Platine auf Basis der HM-Sensor 4 | ProjectUrl: https://github.com/der-pw/HM-LC-SW1-BA-PCB_mini_MAX1724 5 | Author: der-pw 6 | AuthorUrl: https://github.com/der-pw 7 | Tags: Aktor, Batterie, LED, OpenSource 8 | Thumb: HM-LC-SW1-BA-PCB_mini_MAX1724_thumb.jpg 9 | Added: 2019-11-24 10 | --- 11 | 12 | # HM-LC-SW1-BA-PCB_mini_MAX1724 13 | -------------------------------------------------------------------------------- /Projekte/der-pw/HM-LC-SW1-BA-PCB_mini_MAX1724_thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/der-pw/HM-LC-SW1-BA-PCB_mini_MAX1724_thumb.jpg -------------------------------------------------------------------------------- /Projekte/der-pw/HM-LC-Sw1-Pl-DN-R1_OBII-Projekt.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: Umbau des OBI Wifi Stecker Schuko Weiß auf HM-LC-Sw1-Pl-DN-R1_OBII 4 | ProjectUrl: https://github.com/der-pw/HM-LC-Sw1-Pl-DN-R1_OBII 5 | Author: der-pw 6 | AuthorUrl: https://github.com/der-pw 7 | Tags: 230V, Aktor, Umbau, OpenSource 8 | Thumb: OBII_thumb.jpg 9 | Added: 2019-02-12 10 | --- 11 | 12 | # HM-LC-Sw1-Pl-DN-R1_OBII 13 | -------------------------------------------------------------------------------- /Projekte/der-pw/HM-LC-Sw1-Pl-DN-R1_S26.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: Umbau des Sonoff S26 auf HM-LC-Sw1-Pl-DN-R1_S26 4 | ProjectUrl: https://github.com/der-pw/HM-LC-Sw1-Pl-DN-R1_S26 5 | Author: der-pw 6 | AuthorUrl: https://github.com/der-pw 7 | Tags: 230V, Aktor, Umbau, OpenSource 8 | Thumb: S26_thumb.jpg 9 | Added: 2019-01-28 10 | --- 11 | 12 | # Sonoff S26 → HM-LC-Sw1-Pl-DN-R1 13 | -------------------------------------------------------------------------------- /Projekte/der-pw/OBII_thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/der-pw/OBII_thumb.jpg -------------------------------------------------------------------------------- /Projekte/der-pw/S26_thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/der-pw/S26_thumb.jpg -------------------------------------------------------------------------------- /Projekte/fhem-community/Dashbutton.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/fhem-community/Dashbutton.jpg -------------------------------------------------------------------------------- /Projekte/fhem-community/Dashbutton.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: HM-Dashbutton 4 | ProjectUrl: https://forum.fhem.de/index.php/topic,74320.0.html 5 | Author: joschi2009 6 | AuthorUrl: https://forum.fhem.de/index.php?action=profile;u=12895 7 | Tags: Taster, Batterie, OpenSource 8 | Thumb: Dashbutton.jpg 9 | Added: 2019-01-10 10 | --- 11 | 12 | # Dashbutton 13 | 14 | -------------------------------------------------------------------------------- /Projekte/fhem-community/HB-IBUT-8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/fhem-community/HB-IBUT-8.jpg -------------------------------------------------------------------------------- /Projekte/fhem-community/HB-IBUT-8.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: iButton Schlüsselbrett 4 | ProjectUrl: https://forum.fhem.de/index.php/topic,92594.0.html 5 | Author: ext23 6 | AuthorUrl: https://forum.fhem.de/index.php?action=profile;u=15 7 | Tags: Taster, Sensor, Batterie, OpenSource 8 | Thumb: HB-IBUT-8.jpg 9 | Added: 2019-01-10 10 | --- 11 | 12 | # HB-IBUT-8 13 | 14 | -------------------------------------------------------------------------------- /Projekte/fhem-community/MAX-Zwischenstecker.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/fhem-community/MAX-Zwischenstecker.jpg -------------------------------------------------------------------------------- /Projekte/fhem-community/MAX-Zwischenstecker.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: Umbau des MAX! Zwischenstecker auf Homematic HM-LC-Sw1-Pl 4 | ProjectUrl: https://forum.fhem.de/index.php/topic,76623.0.html 5 | Author: papa 6 | AuthorUrl: https://forum.fhem.de/index.php?action=profile;u=4163 7 | Tags: Umbau, 230V, Aktor, OpenSource 8 | Thumb: MAX-Zwischenstecker.jpg 9 | Added: 2019-01-10 10 | --- 11 | 12 | # MAX! Zwischenstecker => HM-LC-Sw1-Pl 13 | 14 | -------------------------------------------------------------------------------- /Projekte/gelegenheitsbastler/Akku-LED-Strahler.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/gelegenheitsbastler/Akku-LED-Strahler.jpg -------------------------------------------------------------------------------- /Projekte/gelegenheitsbastler/Akku-LED-Strahler.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: Akku-LED-Strahler mit HomeMatic Integration 4 | ProjectUrl: https://homematic-forum.de/forum/viewtopic.php?f=76&t=50882&p=510216#p510216 5 | Author: Gelegenheitsbastler 6 | AuthorUrl: https://homematic-forum.de/forum/ucp.php?i=pm&mode=compose&u=20394 7 | Tags: Aktor, LED, Batterie, Umbau 8 | Thumb: Akku-LED-Strahler.jpg 9 | Added: 2019-06-04 10 | --- 11 | 12 | # Akku-LED-Strahler 13 | 14 | -------------------------------------------------------------------------------- /Projekte/gelegenheitsbastler/Gardena-Ventil.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/gelegenheitsbastler/Gardena-Ventil.jpg -------------------------------------------------------------------------------- /Projekte/gelegenheitsbastler/Gardena-Ventil.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: Umbau GARDENA Bewässerungsventil (1251-20) 9V auf HomeMatic 4 | ProjectUrl: https://homematic-forum.de/forum/viewtopic.php?f=76&t=49719&p=498500#p498500 5 | Author: Gelegenheitsbastler 6 | AuthorUrl: https://homematic-forum.de/forum/ucp.php?i=pm&mode=compose&u=20394 7 | Tags: Batterie, Aktor, Umbau 8 | Thumb: Gardena-Ventil.jpg 9 | Added: 2019-03-18 10 | --- 11 | 12 | # GARDENA Bewässerungsventil (1251-20) 13 | 14 | -------------------------------------------------------------------------------- /Projekte/gelegenheitsbastler/HB-LC-Sw12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/gelegenheitsbastler/HB-LC-Sw12.jpg -------------------------------------------------------------------------------- /Projekte/gelegenheitsbastler/HB-LC-Sw12.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: 12-fach Relais HB-LC-Sw12-FM mit ATmega644/1284 4 | ProjectUrl: https://homematic-forum.de/forum/viewtopic.php?f=76&t=49833 5 | Author: Gelegenheitsbastler 6 | AuthorUrl: https://homematic-forum.de/forum/ucp.php?i=pm&mode=compose&u=20394 7 | Tags: Aktor 8 | Thumb: HB-LC-Sw12.jpg 9 | Added: 2019-03-25 10 | --- 11 | 12 | # HB-LC-Sw12 13 | 14 | -------------------------------------------------------------------------------- /Projekte/gelegenheitsbastler/HB-UNI-Sen-PRESS.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/gelegenheitsbastler/HB-UNI-Sen-PRESS.jpg -------------------------------------------------------------------------------- /Projekte/gelegenheitsbastler/HB-UNI-Sen-PRESS.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: Druck Messung (z.B. Heizung) mit HB-UNI-Sen-PRESS 4 | ProjectUrl: https://homematic-forum.de/forum/viewtopic.php?f=76&t=48501 5 | Author: Gelegenheitsbastler 6 | AuthorUrl: https://homematic-forum.de/forum/ucp.php?i=pm&mode=compose&u=20394 7 | Tags: Sensor 8 | Thumb: HB-UNI-Sen-PRESS.jpg 9 | Added: 2019-01-19 10 | --- 11 | 12 | # HB-UNI-Sen-PRESS 13 | 14 | 15 | -------------------------------------------------------------------------------- /Projekte/gelegenheitsbastler/HM-LC-Dim1PWM_Konstantstrom.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/gelegenheitsbastler/HM-LC-Dim1PWM_Konstantstrom.jpg -------------------------------------------------------------------------------- /Projekte/gelegenheitsbastler/HM-LC-Dim1PWM_Konstantstrom.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: LED Treiber für PWM Dimmer HM-LC-Dim1PWM mittels Konstantstrom 4 | ProjectUrl: https://homematic-forum.de/forum/viewtopic.php?f=76&t=48964 5 | Author: Gelegenheitsbastler 6 | AuthorUrl: https://homematic-forum.de/forum/ucp.php?i=pm&mode=compose&u=20394 7 | Tags: LED, Aktor, Dimmer 8 | Thumb: HM-LC-Dim1PWM_Konstantstrom.jpg 9 | Added: 2019-02-12 10 | --- 11 | 12 | # HM-LC-Dim1PWM Konstantstrom 13 | -------------------------------------------------------------------------------- /Projekte/gelegenheitsbastler/HM-LC-Sw1-FM.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/gelegenheitsbastler/HM-LC-Sw1-FM.jpg -------------------------------------------------------------------------------- /Projekte/gelegenheitsbastler/HM-LC-Sw1-FM.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: 1-fach 5A 230V Schaltaktor mit potentialfreiem Eingang, kompakte Bauweise 4 | ProjectUrl: https://homematic-forum.de/forum/viewtopic.php?f=76&t=43274 5 | Author: Gelegenheitsbastler 6 | AuthorUrl: https://homematic-forum.de/forum/ucp.php?i=pm&mode=compose&u=20394 7 | Tags: 230V, Aktor 8 | Thumb: HM-LC-Sw1-FM.jpg 9 | Added: 2019-01-02 10 | --- 11 | 12 | # HM-LC-Sw1-FM potentialfrei 13 | 14 | -------------------------------------------------------------------------------- /Projekte/gelegenheitsbastler/Sonoff-4CH-Umbau.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/gelegenheitsbastler/Sonoff-4CH-Umbau.jpg -------------------------------------------------------------------------------- /Projekte/gelegenheitsbastler/Sonoff-4CH-Umbau.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: Umbau des Sonoff 4CH auf HM-LC-SW4-SM 4 | ProjectUrl: https://homematic-forum.de/forum/viewtopic.php?f=76&t=43718 5 | Author: Gelegenheitsbastler 6 | AuthorUrl: https://homematic-forum.de/forum/ucp.php?i=pm&mode=compose&u=20394 7 | Tags: Umbau, 230V, Aktor 8 | Thumb: Sonoff-4CH-Umbau.jpg 9 | Added: 2018-12-22 10 | --- 11 | 12 | # Sonoff 4CH → HM-LC-SW4-SM 13 | 14 | -------------------------------------------------------------------------------- /Projekte/gelegenheitsbastler/Sonoff-Basic-Umbau.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/gelegenheitsbastler/Sonoff-Basic-Umbau.jpg -------------------------------------------------------------------------------- /Projekte/gelegenheitsbastler/Sonoff-Basic-Umbau.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: Umbau des Sonoff Basic auf HM-LC-SW1-SM 4 | ProjectUrl: https://homematic-forum.de/forum/viewtopic.php?f=76&t=47685 5 | Author: Gelegenheitsbastler 6 | AuthorUrl: https://homematic-forum.de/forum/ucp.php?i=pm&mode=compose&u=20394 7 | Tags: Aktor, 230V, Umbau 8 | Thumb: Sonoff-Basic-Umbau.jpg 9 | Added: 2018-12-21 10 | --- 11 | 12 | # Sonoff Basic → HM-LC-SW1-SM 13 | 14 | -------------------------------------------------------------------------------- /Projekte/gelegenheitsbastler/Sonoff-S20-Umbau.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/gelegenheitsbastler/Sonoff-S20-Umbau.jpg -------------------------------------------------------------------------------- /Projekte/gelegenheitsbastler/Sonoff-S20-Umbau.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: Umbau des Sonoff S20 Zwischenstecker auf HM-LC-Sw1-Pl-DN-R1 4 | ProjectUrl: https://homematic-forum.de/forum/viewtopic.php?f=76&t=44258 5 | Author: Gelegenheitsbastler 6 | AuthorUrl: https://homematic-forum.de/forum/ucp.php?i=pm&mode=compose&u=20394 7 | Tags: Umbau, 230V, Aktor 8 | Thumb: Sonoff-S20-Umbau.jpg 9 | Added: 2018-12-21 10 | --- 11 | 12 | # Sonoff S20 → HM-LC-Sw1-Pl-DN-R1 13 | -------------------------------------------------------------------------------- /Projekte/harald/SolarSensorTag.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/harald/SolarSensorTag.jpg -------------------------------------------------------------------------------- /Projekte/harald/SolarSensorTag.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: Smarthome Sensor mit Akku und Solarzelle 4 | ProjectUrl: https://github.com/haraldapp/SolarSensorTag 5 | Author: harald 6 | AuthorUrl: https://github.com/haraldapp 7 | Tags: OpenSource, Sensor, Batterie 8 | Thumb: SolarSensorTag.jpg 9 | Added: 2023-02-20 10 | --- 11 | 12 | # Solar Sensor Tag 13 | -------------------------------------------------------------------------------- /Projekte/harald/hm-powermeter-lcd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/harald/hm-powermeter-lcd.jpg -------------------------------------------------------------------------------- /Projekte/harald/hm-powermeter-lcd.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: Smarthome Energie Zähler mit Impulseingängen 4 | ProjectUrl: https://github.com/haraldapp/HMPowerMeterLCD 5 | Author: Harald 6 | AuthorUrl: https://github.com/haraldapp 7 | Tags: OpenSource, Sensor, Batterie 8 | Thumb: hm-powermeter-lcd.jpg 9 | Added: 2023-02-19 10 | --- 11 | 12 | # HM-PowerMeter-LCD 13 | -------------------------------------------------------------------------------- /Projekte/jan/HM-RC-4/images/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/jan/HM-RC-4/images/1.jpg -------------------------------------------------------------------------------- /Projekte/jan/HM-RC-4/images/10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/jan/HM-RC-4/images/10.jpg -------------------------------------------------------------------------------- /Projekte/jan/HM-RC-4/images/11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/jan/HM-RC-4/images/11.jpg -------------------------------------------------------------------------------- /Projekte/jan/HM-RC-4/images/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/jan/HM-RC-4/images/3.jpg -------------------------------------------------------------------------------- /Projekte/jan/HM-RC-4/images/3d-druck.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/jan/HM-RC-4/images/3d-druck.jpg -------------------------------------------------------------------------------- /Projekte/jan/HM-RC-4/images/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/jan/HM-RC-4/images/4.jpg -------------------------------------------------------------------------------- /Projekte/jan/HM-RC-4/images/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/jan/HM-RC-4/images/5.jpg -------------------------------------------------------------------------------- /Projekte/jan/HM-RC-4/images/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/jan/HM-RC-4/images/6.jpg -------------------------------------------------------------------------------- /Projekte/jan/HM-RC-4/images/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/jan/HM-RC-4/images/7.jpg -------------------------------------------------------------------------------- /Projekte/jan/HM-RC-4/images/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/jan/HM-RC-4/images/8.jpg -------------------------------------------------------------------------------- /Projekte/jan/HM-RC-4/images/9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/jan/HM-RC-4/images/9.jpg -------------------------------------------------------------------------------- /Projekte/jan/HM-RC-4/images/Lochraster-einbau.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/jan/HM-RC-4/images/Lochraster-einbau.jpg -------------------------------------------------------------------------------- /Projekte/jan/HM-RC-4/images/material.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/jan/HM-RC-4/images/material.jpg -------------------------------------------------------------------------------- /Projekte/jan/HM-RC-4/images/thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/jan/HM-RC-4/images/thumb.jpg -------------------------------------------------------------------------------- /Projekte/jan/HM-SEC-MDIR/images/case-schraube.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/jan/HM-SEC-MDIR/images/case-schraube.jpg -------------------------------------------------------------------------------- /Projekte/jan/HM-SEC-MDIR/images/case.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/jan/HM-SEC-MDIR/images/case.jpg -------------------------------------------------------------------------------- /Projekte/jan/HM-SEC-MDIR/images/ccu-aktor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/jan/HM-SEC-MDIR/images/ccu-aktor.jpg -------------------------------------------------------------------------------- /Projekte/jan/HM-SEC-MDIR/images/pir-pinout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/jan/HM-SEC-MDIR/images/pir-pinout.jpg -------------------------------------------------------------------------------- /Projekte/jan/HM-SEC-MDIR/images/pir.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/jan/HM-SEC-MDIR/images/pir.jpg -------------------------------------------------------------------------------- /Projekte/jan/HM-SEC-MDIR/images/platine-im-case.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/jan/HM-SEC-MDIR/images/platine-im-case.jpg -------------------------------------------------------------------------------- /Projekte/jan/HM-SEC-MDIR/images/platine1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/jan/HM-SEC-MDIR/images/platine1.jpg -------------------------------------------------------------------------------- /Projekte/jan/HM-SEC-MDIR/images/platine2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/jan/HM-SEC-MDIR/images/platine2.jpg -------------------------------------------------------------------------------- /Projekte/jan/HM-SEC-MDIR/images/platine3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/jan/HM-SEC-MDIR/images/platine3.jpg -------------------------------------------------------------------------------- /Projekte/jan/HM-SEC-MDIR/images/thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/jan/HM-SEC-MDIR/images/thumb.jpg -------------------------------------------------------------------------------- /Projekte/jan/HM-SEC-MDIR/images/verdrahtung.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/jan/HM-SEC-MDIR/images/verdrahtung.jpg -------------------------------------------------------------------------------- /Projekte/jerome/AskSinAnalyzer.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: Funktelegramm-Dekodierer 4 | ProjectUrl: https://github.com/jp112sdl/AskSinAnalyzer 5 | Author: Jerome 6 | AuthorUrl: https://github.com/jp112sdl 7 | Tags: Visualisierung, OpenSource 8 | Thumb: AskSinAnalyzer.png 9 | Added: 2019-06-12 10 | --- 11 | 12 | # AskSinAnalyzer 13 | -------------------------------------------------------------------------------- /Projekte/jerome/AskSinAnalyzer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/jerome/AskSinAnalyzer.png -------------------------------------------------------------------------------- /Projekte/jerome/HB-Dis-EP-42BW.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/jerome/HB-Dis-EP-42BW.jpg -------------------------------------------------------------------------------- /Projekte/jerome/HB-Dis-EP-42BW.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: E-Paper Display mit Tastern 4 | ProjectUrl: https://github.com/jp112sdl/HB-Dis-EP-42BW 5 | Author: Jerome 6 | AuthorUrl: https://github.com/jp112sdl 7 | Tags: Batterie, Taster, Visualisierung, OpenSource 8 | Thumb: HB-Dis-EP-42BW.jpg 9 | Added: 2019-03-26 10 | --- 11 | 12 | # HB-Dis-EP-42BW 13 | -------------------------------------------------------------------------------- /Projekte/jerome/HB-LC-Bl1PBU-FM_ISR2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/jerome/HB-LC-Bl1PBU-FM_ISR2.jpg -------------------------------------------------------------------------------- /Projekte/jerome/HB-LC-Bl1PBU-FM_ISR2.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: RWE/Innogy/Livisi Unterputz-Rollladenaktor ISR2 mit AskSinPP flashen 4 | ProjectUrl: https://homematic-forum.de/forum/viewtopic.php?f=76&t=65348 5 | Author: Jerome 6 | AuthorUrl: https://github.com/jp112sdl 7 | Tags: RWE, Innogy, Livisi, 230V, Aktor, Rollladen 8 | Thumb: HB-LC-Bl1PBU-FM_ISR2.jpg 9 | Added: 2021-02-07 10 | --- 11 | 12 | # HB-LC-Bl1PBU-FM_ISR2 13 | -------------------------------------------------------------------------------- /Projekte/jerome/HB-LC-Dim1TPBU-FM_ISD2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/jerome/HB-LC-Dim1TPBU-FM_ISD2.jpg -------------------------------------------------------------------------------- /Projekte/jerome/HB-LC-Dim1TPBU-FM_ISD2.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: RWE/Innogy/Livisi Unterputz-Dimmer ISD2 mit AskSinPP flashen 4 | ProjectUrl: https://homematic-forum.de/forum/viewtopic.php?f=76&t=65268 5 | Author: Jerome 6 | AuthorUrl: https://github.com/jp112sdl 7 | Tags: RWE, Innogy, Livisi, 230V, Aktor, Dimmer 8 | Thumb: HB-LC-Dim1TPBU-FM_ISD2.jpg 9 | Added: 2021-02-04 10 | --- 11 | 12 | # HB-LC-Dim1TPBU-FM_ISD2 13 | -------------------------------------------------------------------------------- /Projekte/jerome/HB-OU-MP3-LED.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/jerome/HB-OU-MP3-LED.jpg -------------------------------------------------------------------------------- /Projekte/jerome/HB-OU-MP3-LED.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: Netzbetriebene Lösung zur MP3-Wiedergabe und LED-Signalisierung 4 | ProjectUrl: https://github.com/jp112sdl/HB-OU-MP3-LED 5 | Author: Jerome 6 | AuthorUrl: https://github.com/jp112sdl 7 | Tags: Visualisierung, OpenSource 8 | Thumb: HB-OU-MP3-LED.jpg 9 | Added: 2019-04-03 10 | --- 11 | 12 | # HB-OU-MP3-LED 13 | -------------------------------------------------------------------------------- /Projekte/jerome/HB-RC-12-EP.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/jerome/HB-RC-12-EP.jpg -------------------------------------------------------------------------------- /Projekte/jerome/HB-RC-12-EP.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: 12 channel remote control w/ epaper display 4 | ProjectUrl: https://github.com/jp112sdl/HB-RC-12-EP 5 | Author: Jerome 6 | AuthorUrl: https://github.com/jp112sdl 7 | Tags: Taster, Visualisierung, OpenSource, Batterie 8 | Thumb: HB-RC-12-EP.jpg 9 | Added: 2020-03-09 10 | --- 11 | 12 | # HB-RC-12-EP 13 | -------------------------------------------------------------------------------- /Projekte/jerome/HB-RC-2-PBU-LED.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/jerome/HB-RC-2-PBU-LED.jpg -------------------------------------------------------------------------------- /Projekte/jerome/HB-RC-2-PBU-LED.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: 2 fach Wandtaster mit RGB LED Beleuchtung (oben/unten). 4 | ProjectUrl: https://github.com/jp112sdl/HB-RC-2-PBU-LED 5 | Author: Jerome 6 | AuthorUrl: https://github.com/jp112sdl 7 | Tags: Taster, Visualisierung, OpenSource, LED 8 | Thumb: HB-RC-2-PBU-LED.jpg 9 | Added: 2020-03-09 10 | --- 11 | 12 | # HB-RC-2-PBU-LED 13 | -------------------------------------------------------------------------------- /Projekte/jerome/HB-RC-6-PBU-LED.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/jerome/HB-RC-6-PBU-LED.jpg -------------------------------------------------------------------------------- /Projekte/jerome/HB-RC-6-PBU-LED.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: HmIP Wired 6fach Taster als AskSinPP Alternative 4 | ProjectUrl: https://homematic-forum.de/forum/viewtopic.php?f=76&t=66651 5 | Author: Jerome 6 | AuthorUrl: https://github.com/jp112sdl 7 | Tags: OpenSource, LED, Taster, Visualisierung 8 | Thumb: HB-RC-6-PBU-LED.jpg 9 | Added: 2021-05-24 10 | --- 11 | 12 | # HB-RC-6-PBU-LED 13 | -------------------------------------------------------------------------------- /Projekte/jerome/HB-UNI-RGB-LED-CTRL.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/jerome/HB-UNI-RGB-LED-CTRL.jpg -------------------------------------------------------------------------------- /Projekte/jerome/HB-UNI-RGB-LED-CTRL.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: RGB Controller für adressierbare RGB LEDs (WS28xx, Neopixel,...) 4 | ProjectUrl: https://github.com/jp112sdl/HB-UNI-RGB-LED-CTRL 5 | Author: Jerome 6 | AuthorUrl: https://github.com/jp112sdl 7 | Tags: LED, Aktor, OpenSource, Dimmer 8 | Thumb: HB-UNI-RGB-LED-CTRL.jpg 9 | Added: 2018-12-19 10 | --- 11 | 12 | # HB-UNI-RGB-LED-CTRL 13 | -------------------------------------------------------------------------------- /Projekte/jerome/HB-UNI-Sen-CAP-MOIST.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/jerome/HB-UNI-Sen-CAP-MOIST.jpg -------------------------------------------------------------------------------- /Projekte/jerome/HB-UNI-Sen-CAP-MOIST.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: Kapazitiver Bodenfeuchtesensor mit optionalem Temperatursensor DS18B20 4 | ProjectUrl: https://github.com/jp112sdl/HB-UNI-Sen-CAP-MOIST 5 | Author: Jerome 6 | AuthorUrl: https://github.com/jp112sdl 7 | Tags: Batterie, Sensor, OpenSource 8 | Thumb: HB-UNI-Sen-CAP-MOIST.jpg 9 | Added: 2020-03-09 10 | --- 11 | 12 | # HB-UNI-Sen-CAP-MOIST 13 | -------------------------------------------------------------------------------- /Projekte/jerome/HB-UNI-Sen-CURRENT.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/jerome/HB-UNI-Sen-CURRENT.jpg -------------------------------------------------------------------------------- /Projekte/jerome/HB-UNI-Sen-CURRENT.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: Universeller Stromsensor für HomeMatic 4 | ProjectUrl: https://github.com/jp112sdl/HB-UNI-Sen-CURRENT 5 | Author: Jerome 6 | AuthorUrl: https://github.com/jp112sdl 7 | Tags: Sensor, 230V, OpenSource, Hutschiene 8 | Thumb: HB-UNI-Sen-CURRENT.jpg 9 | Added: 2021-04-08 10 | --- 11 | 12 | # HB-UNI-Sen-CURRENT 13 | -------------------------------------------------------------------------------- /Projekte/jerome/HB-UNI-Sen-RFID-RC.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/jerome/HB-UNI-Sen-RFID-RC.jpg -------------------------------------------------------------------------------- /Projekte/jerome/HB-UNI-Sen-RFID-RC.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: RFID Lesegerät 4 | ProjectUrl: https://github.com/jp112sdl/HB-UNI-Sen-RFID-RC 5 | Author: Jerome 6 | AuthorUrl: https://github.com/jp112sdl 7 | Tags: Sensor, OpenSource 8 | Thumb: HB-UNI-Sen-RFID-RC.jpg 9 | Added: 2020-03-09 10 | --- 11 | 12 | # HB-UNI-Sen-RFID-RC 13 | -------------------------------------------------------------------------------- /Projekte/jerome/HB-UNI-Sen-TEMP-DS18B20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/jerome/HB-UNI-Sen-TEMP-DS18B20.jpg -------------------------------------------------------------------------------- /Projekte/jerome/HB-UNI-Sen-TEMP-DS18B20.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: 8fach Universal-Temperatursensor 4 | ProjectUrl: https://github.com/jp112sdl/HB-UNI-Sen-TEMP-DS18B20 5 | Author: Jerome 6 | AuthorUrl: https://github.com/jp112sdl 7 | Tags: Batterie, Sensor, Temperatur, OpenSource 8 | Thumb: HB-UNI-Sen-TEMP-DS18B20.jpg 9 | Added: 2018-12-21 10 | --- 11 | 12 | # HB-UNI-Sen-TEMP-DS18B20 13 | -------------------------------------------------------------------------------- /Projekte/jerome/HB-UNI-Sen-TEMP-IR.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/jerome/HB-UNI-Sen-TEMP-IR.jpg -------------------------------------------------------------------------------- /Projekte/jerome/HB-UNI-Sen-TEMP-IR.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: Funk "MLX90614 Universal Infrarot Temperatursensor" 4 | ProjectUrl: https://github.com/jp112sdl/HB-UNI-Sen-TEMP-IR 5 | Author: Jerome 6 | AuthorUrl: https://github.com/jp112sdl 7 | Tags: Sensor, Temperatur, Batterie, OpenSource 8 | Thumb: HB-UNI-Sen-TEMP-IR.jpg 9 | Added: 2020-01-04 10 | --- 11 | 12 | # HB-UNI-Sen-TEMP-IR 13 | -------------------------------------------------------------------------------- /Projekte/jerome/HB-UNI-Sen-WEA.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/jerome/HB-UNI-Sen-WEA.jpg -------------------------------------------------------------------------------- /Projekte/jerome/HB-UNI-Sen-WEA.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: Wetterstation mit Temperatur, Druck, Luftfeuchte, Helligkeit, Regen, Wind uvm. 4 | ProjectUrl: https://github.com/jp112sdl/HB-UNI-Sen-WEA/wiki 5 | Author: Jerome 6 | AuthorUrl: https://github.com/jp112sdl 7 | Tags: 230V, Sensor, Temperatur, OpenSource 8 | Thumb: HB-UNI-Sen-WEA.jpg 9 | Added: 2018-12-21 10 | --- 11 | 12 | # HB-UNI-Sen-WEA 13 | -------------------------------------------------------------------------------- /Projekte/jerome/HB-UNI-Sen-WEIGHT.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/jerome/HB-UNI-Sen-WEIGHT.jpg -------------------------------------------------------------------------------- /Projekte/jerome/HB-UNI-Sen-WEIGHT.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: Gewicht Sensor mit eine Wägezelle 4 | ProjectUrl: https://github.com/jp112sdl/HB-UNI-Sen-WEIGHT 5 | Author: Jerome 6 | AuthorUrl: https://github.com/jp112sdl 7 | Tags: Sensor, Batterie, OpenSource 8 | Thumb: HB-UNI-Sen-WEIGHT.jpg 9 | Added: 2019-03-18 10 | --- 11 | 12 | # HB-UNI-Sen-WEIGHT 13 | -------------------------------------------------------------------------------- /Projekte/jerome/HM-LC-Sw1-Pl-DN-R1_PSS.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/jerome/HM-LC-Sw1-Pl-DN-R1_PSS.jpg -------------------------------------------------------------------------------- /Projekte/jerome/HM-LC-Sw1-Pl-DN-R1_PSS.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: RWE/Innogy/Livisi Zwischenstecker PSS mit AskSinPP flashen 4 | ProjectUrl: https://homematic-forum.de/forum/viewtopic.php?f=76&t=65147 5 | Author: Jerome 6 | AuthorUrl: https://github.com/jp112sdl 7 | Tags: RWE, Innogy, Livisi, 230V, Aktor 8 | Thumb: HM-LC-Sw1-Pl-DN-R1_PSS.jpg 9 | Added: 2021-01-31 10 | --- 11 | 12 | # HM-LC-Sw1-Pl-DN-R1_PSS 13 | -------------------------------------------------------------------------------- /Projekte/jerome/HM-LC-Sw1PBU-FM_ISS2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/jerome/HM-LC-Sw1PBU-FM_ISS2.jpg -------------------------------------------------------------------------------- /Projekte/jerome/HM-LC-Sw1PBU-FM_ISS2.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: RWE/Innogy/Livisi Unterputz-Lichtschalter ISS2 mit AskSinPP flashen 4 | ProjectUrl: https://homematic-forum.de/forum/viewtopic.php?f=76&t=65149 5 | Author: Jerome 6 | AuthorUrl: https://github.com/jp112sdl 7 | Tags: RWE, Innogy, Livisi, 230V, Aktor 8 | Thumb: HM-LC-Sw1PBU-FM_ISS2.jpg 9 | Added: 2021-01-31 10 | --- 11 | 12 | # HM-LC-Sw1PBU-FM_ISS2 13 | -------------------------------------------------------------------------------- /Projekte/jerome/HM-PB-2-FM_ISC2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/jerome/HM-PB-2-FM_ISC2.jpg -------------------------------------------------------------------------------- /Projekte/jerome/HM-PB-2-FM_ISC2.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: RWE/Innogy/Livisi Unterputz-Sender ISC2 mit AskSinPP flashen 4 | ProjectUrl: https://homematic-forum.de/forum/viewtopic.php?f=76&t=65461 5 | Author: Jerome 6 | AuthorUrl: https://github.com/jp112sdl 7 | Tags: RWE, Innogy, Livisi, Taster, Batterie 8 | Thumb: HM-PB-2-FM_ISC2.jpg 9 | Added: 2021-02-12 10 | --- 11 | 12 | # HM-PB-2-FM_ISC2 13 | -------------------------------------------------------------------------------- /Projekte/jerome/HM-PB-2-FM_WSC2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/jerome/HM-PB-2-FM_WSC2.jpg -------------------------------------------------------------------------------- /Projekte/jerome/HM-PB-2-FM_WSC2.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: RWE/Innogy/Livisi Wandsender WSC2 mit AskSinPP flashen 4 | ProjectUrl: https://homematic-forum.de/forum/viewtopic.php?f=76&t=64099 5 | Author: Jerome 6 | AuthorUrl: https://github.com/jp112sdl 7 | Tags: RWE, Innogy, Livisi, Taster, Batterie 8 | Thumb: HM-PB-2-FM_WSC2.jpg 9 | Added: 2021-01-31 10 | --- 11 | 12 | # HM-PB-2-FM_WSC2 13 | -------------------------------------------------------------------------------- /Projekte/jerome/HM-RC-8_BRC8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/jerome/HM-RC-8_BRC8.jpg -------------------------------------------------------------------------------- /Projekte/jerome/HM-RC-8_BRC8.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: RWE/Innogy/Livisi Fernbedienung BRC8 mit AskSinPP flashen 4 | ProjectUrl: https://homematic-forum.de/forum/viewtopic.php?f=76&t=64100 5 | Author: Jerome 6 | AuthorUrl: https://github.com/jp112sdl 7 | Tags: RWE, Innogy, Livisi, Taster, Batterie 8 | Thumb: HM-RC-8_BRC8.jpg 9 | Added: 2021-01-31 10 | --- 11 | 12 | # HM-RC-8_BRC8 13 | -------------------------------------------------------------------------------- /Projekte/jerome/HM-SEC-SC_WDS.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/jerome/HM-SEC-SC_WDS.jpg -------------------------------------------------------------------------------- /Projekte/jerome/HM-SEC-SC_WDS.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: RWE/Innogy/Livisi Fensterkontakt WDS mit AskSinPP flashen 4 | ProjectUrl: https://homematic-forum.de/forum/viewtopic.php?f=76&t=65146 5 | Author: Jerome 6 | AuthorUrl: https://github.com/jp112sdl 7 | Tags: RWE, Innogy, Livisi, Sensor, Batterie 8 | Thumb: HM-SEC-SC_WDS.jpg 9 | Added: 2021-01-31 10 | --- 11 | 12 | # HM-SEC-SC_WDS 13 | -------------------------------------------------------------------------------- /Projekte/mankut/HM-LC-DIM1L-CV.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: Dimmer Phasenanschnitt 1-Kanal 4 | ProjectUrl: https://github.com/mankut80/AskSinPP_HM-LC-Dim1L-CV 5 | Author: mankut 6 | AuthorUrl: 7 | Tags: 230V, Aktor, Dimmer 8 | Thumb: HM-LC-DIM1L-CV.png 9 | Added: 2024-04-10 10 | --- 11 | 12 | # HM-LC-DIM1L-CV 13 | -------------------------------------------------------------------------------- /Projekte/mankut/HM-LC-DIM1L-CV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/mankut/HM-LC-DIM1L-CV.png -------------------------------------------------------------------------------- /Projekte/olliiiver/HM-minimal.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/olliiiver/HM-minimal.jpg -------------------------------------------------------------------------------- /Projekte/olliiiver/HM-minimal.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: Kompakte Hardware mit Minimalkomponenten für Erweiterungen auf Lochrasterplatinen 4 | ProjectUrl: https://github.com/olliiiver/kicad_homeatic_minimal 5 | Author: olliiver 6 | AuthorUrl: https://github.com/olliiiver 7 | Tags: Sensor, Aktor, OpenSource 8 | Thumb: HM-minimal.jpg 9 | Added: 2020-10-27 10 | --- 11 | 12 | # Universalplatine für Lochrasterplatinen 13 | 14 | -------------------------------------------------------------------------------- /Projekte/pafra/Batterielichterkette_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/pafra/Batterielichterkette_01.jpg -------------------------------------------------------------------------------- /Projekte/pafra/HB_LED_Teelicht.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: LED-Teelicht mit Homematic-Anbindung 4 | ProjectUrl: https://github.com/pafra-123/HB_LED_Teelicht 5 | Author: pafra 6 | AuthorUrl: https://github.com/pafra-123/ 7 | Tags: LED, Aktor, Batterie, OpenSource 8 | Thumb: LED_Teelicht_02.jpg 9 | Added: 2020-01-10 10 | --- 11 | 12 | # HB-LED-Teelicht 13 | -------------------------------------------------------------------------------- /Projekte/pafra/LED_Teelicht_02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/pafra/LED_Teelicht_02.jpg -------------------------------------------------------------------------------- /Projekte/pafra/Lichterkette_Powerbank.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: Batterie-Lichterketten mit Powerbank-Betrieb 4 | ProjectUrl: https://github.com/pafra-123/AskSin_Uni_PCB/wiki/1.6-Batterie-Lichterkette-mit-Powerbank 5 | Author: pafra 6 | AuthorUrl: https://github.com/pafra-123/ 7 | Tags: LED, Aktor, Batterie, OpenSource 8 | Thumb: Batterielichterkette_01.jpg 9 | Added: 2020-01-10 10 | --- 11 | 12 | # Lichterkette mit Powerbank 13 | -------------------------------------------------------------------------------- /Projekte/paso42/HM-Bell.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/paso42/HM-Bell.jpg -------------------------------------------------------------------------------- /Projekte/paso42/HM-Bell.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: Klingelsteuerung/-überwachung 4 | ProjectUrl: https://github.com/paso42/HM-Bell 5 | Author: paso42 6 | AuthorUrl: https://github.com/paso42 7 | Tags: Sensor, Aktor, OpenSource 8 | Thumb: HM-Bell.jpg 9 | Added: 2021-09-27 10 | --- 11 | 12 | # HM-Bell 13 | -------------------------------------------------------------------------------- /Projekte/psi/HM-LC-Dim1PWM-LinearPWM.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/psi/HM-LC-Dim1PWM-LinearPWM.jpg -------------------------------------------------------------------------------- /Projekte/psi/HM-LC-Dim1PWM-LinearPWM.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: Aktor mit linearer PWM Ausgabe über Optokoppler zum Beschalten von PWM-DIM Eingängen 4 | ProjectUrl: https://github.com/psi-4ward/HM-LC-Dim1PWM-LinearPWM 5 | Author: Psi 6 | AuthorUrl: https://psi.cx 7 | Tags: OpenSource, LED, Aktor, Dimmer 8 | Thumb: HM-LC-Dim1PWM-LinearPWM.jpg 9 | Added: 2020-02-11 10 | --- 11 | 12 | # HM-LC-Dim1PWM-LinearPWM 13 | -------------------------------------------------------------------------------- /Projekte/psi/HM-LC-Dim1PWM/HM-LC-Dim1PWM_btns.ino: -------------------------------------------------------------------------------- 1 | //- ----------------------------------------------------------------------------------------------------------------------- 2 | // AskSin++ 3 | // 2016-10-31 papa Creative Commons - http://creativecommons.org/licenses/by-nc-sa/3.0/de/ 4 | //- ----------------------------------------------------------------------------------------------------------------------- 5 | 6 | // define this to read the device id, serial and device type from bootloader section 7 | // #define USE_OTA_BOOTLOADER 8 | 9 | #define EI_NOTEXTERNAL 10 | #include 11 | #include 12 | #include 13 | 14 | #include 15 | 16 | 17 | // We use a Pro Mini 18 | // PIN for Status LED 19 | #define LED_PIN 4 20 | // PIN for ConfigToggleButton 21 | #define CONFIG_BUTTON_PIN 8 22 | // PIN for LED MOSFET 23 | #define DIMMER_PIN 3 24 | // PINs for external Buttons 25 | #define BTN1_PIN 7 26 | #define BTN2_PIN 9 27 | 28 | // number of available peers per channel 29 | #define PEERS_PER_CHANNEL 4 30 | 31 | // all library classes are placed in the namespace 'as' 32 | using namespace as; 33 | 34 | // define all device properties 35 | const struct DeviceInfo PROGMEM devinfo = { 36 | {0x11,0x12,0x48}, // Device ID 37 | "PsiDim1248", // Device Serial 38 | {0x00,0x67}, // Device Model 39 | 0x29, // Firmware Version 40 | as::DeviceType::Dimmer, // Device Type 41 | {0x01,0x00} // Info Bytes 42 | }; 43 | 44 | /** 45 | * Configure the used hardware 46 | */ 47 | typedef AvrSPI<10,11,12,13> SPIType; 48 | typedef Radio RadioType; 49 | typedef StatusLed LedType; 50 | typedef AskSin HalType; 51 | typedef DimmerChannel ChannelType; 52 | typedef DimmerDevice DimmerType; 53 | 54 | HalType hal; 55 | DimmerType sdev(devinfo,0x20); 56 | DimmerControl > control(sdev); 57 | ConfigToggleButton cfgBtn(sdev); 58 | InternalButton btn1(sdev, 4); 59 | InternalButton btn2(sdev, 5); 60 | 61 | void setup () { 62 | DINIT(57600,ASKSIN_PLUS_PLUS_IDENTIFIER); 63 | if( control.init(hal,DIMMER_PIN) ) { 64 | // first init - setup connection between buttons and first channel 65 | sdev.channel(1).peer(cfgBtn.peer()); 66 | sdev.channel(1).peer(btn1.peer()); 67 | sdev.channel(1).peer(btn2.peer()); 68 | } 69 | // Init the hw buttons 70 | buttonISR(cfgBtn,CONFIG_BUTTON_PIN); 71 | buttonISR(btn1, BTN1_PIN); 72 | buttonISR(btn2, BTN2_PIN); 73 | 74 | sdev.initDone(); 75 | 76 | // Output ID and Serial in serial console 77 | DDEVINFO(sdev); 78 | } 79 | 80 | void loop() { 81 | hal.runready(); 82 | sdev.pollRadio(); 83 | } 84 | -------------------------------------------------------------------------------- /Projekte/psi/HM-LC-Dim1PWM/images/Dim1PWM.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/psi/HM-LC-Dim1PWM/images/Dim1PWM.jpg -------------------------------------------------------------------------------- /Projekte/psi/HM-LC-Dim1PWM/images/Dim1PWM_1.4-repair.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/psi/HM-LC-Dim1PWM/images/Dim1PWM_1.4-repair.jpg -------------------------------------------------------------------------------- /Projekte/psi/HM-LC-Dim1PWM/images/Dim1PWM_PCB-top.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/psi/HM-LC-Dim1PWM/images/Dim1PWM_PCB-top.jpg -------------------------------------------------------------------------------- /Projekte/psi/HM-LC-Dim1PWM/images/Dim1PWM_PCB_partly-assembled.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/psi/HM-LC-Dim1PWM/images/Dim1PWM_PCB_partly-assembled.jpg -------------------------------------------------------------------------------- /Projekte/psi/HM-LC-Dim1PWM/images/Dim1PWM_finish-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/psi/HM-LC-Dim1PWM/images/Dim1PWM_finish-1.jpg -------------------------------------------------------------------------------- /Projekte/psi/HM-LC-Dim1PWM/images/Dim1PWM_finish-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/psi/HM-LC-Dim1PWM/images/Dim1PWM_finish-2.jpg -------------------------------------------------------------------------------- /Projekte/psi/HM-LC-Dim1PWM/images/Dim1PWM_parts.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/psi/HM-LC-Dim1PWM/images/Dim1PWM_parts.jpg -------------------------------------------------------------------------------- /Projekte/psi/HM-LC-Dim1PWM/images/interne-tasten-config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/psi/HM-LC-Dim1PWM/images/interne-tasten-config.png -------------------------------------------------------------------------------- /Projekte/psi/HM-LC-Dim1PWM/images/thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/psi/HM-LC-Dim1PWM/images/thumb.jpg -------------------------------------------------------------------------------- /Projekte/psi/HM-SEC-SD.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/psi/HM-SEC-SD.jpg -------------------------------------------------------------------------------- /Projekte/psi/HM-SEC-SD.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: Rauchmelder Alarm-Signal Überwachung 4 | ProjectUrl: https://homematic-forum.de/forum/viewtopic.php?f=76&t=66993&p=679960 5 | Author: Psi 6 | AuthorUrl: https://psi.cx 7 | Tags: OpenSource, Batterie, Sensor 8 | Thumb: HM-SEC-SD.jpg 9 | Added: 2021-09-27 10 | --- 11 | 12 | # HM-SEC-SD 13 | -------------------------------------------------------------------------------- /Projekte/psi/HM-WDS40-TH-I-BME280/images/BME280-ldo-removed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/psi/HM-WDS40-TH-I-BME280/images/BME280-ldo-removed.jpg -------------------------------------------------------------------------------- /Projekte/psi/HM-WDS40-TH-I-BME280/images/case-jan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/psi/HM-WDS40-TH-I-BME280/images/case-jan.jpg -------------------------------------------------------------------------------- /Projekte/psi/HM-WDS40-TH-I-BME280/images/ccu-sensor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/psi/HM-WDS40-TH-I-BME280/images/ccu-sensor.png -------------------------------------------------------------------------------- /Projekte/psi/HM-WDS40-TH-I-BME280/images/pcb-assembled.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/psi/HM-WDS40-TH-I-BME280/images/pcb-assembled.jpg -------------------------------------------------------------------------------- /Projekte/psi/HM-WDS40-TH-I-BME280/images/verdrahtung.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/psi/HM-WDS40-TH-I-BME280/images/verdrahtung.png -------------------------------------------------------------------------------- /Projekte/psi/HMSensor/HM-SEC-RHS/Back.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/psi/HMSensor/HM-SEC-RHS/Back.jpg -------------------------------------------------------------------------------- /Projekte/psi/HMSensor/HM-SEC-RHS/Mounted.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/psi/HMSensor/HM-SEC-RHS/Mounted.jpg -------------------------------------------------------------------------------- /Projekte/psi/HMSensor/HM-SEC-RHS/Open-case.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/psi/HMSensor/HM-SEC-RHS/Open-case.jpg -------------------------------------------------------------------------------- /Projekte/psi/HMSensor/HM-SEC-RHS/thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/psi/HMSensor/HM-SEC-RHS/thumb.jpg -------------------------------------------------------------------------------- /Projekte/psi/HMSensor/HM-WDS40-TH-I-RTC-BME280/BME280-ldo-removed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/psi/HMSensor/HM-WDS40-TH-I-RTC-BME280/BME280-ldo-removed.jpg -------------------------------------------------------------------------------- /Projekte/psi/HMSensor/HM-WDS40-TH-I-RTC-BME280/HM-WDS40-TH-I-RTC-BME280.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/psi/HMSensor/HM-WDS40-TH-I-RTC-BME280/HM-WDS40-TH-I-RTC-BME280.jpg -------------------------------------------------------------------------------- /Projekte/psi/HMSensor/HM-WDS40-TH-I-RTC-BME280/thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/psi/HMSensor/HM-WDS40-TH-I-RTC-BME280/thumb.jpg -------------------------------------------------------------------------------- /Projekte/psi/HMSensor/images/Anschluss-Pinheader.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/psi/HMSensor/images/Anschluss-Pinheader.jpg -------------------------------------------------------------------------------- /Projekte/psi/HMSensor/images/Anschluss-Pogo-Lochraster.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/psi/HMSensor/images/Anschluss-Pogo-Lochraster.jpg -------------------------------------------------------------------------------- /Projekte/psi/HMSensor/images/CR2032/CR2032-Bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/psi/HMSensor/images/CR2032/CR2032-Bottom.png -------------------------------------------------------------------------------- /Projekte/psi/HMSensor/images/CR2032/CR2032-Bottom_noted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/psi/HMSensor/images/CR2032/CR2032-Bottom_noted.png -------------------------------------------------------------------------------- /Projekte/psi/HMSensor/images/CR2032/CR2032-Top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/psi/HMSensor/images/CR2032/CR2032-Top.png -------------------------------------------------------------------------------- /Projekte/psi/HMSensor/images/HMSensor-FlashStation_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/psi/HMSensor/images/HMSensor-FlashStation_1.jpg -------------------------------------------------------------------------------- /Projekte/psi/HMSensor/images/ISP-Pinout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/psi/HMSensor/images/ISP-Pinout.jpg -------------------------------------------------------------------------------- /Projekte/psi/HMSensor/images/StepUp/StepUp-Bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/psi/HMSensor/images/StepUp/StepUp-Bottom.png -------------------------------------------------------------------------------- /Projekte/psi/HMSensor/images/StepUp/StepUp-Top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/psi/HMSensor/images/StepUp/StepUp-Top.png -------------------------------------------------------------------------------- /Projekte/psi/HMSensor/images/thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/psi/HMSensor/images/thumb.jpg -------------------------------------------------------------------------------- /Projekte/ronny/HB-UNI-SenAct-4-4-Hutschiene.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/ronny/HB-UNI-SenAct-4-4-Hutschiene.jpg -------------------------------------------------------------------------------- /Projekte/ronny/HB-UNI-SenAct-4-4-Hutschiene.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: 4-fach Hutschienen-Aktor mit Tastereingängen 4 | ProjectUrl: https://github.com/ronnythomas/HB-UNI-SenAct-4-4-Hutschiene 5 | Author: Ronny 6 | AuthorUrl: https://www.facebook.com/ronny.thomas.83 7 | Tags: 230V, Hutschiene, Aktor, Taster 8 | Thumb: HB-UNI-SenAct-4-4-Hutschiene.jpg 9 | Added: 2018-12-22 10 | --- 11 | 12 | # HB-UNI-SenAct-4-4-Hutschiene -------------------------------------------------------------------------------- /Projekte/ronny/HB-UNI-SenAct-4-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/ronny/HB-UNI-SenAct-4-4.jpg -------------------------------------------------------------------------------- /Projekte/ronny/HB-UNI-SenAct-4-4.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: 4-fach Aktor mit 4 Taster-/Schalter Eingängen 4 | ProjectUrl: https://github.com/ronnythomas/HB-UNI-SenAct-4-4 5 | Author: Ronny 6 | AuthorUrl: https://www.facebook.com/ronny.thomas.83 7 | Tags: 230V, Aktor, Taster 8 | Thumb: HB-UNI-SenAct-4-4.jpg 9 | Added: 2018-12-21 10 | --- 11 | 12 | # HB-UNI-SenAct-4-4 13 | -------------------------------------------------------------------------------- /Projekte/ronny/HB-UNI-SenAct-8-8-Hutschiene.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/ronny/HB-UNI-SenAct-8-8-Hutschiene.jpg -------------------------------------------------------------------------------- /Projekte/ronny/HB-UNI-SenAct-8-8-Hutschiene.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: 8-fach Hutschienen-Aktor mit Tastereingängen 4 | ProjectUrl: https://github.com/ronnythomas/HB-UNI-SenAct-8-8-Hutschiene 5 | Author: Ronny 6 | AuthorUrl: https://www.facebook.com/ronny.thomas.83 7 | Tags: 230V, Hutschiene, Aktor, Taster 8 | Thumb: HB-UNI-SenAct-8-8-Hutschiene.jpg 9 | Added: 2018-12-26 10 | --- 11 | 12 | # HB-UNI-SenAct-8-8-Hutschiene -------------------------------------------------------------------------------- /Projekte/ronny/HM-LC-Sw1-PCB-12V.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/ronny/HM-LC-Sw1-PCB-12V.jpg -------------------------------------------------------------------------------- /Projekte/ronny/HM-LC-Sw1-PCB-12V.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: 1-fach 6A 230V Schaltkontakt mit 5-12V Steuerspannung 4 | ProjectUrl: https://github.com/ronnythomas/HM-LC-Sw1-PCB-12V 5 | Author: Ronny 6 | AuthorUrl: https://www.facebook.com/ronny.thomas.83 7 | Tags: 230V, Aktor 8 | Thumb: HM-LC-Sw1-PCB-12V.jpg 9 | Added: 2018-12-24 10 | --- 11 | 12 | # HM-LC-Sw1-PCB-12V 13 | -------------------------------------------------------------------------------- /Projekte/ronny/HM-LC-Sw1-PCB-230V-TR.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/ronny/HM-LC-Sw1-PCB-230V-TR.jpg -------------------------------------------------------------------------------- /Projekte/ronny/HM-LC-Sw1-PCB-230V-TR.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: 1-fach 4A 230V Schaltkontakt, Kontaktlos mit Nulldurchgang 4 | ProjectUrl: https://github.com/ronnythomas/HM-LC-Sw1-PCB-230V-TR 5 | Author: Ronny 6 | AuthorUrl: https://www.facebook.com/ronny.thomas.83 7 | Tags: 230V, Aktor 8 | Thumb: HM-LC-Sw1-PCB-230V-TR.jpg 9 | Added: 2018-12-22 10 | --- 11 | 12 | # HM-LC-Sw1-PCB-230V-TR 13 | -------------------------------------------------------------------------------- /Projekte/ronny/HM-LC-Sw1-PCB-230V.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/ronny/HM-LC-Sw1-PCB-230V.jpg -------------------------------------------------------------------------------- /Projekte/ronny/HM-LC-Sw1-PCB-230V.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: 1-fach 6A 230V Schaltkontakt mit 230V Steuerspannung 4 | ProjectUrl: https://github.com/ronnythomas/HM-LC-Sw1-PCB-230V 5 | Author: Ronny 6 | AuthorUrl: https://www.facebook.com/ronny.thomas.83 7 | Tags: 230V, Aktor 8 | Thumb: HM-LC-Sw1-PCB-230V.jpg 9 | Added: 2018-12-24 10 | --- 11 | 12 | # HM-LC-Sw1-PCB-230V 13 | -------------------------------------------------------------------------------- /Projekte/ronny/HM-LC-Sw2-12V.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/ronny/HM-LC-Sw2-12V.jpg -------------------------------------------------------------------------------- /Projekte/ronny/HM-LC-Sw2-12V.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: 2-fach 6A 230V Schaltkontakt mit 5-12V Steuerspannung 4 | ProjectUrl: https://github.com/ronnythomas/HM-LC-Sw2-12V 5 | Author: Ronny 6 | AuthorUrl: https://www.facebook.com/ronny.thomas.83 7 | Tags: 230V, Aktor, Taster 8 | Thumb: HM-LC-Sw2-12V.jpg 9 | Added: 2018-12-24 10 | --- 11 | 12 | # HM-LC-Sw2-12V 13 | -------------------------------------------------------------------------------- /Projekte/ronny/HM-LC-Sw2-230V.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/ronny/HM-LC-Sw2-230V.jpg -------------------------------------------------------------------------------- /Projekte/ronny/HM-LC-Sw2-230V.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: 2-fach 6A 230V Schaltkontakt mit 2 Schalteingängen 4 | ProjectUrl: https://github.com/ronnythomas/HM-LC-Sw2-230V 5 | Author: Ronny 6 | AuthorUrl: https://www.facebook.com/ronny.thomas.83 7 | Tags: 230V, Aktor, Taster 8 | Thumb: HM-LC-Sw2-230V.jpg 9 | Added: 2018-12-22 10 | --- 11 | 12 | # HM-LC-Sw2-230V 13 | -------------------------------------------------------------------------------- /Projekte/ronny/HM-MOD-Re-8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/ronny/HM-MOD-Re-8.jpg -------------------------------------------------------------------------------- /Projekte/ronny/HM-MOD-Re-8.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: 8-fach 6A 230V Schaltkontakt 4 | ProjectUrl: https://github.com/ronnythomas/HM-MOD-Re-8 5 | Author: Ronny 6 | AuthorUrl: https://www.facebook.com/ronny.thomas.83 7 | Tags: 230V, Aktor 8 | Thumb: HM-MOD-Re-8.jpg 9 | Added: 2018-12-22 10 | --- 11 | 12 | # HM-MOD-Re-8 13 | -------------------------------------------------------------------------------- /Projekte/ronny/HM-PBI-4-FM.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/ronny/HM-PBI-4-FM.jpg -------------------------------------------------------------------------------- /Projekte/ronny/HM-PBI-4-FM.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: HM-PBI-4-FM 4-fach Taster-Schnittstelle mit CR2032 Batterie 4 | ProjectUrl: https://github.com/ronnythomas/HM-PBI-4-FM-Funktaster-Schnittstelle-4-fach 5 | Author: Ronny 6 | AuthorUrl: https://www.facebook.com/ronny.thomas.83 7 | Tags: Batterie, Taster 8 | Thumb: HM-PBI-4-FM.jpg 9 | Added: 2019-01-13 10 | --- 11 | 12 | # HM-PBI-4-FM 13 | -------------------------------------------------------------------------------- /Projekte/ronny/Wandtaster.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/ronny/Wandtaster.jpg -------------------------------------------------------------------------------- /Projekte/ronny/Wandtaster.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: 1- oder 3-fach Wandtaster 4 | ProjectUrl: https://github.com/ronnythomas/Wandsender 5 | Author: Ronny 6 | AuthorUrl: https://www.facebook.com/ronny.thomas.83 7 | Tags: Batterie, Taster, Umbau 8 | Thumb: Wandtaster.jpg 9 | Added: 2018-12-22 10 | --- 11 | 12 | # Wandtaster 13 | -------------------------------------------------------------------------------- /Projekte/spezialtrick/HM-MyS-Relay-Board.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/spezialtrick/HM-MyS-Relay-Board.jpg -------------------------------------------------------------------------------- /Projekte/spezialtrick/HM-MyS-Relay-Board.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: Relaisplatine mit USB-Stromversorgung, auch für MySensors 4 | ProjectUrl: https://wiki.fhem.de/wiki/Relaisplatine-Homebrew-MySensors 5 | Author: spezialtrick 6 | AuthorUrl: https://forum.fhem.de/index.php?action=profile;u=4955 7 | Tags: Aktor, OpenSource 8 | Thumb: HM-MyS-Relay-Board.jpg 9 | Added: 2019-06-04 10 | --- 11 | 12 | # HM-MyS-Relay-Board 13 | -------------------------------------------------------------------------------- /Projekte/ssbingo/HB-OU-RGB-STACKFIRE.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/ssbingo/HB-OU-RGB-STACKFIRE.jpg -------------------------------------------------------------------------------- /Projekte/ssbingo/HB-OU-RGB-STACKFIRE.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: LED-Leuchte mit 10/20 x 30 WS2812B z.B. als Kaminfeuersimulation 4 | ProjectUrl: https://github.com/ssbingo/HB-OU-RGB-STACKFIRE 5 | Author: ssbingo 6 | AuthorUrl: https://github.com/ssbingo/ 7 | Tags: LED, Aktor, OpenSource 8 | Thumb: HB-OU-RGB-STACKFIRE.jpg 9 | Added: 2020-02-21 10 | --- 11 | 12 | # HB-OU-RGB-STACKFIRE -------------------------------------------------------------------------------- /Projekte/ssbingo/HB-UNI-Sen-Lev-Vo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/ssbingo/HB-UNI-Sen-Lev-Vo.jpg -------------------------------------------------------------------------------- /Projekte/ssbingo/HB-UNI-Sen-Lev-Vo.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: Füllstandssensor für Tanks mit Votronic-Sonden 4 | ProjectUrl: https://github.com/ssbingo/HB-UNI-Sen-Lev-Vo 5 | Author: ssbingo 6 | AuthorUrl: https://github.com/ssbingo/ 7 | Tags: Sensor, OpenSource 8 | Thumb: HB-UNI-Sen-Lev-Vo.jpg 9 | Added: 2020-02-21 10 | --- 11 | 12 | # HB-UNI-Sen-Lev-Vo 13 | -------------------------------------------------------------------------------- /Projekte/stan23/HM-ES-PMSw1-Pl_GosundSP1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/stan23/HM-ES-PMSw1-Pl_GosundSP1.jpg -------------------------------------------------------------------------------- /Projekte/stan23/HM-ES-PMSw1-Pl_GosundSP1.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: Umbau Gosund SP1 bzw. BliTZWOLF SHP2 inkl. Leistungsmessung 4 | ProjectUrl: https://github.com/stan23/HM-ES-PMSw1-Pl_GosundSP1 5 | Author: stan23 6 | AuthorUrl: https://github.com/stan23 7 | Tags: Umbau, 230V, Aktor, OpenSource 8 | Thumb: HM-ES-PMSw1-Pl_GosundSP1.jpg 9 | Added: 2020-01-04 10 | --- 11 | 12 | # HM-ES-PMSw1-Pl_GosundSP1 13 | 14 | -------------------------------------------------------------------------------- /Projekte/stan23/HM-LC-Bl1-FM-DC.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/stan23/HM-LC-Bl1-FM-DC.jpg -------------------------------------------------------------------------------- /Projekte/stan23/HM-LC-Bl1-FM-DC.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: Nachbau HM-LC-Bl1-FM Rollladenaktor für 12/24 V Gleichstrommotoren (z.B. Plissee) 4 | ProjectUrl: https://github.com/stan23/HM-LC-Bl1-FM-DC 5 | Author: stan23 6 | AuthorUrl: https://github.com/stan23 7 | Tags: Aktor, Taster, OpenSource 8 | Thumb: HM-LC-Bl1-FM-DC.jpg 9 | Added: 2020-01-04 10 | --- 11 | 12 | # HM-LC-Bl1-FM-DC 13 | 14 | -------------------------------------------------------------------------------- /Projekte/stan23/HM-LC-Sw1-Pl-DN-R1_OBI.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/stan23/HM-LC-Sw1-Pl-DN-R1_OBI.jpg -------------------------------------------------------------------------------- /Projekte/stan23/HM-LC-Sw1-Pl-DN-R1_OBI.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: Umbau des OBI Wifi Stecker auf HM-LC-Sw1-Pl-DN-R1_OBI 4 | ProjectUrl: https://github.com/stan23/HM-LC-Sw1-Pl-DN-R1_OBI 5 | Author: stan23 6 | AuthorUrl: https://github.com/stan23 7 | Tags: Umbau, 230V, Aktor, OpenSource 8 | Thumb: HM-LC-Sw1-Pl-DN-R1_OBI.jpg 9 | Added: 2020-10-30 10 | --- 11 | 12 | # HM-LC-Sw1-Pl-DN-R1_OBI 13 | 14 | -------------------------------------------------------------------------------- /Projekte/tom-major/HB-SEC-WDS-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/tom-major/HB-SEC-WDS-2.jpg -------------------------------------------------------------------------------- /Projekte/tom-major/HB-SEC-WDS-2.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: Wassermelder mit Leitfähigkeitsmessung zwischen den Elektroden 4 | ProjectUrl: https://github.com/TomMajor/SmartHome#wassermelder-hb-sec-wds-2 5 | Author: Tom Major 6 | AuthorUrl: https://github.com/TomMajor/SmartHome 7 | Tags: Sensor, Batterie, OpenSource 8 | Thumb: HB-SEC-WDS-2.jpg 9 | Added: 2019-08-14 10 | --- 11 | 12 | # HB-SEC-WDS-2 13 | -------------------------------------------------------------------------------- /Projekte/tom-major/HB-SEN-LJet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/tom-major/HB-SEN-LJet.jpg -------------------------------------------------------------------------------- /Projekte/tom-major/HB-SEN-LJet.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: Kopplung der Projet LevelJET Ultraschall-Füllstandsanzeige mit HomeMatic 4 | ProjectUrl: https://github.com/TomMajor/SmartHome#f%C3%BCllstandsanzeige-%C3%B6ltankwassertank-hb-sen-ljet 5 | Author: Tom Major 6 | AuthorUrl: https://github.com/TomMajor/SmartHome 7 | Tags: Sensor, OpenSource 8 | Thumb: HB-SEN-LJet.jpg 9 | Added: 2019-08-14 10 | --- 11 | 12 | # HB-SEN-LJet 13 | -------------------------------------------------------------------------------- /Projekte/tom-major/HB-UNI-Sensor1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/tom-major/HB-UNI-Sensor1.jpg -------------------------------------------------------------------------------- /Projekte/tom-major/HB-UNI-Sensor1.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: Universal Sensor für Temperatur, Druck, Helligkeit und mehr 4 | ProjectUrl: https://github.com/TomMajor/SmartHome#plht-sensor-version-201 5 | Author: Tom Major 6 | AuthorUrl: https://github.com/TomMajor/SmartHome 7 | Tags: Sensor, Batterie, Temperatur, OpenSource 8 | Thumb: HB-UNI-Sensor1.jpg 9 | Added: 2019-08-14 10 | --- 11 | 12 | # HB-UNI-Sensor1 13 | -------------------------------------------------------------------------------- /Projekte/trilu2000/HB-CDL-6-Pinpad.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: Ein Asksin++ basiertes Pinpad 4 | ProjectUrl: https://github.com/trilu2000/HB-CDL-6-Pinpad 5 | Author: trilu2000 6 | AuthorUrl: https://github.com/trilu2000 7 | Tags: Taster, LED, OpenSource 8 | Thumb: HB-CDL-6-Pinpad.png 9 | Added: 2023-04-20 10 | --- 11 | 12 | # HB-CDL-6-Pinpad 13 | -------------------------------------------------------------------------------- /Projekte/trilu2000/HB-CDL-6-Pinpad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/trilu2000/HB-CDL-6-Pinpad.png -------------------------------------------------------------------------------- /Projekte/trilu2000/HB-CDL-6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/trilu2000/HB-CDL-6.jpg -------------------------------------------------------------------------------- /Projekte/trilu2000/HB-CDL-6.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: Ein Asksin++ basiertes Touch-Codeschloss 4 | ProjectUrl: https://github.com/trilu2000/HB-CDL-6 5 | Author: trilu2000 6 | AuthorUrl: https://github.com/trilu2000 7 | Tags: Taster, LED, OpenSource 8 | Thumb: HB-CDL-6.jpg 9 | Added: 2020-11-11 10 | --- 11 | 12 | # HB-CDL-6 13 | -------------------------------------------------------------------------------- /Projekte/wolwin/HB-LC-BL1-Velux.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/wolwin/HB-LC-BL1-Velux.jpg -------------------------------------------------------------------------------- /Projekte/wolwin/HB-LC-BL1-Velux.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: Velux KLI 310 Integration in HomeMatic zur Steuerung von Velux Rolladen 4 | ProjectUrl: https://github.com/wolwin/WW-mySHP/blob/master/SHP_HB-LC-BL1-Velux-KLI310/README.md 5 | Author: wolwin 6 | AuthorUrl: https://github.com/wolwin 7 | Tags: Aktor, Batterie, OpenSource 8 | Thumb: HB-LC-BL1-Velux.jpg 9 | Added: 2020-07-25 10 | --- 11 | 12 | # HB-LC-Bl1-Velux 13 | -------------------------------------------------------------------------------- /Projekte/wolwin/HB-SCI-4-O-Gar118x.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Projekte/wolwin/HB-SCI-4-O-Gar118x.jpg -------------------------------------------------------------------------------- /Projekte/wolwin/HB-SCI-4-O-Gar118x.md: -------------------------------------------------------------------------------- 1 | --- 2 | isProject: true 3 | Desc: Anschluss von GARDENA Bodenfeuchte- und Regensensor 118x mit Sensorplatine 'Sens-Gar-118x' 4 | ProjectUrl: https://github.com/wolwin/WW-mySHP/blob/master/SHP_HB-SCI-4-O-Gar118x/README.md 5 | Author: wolwin 6 | AuthorUrl: https://github.com/wolwin 7 | Tags: Batterie, Sensor, OpenSource 8 | Thumb: HB-SCI-4-O-Gar118x.jpg 9 | Added: 2020-01-14 10 | --- 11 | 12 | # HB-SCI-4-O-Gar118x 13 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | --- 2 | home: true 3 | --- 4 | 5 | # asksinpp-web 6 | Eine Übersicht rund um die Arduino [AskSinPP Lib](https://github.com/pa-pa/AskSinPP) sowie deren Verwendung und Projekte. 7 | 8 | **Aus diesem Repository wird eine Website erstellt** 9 | [https://asksinpp.de](https://asksinpp.de) 10 | 11 | **🚧 Diese Liste lebt von euren Zuarbeiten.** 12 | Wer sich hier vermisst, oder noch was gefunden hat, das fehlt - immer her damit. Entweder per PullRequest oder Issue. 13 | -------------------------------------------------------------------------------- /Sketche/images/Sketches_TOP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/Sketche/images/Sketches_TOP.png -------------------------------------------------------------------------------- /impressum.md: -------------------------------------------------------------------------------- 1 | --- 2 | pageClass: content_default 3 | --- 4 | 5 | # Impressum 6 | 7 | Der Inhalt dieser Website wird automatisch aus dem Git-Repository [https://github.com/AskSinPP/asksinpp-web](https://github.com/AskSinPP/asksinpp-web) erstellt, welches durch verschiedene [Mitwirkende](https://github.com/AskSinPP/asksinpp-web/graphs/contributors) gepflegt wird. 8 | 9 | Kontakt: 10 | * E-Mail: [asppc@psi.cx](mailto:asppc@psi.cx) 11 | **Diese E-Mail bitte nicht für Support-Anfragen nutzen sondern das Forum nutzen!** 12 | * [Github-Issue](https://github.com/AskSinPP/asksinpp-web/issues) 13 | 14 | 15 | # Haftungsausschluss 16 | 17 | ## Haftung für Inhalte 18 | 19 | Die Inhalte unserer Seiten wurden mit größter Sorgfalt erstellt. Für die Richtigkeit, Vollständigkeit und Aktualität der Inhalte wird jedoch keine Gewähr übernehmen. 20 | 21 | ## Haftung für Links 22 | 23 | Unser Angebot enthält Links zu externen Webseiten Dritter, auf deren Inhalte wir keinen Einfluss haben. Deshalb können 24 | wir für diese fremden Inhalte auch keine Gewähr übernehmen. Für die Inhalte der verlinkten Seiten ist stets der 25 | jeweilige Anbieter oder Betreiber der Seiten verantwortlich. Die verlinkten Seiten wurden zum Zeitpunkt der Verlinkung 26 | auf mögliche Rechtsverstöße überprüft. Rechtswidrige Inhalte waren zum Zeitpunkt der Verlinkung nicht erkennbar. Eine 27 | permanente inhaltliche Kontrolle der verlinkten Seiten ist jedoch ohne konkrete Anhaltspunkte einer Rechtsverletzung 28 | nicht zumutbar. Bei Bekanntwerden von Rechtsverletzungen werden derartige Links umgehend entfernt. 29 | 30 | ## Urheberrecht 31 | 32 | Alle Inhalte dieser Website, sofern auf nicht auf der jeweiligen Seite anders ausgezeichnet, unterliegen der [CC BY-NC-SA 4.0](https://raw.githubusercontent.com/AskSinPP/asksinpp-web/master/LICENSE.txt). 33 | 34 | ## Datenschutz 35 | 36 | Die Nutzung dieser Webseite ist ohne Angabe personenbezogener Daten möglich. 37 | 38 | Diese Website wird auf [GitHub](https://github.com) gehostet, es gelten die entsprechenden [Richtlinien von GitHub](https://help.github.com/articles/global-privacy-practices/). 39 | 40 | ## Cookies 41 | 42 | Diese Website benutzt keine Cookies. 43 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "asksinpp-web", 3 | "private": true, 4 | "version": "1.0.0", 5 | "description": "", 6 | "main": "index.js", 7 | "dependencies": { 8 | "@vuepress/plugin-back-to-top": "^1.9.10", 9 | "@vuepress/plugin-medium-zoom": "^1.9.10", 10 | "@vuepress/plugin-pwa": "^1.9.10", 11 | "@vuepress/plugin-register-components": "^1.9.10", 12 | "@vuepress/plugin-search": "^1.9.10", 13 | "lodash": "^4.17.21", 14 | "vue-slim-tabs": "^0.4.0", 15 | "vuepress": "^1.9.10", 16 | "vuepress-plugin-sitemap": "^2.3.1" 17 | }, 18 | "scripts": { 19 | "dev": "vuepress dev", 20 | "build": "NODE_OPTIONS=--openssl-legacy-provider vuepress build", 21 | "check": "blcl -r .vuepress/dist", 22 | "postinstall": "echo \\$contentClass = \\'.content__default\\' > node_modules/@vuepress/theme-default/styles/config.styl" 23 | }, 24 | "author": "", 25 | "license": "CC BY-SA License 4.0", 26 | "devDependencies": { 27 | "broken-link-checker-local": "^0.2.1" 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /rftypes/device-thumbs/100_hm-rc-8_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/100_hm-rc-8_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/101_hm-sen-db-pcb_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/101_hm-sen-db-pcb_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/102_hm-es-tx-wm_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/102_hm-es-tx-wm_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/103_hm-sen-mdir-wm55_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/103_hm-sen-mdir-wm55_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/104_hm-sec-sd-2_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/104_hm-sec-sd-2_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/105_hm-sec-sd-2-team_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/105_hm-sec-sd-2-team_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/107_hm-es-pmsw1-pl-R2_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/107_hm-es-pmsw1-pl-R2_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/107_hm-es-pmsw1-pl-R3_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/107_hm-es-pmsw1-pl-R3_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/107_hm-es-pmsw1-pl-R4_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/107_hm-es-pmsw1-pl-R4_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/107_hm-es-pmsw1-pl-R5_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/107_hm-es-pmsw1-pl-R5_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/108_hm-rc-dis-h-x-eu_thump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/108_hm-rc-dis-h-x-eu_thump.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/109_hm-lc-sw1-pl-ct_thump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/109_hm-lc-sw1-pl-ct_thump.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/110_hm-es-pmsw1-dr_thump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/110_hm-es-pmsw1-dr_thump.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/111_hm-lc-rgbw-wm_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/111_hm-lc-rgbw-wm_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/112_hmip-wrc2_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/112_hmip-wrc2_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/113_hmip-psm-ch_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/113_hmip-psm-ch_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/113_hmip-psm-it_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/113_hmip-psm-it_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/113_hmip-psm-pe_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/113_hmip-psm-pe_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/113_hmip-psm-uk_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/113_hmip-psm-uk_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/113_hmip-psm_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/113_hmip-psm_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/114_hm-lc-dim1t-fm-lf_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/114_hm-lc-dim1t-fm-lf_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/114_hm-lc-dim1t-fm-lf_thumb_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/114_hm-lc-dim1t-fm-lf_thumb_2.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/114_hm-lc-dim1t-fm-lf_thumb_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/114_hm-lc-dim1t-fm-lf_thumb_3.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/115_hm-es-pmsw1-sm_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/115_hm-es-pmsw1-sm_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/117_hm-ou-cfm-tw_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/117_hm-ou-cfm-tw_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/117_hm-sec-sir-wm_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/117_hm-sec-sir-wm_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/118_hmip-swdo_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/118_hmip-swdo_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/119_hmip-rc8_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/119_hmip-rc8_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/120_hmip-etrv_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/120_hmip-etrv_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/121_hmip-wth_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/121_hmip-wth_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/123_oligo.smart.ip.hm_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/123_oligo.smart.ip.hm_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/124_hm-sec-mdir_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/124_hm-sec-mdir_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/125_hmip-smi_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/125_hmip-smi_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/126_hm-sen-li-o_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/126_hm-sen-li-o_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/127_hm-wds30-ot2-sm-2_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/127_hm-wds30-ot2-sm-2_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/128_hm-dis-ep-wm55_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/128_hm-dis-ep-wm55_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/129_hm-lc-ao-sm_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/129_hm-lc-ao-sm_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/130_hmip-srh_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/130_hmip-srh_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/131_hmip-wrc6_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/131_hmip-wrc6_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/132_hmip-smo_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/132_hmip-smo_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/133_hmip-asir_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/133_hmip-asir_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/134_hmip-fdt_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/134_hmip-fdt_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/134_hmip-fsm_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/134_hmip-fsm_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/135_hmip-fsm16_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/135_hmip-fsm16_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/136_hmip-miob_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/136_hmip-miob_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/137_hmip-fal-c6_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/137_hmip-fal-c6_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/138_hmip-fal-c10_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/138_hmip-fal-c10_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/139_hm-lc-sw1-pcb_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/139_hm-lc-sw1-pcb_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/13_hm-ws550sth-i_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/13_hm-ws550sth-i_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/140_alpha-ip-rgb_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/140_alpha-ip-rgb_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/141_alpha-ip-rgba_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/141_alpha-ip-rgba_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/142_hm-mod-em-8bit_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/142_hm-mod-em-8bit_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/143_hm-lc-dim1t-dr_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/143_hm-lc-dim1t-dr_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/144_hmip-wgc_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/144_hmip-wgc_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/145_hmip-froll_hmip-fbl_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/145_hmip-froll_hmip-fbl_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/146_hmip-sth_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/146_hmip-sth_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/147_hmip-sthd_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/147_hmip-sthd_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/148_hmip-stho_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/148_hmip-stho_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/149_hmip-sam_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/149_hmip-sam_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/14_hm-sec-key_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/14_hm-sec-key_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/150_hm-lc-dw-wm_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/150_hm-lc-dw-wm_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/151_hmip-pcbs-bat_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/151_hmip-pcbs-bat_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/152_hmip-swdo-i_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/152_hmip-swdo-i_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/153_hmip-spi_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/153_hmip-spi_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/154_hmip-spdr_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/154_hmip-spdr_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/155_hmip-whs2_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/155_hmip-whs2_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/156_hmip-mod-oc8_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/156_hmip-mod-oc8_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/157_hmip-broll_hmip-bbl_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/157_hmip-broll_hmip-bbl_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/158_hmip-etrv-uk_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/158_hmip-etrv-uk_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/159_hmip-mod-rc8_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/159_hmip-mod-rc8_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/15_hm-sec-win_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/15_hm-sec-win_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/160_hmipw-drs4_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/160_hmipw-drs4_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/161_hmipw-drs8_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/161_hmipw-drs8_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/162_hmipw-drap_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/162_hmipw-drap_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/163_hmipw-drbl4_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/163_hmipw-drbl4_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/164_hmipw-dri16_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/164_hmipw-dri16_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/165_hmipw-fio6_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/165_hmipw-fio6_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/166_hmipw-drd3_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/166_hmipw-drd3_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/167_hmipw-dri32_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/167_hmipw-dri32_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/168_hmip-smi55_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/168_hmip-smi55_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/169_hmip-swo-pr_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/169_hmip-swo-pr_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/16_hm-sec-sc_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/16_hm-sec-sc_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/170_hmip-swo-pl_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/170_hmip-swo-pl_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/171_hmip-swo-b_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/171_hmip-swo-b_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/172_hmip-swd_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/172_hmip-swd_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/173_hmip-bsl_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/173_hmip-bsl_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/174_hmip-slo_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/174_hmip-slo_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/175_hmip-group-heating_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/175_hmip-group-heating_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/177_hmip-dbb_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/177_hmip-dbb_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/178_hmip-etrv-b1_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/178_hmip-etrv-b1_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/179_hmip-swdm-b2_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/179_hmip-swdm-b2_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/17_hm-sec-rhs_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/17_hm-sec-rhs_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/180_hmip-etrv-b_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/180_hmip-etrv-b_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/181_hmip-swdm_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/181_hmip-swdm_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/182_hmip-fci1_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/182_hmip-fci1_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/183_hmip-mod-tm_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/183_hmip-mod-tm_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/184_hmip-pcbs2_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/184_hmip-pcbs2_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/185_hmip-FCI6_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/185_hmip-FCI6_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/186_hmip-mp3p_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/186_hmip-mp3p_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/187_hmip-rcb1_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/187_hmip-rcb1_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/188_hmip-etrv-c_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/188_hmip-etrv-c_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/18_hm-rc-4_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/18_hm-rc-4_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/19_hm-rc-12_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/19_hm-rc-12_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/20_hm-rc-19_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/20_hm-rc-19_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/21_hm-rc-p1_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/21_hm-rc-p1_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/22_hm-rc-sec3-b_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/22_hm-rc-sec3-b_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/23_hm-rc-key3-b_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/23_hm-rc-key3-b_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/24_hm-cen-3-1_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/24_hm-cen-3-1_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/25_hm-em-cmm_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/25_hm-em-cmm_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/26_hmw-lc-sw2-dr_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/26_hmw-lc-sw2-dr_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/27_hmw-lc-bl1-dr_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/27_hmw-lc-bl1-dr_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/28_hmw-lc-dim1l-dr_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/28_hmw-lc-dim1l-dr_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/29_hmw-io-4-fm_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/29_hmw-io-4-fm_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/2_hm-lc-dim1l-cv_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/2_hm-lc-dim1l-cv_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/30_hmw-io-12-sw7-dr_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/30_hmw-io-12-sw7-dr_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/31_hmw-wse-sm_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/31_hmw-wse-sm_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/32_hmw-wsth-sm_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/32_hmw-wsth-sm_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/33_hmw-sec-tr-fm_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/33_hmw-sec-tr-fm_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/34_hmw-sys-tm_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/34_hmw-sys-tm_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/35_hmw-sys-tm-dr_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/35_hmw-sys-tm-dr_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/36_hmw-sys-ps7-dr_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/36_hmw-sys-ps7-dr_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/38_hm-pbi-4-fm_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/38_hm-pbi-4-fm_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/39_hm-swi-3-fm_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/39_hm-swi-3-fm_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/3_hm-lc-sw4-sm_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/3_hm-lc-sw4-sm_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/42_hm-cc-tc_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/42_hm-cc-tc_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/43_hm-cc-vd_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/43_hm-cc-vd_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/44_hm-em-ccm_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/44_hm-em-ccm_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/45_hm-lc-dim2l-sm_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/45_hm-lc-dim2l-sm_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/46_hm-lc-sw4-pcb_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/46_hm-lc-sw4-pcb_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/47_hm-sec-tis_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/47_hm-sec-tis_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/48_hm-sen-ep_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/48_hm-sen-ep_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/49_hm-sec-wds_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/49_hm-sec-wds_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/4_hm-lc-sw1-fm_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/4_hm-lc-sw1-fm_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/50_hm-sec-mdir_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/50_hm-sec-mdir_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/51_hm-sec-sd_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/51_hm-sec-sd_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/52_hm-sec-sd-team_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/52_hm-sec-sd-team_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/53_hm-sen-mdir-sm_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/53_hm-sen-mdir-sm_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/54_hm-lc-ddc1-pcb_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/54_hm-lc-ddc1-pcb_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/54_lc-ddc1-pcb_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/54_lc-ddc1-pcb_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/54a_lc-ddc1_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/54a_lc-ddc1_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/55_hm-sec-sfa-sm_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/55_hm-sec-sfa-sm_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/56_hmw-sen-sc-12-dr_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/56_hmw-sen-sc-12-dr_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/57_hm-cc-scd_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/57_hm-cc-scd_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/58_hmw-sen-sc-12-fm_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/58_hmw-sen-sc-12-fm_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/59_hmw-io-12-fm_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/59_hmw-io-12-fm_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/5_hm-lc-sw2-fm_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/5_hm-lc-sw2-fm_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/60_hm-ou-cf-pl_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/60_hm-ou-cf-pl_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/61_hm-lc-bi1-pb-fm_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/61_hm-lc-bi1-pb-fm_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/61_hm-lc-bl1-pb-fm_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/61_hm-lc-bl1-pb-fm_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/64_hm-lc-dim2T-sm_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/64_hm-lc-dim2T-sm_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/65_hm-lc-dim1t-fm_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/65_hm-lc-dim1t-fm_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/66_hm-lc-dim1t-cv_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/66_hm-lc-dim1t-cv_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/67_hm-sci-3-fm_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/67_hm-sci-3-fm_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/68_hm-lc-sw4-dr_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/68_hm-lc-sw4-dr_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/69_hm-lc-sw2-dr_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/69_hm-lc-sw2-dr_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/6_hm-lc-bl1-sm_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/6_hm-lc-bl1-sm_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/70_hm-pb-4dis-wm_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/70_hm-pb-4dis-wm_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/71_hmw-io-12-sw14-dr_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/71_hmw-io-12-sw14-dr_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/72_hm-rc-brc-h_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/72_hm-rc-brc-h_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/73_hm-atent_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/73_hm-atent_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/75_hm-pb-2-wm55_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/75_hm-pb-2-wm55_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/76_hm-lc-sw4-wm_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/76_hm-lc-sw4-wm_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/77_hm-lc-sw1-ba-pcb_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/77_hm-lc-sw1-ba-pcb_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/78_hm-ou-led16_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/78_hm-ou-led16_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/7_hm-lc-bl1-fm_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/7_hm-lc-bl1-fm_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/80_hm-sen-mdir-o_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/80_hm-sen-mdir-o_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/81_hm-dis-td-t_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/81_hm-dis-td-t_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/82_hm-sen-wa-od_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/82_hm-sen-wa-od_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/83_hm-cc-rt-dn_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/83_hm-cc-rt-dn_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/84_hm-rc-4-2_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/84_hm-rc-4-2_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/84_hm-rc-4-x_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/84_hm-rc-4-x_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/85_hm-rc-key4-2_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/85_hm-rc-key4-2_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/86_hm-pb-6-wm55_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/86_hm-pb-6-wm55_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/86_hm-rc-sec4-2_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/86_hm-rc-sec4-2_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/87_hm-sen-rd-o_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/87_hm-sen-rd-o_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/88_hm-lc-sw4-ba-pcb_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/88_hm-lc-sw4-ba-pcb_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/8_hm-lc-sw1-sm_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/8_hm-lc-sw1-sm_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/92_hm-ou-cm-pcb_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/92_hm-ou-cm-pcb_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/93_hm-es-pmsw1-pl_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/93_hm-es-pmsw1-pl_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/94_hm-mod-re-8_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/94_hm-mod-re-8_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/95_group_hm-cc-vg-1_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/95_group_hm-cc-vg-1_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/96_hm-tc-it-wm-w-eu_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/96_hm-tc-it-wm-w-eu_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/97_hm-dis-wm55_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/97_hm-dis-wm55_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/98_hm-sec-sco_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/98_hm-sec-sco_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/99_hm-mod-em-8_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/99_hm-mod-em-8_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/9_hm-ws550-us_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/9_hm-ws550-us_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/CCU2_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/CCU2_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/CCU3_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/CCU3_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/IP65_G201_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/IP65_G201_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/OM55_DimmerSwitch_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/OM55_DimmerSwitch_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/PushButton-2ch-wm_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/PushButton-2ch-wm_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/PushButton-4ch-wm_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/PushButton-4ch-wm_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/TH_CS_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/TH_CS_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/WeatherCombiSensor_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/WeatherCombiSensor_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/group_hm-cc-vg-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/group_hm-cc-vg-1.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/hm_resc-win-pcb-sc_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/hm_resc-win-pcb-sc_thumb.png -------------------------------------------------------------------------------- /rftypes/device-thumbs/unknown_device_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/device-thumbs/unknown_device_thumb.png -------------------------------------------------------------------------------- /rftypes/xmls/rf_ash550.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/xmls/rf_ash550.xml -------------------------------------------------------------------------------- /rftypes/xmls/rf_cc_rt_dn.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/xmls/rf_cc_rt_dn.xml -------------------------------------------------------------------------------- /rftypes/xmls/rf_cc_rt_dn_bom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/xmls/rf_cc_rt_dn_bom.xml -------------------------------------------------------------------------------- /rftypes/xmls/rf_cc_tc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/xmls/rf_cc_tc.xml -------------------------------------------------------------------------------- /rftypes/xmls/rf_cc_tc_le_v1_9.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/xmls/rf_cc_tc_le_v1_9.xml -------------------------------------------------------------------------------- /rftypes/xmls/rf_dim_1pwm_644.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/xmls/rf_dim_1pwm_644.xml -------------------------------------------------------------------------------- /rftypes/xmls/rf_dim_1pwm_644_le_v2_4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/xmls/rf_dim_1pwm_644_le_v2_4.xml -------------------------------------------------------------------------------- /rftypes/xmls/rf_dim_1t_644.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/xmls/rf_dim_1t_644.xml -------------------------------------------------------------------------------- /rftypes/xmls/rf_dim_1t_644_le_v2_4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/xmls/rf_dim_1t_644_le_v2_4.xml -------------------------------------------------------------------------------- /rftypes/xmls/rf_dim_1t_dr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/xmls/rf_dim_1t_dr.xml -------------------------------------------------------------------------------- /rftypes/xmls/rf_dim_1t_fm_lf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/xmls/rf_dim_1t_fm_lf.xml -------------------------------------------------------------------------------- /rftypes/xmls/rf_dim_1tconf_644.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/xmls/rf_dim_1tconf_644.xml -------------------------------------------------------------------------------- /rftypes/xmls/rf_dim_1tconf_644_le_v2_4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/xmls/rf_dim_1tconf_644_le_v2_4.xml -------------------------------------------------------------------------------- /rftypes/xmls/rf_dim_2pwm.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/xmls/rf_dim_2pwm.xml -------------------------------------------------------------------------------- /rftypes/xmls/rf_dim_2t_644.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/xmls/rf_dim_2t_644.xml -------------------------------------------------------------------------------- /rftypes/xmls/rf_dim_2t_644_le_v2_4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/xmls/rf_dim_2t_644_le_v2_4.xml -------------------------------------------------------------------------------- /rftypes/xmls/rf_dim_t.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/xmls/rf_dim_t.xml -------------------------------------------------------------------------------- /rftypes/xmls/rf_dim_t_le_v1_9.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/xmls/rf_dim_t_le_v1_9.xml -------------------------------------------------------------------------------- /rftypes/xmls/rf_dw.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/xmls/rf_dw.xml -------------------------------------------------------------------------------- /rftypes/xmls/rf_hm-wds100-c6-o-2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/xmls/rf_hm-wds100-c6-o-2.xml -------------------------------------------------------------------------------- /rftypes/xmls/rf_ks550.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/xmls/rf_ks550.xml -------------------------------------------------------------------------------- /rftypes/xmls/rf_s550ia.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/xmls/rf_s550ia.xml -------------------------------------------------------------------------------- /rftypes/xmls/rf_sen_li.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/xmls/rf_sen_li.xml -------------------------------------------------------------------------------- /rftypes/xmls/rf_tc_it_wm-w-eu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/xmls/rf_tc_it_wm-w-eu.xml -------------------------------------------------------------------------------- /rftypes/xmls/rf_wds30_ot2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/xmls/rf_wds30_ot2.xml -------------------------------------------------------------------------------- /rftypes/xmls/rf_wds40_th_i_2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/xmls/rf_wds40_th_i_2.xml -------------------------------------------------------------------------------- /rftypes/xmls/rf_ws550.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AskSinPP/asksinpp-web/21ccd3509fc41654b0c5ad26f38f63d264bd071c/rftypes/xmls/rf_ws550.xml --------------------------------------------------------------------------------