Ok, nachdem ich es nun geschafft habe, den Repo-Stand 9e73df0 zu compilieren, gibt es bezüglich der Initialisierungssequenz des Funkmoduls immer noch keine guten Nachrichten:
Das Funkmodul gibt weiterhin fast während der gesamten Homegear-Initialisierungsphase das 135kHz-Signal aus, was selbige immer noch über 30 Minuten andauern lässt.
Nun zu meinen Analysen:
11/15/15 20:30:29.041 Debug: Loading family modules
11/15/15 20:30:29.442 Info: Loading family module mod_homematicbidcos.so
11/15/15 20:30:45.882 Module HomeMatic BidCoS: Debug: Loading module...
11/15/15 20:30:55.094 Info: Backing up database...
11/15/15 20:31:36.516 Debug: Reading config for physical device family HomeMatic BidCoS
11/15/15 20:31:36.596 Debug: id of family HomeMatic BidCoS set to My-CC1101
11/15/15 20:31:36.669 Debug: default of family HomeMatic BidCoS set to 1
11/15/15 20:31:36.741 Debug: deviceType of family HomeMatic BidCoS set to cc1100
11/15/15 20:31:36.826 Debug: device of family HomeMatic BidCoS set to /dev/spidev0.0
11/15/15 20:31:36.890 Debug: responseDelay of family HomeMatic BidCoS set to 100
11/15/15 20:31:36.984 Debug: interruptPin of family HomeMatic BidCoS set to 0
11/15/15 20:31:37.070 Debug: GPIO1 of family HomeMatic BidCoS set to 18
11/15/15 20:31:37.170 Debug: GPIO2 of family HomeMatic BidCoS set to 15
11/15/15 20:31:37.262 Debug: txPowerSetting of family HomeMatic BidCoS set to 194
11/15/15 20:31:37.366 Module HomeMatic BidCoS: Debug: Creating physical device. Type defined in physicalinterfaces.conf is: cc1100
11/15/15 20:31:37.627 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: PATABLE will be set to 0xC2
Ab (ungefähr) hier wird der RasPi aufgrund der Interrupt-Last extrem langsam, und die WLAN-Verbindung bricht ab.
Ich habe debugLevel 6 eingestellt, so dass ich SPI-Kommunikation mit dem Funkmodul geloggt bekomme.
Jetzt werden erst einmal die ganzen XML-Beschreibungsdateien eingelesen (rf_*.xml aus /etc/homegear/devices/0).
Dann (man beachte den Zeitstempel!) geht es weiter mit:
11/15/15 21:04:03.012 Loading devices...
11/15/15 21:04:03.312 Module HomeMatic BidCoS: Loading HomeMatic BidCoS device 1
11/15/15 21:04:04.375 Module HomeMatic BidCoS: Loading peer 1
11/15/15 21:04:14.955 Debug: Creating savepoint (asynchronous) PeerConfig1
11/15/15 21:04:15.559 Debug: Releasing savepoint (asynchronous) PeerConfig1
11/15/15 21:04:15.617 Debug: Creating savepoint (asynchronous) bidCoSPeerLinkConfig1
11/15/15 21:04:15.731 Debug: Releasing savepoint (asynchronous) bidCoSPeerLinkConfig1
11/15/15 21:04:15.795 Debug: Creating savepoint (asynchronous) bidCoSPeerLinkConfig1
11/15/15 21:04:15.895 Debug: Releasing savepoint (asynchronous) bidCoSPeerLinkConfig1
11/15/15 21:04:15.984 Debug: Creating savepoint (asynchronous) bidCoSPeerLinkConfig1
11/15/15 21:04:16.086 Debug: Releasing savepoint (asynchronous) bidCoSPeerLinkConfig1
11/15/15 21:04:16.165 Debug: Creating savepoint (asynchronous) bidCoSPeerLinkConfig1
11/15/15 21:04:16.342 Debug: Releasing savepoint (asynchronous) bidCoSPeerLinkConfig1
11/15/15 21:04:16.954 Module HomeMatic BidCoS: Loading HomeMatic BidCoS device 2
11/15/15 21:04:18.932 Start listening for packets...
Und erst jetzt sehe ich das erste mal SPI-Kommunikation:
11/15/15 21:04:19.128 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 30
11/15/15 21:04:19.207 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F
11/15/15 21:04:19.278 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 005B
11/15/15 21:04:19.357 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/15/15 21:04:19.420 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 8000
11/15/15 21:04:19.507 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 005B
11/15/15 21:04:19.593 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 012E
11/15/15 21:04:19.658 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/15/15 21:04:19.719 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 8100
11/15/15 21:04:19.788 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 002E
11/15/15 21:04:19.872 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 0246
11/15/15 21:04:19.921 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/15/15 21:04:19.922 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 8200
11/15/15 21:04:19.922 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0046
11/15/15 21:04:19.922 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 0307
11/15/15 21:04:19.923 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/15/15 21:04:19.923 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 8300
11/15/15 21:04:19.930 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0007
11/15/15 21:04:19.941 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 04E9
11/15/15 21:04:19.942 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/15/15 21:04:19.942 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 8400
11/15/15 21:04:19.942 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 00E9
11/15/15 21:04:19.943 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 05CA
11/15/15 21:04:19.943 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/15/15 21:04:19.943 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 8500
11/15/15 21:04:19.944 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 00CA
11/15/15 21:04:19.944 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 06FF
11/15/15 21:04:19.945 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/15/15 21:04:19.945 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 8600
11/15/15 21:04:19.945 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 00FF
11/15/15 21:04:19.946 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 070C
11/15/15 21:04:19.946 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/15/15 21:04:19.946 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 8700
11/15/15 21:04:19.947 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 000C
11/15/15 21:04:19.947 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 0845
11/15/15 21:04:19.948 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/15/15 21:04:19.948 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 8800
11/15/15 21:04:19.949 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0045
11/15/15 21:04:19.949 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 0900
11/15/15 21:04:19.971 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/15/15 21:04:19.971 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 8900
11/15/15 21:04:19.972 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0000
11/15/15 21:04:19.972 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 0A00
11/15/15 21:04:19.972 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/15/15 21:04:19.973 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 8A00
11/15/15 21:04:19.973 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0000
11/15/15 21:04:19.974 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 0B06
11/15/15 21:04:19.974 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/15/15 21:04:19.974 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 8B00
11/15/15 21:04:19.975 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0006
11/15/15 21:04:19.975 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 0C00
11/15/15 21:04:19.976 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/15/15 21:04:19.976 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 8C00
11/15/15 21:04:19.976 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0000
11/15/15 21:04:19.977 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 0D21
11/15/15 21:04:19.977 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/15/15 21:04:19.978 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 8D00
11/15/15 21:04:19.978 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0021
11/15/15 21:04:19.978 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 0E65
11/15/15 21:04:19.979 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/15/15 21:04:19.979 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 8E00
11/15/15 21:04:19.980 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0065
11/15/15 21:04:19.980 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 0F6A
11/15/15 21:04:19.981 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/15/15 21:04:19.981 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 8F00
11/15/15 21:04:19.991 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 006A
11/15/15 21:04:19.991 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 10C8
11/15/15 21:04:19.992 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/15/15 21:04:19.992 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 9000
11/15/15 21:04:19.993 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 00C8
11/15/15 21:04:19.993 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 1193
11/15/15 21:04:19.993 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/15/15 21:04:19.994 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 9100
11/15/15 21:04:19.994 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0093
11/15/15 21:04:19.994 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 1203
11/15/15 21:04:19.995 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/15/15 21:04:19.995 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 9200
11/15/15 21:04:19.996 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0003
11/15/15 21:04:19.996 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 1322
11/15/15 21:04:19.996 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/15/15 21:04:19.997 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 9300
11/15/15 21:04:19.997 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0022
11/15/15 21:04:19.998 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 14F8
11/15/15 21:04:19.998 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/15/15 21:04:19.999 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 9400
11/15/15 21:04:19.999 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 00F8
11/15/15 21:04:20.000 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 1534
11/15/15 21:04:20.000 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/15/15 21:04:20.001 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 9500
11/15/15 21:04:20.011 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0034
11/15/15 21:04:20.011 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 1607
11/15/15 21:04:20.012 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/15/15 21:04:20.012 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 9600
11/15/15 21:04:20.013 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0007
11/15/15 21:04:20.013 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 1730
11/15/15 21:04:20.013 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/15/15 21:04:20.014 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 9700
11/15/15 21:04:20.014 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0030
11/15/15 21:04:20.015 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 1818
11/15/15 21:04:20.015 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/15/15 21:04:20.015 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 9800
11/15/15 21:04:20.016 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0018
11/15/15 21:04:20.016 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 1916
11/15/15 21:04:20.017 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/15/15 21:04:20.017 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 9900
11/15/15 21:04:20.017 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0016
11/15/15 21:04:20.018 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 1A6C
11/15/15 21:04:20.018 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/15/15 21:04:20.018 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 9A00
11/15/15 21:04:20.019 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 006C
11/15/15 21:04:20.019 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 1B03
11/15/15 21:04:20.020 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/15/15 21:04:20.020 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 9B00
11/15/15 21:04:20.021 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0003
11/15/15 21:04:20.021 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 1C40
11/15/15 21:04:20.031 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/15/15 21:04:20.031 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 9C00
11/15/15 21:04:20.032 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0040
11/15/15 21:04:20.032 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 1D91
11/15/15 21:04:20.033 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/15/15 21:04:20.033 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 9D00
11/15/15 21:04:20.033 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0091
11/15/15 21:04:20.034 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 1E87
11/15/15 21:04:20.034 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/15/15 21:04:20.034 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 9E00
11/15/15 21:04:20.035 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0087
11/15/15 21:04:20.035 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 1F6B
11/15/15 21:04:20.036 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/15/15 21:04:20.036 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 9F00
11/15/15 21:04:20.037 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 006B
11/15/15 21:04:20.037 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 20F8
11/15/15 21:04:20.037 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/15/15 21:04:20.038 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: A000
11/15/15 21:04:20.038 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 00F8
11/15/15 21:04:20.038 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 2156
11/15/15 21:04:20.039 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/15/15 21:04:20.039 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: A100
11/15/15 21:04:20.040 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0056
11/15/15 21:04:20.040 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 2210
11/15/15 21:04:20.051 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/15/15 21:04:20.051 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: A200
11/15/15 21:04:20.052 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0010
11/15/15 21:04:20.052 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 23E9
11/15/15 21:04:20.052 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/15/15 21:04:20.053 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: A300
11/15/15 21:04:20.053 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 00E9
11/15/15 21:04:20.054 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 242A
11/15/15 21:04:20.054 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/15/15 21:04:20.054 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: A400
11/15/15 21:04:20.055 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 002A
11/15/15 21:04:20.055 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 2500
11/15/15 21:04:20.056 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/15/15 21:04:20.056 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: A500
11/15/15 21:04:20.056 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0000
11/15/15 21:04:20.057 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 261F
11/15/15 21:04:20.057 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/15/15 21:04:20.058 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: A600
11/15/15 21:04:20.058 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 001F
11/15/15 21:04:20.058 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 2741
11/15/15 21:04:20.059 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/15/15 21:04:20.059 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: A700
11/15/15 21:04:20.059 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0041
11/15/15 21:04:20.060 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 2800
11/15/15 21:04:20.060 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/15/15 21:04:20.061 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: A800
11/15/15 21:04:20.071 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0000
11/15/15 21:04:20.071 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 2959
11/15/15 21:04:20.072 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/15/15 21:04:20.072 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: A900
11/15/15 21:04:20.072 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0059
11/15/15 21:04:20.073 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 2C81
11/15/15 21:04:20.073 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/15/15 21:04:20.074 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: AC00
11/15/15 21:04:20.074 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0081
11/15/15 21:04:20.074 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 2D35
11/15/15 21:04:20.075 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/15/15 21:04:20.075 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: AD00
11/15/15 21:04:20.076 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0035
11/15/15 21:04:20.076 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 3EC2
11/15/15 21:04:20.076 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F0F
11/15/15 21:04:20.077 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: BE00
11/15/15 21:04:20.077 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 00C2
11/15/15 21:04:20.078 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 3A
11/15/15 21:04:20.078 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F
11/15/15 21:04:20.078 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 3A
11/15/15 21:04:20.079 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F
11/15/15 21:04:20.079 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Sending: 34
11/15/15 21:04:20.080 Module HomeMatic BidCoS: TI CC110X "My-CC1101": Debug: Received: 0F
11/15/15 21:04:20.081 Debug: GPIO path for GPIO with index 1 and device cc1100 set to "/sys/class/gpio/gpio18".
11/15/15 21:04:20.082 Debug: GPIO path for GPIO with index 2 and device cc1100 set to "/sys/class/gpio/gpio15".
11/15/15 21:04:20.083 Debug: GPIO 15 set to 1.
Und erst jetzt ist das 135kHz-Signal an GDO0 weg und der RasPi wieder benutzbar.
Es scheint also in irgend einem anderen Teil des Codes bereits lange vor der Initialisierung des Funkchips der GPIO (bei mir 18) auf Interruptbetrieb umgestellt zu werden…
Könntest Du da evtl. nochmal gucken?
Danke!
VIele Grüße,
-oli-