[5/5/2026, 8:37:48 PM] TypeError: Cannot read properties of undefined (reading 'DATA')
at new S2R1Characteristic (/homebridge/node_modules/homebridge-fhem/node_modules/fakegato-history/fakegato-history.js:77:36)
at FakeGatoHistory.addCharacteristic (/homebridge/node_modules/homebridge/node_modules/@homebridge/hap-nodejs/src/lib/Service.ts:528:57)
at FakeGatoHistory.registerEvents (/homebridge/node_modules/homebridge-fhem/node_modules/fakegato-history/fakegato-history.js:507:10)
at new FakeGatoHistory (/homebridge/node_modules/homebridge-fhem/node_modules/fakegato-history/fakegato-history.js:476:9)
at FHEMAccessory.getServices (/homebridge/node_modules/homebridge-fhem/index.js:2973:33)
at BridgeService.createHAPAccessory (file:///homebridge/node_modules/homebridge/src/bridgeService.ts:508:41)
at file:///homebridge/node_modules/homebridge/src/bridgeService.ts:578:34
at Array.forEach (<anonymous>)
at file:///homebridge/node_modules/homebridge/src/bridgeService.ts:569:21
at /homebridge/node_modules/homebridge/node_modules/@homebridge/hap-nodejs/src/lib/util/once.ts:15:14
at FHEMPlatform.<anonymous> (/homebridge/node_modules/homebridge-fhem/index.js:1226:22)
at Request.self.callback (/homebridge/node_modules/homebridge-fhem/node_modules/postman-request/request.js:311:12)
at Request.emit (node:events:509:28)
at Request.<anonymous> (/homebridge/node_modules/homebridge-fhem/node_modules/postman-request/request.js:1577:10)
at Request.emit (node:events:509:28)
at Gunzip.<anonymous> (/homebridge/node_modules/homebridge-fhem/node_modules/postman-request/request.js:1448:12)Log3 $name,4,"[Shelly_Set] switching channel $channel for device $name with command $cmd";#4
# Log3 $name,0,"[Shelly_Set] $name ".$hash->{props}{namespace}." ".($hash->{props}{gen}?1:0);
my $state_preview;
if( $cmd =~ /turn=on/ || $cmd =~ /on=true/ ){
$state_preview = "set_on";
}elsif( $cmd =~ /turn=off/ || $cmd =~ /on=false/ ){
$state_preview = "set_off";
}
if( defined($state_preview) ){
readingsBeginUpdate($hash);
readingsBulkUpdate($hash, "state", $state_preview);
if( defined($channel) && $channel =~ /^\d+$/ ){
readingsBulkUpdate($hash, "relay_$channel", $state_preview);
}
readingsEndUpdate($hash, 1);
}
Zitat[FHEM] Child bridge ended (code 1, signal null). The child bridge ended unexpectedly, which is normally due to the plugin not catching its errors properly. Please report this to the plugin developer by clicking on the 'Report An Issue' option in the plugin menu dropdown from the Homebridge UI. If there are related logs shown above, please include them in your report.
Zitat von: Beta-User am 05 Mai 2026, 16:42:22Übersehe ich bei diesem überschlägigen Vergleich was wichtiges?
Zitat von: grappa24 am 04 Mai 2026, 11:49:11@Dieter: Sind das 2 getrennte Strings am Knoten? Falls ja wie eingerichtet?Das sind 3 WR!
