Zitat von: FlatTV am 03 März 2026, 06:03:22(Shelly_HttpResponse:code) Device PUMPE has Error '404: No handler for BLE.CloudRelay.List', state is set to 'Error: No Handler'Dieses Feature wird von der Zigbee-FW nicht unterstützt, daher diese Meldung. Wird mit dem nächsten Update bereinigt.Zitat von: betateilchen am 03 März 2026, 17:30:42An der Stelle kommt es auf Groß-/Kleinschreibung an.
return "FRITZBOX-define: define <name> FRITZBOX <IP address | DNS name>" if(@args != 3);
$hash->{INFO_DEFINE} = "Please redefine Device: defmod <name> FRITZBOX <IP address | DNS name>" if @args == 2;
return "FRITZBOX-define: define <name> FRITZBOX <IP address | DNS name>" if(@args < 2 || @args > 3);
Das geht dann in der Hilfe weiter:<a name="FRITZBOX"></a>
<h3>FRITZBOX</h3>
<code>define <name> FRITZBOX <host></code>
define FritzBox_7590_Test FRITZ 192.168.178.1
hat bei mir übrigens funktioniert. Fritz_Readout_Add_Reading $hash, $roReadings, $rName . "_last_negotiation", (strftime "%d-%m-%Y %H:%M:%S", localtime($_->{connected_since}));
sollte schon so bleiben: Fritz_Readout_Add_Reading $hash, $roReadings, $rName . "_last_negotiation", (main::strftime "%d-%m-%Y %H:%M:%S", localtime($_->{connected_since}));
Das dürfte auch wieder alle "strftime" betreffen.Zitat von: rabehd am 03 März 2026, 15:08:58Zitat von: JoWiemann am 03 März 2026, 14:52:22aber man beachte Groß/Klein-Schreibung: 72_Fritz.pmCannot load module Fritz
defmod FritzBox_n FRITZ 192.168.xx.xxdefmod FritzBox_n Fritz 192.168.xx.xx