Zitat von: Adimarantis am 14 April 2026, 20:40:02Looks like something in your environment does not work with my check for the Protocol::Dbus, but as it only affects the check script, it is probably safe to ignore. All I'm doing is#!/usr/bin/perl -w
use strict;
use warnings;
use Protocol::DBus;
print \$Protocol::DBus::VERSION."\n";
Thanks again. If I run your script the answer is
SCALAR(0x558dd3bd40)
No idea what it is.
Anyway, to night trying to reregister gives me first an
Failed to register: StatusCode: 502 (ExternalServiceFailureException)
and the second time
Failed to register: [429] Rate Limited (RateLimitException)
So no luck yet, I have to wait another day.
#!/usr/bin/perl -w
use strict;
use warnings;
use Protocol::DBus;
print \$Protocol::DBus::VERSION."\n";Zitat von: Ralf9 am 14 April 2026, 19:18:10Die RSSI Werte lagen zwischen ca -90 und -115
Zitat von: caldir65 am 14 April 2026, 15:41:17Hier noch diese beiden Ausgaben angehängtHallo Christoph,
Zitat von: pillepalle12 am 14 April 2026, 10:43:10Bei mir ist leider nach dem neuen Update auch immer wieder der Status auf disconnected.Steht das device vielleicht noch auf disable=1?
Funktioniert es bei Euch?
Danke