openHAB + homegear homematic bidcos + CC1101

Ich hab schon “alle” passenden Forenbeiträge gelesen, viel untersucht und dennoch scheitere ich beim Anlernen eines Homematic IP Fenster- und Türkontaktes HMIP-SWDO.

Mein System ist ein RaspberryPi 3 mit aktuellem openHABian basierend auf Rasbian stretch.
Installiert habe ich homegear nach der Anleitung:
https://doc.homegear.eu/data/homegear/installation.html#raspbian-9-stretch
Zusätzlich habe ich homematic bidcos installiert nach der Anleitung:
https://doc.homegear.eu/data/homegear-homematicbidcos/installation.html#installing-from-repository

Als Schnittstelle nutze ich das TI CC1101 angebunden über SPI welches ich nach der Anleitung configuriert habe:
https://doc.homegear.eu/data/homegear-homematicbidcos/configuration.html#texas-instruments-cc1101

Interface und Verdrahtung entsprechend Bilder:
364a59a61b72b4a7ff10b817577f985b3dc7e621_1_374x499
d0963cc315fb68d6d8fc0547a36ce11617c03422_1_690x369

Das liegt daran, dass Homematic IP und Homematic (Bidcos) zwei verschiedene Sachen sind. Es ist zwar der gleiche Hersteller und die gleich Frequenz aber nicht das gleiche Protokoll. HmIP ist nicht reverse engineered und daher nicht in Homegear implementiert.

1 Like

:roll_eyes:
oh no, das erklärt einiges

Jetzt hab ich mir das HM-Sec-SCo zugelegt. Nach wie vor kann ich nicht fairen.

Das ist meine homematicbidcos.conf
___________________________________________________________________________

---------------------------- HomeMatic BidCoS  ----------------------------
___________________________________________________________________________

[General]

moduleEnabled = true

[General]
centralAddress = 0xFDABCD
rfKey = AC4276CF37B29E16492ACF2649246BA7
currentRfKeyIndex = 1
processBroadcastWithAesEnabled = false


[TI CC1101 Module]
id = My-CC1101
default = true
deviceType = cc1100
device = /dev/spidev0.0
responseDelay = 100
interruptPin = 2
gpio1 = 25

Jetzt ein Logauszug: (/var/log/homegear/homegear.log) - ab DebugLevel 6 spuckt mein Homegear die SPI Kommunikation aus:

11/24/18 15:02:15.553 Starting Homegear...
11/24/18 15:02:15.553 Homegear version 0.7.30-1900
11/24/18 15:02:15.553 Git commit SHA of libhomegear-base: -
11/24/18 15:02:15.553 Git branch of libhomegear-base:     -
11/24/18 15:02:15.553 Git commit SHA of Homegear:         -
11/24/18 15:02:15.553 Git branch of Homegear:             -
11/24/18 15:02:15.554 Info: Setting allowed core file size to "4294967295" for user with id 0 and group with id 0.
11/24/18 15:02:15.555 Info: Core file size now is "4294967295".
11/24/18 15:02:15.555 Info: Setting maximum thread priority to "4294967295" for user with id 0 and group with id 0.
11/24/18 15:02:15.555 Info: Maximum thread priority now is "4294967295".
11/24/18 15:02:15.568 Info: Backing up database...
11/24/18 15:02:15.630 Initializing database...
11/24/18 15:02:15.640 Debug: Loading licensing modules
11/24/18 15:02:15.642 Debug: Loading family modules
11/24/18 15:02:15.642 Info: Loading family module mod_homematicbidcos.so
11/24/18 15:02:15.668 /etc/homegear/families/homematicbidcos.conf
11/24/18 15:02:15.668 Debug: Loading section "General"
11/24/18 15:02:15.668 Debug: Family setting moduleenabled set to true
11/24/18 15:02:15.668 Debug: Loading section "General"
11/24/18 15:02:15.668 Debug: Family setting centraladdress set to 0xfdabcd
11/24/18 15:02:15.669 Debug: Family setting rfkey set to ac4276cf37b29e16492acf2649246ba7
11/24/18 15:02:15.670 Debug: Family setting currentrfkeyindex set to 1
11/24/18 15:02:15.670 Debug: Family setting processbroadcastwithaesenabled set to false
11/24/18 15:02:15.670 Debug: Loading section "TI CC1101 Module"
11/24/18 15:02:15.670 Debug: id set to My-CC1101
11/24/18 15:02:15.670 Debug: default set to 1
11/24/18 15:02:15.670 Debug: deviceType set to cc1100
11/24/18 15:02:15.670 Debug: device set to /dev/spidev0.0
11/24/18 15:02:15.670 Debug: responseDelay set to 100
11/24/18 15:02:15.670 Debug: interruptPin set to 0
11/24/18 15:02:15.670 Debug: GPIO1 set to 25
11/24/18 15:02:15.671 Module HomeMatic BidCoS: Debug: Loading module...
11/24/18 15:02:15.671 Module HomeMatic BidCoS: Debug: Creating physical device. Type defined in homematicbidcos.conf is: cc1100
11/24/18 15:02:15.672 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: PATABLE will be set to 0xC0
11/24/18 15:02:15.672 Info: Loading family module mod_miscellaneous.so
11/24/18 15:02:15.679 /etc/homegear/families/miscellaneous.conf
11/24/18 15:02:15.679 Module Miscellaneous: Debug: Loading module...
11/24/18 15:02:15.679 Info: Loading family module mod_homematicwired.so
11/24/18 15:02:15.692 /etc/homegear/families/homematicwired.conf
11/24/18 15:02:15.692 Debug: Loading section "General"
11/24/18 15:02:15.692 Debug: Family setting moduleenabled set to true
11/24/18 15:02:15.693 Module HomeMatic Wired: Debug: Loading module...
11/24/18 15:02:15.693 Info: Loading family module mod_max.so
11/24/18 15:02:15.709 /etc/homegear/families/max.conf
11/24/18 15:02:15.709 Debug: Loading section "General"
11/24/18 15:02:15.709 Debug: Family setting moduleenabled set to true
11/24/18 15:02:15.710 Module MAX: Debug: Loading module...
11/24/18 15:02:15.710 Info: Loading family module mod_ipcam.so
11/24/18 15:02:15.718 /etc/homegear/families/ipcam.conf
11/24/18 15:02:15.719 Debug: Loading section "General"
11/24/18 15:02:15.719 Debug: Family setting moduleenabled set to true
11/24/18 15:02:15.719 Debug: Loading section "Event Server"
11/24/18 15:02:15.719 Debug: id set to My-IpCam
11/24/18 15:02:15.719 Debug: deviceType set to eventserver
11/24/18 15:02:15.719 Module IpCam: Debug: Loading module...
11/24/18 15:02:15.720 Module IpCam: Debug: Creating physical device. Type defined in ipcam.conf is: eventserver
11/24/18 15:02:15.720 Info: Loading family module mod_ccu2.so
11/24/18 15:02:15.732 /etc/homegear/families/ccu2.conf
11/24/18 15:02:15.732 Debug: Loading section "General"
11/24/18 15:02:15.732 Debug: Family setting moduleenabled set to false
11/24/18 15:02:15.732 Debug: Family setting eventserverportrange set to 9000 - 9010
11/24/18 15:02:15.733 Module CCU2: Debug: Loading module...
11/24/18 15:02:15.733 Info: Loading family module mod_insteon.so
11/24/18 15:02:15.745 /etc/homegear/families/insteon.conf
11/24/18 15:02:15.745 Debug: Loading section "General"
11/24/18 15:02:15.746 Debug: Family setting moduleenabled set to true
11/24/18 15:02:15.746 Module Insteon: Debug: Loading module...
11/24/18 15:02:15.746 Info: Setting up physical interfaces and GPIOs...
11/24/18 15:02:15.747 Debug: Setting up physical device.
11/24/18 15:02:15.747 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: CC1100: Setting device permissions
11/24/18 15:02:15.747 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: CC1100: Exporting GPIO
11/24/18 15:02:15.747 Debug: GPIO path for GPIO with index 1 and device cc1100 set to "/sys/class/gpio/gpio25".
11/24/18 15:02:15.747 Debug: Unexporting GPIO with index 1 and number 25 for device "cc1100".
11/24/18 15:02:15.748 Debug: Exporting GPIO with index 1 and number 25 for device "cc1100".
11/24/18 15:02:15.748 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: CC1100: Setting GPIO permissions
11/24/18 15:02:15.748 Debug: GPIO path for GPIO with index 1 and device cc1100 set to "/sys/class/gpio/gpio25".
11/24/18 15:02:15.749 Debug: Setting up physical device.
11/24/18 15:02:15.749 Info: Dropping privileges to user homegear (108) and group homegear (112)
11/24/18 15:02:15.751 Info: Homegear is (now) running as user with id 108 and group with id 112.
11/24/18 15:02:15.765 Starting script engine server...
11/24/18 15:02:15.772 Script Engine Server: Debug: Waiting for script engine server's client threads to finish.
11/24/18 15:02:15.780 Initializing licensing controller...
11/24/18 15:02:15.780 Loading licensing controller data...
11/24/18 15:02:15.780 Loading devices...
11/24/18 15:02:15.780 Loading XML RPC devices...
11/24/18 15:02:15.783 Loading XML RPC device /etc/homegear/devices/0/rf_dim_1t_dr.xml
11/24/18 15:02:15.820 Loading XML RPC device /etc/homegear/devices/0/rf_s_644.xml
11/24/18 15:02:15.829 Loading XML RPC device /etc/homegear/devices/0/rf_ks550.xml
11/24/18 15:02:15.831 Loading XML RPC device /etc/homegear/devices/0/rf_cfm_tw.xml
11/24/18 15:02:15.849 Loading XML RPC device /etc/homegear/devices/0/rf_4dis.xml
11/24/18 15:02:15.851 Loading XML RPC device /etc/homegear/devices/0/rf_pb-2-wm55_ge_v1_4.xml
11/24/18 15:02:15.853 Loading XML RPC device /etc/homegear/devices/0/rf_rhs_le_v1_6.xml
11/24/18 15:02:15.856 Loading XML RPC device /etc/homegear/devices/0/rf_cc_rt_dn.xml
11/24/18 15:02:15.880 Loading XML RPC device /etc/homegear/devices/0/rf_dim_2pwm.xml
11/24/18 15:02:15.981 Loading XML RPC device /etc/homegear/devices/0/rf_dim_1tconf_644_le_v2_4.xml
11/24/18 15:02:16.015 Loading XML RPC device /etc/homegear/devices/0/rf_s_1conf_644.xml
11/24/18 15:02:16.024 Loading XML RPC device /etc/homegear/devices/0/rf_rc.xml
11/24/18 15:02:16.026 Loading XML RPC device /etc/homegear/devices/0/rf_dis_ep_wm55.xml
11/24/18 15:02:16.029 Loading XML RPC device /etc/homegear/devices/0/rf_ou_led16_ge_v1_1.xml
11/24/18 15:02:16.031 Loading XML RPC device /etc/homegear/devices/0/rf_sec_mdir.xml
11/24/18 15:02:16.034 Loading XML RPC device /etc/homegear/devices/0/rf_cc_tc_le_v1_9.xml
11/24/18 15:02:16.063 Loading XML RPC device /etc/homegear/devices/0/rf_rep.xml
11/24/18 15:02:16.077 Loading XML RPC device /etc/homegear/devices/0/rf_s_1conf_644_le_v2_1.xml
11/24/18 15:02:16.086 Loading XML RPC device /etc/homegear/devices/0/rf_dim_t.xml
11/24/18 15:02:16.100 Loading XML RPC device /etc/homegear/devices/0/rf_sen_ep.xml
11/24/18 15:02:16.102 Loading XML RPC device /etc/homegear/devices/0/rf_resc_win_pcb_sc.xml
11/24/18 15:02:16.115 Loading XML RPC device /etc/homegear/devices/0/rf_ao.xml
11/24/18 15:02:16.150 Loading XML RPC device /etc/homegear/devices/0/rf_dim_1l_644_le_v2_4.xml
11/24/18 15:02:16.184 Loading XML RPC device /etc/homegear/devices/0/rf_s_1conf_644_le_v2_3.xml
11/24/18 15:02:16.193 Loading XML RPC device /etc/homegear/devices/0/rf_d_le_v1_9.xml
11/24/18 15:02:16.207 Loading XML RPC device /etc/homegear/devices/0/rf_rc-key4-2.xml
11/24/18 15:02:16.211 Loading XML RPC device /etc/homegear/devices/0/rf_rhs_e_v1_7.xml
11/24/18 15:02:16.213 Loading XML RPC device /etc/homegear/devices/0/rf_dim_1tconf_644.xml
11/24/18 15:02:16.248 Loading XML RPC device /etc/homegear/devices/0/rf_dim_2t_644_le_v2_4.xml
11/24/18 15:02:16.283 Loading XML RPC device /etc/homegear/devices/0/rf_dim_t_le_v1_9.xml
11/24/18 15:02:16.297 Loading XML RPC device /etc/homegear/devices/0/rf_rc_single_on.xml
11/24/18 15:02:16.299 Loading XML RPC device /etc/homegear/devices/0/rf_dim_1pwm_644_le_v2_4.xml
11/24/18 15:02:16.334 Loading XML RPC device /etc/homegear/devices/0/rf_rc_19.xml
11/24/18 15:02:16.340 Loading XML RPC device /etc/homegear/devices/0/rf_sec_mdir_v1_5.xml
11/24/18 15:02:16.343 Loading XML RPC device /etc/homegear/devices/0/rf_s_ba.xml
11/24/18 15:02:16.351 Loading XML RPC device /etc/homegear/devices/0/rf_sen_db.xml
11/24/18 15:02:16.353 Loading XML RPC device /etc/homegear/devices/0/rf_rc-sec4-2.xml
11/24/18 15:02:16.357 Loading XML RPC device /etc/homegear/devices/0/rf_dw.xml
11/24/18 15:02:16.458 Loading XML RPC device /etc/homegear/devices/0/rf_rc_2_fm.xml
11/24/18 15:02:16.460 Loading XML RPC device /etc/homegear/devices/0/rf_s_8_ba.xml
11/24/18 15:02:16.469 Loading XML RPC device /etc/homegear/devices/0/rf_dim_1pwm_644.xml
11/24/18 15:02:16.503 Loading XML RPC device /etc/homegear/devices/0/rf_pb-2-wm55_le_v1_3.xml
11/24/18 15:02:16.505 Loading XML RPC device /etc/homegear/devices/0/rf_s_le_v1_5.xml
11/24/18 15:02:16.512 Loading XML RPC device /etc/homegear/devices/0/rf_dim_2t_644.xml
11/24/18 15:02:16.546 Loading XML RPC device /etc/homegear/devices/0/rf_cf.xml
11/24/18 15:02:16.562 Loading XML RPC device /etc/homegear/devices/0/rf_rgbw.xml
11/24/18 15:02:16.577 Loading XML RPC device /etc/homegear/devices/0/rf_dim_1t_fm_lf.xml
11/24/18 15:02:16.595 Loading XML RPC device /etc/homegear/devices/0/rf_dim_2l_644_le_v2_4.xml
11/24/18 15:02:16.630 Loading XML RPC device /etc/homegear/devices/0/rf_sen_mdir_v1_5.xml
11/24/18 15:02:16.632 Loading XML RPC device /etc/homegear/devices/0/rf_pb-2.xml
11/24/18 15:02:16.634 Loading XML RPC device /etc/homegear/devices/0/rf_es_tx_wm_le_v1_0.xml
11/24/18 15:02:16.637 Loading XML RPC device /etc/homegear/devices/0/rf_sen_mdir.xml
11/24/18 15:02:16.639 Loading XML RPC device /etc/homegear/devices/0/rf_sec_sco.xml
11/24/18 15:02:16.641 Loading XML RPC device /etc/homegear/devices/0/rf_em_8_bit.xml
11/24/18 15:02:16.645 Loading XML RPC device /etc/homegear/devices/0/rf_s.xml
11/24/18 15:02:16.654 Loading XML RPC device /etc/homegear/devices/0/rf_cfm.xml
11/24/18 15:02:16.672 Loading XML RPC device /etc/homegear/devices/0/rf_sen_wa_od.xml
11/24/18 15:02:16.674 Loading XML RPC device /etc/homegear/devices/0/rf_scd_v1_0.xml
11/24/18 15:02:16.676 Loading XML RPC device /etc/homegear/devices/0/rf_wds40_th_i_2.xml
11/24/18 15:02:16.677 Loading XML RPC device /etc/homegear/devices/0/rf_fs_ba.xml
11/24/18 15:02:16.686 Loading XML RPC device /etc/homegear/devices/0/rf_sci_3.xml
11/24/18 15:02:16.688 Loading XML RPC device /etc/homegear/devices/0/rf_sc_le_v1_6.xml
11/24/18 15:02:16.690 Loading XML RPC device /etc/homegear/devices/0/rf_es_pmsw.xml
11/24/18 15:02:16.705 Loading XML RPC device /etc/homegear/devices/0/rf_sc.xml
11/24/18 15:02:16.707 Loading XML RPC device /etc/homegear/devices/0/rf_rc-4-2.xml
11/24/18 15:02:16.709 Loading XML RPC device /etc/homegear/devices/0/rf_sec_sir_wm.xml
11/24/18 15:02:16.736 Loading XML RPC device /etc/homegear/devices/0/rf_s550ia.xml
11/24/18 15:02:16.737 Loading XML RPC device /etc/homegear/devices/0/rf_es_pmsw_le_v2_4.xml
11/24/18 15:02:16.751 Loading XML RPC device /etc/homegear/devices/0/rf_s_4_ba.xml
11/24/18 15:02:16.759 Loading XML RPC device /etc/homegear/devices/0/rf_bl.xml
11/24/18 15:02:16.775 Loading XML RPC device /etc/homegear/devices/0/rf_rc-4-3_single_on.xml
11/24/18 15:02:16.778 Loading XML RPC device /etc/homegear/devices/0/rf_dim_2l_644.xml
11/24/18 15:02:16.813 Loading XML RPC device /etc/homegear/devices/0/rf_hm-wds100-c6-o-2.xml
11/24/18 15:02:16.815 Loading XML RPC device /etc/homegear/devices/0/rf_ash550.xml
11/24/18 15:02:16.816 Loading XML RPC device /etc/homegear/devices/0/rf_ja_conf_644.xml
11/24/18 15:02:16.834 Loading XML RPC device /etc/homegear/devices/0/rf_bl_conf_644_e_v2_1.xml
11/24/18 15:02:16.849 Loading XML RPC device /etc/homegear/devices/0/rf_cc_tc.xml
11/24/18 15:02:16.879 Loading XML RPC device /etc/homegear/devices/0/rf_s_le_v2_3.xml
11/24/18 15:02:16.888 Loading XML RPC device /etc/homegear/devices/0/rf_s_mega168.xml
11/24/18 15:02:16.894 Loading XML RPC device /etc/homegear/devices/0/rf_dis_wm55.xml
11/24/18 15:02:16.896 Loading XML RPC device /etc/homegear/devices/0/rf_oligo_smart_iq.xml
11/24/18 15:02:16.996 Loading XML RPC device /etc/homegear/devices/0/rf_dis_ep_wm55_le_v1_0.xml
11/24/18 15:02:16.999 Loading XML RPC device /etc/homegear/devices/0/rf_tc_it_wm-w-eu.xml
11/24/18 15:02:17.051 Loading XML RPC device /etc/homegear/devices/0/rf_d_le_v1_7.xml
11/24/18 15:02:17.065 Loading XML RPC device /etc/homegear/devices/0/rf_dim_1t_644_le_v2_4.xml
11/24/18 15:02:17.099 Loading XML RPC device /etc/homegear/devices/0/rf_tis_le_v1_0.xml
11/24/18 15:02:17.101 Loading XML RPC device /etc/homegear/devices/0/rf_bl_644.xml
11/24/18 15:02:17.117 Loading XML RPC device /etc/homegear/devices/0/rf_st_6_sh.xml
11/24/18 15:02:17.122 Loading XML RPC device /etc/homegear/devices/0/rf_rc_12.xml
11/24/18 15:02:17.124 Loading XML RPC device /etc/homegear/devices/0/rf_sec_sd.xml
11/24/18 15:02:17.126 Loading XML RPC device /etc/homegear/devices/0/rf_keymatic.xml
11/24/18 15:02:17.131 Loading XML RPC device /etc/homegear/devices/0/rf_tis.xml
11/24/18 15:02:17.133 Loading XML RPC device /etc/homegear/devices/0/rf_rhs.xml
11/24/18 15:02:17.136 Loading XML RPC device /etc/homegear/devices/0/rf_sec_sd_2.xml
11/24/18 15:02:17.138 Loading XML RPC device /etc/homegear/devices/0/rf_bl_conf_644.xml
11/24/18 15:02:17.154 Loading XML RPC device /etc/homegear/devices/0/rf_roto_wdf_solar.xml
11/24/18 15:02:17.178 Loading XML RPC device /etc/homegear/devices/0/rf_ddc.xml
11/24/18 15:02:17.187 Loading XML RPC device /etc/homegear/devices/0/rf_sec_sd_schueco.xml
11/24/18 15:02:17.189 Loading XML RPC device /etc/homegear/devices/0/rf_bl_conf_644_e_v2_0.xml
11/24/18 15:02:17.204 Loading XML RPC device /etc/homegear/devices/0/rf_rd.xml
11/24/18 15:02:17.207 Loading XML RPC device /etc/homegear/devices/0/rf_ws550.xml
11/24/18 15:02:17.208 Loading XML RPC device /etc/homegear/devices/0/rf_rc_dis.xml
11/24/18 15:02:17.211 Loading XML RPC device /etc/homegear/devices/0/rf_rd_le_v1_3.xml
11/24/18 15:02:17.213 Loading XML RPC device /etc/homegear/devices/0/rf_swi.xml
11/24/18 15:02:17.215 Loading XML RPC device /etc/homegear/devices/0/rf_s_2conf_644.xml
11/24/18 15:02:17.223 Loading XML RPC device /etc/homegear/devices/0/rf_dim_1l_644.xml
11/24/18 15:02:17.259 Loading XML RPC device /etc/homegear/devices/0/rf_pbi.xml
11/24/18 15:02:17.261 Loading XML RPC device /etc/homegear/devices/0/rf_winmatic.xml
11/24/18 15:02:17.270 Loading XML RPC device /etc/homegear/devices/0/rf_bl_le_v2_3.xml
11/24/18 15:02:17.285 Loading XML RPC device /etc/homegear/devices/0/rf_wds30_ot2.xml
11/24/18 15:02:17.287 Loading XML RPC device /etc/homegear/devices/0/rf_wds_v1_1.xml
11/24/18 15:02:17.289 Loading XML RPC device /etc/homegear/devices/0/rf_sec_sfa.xml
11/24/18 15:02:17.299 Loading XML RPC device /etc/homegear/devices/0/rf_cc_vd.xml
11/24/18 15:02:17.300 Loading XML RPC device /etc/homegear/devices/0/rf_wds_v1_0.xml
11/24/18 15:02:17.302 Loading XML RPC device /etc/homegear/devices/0/rf_ou_led16_le_v1_0.xml
11/24/18 15:02:17.304 Loading XML RPC device /etc/homegear/devices/0/rf_cc_rt_dn_bom.xml
11/24/18 15:02:17.328 Loading XML RPC device /etc/homegear/devices/0/rf_sc_e_v1_7.xml
11/24/18 15:02:17.331 Loading XML RPC device /etc/homegear/devices/0/rf_cm.xml
11/24/18 15:02:17.340 Loading XML RPC device /etc/homegear/devices/0/rf_es_tx_wm.xml
11/24/18 15:02:17.344 Loading XML RPC device /etc/homegear/devices/0/rf_sen_mdir_wm55.xml
11/24/18 15:02:17.348 Loading XML RPC device /etc/homegear/devices/0/rf_sen_li.xml
11/24/18 15:02:17.349 Loading XML RPC device /etc/homegear/devices/0/rf_dim_1t_644.xml
11/24/18 15:02:17.385 Loading XML RPC device /etc/homegear/devices/0/rf_d.xml
11/24/18 15:02:17.399 Loading XML RPC device /etc/homegear/devices/0/rf_em_8.xml
11/24/18 15:02:17.405 Loading device 1
11/24/18 15:02:17.405 Module HomeMatic BidCoS: Info: Central address set to 0xFDABCD.
11/24/18 15:02:17.407 Loading XML RPC devices...
11/24/18 15:02:17.407 Loading XML RPC device /etc/homegear/devices/1/hmw_lc_sw2_dr.xml
11/24/18 15:02:17.414 Loading XML RPC device /etc/homegear/devices/1/hmw_lc_bl1_dr.xml
11/24/18 15:02:17.425 Loading XML RPC device /etc/homegear/devices/1/hmw_io_4_fm_V3_02.xml
11/24/18 15:02:17.432 Loading XML RPC device /etc/homegear/devices/1/hmw_io12_sw14_dr.xml
11/24/18 15:02:17.434 Loading XML RPC device /etc/homegear/devices/1/hmw_lc_bl1_dr_V3_02.xml
11/24/18 15:02:17.445 Loading XML RPC device /etc/homegear/devices/1/hmw_io_4_fm.xml
11/24/18 15:02:17.452 Loading XML RPC device /etc/homegear/devices/1/hmw_sen_sc_12_dr.xml
11/24/18 15:02:17.453 Loading XML RPC device /etc/homegear/devices/1/hmw_lc_dim1l_dr.xml
11/24/18 15:02:17.464 Loading XML RPC device /etc/homegear/devices/1/hmw_lc_sw2_dr_V3_02.xml
11/24/18 15:02:17.471 Loading XML RPC device /etc/homegear/devices/1/hmw_io12_sw7_dr_V3_02.xml
11/24/18 15:02:17.478 Loading XML RPC device /etc/homegear/devices/1/hmw_io_sr_fm.xml
11/24/18 15:02:17.485 Loading XML RPC device /etc/homegear/devices/1/hmw_io12_sw7_dr.xml
11/24/18 15:02:17.493 Loading XML RPC device /etc/homegear/devices/1/hmw_io_12_fm.xml
11/24/18 15:02:17.500 Loading device 2
11/24/18 15:02:17.502 Loading XML RPC devices...
11/24/18 15:02:17.502 Loading XML RPC device /etc/homegear/devices/2/Micro_Dimmer.xml
11/24/18 15:02:17.506 Loading XML RPC device /etc/homegear/devices/2/DIN_Rail_Dimmer.xml
11/24/18 15:02:17.509 Loading XML RPC device /etc/homegear/devices/2/Dimmer_Module.xml
11/24/18 15:02:17.512 Loading XML RPC device /etc/homegear/devices/2/DIN_Rail_On_Off.xml
11/24/18 15:02:17.515 Loading XML RPC device /etc/homegear/devices/2/Micro_On_Off.xml
11/24/18 15:02:17.517 Loading XML RPC device /etc/homegear/devices/2/Micro_Open_Close.xml
11/24/18 15:02:17.520 Loading XML RPC device /etc/homegear/devices/2/On_Off_Module.xml
11/24/18 15:02:17.523 Loading device 3
11/24/18 15:02:17.524 Loading XML RPC devices...
11/24/18 15:02:17.525 Loading XML RPC device /etc/homegear/devices/4/BC-RT-TRX-CyG.xml
11/24/18 15:02:17.545 Loading XML RPC device /etc/homegear/devices/4/BC-TC-C-WM-4.xml
11/24/18 15:02:17.564 Loading XML RPC device /etc/homegear/devices/4/BC-RT-TRX-CyG-2.xml
11/24/18 15:02:17.576 Loading XML RPC device /etc/homegear/devices/4/BC-RT-TRX-CyG-3.xml
11/24/18 15:02:17.595 Loading XML RPC device /etc/homegear/devices/4/BC-TC-C-WM-2.xml
11/24/18 15:02:17.614 Loading XML RPC device /etc/homegear/devices/4/BC-PB-2-WM.xml
11/24/18 15:02:17.615 Loading XML RPC device /etc/homegear/devices/4/BC-SC-Rd-WM.xml
11/24/18 15:02:17.617 Loading XML RPC device /etc/homegear/devices/4/BC-TS-Sw-Pl.xml
11/24/18 15:02:17.632 Loading XML RPC device /etc/homegear/devices/4/BC-SC-Rd-WM-2.xml
11/24/18 15:02:17.633 Loading XML RPC device /etc/homegear/devices/4/BC-RT-TRX-CyN.xml
11/24/18 15:02:17.653 Loading device 4
11/24/18 15:02:17.654 Loading XML RPC devices...
11/24/18 15:02:17.655 Loading XML RPC device /etc/homegear/devices/10/IPCam.xml
11/24/18 15:02:17.657 Loading device 7
11/24/18 15:02:17.658 Info: Not initializing device family CCU2, because it is disabled in it's configuration file.
11/24/18 15:02:17.658 Debug: Disposing central...
11/24/18 15:02:17.658 Info: Disposing family module mod_ccu2.so
11/24/18 15:02:17.658 Debug: Deleting factory pointer of module mod_ccu2.so
11/24/18 15:02:17.658 Debug: Closing dynamic library module mod_ccu2.so
11/24/18 15:02:17.658 Debug: Dynamic library mod_ccu2.so disposed
11/24/18 15:02:17.659 Loading XML RPC devices...
11/24/18 15:02:17.659 Loading XML RPC device /etc/homegear/devices/254/VirtualWindowContact.xml
11/24/18 15:02:17.659 Loading XML RPC device /etc/homegear/devices/254/VirtualDimmer.xml
11/24/18 15:02:17.660 Loading XML RPC device /etc/homegear/devices/254/OpenWeatherMap.xml
11/24/18 15:02:17.662 Loading device 13
11/24/18 15:02:17.663 Initializing RPC client...
11/24/18 15:02:17.663 Starting XML RPC server RPCServer1 listening on :::2001...
11/24/18 15:02:17.669 RPC Server (Port 2001): Warning: SSL is not enabled for this RPC server. It is strongly recommended to disable all unencrypted RPC servers when the connected clients support it.
11/24/18 15:02:17.669 RPC Server (Port 2001): Warning: RPC server has no authorization enabled. Everybody on your local network can login into this installation. It is strongly recommended to enable authorization on all RPC servers when the connected clients support it.
11/24/18 15:02:17.669 RPC Server (Port 2001): Info: Enabling session authentication for WebSockets.
11/24/18 15:02:17.670 Starting XML RPC server RPCServer3 listening on :::2003, SSL enabled, authentication enabled...
11/24/18 15:02:17.671 RPC Server (Port 2001): Info: RPC Server started listening on address :: and port 2001
11/24/18 15:02:17.676 RPC Server (Port 2003): Info: Enabling basic authentication.
11/24/18 15:02:17.677 RPC Server (Port 2003): Info: Enabling client certificate authentication.
11/24/18 15:02:17.677 RPC Server (Port 2003): Info: Enabling session authentication for WebSockets.
11/24/18 15:02:17.748 Initializing event handler...
11/24/18 15:02:17.749 RPC Server (Port 2003): Info: RPC Server started listening on address :: and port 2003
11/24/18 15:02:17.749 Loading events...
11/24/18 15:02:17.750 Start listening for packets...
11/24/18 15:02:17.752 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 30
11/24/18 15:02:17.752 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 1F
11/24/18 15:02:17.752 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 005B
11/24/18 15:02:17.752 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 15:02:17.752 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 8000
11/24/18 15:02:17.752 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 005B
11/24/18 15:02:17.752 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 012E
11/24/18 15:02:17.752 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 15:02:17.752 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 8100
11/24/18 15:02:17.753 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 002E
11/24/18 15:02:17.753 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 0246
11/24/18 15:02:17.753 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 15:02:17.753 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 8200
11/24/18 15:02:17.753 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0046
11/24/18 15:02:17.753 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 0307
11/24/18 15:02:17.753 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 15:02:17.753 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 8300
11/24/18 15:02:17.753 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0007
11/24/18 15:02:17.753 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 04E9
11/24/18 15:02:17.753 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 15:02:17.753 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 8400
11/24/18 15:02:17.754 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 00E9
11/24/18 15:02:17.754 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 05CA
11/24/18 15:02:17.754 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 15:02:17.754 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 8500
11/24/18 15:02:17.754 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 00CA
11/24/18 15:02:17.754 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 06FF
11/24/18 15:02:17.754 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 15:02:17.754 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 8600
11/24/18 15:02:17.754 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 00FF
11/24/18 15:02:17.754 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 070C
11/24/18 15:02:17.754 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 15:02:17.754 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 8700
11/24/18 15:02:17.755 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 000C
11/24/18 15:02:17.755 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 0845
11/24/18 15:02:17.755 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 15:02:17.755 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 8800
11/24/18 15:02:17.755 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0045
11/24/18 15:02:17.755 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 0900
11/24/18 15:02:17.755 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 15:02:17.755 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 8900
11/24/18 15:02:17.755 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0000
11/24/18 15:02:17.755 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 0A00
11/24/18 15:02:17.755 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 15:02:17.755 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 8A00
11/24/18 15:02:17.756 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0000
11/24/18 15:02:17.756 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 0B06
11/24/18 15:02:17.756 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 15:02:17.756 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 8B00
11/24/18 15:02:17.756 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0006
11/24/18 15:02:17.756 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 0C00
11/24/18 15:02:17.756 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 15:02:17.756 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 8C00
11/24/18 15:02:17.756 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0000
11/24/18 15:02:17.756 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 0D21
11/24/18 15:02:17.756 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 15:02:17.756 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 8D00
11/24/18 15:02:17.757 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0021
11/24/18 15:02:17.757 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 0E65
11/24/18 15:02:17.757 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 15:02:17.757 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 8E00
11/24/18 15:02:17.757 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0065
11/24/18 15:02:17.757 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 0F6A
11/24/18 15:02:17.757 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 15:02:17.757 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 8F00
11/24/18 15:02:17.757 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 006A
11/24/18 15:02:17.757 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 10C8
11/24/18 15:02:17.757 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 15:02:17.757 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 9000
11/24/18 15:02:17.758 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 00C8
11/24/18 15:02:17.758 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 1193
11/24/18 15:02:17.758 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 15:02:17.758 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 9100
11/24/18 15:02:17.758 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0093
11/24/18 15:02:17.758 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 1203
11/24/18 15:02:17.758 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 15:02:17.758 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 9200
11/24/18 15:02:17.758 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0003
11/24/18 15:02:17.758 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 1322
11/24/18 15:02:17.758 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 15:02:17.758 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 9300
11/24/18 15:02:17.759 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0022
11/24/18 15:02:17.759 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 14F8
11/24/18 15:02:17.759 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 15:02:17.759 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 9400
11/24/18 15:02:17.759 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 00F8
11/24/18 15:02:17.759 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 1534
11/24/18 15:02:17.759 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 15:02:17.759 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 9500
11/24/18 15:02:17.759 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0034
11/24/18 15:02:17.759 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 1607
11/24/18 15:02:17.759 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 15:02:17.759 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 9600
11/24/18 15:02:17.760 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0007
11/24/18 15:02:17.760 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 1730
11/24/18 15:02:17.760 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 15:02:17.760 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 9700
11/24/18 15:02:17.760 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0030
11/24/18 15:02:17.760 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 1818
11/24/18 15:02:17.760 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 15:02:17.760 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 9800
11/24/18 15:02:17.760 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0018
11/24/18 15:02:17.760 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 1916
11/24/18 15:02:17.760 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 15:02:17.760 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 9900
11/24/18 15:02:17.761 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0016
11/24/18 15:02:17.761 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 1A6C
11/24/18 15:02:17.761 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 15:02:17.761 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 9A00
11/24/18 15:02:17.761 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 006C
11/24/18 15:02:17.761 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 1B03
11/24/18 15:02:17.761 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 15:02:17.761 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 9B00
11/24/18 15:02:17.761 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0003
11/24/18 15:02:17.761 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 1C40
11/24/18 15:02:17.761 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 15:02:17.761 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 9C00
11/24/18 15:02:17.762 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0040
11/24/18 15:02:17.762 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 1D91
11/24/18 15:02:17.762 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 15:02:17.762 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 9D00
11/24/18 15:02:17.762 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0091
11/24/18 15:02:17.762 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 1E87
11/24/18 15:02:17.762 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 15:02:17.762 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 9E00
11/24/18 15:02:17.762 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0087
11/24/18 15:02:17.762 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 1F6B
11/24/18 15:02:17.762 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 15:02:17.762 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 9F00
11/24/18 15:02:17.763 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 006B
11/24/18 15:02:17.763 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 20F8
11/24/18 15:02:17.763 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 15:02:17.763 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: A000
11/24/18 15:02:17.763 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 00F8
11/24/18 15:02:17.763 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 2156
11/24/18 15:02:17.763 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 15:02:17.763 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: A100
11/24/18 15:02:17.763 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0056
11/24/18 15:02:17.763 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 2210
11/24/18 15:02:17.763 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 15:02:17.763 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: A200
11/24/18 15:02:17.764 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0010
11/24/18 15:02:17.764 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 23E9
11/24/18 15:02:17.764 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 15:02:17.764 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: A300
11/24/18 15:02:17.764 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 00E9
11/24/18 15:02:17.764 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 242A
11/24/18 15:02:17.764 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 15:02:17.764 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: A400
11/24/18 15:02:17.764 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 002A
11/24/18 15:02:17.764 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 2500
11/24/18 15:02:17.764 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 15:02:17.764 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: A500
11/24/18 15:02:17.764 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0000
11/24/18 15:02:17.765 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 261F
11/24/18 15:02:17.765 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 15:02:17.765 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: A600
11/24/18 15:02:17.765 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 001F
11/24/18 15:02:17.765 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 2741
11/24/18 15:02:17.765 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 15:02:17.765 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: A700
11/24/18 15:02:17.765 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0041
11/24/18 15:02:17.765 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 2800
11/24/18 15:02:17.765 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 15:02:17.765 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: A800
11/24/18 15:02:17.765 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0000
11/24/18 15:02:17.766 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 2959
11/24/18 15:02:17.766 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 15:02:17.766 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: A900
11/24/18 15:02:17.766 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0059
11/24/18 15:02:17.766 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 2C81
11/24/18 15:02:17.766 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 15:02:17.766 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: AC00
11/24/18 15:02:17.766 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0081
11/24/18 15:02:17.766 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 2D35
11/24/18 15:02:17.766 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 15:02:17.766 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: AD00
11/24/18 15:02:17.767 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0035
11/24/18 15:02:17.767 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 3EC0
11/24/18 15:02:17.767 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 15:02:17.767 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: BE00
11/24/18 15:02:17.767 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 00C0
11/24/18 15:02:17.767 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 3A
11/24/18 15:02:17.767 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F
11/24/18 15:02:17.767 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 3A
11/24/18 15:02:17.767 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F
11/24/18 15:02:17.767 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 34
11/24/18 15:02:17.767 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F
11/24/18 15:02:17.767 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: CC1100: Setting GPIO direction
11/24/18 15:02:17.768 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: CC1100: Setting GPIO edge
11/24/18 15:02:17.768 Starting Node-BLUE server...
11/24/18 15:02:17.769 Node-BLUE Server: Debug: Waiting for flows engine server's client threads to finish.
11/24/18 15:02:17.770 Decoding JSON string.
11/24/18 15:02:17.770 Decoding JSON string.
11/24/18 15:02:17.770 Decoding JSON string.
11/24/18 15:02:17.770 Decoding JSON number.
11/24/18 15:02:17.771 Decoding JSON string.
11/24/18 15:02:17.771 Decoding JSON string.
11/24/18 15:02:17.771 Decoding JSON string.
11/24/18 15:02:17.771 Decoding JSON number.
11/24/18 15:02:17.771 Decoding JSON string.
11/24/18 15:02:17.771 Decoding JSON string.
11/24/18 15:02:17.771 Decoding JSON string.
11/24/18 15:02:17.771 Decoding JSON number.
11/24/18 15:02:17.771 Decoding JSON string.
11/24/18 15:02:17.771 Decoding JSON string.
11/24/18 15:02:17.771 Decoding JSON string.
11/24/18 15:02:17.771 Decoding JSON number.
11/24/18 15:02:17.772 Decoding JSON string.
11/24/18 15:02:17.772 Decoding JSON string.
11/24/18 15:02:17.772 Decoding JSON string.
11/24/18 15:02:17.772 Decoding JSON number.
11/24/18 15:02:17.772 Decoding JSON string.
11/24/18 15:02:17.772 Decoding JSON string.
11/24/18 15:02:17.772 Decoding JSON string.
11/24/18 15:02:17.773 Decoding JSON number.
11/24/18 15:02:17.773 Decoding JSON string.
11/24/18 15:02:17.773 Decoding JSON string.
11/24/18 15:02:17.773 Decoding JSON string.
11/24/18 15:02:17.773 Decoding JSON number.
11/24/18 15:02:17.773 Decoding JSON string.
11/24/18 15:02:17.773 Decoding JSON string.
11/24/18 15:02:17.773 Decoding JSON string.
11/24/18 15:02:17.773 Decoding JSON number.
11/24/18 15:02:17.773 Decoding JSON string.
11/24/18 15:02:17.774 Decoding JSON string.
11/24/18 15:02:17.774 Decoding JSON string.
11/24/18 15:02:17.774 Decoding JSON number.
11/24/18 15:02:17.774 Decoding JSON string.
11/24/18 15:02:17.774 Decoding JSON string.
11/24/18 15:02:17.774 Decoding JSON string.
11/24/18 15:02:17.774 Decoding JSON number.
11/24/18 15:02:17.774 Decoding JSON string.
11/24/18 15:02:17.774 Decoding JSON string.
11/24/18 15:02:17.774 Decoding JSON string.
11/24/18 15:02:17.774 Decoding JSON number.
11/24/18 15:02:17.775 Decoding JSON string.
11/24/18 15:02:17.775 Decoding JSON string.
11/24/18 15:02:17.775 Decoding JSON string.
11/24/18 15:02:17.775 Decoding JSON number.
11/24/18 15:02:17.775 Decoding JSON string.
11/24/18 15:02:17.775 Decoding JSON string.
11/24/18 15:02:17.775 Decoding JSON string.
11/24/18 15:02:17.775 Decoding JSON number.
11/24/18 15:02:17.776 Decoding JSON string.
11/24/18 15:02:17.776 Decoding JSON string.
11/24/18 15:02:17.776 Decoding JSON string.
11/24/18 15:02:17.776 Decoding JSON number.
11/24/18 15:02:17.776 Decoding JSON string.
11/24/18 15:02:17.776 Decoding JSON string.
11/24/18 15:02:17.776 Decoding JSON string.
11/24/18 15:02:17.777 Decoding JSON number.
11/24/18 15:02:17.777 Decoding JSON string.
11/24/18 15:02:17.777 Decoding JSON string.
11/24/18 15:02:17.777 Decoding JSON string.
11/24/18 15:02:17.777 Decoding JSON number.
11/24/18 15:02:17.777 Decoding JSON string.
11/24/18 15:02:17.777 Decoding JSON string.
11/24/18 15:02:17.777 Decoding JSON string.
11/24/18 15:02:17.777 Decoding JSON number.
11/24/18 15:02:17.778 Decoding JSON string.
11/24/18 15:02:17.778 Decoding JSON string.
11/24/18 15:02:17.778 Decoding JSON string.
11/24/18 15:02:17.778 Decoding JSON number.
11/24/18 15:02:17.778 Decoding JSON string.
11/24/18 15:02:17.778 Decoding JSON string.
11/24/18 15:02:17.778 Decoding JSON string.
11/24/18 15:02:17.778 Decoding JSON number.
11/24/18 15:02:17.779 Decoding JSON string.
11/24/18 15:02:17.779 Decoding JSON string.
11/24/18 15:02:17.779 Decoding JSON string.
11/24/18 15:02:17.779 Decoding JSON number.
11/24/18 15:02:17.779 Decoding JSON string.
11/24/18 15:02:17.779 Decoding JSON string.
11/24/18 15:02:17.779 Decoding JSON string.
11/24/18 15:02:17.779 Decoding JSON number.
11/24/18 15:02:17.780 Decoding JSON string.
11/24/18 15:02:17.780 Decoding JSON string.
11/24/18 15:02:17.780 Decoding JSON string.
11/24/18 15:02:17.780 Decoding JSON number.
11/24/18 15:02:17.780 Decoding JSON string.
11/24/18 15:02:17.780 Decoding JSON string.
11/24/18 15:02:17.780 Decoding JSON string.
11/24/18 15:02:17.780 Decoding JSON number.
11/24/18 15:02:17.780 Decoding JSON string.
11/24/18 15:02:17.780 Decoding JSON string.
11/24/18 15:02:17.780 Decoding JSON string.
11/24/18 15:02:17.780 Decoding JSON number.
11/24/18 15:02:17.781 Decoding JSON string.
11/24/18 15:02:17.781 Decoding JSON string.
11/24/18 15:02:17.781 Decoding JSON string.
11/24/18 15:02:17.781 Decoding JSON number.
11/24/18 15:02:17.781 Decoding JSON string.
11/24/18 15:02:17.781 Decoding JSON string.
11/24/18 15:02:17.781 Decoding JSON string.
11/24/18 15:02:17.782 Decoding JSON number.
11/24/18 15:02:17.782 Decoding JSON string.
11/24/18 15:02:17.782 Decoding JSON string.
11/24/18 15:02:17.782 Decoding JSON string.
11/24/18 15:02:17.782 Decoding JSON number.
11/24/18 15:02:17.782 Decoding JSON string.
11/24/18 15:02:17.782 Decoding JSON string.
11/24/18 15:02:17.782 Decoding JSON string.
11/24/18 15:02:17.782 Decoding JSON number.
11/24/18 15:02:17.783 Decoding JSON string.
11/24/18 15:02:17.783 Decoding JSON string.
11/24/18 15:02:17.783 Decoding JSON string.
11/24/18 15:02:17.783 Decoding JSON number.
11/24/18 15:02:17.784 Decoding JSON string.
11/24/18 15:02:17.784 Decoding JSON string.
11/24/18 15:02:17.784 Decoding JSON string.
11/24/18 15:02:17.784 Decoding JSON number.
11/24/18 15:02:17.784 Decoding JSON string.
11/24/18 15:02:17.784 Decoding JSON string.
11/24/18 15:02:17.784 Decoding JSON string.
11/24/18 15:02:17.784 Decoding JSON number.
11/24/18 15:02:17.784 Decoding JSON string.
11/24/18 15:02:17.784 Decoding JSON string.
11/24/18 15:02:17.784 Decoding JSON string.
11/24/18 15:02:17.784 Decoding JSON number.
11/24/18 15:02:17.785 Decoding JSON string.
11/24/18 15:02:17.785 Decoding JSON string.
11/24/18 15:02:17.785 Decoding JSON string.
11/24/18 15:02:17.785 Decoding JSON number.
11/24/18 15:02:17.785 Decoding JSON string.
11/24/18 15:02:17.785 Decoding JSON string.
11/24/18 15:02:17.785 Decoding JSON string.
11/24/18 15:02:17.785 Decoding JSON number.
11/24/18 15:02:17.785 Decoding JSON string.
11/24/18 15:02:17.785 Decoding JSON string.
11/24/18 15:02:17.785 Decoding JSON string.
11/24/18 15:02:17.785 Decoding JSON number.
11/24/18 15:02:17.786 Decoding JSON string.
11/24/18 15:02:17.786 Decoding JSON string.
11/24/18 15:02:17.786 Decoding JSON string.
11/24/18 15:02:17.786 Decoding JSON number.
11/24/18 15:02:17.786 Decoding JSON string.
11/24/18 15:02:17.786 Decoding JSON string.
11/24/18 15:02:17.786 Decoding JSON string.
11/24/18 15:02:17.786 Decoding JSON number.
11/24/18 15:02:17.786 Decoding JSON string.
11/24/18 15:02:17.786 Decoding JSON string.
11/24/18 15:02:17.787 Decoding JSON string.
11/24/18 15:02:17.787 Decoding JSON number.
11/24/18 15:02:17.787 Decoding JSON string.
11/24/18 15:02:17.787 Decoding JSON string.
11/24/18 15:02:17.787 Decoding JSON string.
11/24/18 15:02:17.787 Decoding JSON number.
11/24/18 15:02:17.787 Decoding JSON string.
11/24/18 15:02:17.787 Decoding JSON string.
11/24/18 15:02:17.788 Decoding JSON string.
11/24/18 15:02:17.788 Decoding JSON number.
11/24/18 15:02:17.788 Decoding JSON string.
11/24/18 15:02:17.788 Decoding JSON string.
11/24/18 15:02:17.788 Decoding JSON string.
11/24/18 15:02:17.788 Decoding JSON number.
11/24/18 15:02:17.788 Decoding JSON string.
11/24/18 15:02:17.788 Decoding JSON string.
11/24/18 15:02:17.788 Decoding JSON string.
11/24/18 15:02:17.788 Decoding JSON number.
11/24/18 15:02:17.789 Decoding JSON string.
11/24/18 15:02:17.789 Decoding JSON string.
11/24/18 15:02:17.789 Decoding JSON string.
11/24/18 15:02:17.789 Decoding JSON number.
11/24/18 15:02:17.789 Decoding JSON string.
11/24/18 15:02:17.789 Decoding JSON string.
11/24/18 15:02:17.789 Decoding JSON string.
11/24/18 15:02:17.789 Decoding JSON number.
11/24/18 15:02:17.790 Decoding JSON string.
11/24/18 15:02:17.790 Decoding JSON string.
11/24/18 15:02:17.790 Decoding JSON string.
11/24/18 15:02:17.790 Decoding JSON number.
11/24/18 15:02:17.790 Decoding JSON string.
11/24/18 15:02:17.790 Decoding JSON string.
11/24/18 15:02:17.790 Decoding JSON string.
11/24/18 15:02:17.790 Decoding JSON number.
11/24/18 15:02:17.791 Decoding JSON string.
11/24/18 15:02:17.791 Decoding JSON string.
11/24/18 15:02:17.791 Decoding JSON string.
11/24/18 15:02:17.791 Decoding JSON number.
11/24/18 15:02:17.791 Decoding JSON string.
11/24/18 15:02:17.791 Decoding JSON string.
11/24/18 15:02:17.791 Decoding JSON string.
11/24/18 15:02:17.791 Decoding JSON number.
11/24/18 15:02:17.791 Decoding JSON string.
11/24/18 15:02:17.792 Decoding JSON string.
11/24/18 15:02:17.792 Decoding JSON string.
11/24/18 15:02:17.792 Decoding JSON number.
11/24/18 15:02:17.792 Decoding JSON string.
11/24/18 15:02:17.792 Decoding JSON string.
11/24/18 15:02:17.792 Decoding JSON string.
11/24/18 15:02:17.792 Decoding JSON number.
11/24/18 15:02:17.793 Decoding JSON string.
11/24/18 15:02:17.793 Decoding JSON string.
11/24/18 15:02:17.793 Decoding JSON string.
11/24/18 15:02:17.793 Decoding JSON number.
11/24/18 15:02:17.793 Decoding JSON string.
11/24/18 15:02:17.793 Decoding JSON string.
11/24/18 15:02:17.793 Decoding JSON string.
11/24/18 15:02:17.793 Decoding JSON number.
11/24/18 15:02:17.793 Decoding JSON string.
11/24/18 15:02:17.793 Decoding JSON string.
11/24/18 15:02:17.793 Decoding JSON string.
11/24/18 15:02:17.794 Decoding JSON number.
11/24/18 15:02:17.794 Decoding JSON string.
11/24/18 15:02:17.794 Decoding JSON string.
11/24/18 15:02:17.794 Decoding JSON string.
11/24/18 15:02:17.794 Decoding JSON number.
11/24/18 15:02:17.794 Decoding JSON string.
11/24/18 15:02:17.795 Decoding JSON string.
11/24/18 15:02:17.795 Decoding JSON string.
11/24/18 15:02:17.795 Decoding JSON number.
11/24/18 15:02:17.795 Decoding JSON string.
11/24/18 15:02:17.795 Decoding JSON string.
11/24/18 15:02:17.795 Decoding JSON string.
11/24/18 15:02:17.795 Decoding JSON number.
11/24/18 15:02:17.795 Decoding JSON string.
11/24/18 15:02:17.795 Decoding JSON string.
11/24/18 15:02:17.795 Decoding JSON string.
11/24/18 15:02:17.795 Decoding JSON number.
11/24/18 15:02:17.796 Decoding JSON string.
11/24/18 15:02:17.796 Decoding JSON string.
11/24/18 15:02:17.796 Decoding JSON string.
11/24/18 15:02:17.796 Decoding JSON number.
11/24/18 15:02:17.805 Starting IPC server...
11/24/18 15:02:17.805 IPC Server: Debug: Waiting for IPC server's client threads to finish.
11/24/18 15:02:17.813 Startup complete. Waiting for physical interfaces to connect.
11/24/18 15:02:17.813 Info: Waiting for physical interfaces to connect (0 of 180s).
11/24/18 15:02:17.813 All physical interfaces are connected now.
11/24/18 15:02:17.813 Starting UPnP server...
11/24/18 15:02:17.815 Info: UPnP server: Binding to address: 192.168.178.20
11/24/18 15:02:17.815 UPnP Server: Info: Started listening.
11/24/18 15:02:19.754 IPC Server: Info: Connection accepted. Client number: 12
11/24/18 15:02:19.754 IPC Server: Info: Connection accepted. Client number: 13
11/24/18 15:02:19.755 IPC Server: Info: Client number 0 is calling RPC method: registerRpcMethod
(String) websshGetLastOutputs
11/24/18 15:02:19.755 IPC Server: Info: Client number 1 is calling RPC method: registerRpcMethod
(String) managementGetCommandStatus
(Array length=1)
{
  (Array length=1)
  {
    (Array length=0)
    {
    }
  }
}
(Array length=1)
{
  (Array length=1)
  {
    (Array length=0)
    {
    }
  }
}
11/24/18 15:02:19.755 IPC Server: Info: Client 1 successfully registered RPC method "managementGetCommandStatus" (this method is registered by 1 client(s)).
11/24/18 15:02:19.755 IPC Server: Response: 
(void)
11/24/18 15:02:19.755 IPC Server: Info: Client 0 successfully registered RPC method "websshGetLastOutputs" (this method is registered by 1 client(s)).
11/24/18 15:02:19.755 IPC Server: Response: 
(void)
11/24/18 15:02:19.755 IPC Server: Info: Client number 1 is calling RPC method: registerRpcMethod
(String) managementSleep
(Array length=1)
{
  (Array length=2)
  {
    (String) 
    (Integer64) 0
  }
}
11/24/18 15:02:19.756 IPC Server: Info: Client 1 successfully registered RPC method "managementSleep" (this method is registered by 1 client(s)).
11/24/18 15:02:19.756 IPC Server: Response: 
(void)
11/24/18 15:02:19.756 IPC Server: Info: Client number 0 is calling RPC method: registerRpcMethod
(String) websshInput
(Array length=1)
{
  (Array length=2)
  {
    (void)
    (String) 
  }
}
11/24/18 15:02:19.756 IPC Server: Info: Client 0 successfully registered RPC method "websshInput" (this method is registered by 1 client(s)).
11/24/18 15:02:19.756 IPC Server: Response: 
(void)
11/24/18 15:02:19.757 IPC Server: Info: Client number 1 is calling RPC method: registerRpcMethod
(String) managementDpkgPackageInstalled
(Array length=1)
{
  (Array length=2)
  {
    (String) 
    (String) 
  }
}
11/24/18 15:02:19.757 IPC Server: Info: Client 1 successfully registered RPC method "managementDpkgPackageInstalled" (this method is registered by 1 client(s)).
11/24/18 15:02:19.757 IPC Server: Response: 
(void)
11/24/18 15:02:19.757 IPC Server: Info: Client number 0 is calling RPC method: registerRpcMethod
(String) websshSetScreenSize
(Array length=1)
{
  (Array length=2)
  {
    (void)
    (Integer64) 0
  }
}
11/24/18 15:02:19.758 IPC Server: Info: Client 0 successfully registered RPC method "websshSetScreenSize" (this method is registered by 1 client(s)).
11/24/18 15:02:19.758 IPC Server: Response: 
(void)
11/24/18 15:02:19.758 IPC Server: Info: Client number 1 is calling RPC method: registerRpcMethod
(String) managementGetConfigurationEntry
(Array length=1)
{
  (Array length=3)
  {
    (String) 
    (String) 
    (String) 
  }
}
11/24/18 15:02:19.758 IPC Server: Info: Client 1 successfully registered RPC method "managementGetConfigurationEntry" (this method is registered by 1 client(s)).
11/24/18 15:02:19.758 IPC Server: Response: 
(void)
11/24/18 15:02:19.759 IPC Server: Info: Client number 1 is calling RPC method: registerRpcMethod
(String) managementServiceCommand
(Array length=1)
{
  (Array length=3)
  {
    (String) 
    (String) 
    (String) 
  }
}
11/24/18 15:02:19.759 IPC Server: Info: Client 1 successfully registered RPC method "managementServiceCommand" (this method is registered by 1 client(s)).
11/24/18 15:02:19.759 IPC Server: Response: 
(void)
11/24/18 15:02:19.759 IPC Server: Info: Client number 1 is calling RPC method: registerRpcMethod
(String) managementReboot
(Array length=1)
{
  (Array length=1)
  {
    (String) 
  }
}
11/24/18 15:02:19.760 IPC Server: Info: Client 1 successfully registered RPC method "managementReboot" (this method is registered by 1 client(s)).
11/24/18 15:02:19.760 IPC Server: Response: 
(void)
11/24/18 15:02:19.760 IPC Server: Info: Client number 1 is calling RPC method: registerRpcMethod
(String) managementSetConfigurationEntry
(Array length=1)
{
  (Array length=4)
  {
    (String) 
    (String) 
    (String) 
    (String) 
  }
}
11/24/18 15:02:19.760 IPC Server: Info: Client 1 successfully registered RPC method "managementSetConfigurationEntry" (this method is registered by 1 client(s)).
11/24/18 15:02:19.761 IPC Server: Response: 
(void)
11/24/18 15:02:19.761 IPC Server: Info: Client number 1 is calling RPC method: registerRpcMethod
(String) managementWriteCloudMaticConfig
(Array length=1)
{
  (Array length=6)
  {
    (String) 
    (String) 
    (String) 
    (String) 
    (String) 
    (String) 
  }
}
11/24/18 15:02:19.761 IPC Server: Info: Client 1 successfully registered RPC method "managementWriteCloudMaticConfig" (this method is registered by 1 client(s)).
11/24/18 15:02:19.761 IPC Server: Response: 
(void)
11/24/18 15:02:19.762 IPC Server: Info: Client number 1 is calling RPC method: registerRpcMethod
(String) managementSetUserPassword
(Array length=1)
{
  (Array length=3)
  {
    (void)
    (String) 
    (String) 
  }
}
11/24/18 15:02:19.762 IPC Server: Info: Client 1 successfully registered RPC method "managementSetUserPassword" (this method is registered by 1 client(s)).
11/24/18 15:02:19.762 IPC Server: Response: 
(void)
11/24/18 15:02:19.763 IPC Server: Info: Client number 1 is calling RPC method: registerRpcMethod
(String) managementAptUpdate
(Array length=1)
{
  (Array length=1)
  {
    (String) 
  }
}
11/24/18 15:02:19.763 IPC Server: Info: Client 1 successfully registered RPC method "managementAptUpdate" (this method is registered by 1 client(s)).
11/24/18 15:02:19.763 IPC Server: Response: 
(void)
11/24/18 15:02:19.763 IPC Server: Info: Client number 1 is calling RPC method: registerRpcMethod
(String) managementAptUpgrade
(Array length=1)
{
  (Array length=1)
  {
    (String) 
  }
}
11/24/18 15:02:19.763 IPC Server: Info: Client 1 successfully registered RPC method "managementAptUpgrade" (this method is registered by 1 client(s)).
11/24/18 15:02:19.763 IPC Server: Response: 
(void)
11/24/18 15:02:19.764 IPC Server: Info: Client number 1 is calling RPC method: registerRpcMethod
(String) managementAptFullUpgrade
(Array length=1)
{
  (Array length=1)
  {
    (String) 
  }
}
11/24/18 15:02:19.764 IPC Server: Info: Client 1 successfully registered RPC method "managementAptFullUpgrade" (this method is registered by 1 client(s)).
11/24/18 15:02:19.764 IPC Server: Response: 
(void)
11/24/18 15:02:19.764 IPC Server: Info: Client number 1 is calling RPC method: registerRpcMethod
(String) managementHomegearUpdateAvailable
(Array length=1)
{
  (Array length=1)
  {
    (Boolean) 0
  }
}
11/24/18 15:02:19.765 IPC Server: Info: Client 1 successfully registered RPC method "managementHomegearUpdateAvailable" (this method is registered by 1 client(s)).
11/24/18 15:02:19.765 IPC Server: Response: 
(void)
11/24/18 15:02:19.765 IPC Server: Info: Client number 1 is calling RPC method: registerRpcMethod
(String) managementSystemUpdateAvailable
(Array length=1)
{
  (Array length=1)
  {
    (Boolean) 0
  }
}
11/24/18 15:02:19.765 IPC Server: Info: Client 1 successfully registered RPC method "managementSystemUpdateAvailable" (this method is registered by 1 client(s)).
11/24/18 15:02:19.765 IPC Server: Response: 
(void)
11/24/18 15:02:19.766 IPC Server: Info: Client number 1 is calling RPC method: registerRpcMethod
(String) managementCreateBackup
(Array length=1)
{
  (Array length=1)
  {
    (String) 
  }
}
11/24/18 15:02:19.766 IPC Server: Info: Client 1 successfully registered RPC method "managementCreateBackup" (this method is registered by 1 client(s)).
11/24/18 15:02:19.766 IPC Server: Response: 
(void)
11/24/18 15:02:19.767 IPC Server: Info: Client number 1 is calling RPC method: registerRpcMethod
(String) managementRestoreBackup
(Array length=1)
{
  (Array length=2)
  {
    (String) 
    (String) 
  }
}
11/24/18 15:02:19.767 IPC Server: Info: Client 1 successfully registered RPC method "managementRestoreBackup" (this method is registered by 1 client(s)).
11/24/18 15:02:19.767 IPC Server: Response: 
(void)
11/24/18 15:02:19.767 IPC Server: Info: Client number 1 is calling RPC method: registerRpcMethod
(String) managementCaExists
(Array length=1)
{
  (Array length=1)
  {
    (Boolean) 0
  }
}
11/24/18 15:02:19.767 IPC Server: Info: Client 1 successfully registered RPC method "managementCaExists" (this method is registered by 1 client(s)).
11/24/18 15:02:19.768 IPC Server: Response: 
(void)
11/24/18 15:02:19.768 IPC Server: Info: Client number 1 is calling RPC method: registerRpcMethod
(String) managementCreateCa
(Array length=1)
{
  (Array length=1)
  {
    (Boolean) 0
  }
}
11/24/18 15:02:19.768 IPC Server: Info: Client 1 successfully registered RPC method "managementCreateCa" (this method is registered by 1 client(s)).
11/24/18 15:02:19.768 IPC Server: Response: 
(void)
11/24/18 15:02:19.769 IPC Server: Info: Client number 1 is calling RPC method: registerRpcMethod
(String) managementCreateCert
(Array length=1)
{
  (Array length=2)
  {
    (Struct length=0)
    {
    }
    (String) 
  }
}
11/24/18 15:02:19.769 IPC Server: Info: Client 1 successfully registered RPC method "managementCreateCert" (this method is registered by 1 client(s)).
11/24/18 15:02:19.769 IPC Server: Response: 
(void)
11/24/18 15:02:19.769 IPC Server: Info: Client number 1 is calling RPC method: registerRpcMethod
(String) managementDeleteCert
(Array length=1)
{
  (Array length=2)
  {
    (Struct length=0)
    {
    }
    (String) 
  }
}
11/24/18 15:02:19.770 IPC Server: Info: Client 1 successfully registered RPC method "managementDeleteCert" (this method is registered by 1 client(s)).
11/24/18 15:02:19.770 IPC Server: Response: 
(void)
11/24/18 15:02:19.770 IPC Server: Info: Client number 1 is calling RPC method: registerRpcMethod
(String) managementGetNetworkConfiguration
(Array length=1)
{
  (Array length=1)
  {
    (Struct length=0)
    {
    }
  }
}
11/24/18 15:02:19.770 IPC Server: Info: Client 1 successfully registered RPC method "managementGetNetworkConfiguration" (this method is registered by 1 client(s)).
11/24/18 15:02:19.770 IPC Server: Response: 
(void)
11/24/18 15:02:19.771 IPC Server: Info: Client number 1 is calling RPC method: registerRpcMethod
(String) managementSetNetworkConfiguration
(Array length=1)
{
  (Array length=2)
  {
    (void)
    (Struct length=0)
    {
    }
  }
}
11/24/18 15:02:19.771 IPC Server: Info: Client 1 successfully registered RPC method "managementSetNetworkConfiguration" (this method is registered by 1 client(s)).
11/24/18 15:02:19.771 IPC Server: Response: 
(void)
11/24/18 15:02:19.771 IPC Server: Info: Client number 1 is calling RPC method: registerRpcMethod
(String) managementCopyDeviceDescriptionFile
(Array length=1)
{
  (Array length=3)
  {
    (Boolean) 0
    (String) 
    (Integer64) 0
  }
}
11/24/18 15:02:19.772 IPC Server: Info: Client 1 successfully registered RPC method "managementCopyDeviceDescriptionFile" (this method is registered by 1 client(s)).
11/24/18 15:02:19.772 IPC Server: Response: 
(void)
11/24/18 15:03:01.893 Info: SIGHUP received...
11/24/18 15:03:01.893 Info: Reloading...
11/24/18 15:03:01.893 Info: Backing up database...
11/24/18 15:03:01.894 Closing database...
11/24/18 15:03:01.894 Debug: Can't execute "COMMIT": cannot commit - no transaction is active
11/24/18 15:03:01.905 Info: Backing up database...
11/24/18 15:03:01.967 Reloading Node-BLUE server...
11/24/18 15:03:01.967 Reloading script engine server...
11/24/18 15:03:01.967 Info: Reload complete.
11/24/18 15:03:17.036 UPnP Server: Debug: Sending notify packets.

Mit meinem Saleae Logic Analyzer sehe ich während des Startens eine SPI Kommunikation mit den gleichen hexadezimalen Werten wie im Log. Allerdings ist danach totenstille auf dem SPI. Starte ich das Pairing ist totenstille (auch auf dem Interrupt Pin).

und auf die fine Linie reimgezoomt

Dreh mal das Loglevel auf 4 und deinstallier bitte mal alle nicht benötigten Module. Die zweite [General] Sektion in der Config kann weg… einfach alles in eine schreiben.

Welchen CC1101 setzt du ein und wie ist er angeschlossen? (Foto)

Ich folge jetzt mal im Detail weil ich mit meinem Latein am Ende bin - danke schon mal für die Hilfe!
Ich hatte vor den heutigen Versuchen auf das RaspebrryPi Image von Homegear gewechselt… jetzt aber noch wie gewünscht einige Module deinstalliert.

Meine überarbeitete homematicbidcos.conf:

[General]
moduleEnabled = true
centralAddress = 0xFDABCD
rfKey = AC4276CF37B29E16492ACF2649246BA7
currentRfKeyIndex = 1
processBroadcastWithAesEnabled = false

[TI CC1101 Module]
id = My-CC1101
default = true
deviceType = cc1100
device = /dev/spidev0.0
responseDelay = 100
interruptPin = 0
gpio1 = 25

Debug Level = 4

Logfile homegear.log nachdem ich den service neu gestartet hatte und einen pairing Versuch unternommen habe:

11/24/18 17:36:57.930 Starting Homegear...
11/24/18 17:36:57.930 Homegear version 0.7.30-1900
11/24/18 17:36:57.930 Git commit SHA of libhomegear-base: -
11/24/18 17:36:57.930 Git branch of libhomegear-base:     -
11/24/18 17:36:57.930 Git commit SHA of Homegear:         -
11/24/18 17:36:57.931 Git branch of Homegear:             -
11/24/18 17:36:57.932 Info: Setting allowed core file size to "4294967295" for user with id 0 and group with id 0.
11/24/18 17:36:57.932 Info: Core file size now is "4294967295".
11/24/18 17:36:57.932 Info: Setting maximum thread priority to "4294967295" for user with id 0 and group with id 0.
11/24/18 17:36:57.932 Info: Maximum thread priority now is "4294967295".
11/24/18 17:36:57.945 Info: Backing up database...
11/24/18 17:36:58.003 Initializing database...
11/24/18 17:36:58.014 Info: Loading family module mod_homematicbidcos.so
11/24/18 17:36:58.037 /etc/homegear/families/homematicbidcos.conf
11/24/18 17:36:58.040 Info: Loading family module mod_miscellaneous.so
11/24/18 17:36:58.046 /etc/homegear/families/miscellaneous.conf
11/24/18 17:36:58.047 Info: Setting up physical interfaces and GPIOs...
11/24/18 17:36:58.049 Info: Dropping privileges to user homegear (108) and group homegear (112)
11/24/18 17:36:58.050 Info: Homegear is (now) running as user with id 108 and group with id 112.
11/24/18 17:36:58.064 Starting script engine server...
11/24/18 17:36:58.079 Initializing licensing controller...
11/24/18 17:36:58.079 Loading licensing controller data...
11/24/18 17:36:58.079 Loading devices...
11/24/18 17:36:58.079 Loading XML RPC devices...
11/24/18 17:36:59.683 Loading device 1
11/24/18 17:36:59.684 Module HomeMatic BidCoS: Info: Central address set to 0xFDABCD.
11/24/18 17:36:59.685 Loading XML RPC devices...
11/24/18 17:36:59.688 Loading device 13
11/24/18 17:36:59.689 Initializing RPC client...
11/24/18 17:36:59.689 Starting XML RPC server RPCServer1 listening on :::2001...
11/24/18 17:36:59.695 RPC Server (Port 2001): Warning: SSL is not enabled for this RPC server. It is strongly recommended to disable all unencrypted RPC servers when the connected clients support it.
11/24/18 17:36:59.695 RPC Server (Port 2001): Warning: RPC server has no authorization enabled. Everybody on your local network can login into this installation. It is strongly recommended to enable authorization on all RPC servers when the connected clients support it.
11/24/18 17:36:59.695 RPC Server (Port 2001): Info: Enabling session authentication for WebSockets.
11/24/18 17:36:59.696 Starting XML RPC server RPCServer3 listening on :::2003, SSL enabled, authentication enabled...
11/24/18 17:36:59.697 RPC Server (Port 2001): Info: RPC Server started listening on address :: and port 2001
11/24/18 17:36:59.702 RPC Server (Port 2003): Info: Enabling basic authentication.
11/24/18 17:36:59.703 RPC Server (Port 2003): Info: Enabling client certificate authentication.
11/24/18 17:36:59.703 RPC Server (Port 2003): Info: Enabling session authentication for WebSockets.
11/24/18 17:36:59.774 Initializing event handler...
11/24/18 17:36:59.774 RPC Server (Port 2003): Info: RPC Server started listening on address :: and port 2003
11/24/18 17:36:59.775 Loading events...
11/24/18 17:36:59.776 Start listening for packets...
11/24/18 17:36:59.781 Starting Node-BLUE server...
11/24/18 17:36:59.804 Starting IPC server...
11/24/18 17:36:59.812 Startup complete. Waiting for physical interfaces to connect.
11/24/18 17:36:59.812 Info: Waiting for physical interfaces to connect (0 of 180s).
11/24/18 17:36:59.812 All physical interfaces are connected now.
11/24/18 17:36:59.812 Starting UPnP server...
11/24/18 17:36:59.814 Info: UPnP server: Binding to address: 192.168.178.20
11/24/18 17:36:59.814 UPnP Server: Info: Started listening.
11/24/18 17:37:07.450 IPC Server: Info: Connection accepted. Client number: 12
11/24/18 17:37:07.450 IPC Server: Info: Client 0 successfully registered RPC method "websshGetLastOutputs" (this method is registered by 1 client(s)).
11/24/18 17:37:07.450 IPC Server: Info: Connection accepted. Client number: 13
11/24/18 17:37:07.451 IPC Server: Info: Client 1 successfully registered RPC method "managementGetCommandStatus" (this method is registered by 1 client(s)).
11/24/18 17:37:07.451 IPC Server: Info: Client 0 successfully registered RPC method "websshInput" (this method is registered by 1 client(s)).
11/24/18 17:37:07.451 IPC Server: Info: Client 1 successfully registered RPC method "managementSleep" (this method is registered by 1 client(s)).
11/24/18 17:37:07.452 IPC Server: Info: Client 0 successfully registered RPC method "websshSetScreenSize" (this method is registered by 1 client(s)).
11/24/18 17:37:07.452 IPC Server: Info: Client 1 successfully registered RPC method "managementDpkgPackageInstalled" (this method is registered by 1 client(s)).
11/24/18 17:37:07.452 IPC Server: Info: Client 1 successfully registered RPC method "managementGetConfigurationEntry" (this method is registered by 1 client(s)).
11/24/18 17:37:07.453 IPC Server: Info: Client 1 successfully registered RPC method "managementServiceCommand" (this method is registered by 1 client(s)).
11/24/18 17:37:07.453 IPC Server: Info: Client 1 successfully registered RPC method "managementReboot" (this method is registered by 1 client(s)).
11/24/18 17:37:07.454 IPC Server: Info: Client 1 successfully registered RPC method "managementSetConfigurationEntry" (this method is registered by 1 client(s)).
11/24/18 17:37:07.455 IPC Server: Info: Client 1 successfully registered RPC method "managementWriteCloudMaticConfig" (this method is registered by 1 client(s)).
11/24/18 17:37:07.455 IPC Server: Info: Client 1 successfully registered RPC method "managementSetUserPassword" (this method is registered by 1 client(s)).
11/24/18 17:37:07.455 IPC Server: Info: Client 1 successfully registered RPC method "managementAptUpdate" (this method is registered by 1 client(s)).
11/24/18 17:37:07.456 IPC Server: Info: Client 1 successfully registered RPC method "managementAptUpgrade" (this method is registered by 1 client(s)).
11/24/18 17:37:07.456 IPC Server: Info: Client 1 successfully registered RPC method "managementAptFullUpgrade" (this method is registered by 1 client(s)).
11/24/18 17:37:07.457 IPC Server: Info: Client 1 successfully registered RPC method "managementHomegearUpdateAvailable" (this method is registered by 1 client(s)).
11/24/18 17:37:07.457 IPC Server: Info: Client 1 successfully registered RPC method "managementSystemUpdateAvailable" (this method is registered by 1 client(s)).
11/24/18 17:37:07.458 IPC Server: Info: Client 1 successfully registered RPC method "managementCreateBackup" (this method is registered by 1 client(s)).
11/24/18 17:37:07.458 IPC Server: Info: Client 1 successfully registered RPC method "managementRestoreBackup" (this method is registered by 1 client(s)).
11/24/18 17:37:07.458 IPC Server: Info: Client 1 successfully registered RPC method "managementCaExists" (this method is registered by 1 client(s)).
11/24/18 17:37:07.459 IPC Server: Info: Client 1 successfully registered RPC method "managementCreateCa" (this method is registered by 1 client(s)).
11/24/18 17:37:07.459 IPC Server: Info: Client 1 successfully registered RPC method "managementCreateCert" (this method is registered by 1 client(s)).
11/24/18 17:37:07.460 IPC Server: Info: Client 1 successfully registered RPC method "managementDeleteCert" (this method is registered by 1 client(s)).
11/24/18 17:37:07.460 IPC Server: Info: Client 1 successfully registered RPC method "managementGetNetworkConfiguration" (this method is registered by 1 client(s)).
11/24/18 17:37:07.461 IPC Server: Info: Client 1 successfully registered RPC method "managementSetNetworkConfiguration" (this method is registered by 1 client(s)).
11/24/18 17:37:07.461 IPC Server: Info: Client 1 successfully registered RPC method "managementCopyDeviceDescriptionFile" (this method is registered by 1 client(s)).
11/24/18 17:37:35.694 IPC Server: Info: Connection accepted. Client number: 14
11/24/18 17:37:35.695 IPC Server: Info: Client 2 successfully registered RPC method "cliOutput" (this method is registered by 1 client(s)).
11/24/18 17:37:35.697 IPC Server: Info: Client 2 successfully registered RPC method "cliOutput-2" (this method is registered by 1 client(s)).
11/24/18 17:37:52.281 IPC Server: Info: Client number 2 is calling RPC method: familyExists Parameters:
(Integer64) 0
11/24/18 17:38:19.880 IPC Server: Info: Connection to IPC server's client number 14 closed.

Du benutzt GDO2, gibts aber in der Config an, dass du GDO0 benutzt: interruptPin = 0

Mach daraus mal interruptPin = 2, GPIO25 sollte ja stimmen. Ich hatte vor Längerem mal einen Adapter für das Modul gebaut: https://allgeek.de/2017/07/31/cc1101-spi-raspberry-adapter-fuer-homegear-homematicmax/

Übrigens, diese Antennenform ist die “schlechteste” die du nutzen kannst. Eine 8,6cm Drahtantenne (nicht gebogen) hat da schon bessere Ergebnisse.
Mich wunder nämlich, dass du keine Pakete im Log stehen hast. Der GDO wird nur zum Senden benötigt… du solltest also zumindest was von deinen Geräte an Paketen sehen.

An dem Parameter hatte ich auch schon gedreht. Sowohl mit 0 als auch mit 2 kein Unterschied.
Als Antenne hab ich noch eine bessere gekauft. Ich dachte aber nicht, dass mit der Spiralantenne gar nix geht. Die Stabantenne hab ich nur noch nicht angelötet.
Mich wundert auch, dass wenn der HM-Sec-SCo im Pairing Modus irgendwas sendet ich nix sehe.

Du könntest in Debuglevel 5 noch mal gucken, ob du irgendwas an Paketen siehst, wenn du die Anlerntaste an deinem Fensterkontakt drückst und nah an der Antenne dran bist.
Ich hatte halt schon viele defekte CC1101 Module von den grünen da, aber mit einem anderen Fehler: CC1101 über SPI: Error function std::vector<unsigned char>

Also im Debug Level 5 finde ich folgenden Abschnitt während des Neustarts:

11/24/18 20:27:20.569 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: CC1100: Setting GPIO direction
11/24/18 20:27:20.569 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: CC1100: Setting GPIO edge
11/24/18 20:27:20.570 Starting Node-BLUE server...
11/24/18 20:27:20.570 Node-BLUE Server: Debug: Waiting for flows engine server's client threads to finish.
11/24/18 20:27:20.570 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: BidCoS packet received, but CRC failed.
11/24/18 20:27:20.594 Starting IPC server...
11/24/18 20:27:20.594 IPC Server: Debug: Waiting for IPC server's client threads to finish.
11/24/18 20:27:20.601 Startup complete. Waiting for physical interfaces to connect.
11/24/18 20:27:20.601 Info: Waiting for physical interfaces to connect (0 of 180s).
11/24/18 20:27:20.602 All physical interfaces are connected now.

Spannend ist da nur die Zeile:

11/24/18 20:27:20.570 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: BidCoS packet received, but CRC failed.

Ich hab jetzt nochmal den DebugLevel auf 6 und dann sehe ich wieder sehr viele SPI send und receive Telegramme während des Neustarts. Danach ist Funkstille :frowning:

11/24/18 20:31:23.011 Start listening for packets...
11/24/18 20:31:23.013 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 30
11/24/18 20:31:23.013 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 1F
11/24/18 20:31:23.013 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 0046
11/24/18 20:31:23.013 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 20:31:23.013 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 8000
11/24/18 20:31:23.013 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0046
11/24/18 20:31:23.013 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 012E
11/24/18 20:31:23.013 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 20:31:23.013 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 8100
11/24/18 20:31:23.014 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 002E
11/24/18 20:31:23.014 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 025B
11/24/18 20:31:23.014 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 20:31:23.014 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 8200
11/24/18 20:31:23.014 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 005B
11/24/18 20:31:23.014 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 0307
11/24/18 20:31:23.014 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 20:31:23.014 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 8300
11/24/18 20:31:23.014 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0007
11/24/18 20:31:23.014 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 04E9
11/24/18 20:31:23.014 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 20:31:23.014 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 8400
11/24/18 20:31:23.014 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 00E9
11/24/18 20:31:23.014 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 05CA
11/24/18 20:31:23.015 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 20:31:23.015 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 8500
11/24/18 20:31:23.015 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 00CA
11/24/18 20:31:23.015 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 06FF
11/24/18 20:31:23.015 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 20:31:23.015 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 8600
11/24/18 20:31:23.015 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 00FF
11/24/18 20:31:23.015 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 070C
11/24/18 20:31:23.015 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 20:31:23.015 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 8700
11/24/18 20:31:23.015 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 000C
11/24/18 20:31:23.015 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 0845
11/24/18 20:31:23.015 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 20:31:23.016 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 8800
11/24/18 20:31:23.016 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0045
11/24/18 20:31:23.016 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 0900
11/24/18 20:31:23.016 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 20:31:23.016 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 8900
11/24/18 20:31:23.016 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0000
11/24/18 20:31:23.016 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 0A00
11/24/18 20:31:23.016 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 20:31:23.016 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 8A00
11/24/18 20:31:23.016 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0000
11/24/18 20:31:23.016 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 0B06
11/24/18 20:31:23.016 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 20:31:23.016 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 8B00
11/24/18 20:31:23.017 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0006
11/24/18 20:31:23.017 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 0C00
11/24/18 20:31:23.017 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 20:31:23.017 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 8C00
11/24/18 20:31:23.017 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0000
11/24/18 20:31:23.017 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 0D21
11/24/18 20:31:23.017 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 20:31:23.017 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 8D00
11/24/18 20:31:23.017 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0021
11/24/18 20:31:23.017 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 0E65
11/24/18 20:31:23.017 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 20:31:23.017 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 8E00
11/24/18 20:31:23.017 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0065
11/24/18 20:31:23.017 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 0F6A
11/24/18 20:31:23.018 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 20:31:23.018 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 8F00
11/24/18 20:31:23.018 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 006A
11/24/18 20:31:23.018 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 10C8
11/24/18 20:31:23.018 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 20:31:23.018 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 9000
11/24/18 20:31:23.018 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 00C8
11/24/18 20:31:23.018 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 1193
11/24/18 20:31:23.018 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 20:31:23.018 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 9100
11/24/18 20:31:23.018 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0093
11/24/18 20:31:23.018 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 1203
11/24/18 20:31:23.018 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 20:31:23.019 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 9200
11/24/18 20:31:23.019 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0003
11/24/18 20:31:23.019 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 1322
11/24/18 20:31:23.019 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 20:31:23.019 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 9300
11/24/18 20:31:23.019 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0022
11/24/18 20:31:23.019 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 14F8
11/24/18 20:31:23.019 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 20:31:23.019 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 9400
11/24/18 20:31:23.019 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 00F8
11/24/18 20:31:23.019 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 1534
11/24/18 20:31:23.019 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 20:31:23.019 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 9500
11/24/18 20:31:23.020 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0034
11/24/18 20:31:23.020 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 1607
11/24/18 20:31:23.020 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 20:31:23.020 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 9600
11/24/18 20:31:23.020 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0007
11/24/18 20:31:23.020 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 1730
11/24/18 20:31:23.020 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 20:31:23.020 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 9700
11/24/18 20:31:23.020 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0030
11/24/18 20:31:23.020 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 1818
11/24/18 20:31:23.020 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 20:31:23.020 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 9800
11/24/18 20:31:23.020 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0018
11/24/18 20:31:23.020 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 1916
11/24/18 20:31:23.021 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 20:31:23.021 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 9900
11/24/18 20:31:23.021 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0016
11/24/18 20:31:23.021 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 1A6C
11/24/18 20:31:23.021 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 20:31:23.021 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 9A00
11/24/18 20:31:23.021 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 006C
11/24/18 20:31:23.021 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 1B03
11/24/18 20:31:23.021 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 20:31:23.021 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 9B00
11/24/18 20:31:23.021 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0003
11/24/18 20:31:23.021 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 1C40
11/24/18 20:31:23.022 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 20:31:23.022 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 9C00
11/24/18 20:31:23.022 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0040
11/24/18 20:31:23.022 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 1D91
11/24/18 20:31:23.022 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 20:31:23.022 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 9D00
11/24/18 20:31:23.022 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0091
11/24/18 20:31:23.022 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 1E87
11/24/18 20:31:23.022 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 20:31:23.022 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 9E00
11/24/18 20:31:23.022 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0087
11/24/18 20:31:23.022 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 1F6B
11/24/18 20:31:23.022 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 20:31:23.022 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 9F00
11/24/18 20:31:23.023 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 006B
11/24/18 20:31:23.023 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 20F8
11/24/18 20:31:23.023 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 20:31:23.023 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: A000
11/24/18 20:31:23.023 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 00F8
11/24/18 20:31:23.023 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 2156
11/24/18 20:31:23.023 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 20:31:23.023 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: A100
11/24/18 20:31:23.023 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0056
11/24/18 20:31:23.023 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 2210
11/24/18 20:31:23.023 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 20:31:23.023 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: A200
11/24/18 20:31:23.023 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0010
11/24/18 20:31:23.024 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 23E9
11/24/18 20:31:23.024 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 20:31:23.024 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: A300
11/24/18 20:31:23.024 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 00E9
11/24/18 20:31:23.024 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 242A
11/24/18 20:31:23.024 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 20:31:23.024 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: A400
11/24/18 20:31:23.024 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 002A
11/24/18 20:31:23.024 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 2500
11/24/18 20:31:23.024 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 20:31:23.024 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: A500
11/24/18 20:31:23.024 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0000
11/24/18 20:31:23.024 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 261F
11/24/18 20:31:23.025 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 20:31:23.025 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: A600
11/24/18 20:31:23.025 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 001F
11/24/18 20:31:23.025 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 2741
11/24/18 20:31:23.025 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 20:31:23.025 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: A700
11/24/18 20:31:23.025 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0041
11/24/18 20:31:23.025 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 2800
11/24/18 20:31:23.025 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 20:31:23.025 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: A800
11/24/18 20:31:23.025 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0000
11/24/18 20:31:23.025 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 2959
11/24/18 20:31:23.025 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 20:31:23.025 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: A900
11/24/18 20:31:23.026 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0059
11/24/18 20:31:23.026 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 2C81
11/24/18 20:31:23.026 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 20:31:23.026 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: AC00
11/24/18 20:31:23.026 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0081
11/24/18 20:31:23.026 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 2D35
11/24/18 20:31:23.026 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 20:31:23.026 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: AD00
11/24/18 20:31:23.026 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0035
11/24/18 20:31:23.026 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 3EC0
11/24/18 20:31:23.026 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/24/18 20:31:23.026 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: BE00
11/24/18 20:31:23.026 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 00C0
11/24/18 20:31:23.027 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 3A
11/24/18 20:31:23.027 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F
11/24/18 20:31:23.027 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 3A
11/24/18 20:31:23.027 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F
11/24/18 20:31:23.027 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 34
11/24/18 20:31:23.027 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F
11/24/18 20:31:23.027 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: CC1100: Setting GPIO direction
11/24/18 20:31:23.027 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: CC1100: Setting GPIO edge
11/24/18 20:31:23.028 Starting Node-BLUE server...
11/24/18 20:31:23.028 Node-BLUE Server: Debug: Waiting for flows engine server's client threads to finish.
11/24/18 20:31:23.028 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: F300
11/24/18 20:31:23.028 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 1000
11/24/18 20:31:23.028 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: BidCoS packet received, but CRC failed.
11/24/18 20:31:23.028 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 3A
11/24/18 20:31:23.028 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 1F
11/24/18 20:31:23.028 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 34
11/24/18 20:31:23.029 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 1F
11/24/18 20:31:23.029 Decoding JSON string.
11/24/18 20:31:23.029 Decoding JSON string.
11/24/18 20:31:23.029 Decoding JSON string.

Und fast am Ende dann wieder

11/24/18 20:31:23.028 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: BidCoS packet received, but CRC failed.

Soll ich die Antenne an dem Modul noch tauschen oder sollte das für eine Inbetriebnahme erst mal egal sein?

Wird dir nicht gefallen, aber ich tippe auf ein kaputtes Modul. :expressionless:

Wenn dein Fensterkontakt nah genug dran ist, sollte das nichts machen. Auf Debuglevel 6 die SPI-Kommunikation ist ja schon mal ein gutes Zeichen…

Das Modul war billig das würde mich jetzt nicht stören.

Dann kaufe ich mir jetzt noch mal was. Was empfiehlst Du?
Eines von Dir?

https://shop.codm.de/module/3/cc1101-raspberry-pi-spi-modul-v0.3

oder das von ELV welches auch YAHM kompatibel wäre:

RPI-RF-MOD oder HM-MOD-RPI-PCB

Bei meinem Modul weiß ich zumindest, dass sie funktionieren :wink:
Habe gerade noch mal 30 nachbestellt, aktuell nur noch eins da.

Die ELV (eq3) Module haben “leider” den Vorteil, dass sie auch mit den offiziellen CCU-Varianten funktioniern (YAHM, Raspberrymatic, etc.) und darüber glaube auch HomematicIP sprechen können.
Mein Modul - wie auch das was du da gebaut hast - funktioniert nur mit Homegear weil direkt auf dem SPI und keine eigene Software drauf. Ist ja nur das Funkmodul…

Dafür ist die SPI-Variante für Homematic Bidcos/Max! aber die Beste und fehlerloseste. Außerdem kann mein Modul mit einem ordentlichen Antennenanschluss punkten :wink:

Auf der Webseite ist keines mehr verfügbar.
Kannst Du mir mal eine Mail schreiben? mail@f-eckert.de

Danke!

Oh, sorry. Da hat der Bestand nicht gestimmt. Ist behoben.

Hier übrigens die Entwicklung, falls du magst: CC1101 RPi SPI Adapter

Den Artikel hatte ich auch schon gelesen :slight_smile:
So ist bestellt. Bin kein Freund langem Überlegens…

1 Like

Ha, danke!

Hey @Florian, schon ausprobieren können ob es am CC1101 lag?

Ich war erst heute wieder zuhause…Päckchen ist da… 2min funktioniert!
Einmal mit Profis arbeiten - vielen Dank!

2 Likes