homebridge-logic
-
-
habe eben das plugin installiert und möchte damit homebridge-delayswitch ablösen. Einfach weil es super ist das in eve machen zu können und nicht immer erst die config bearbeiten zu müssen
Was würde denn jetzt dem Delay switch entsprechen der bei drücken nach einer definierten zeit sich wieder ausschaltet? ist das der Counter oder Timer?Ok es ist der Timer
Ganz stark dieses Plugin !
Ok aber jetzt klemmt es bei mir irgendwie.
Ich habe einen timer erstellt der 4 Sekunden eingeschaltet bleiben soll wenn er gedrückt wird.
Jetzt wollte ich das mit dem weather-extended Plugin kombinieren das Um 0600 dieser timer einschaltet und mit einer zweiten Bedingung ein Licht in einer Farbe leuchten soll je nachdem das Wetter ist.
Aber ich kann den erstellten timer gar nicht in einer Regel einsetzen.
Starte mal die Eve App neu. Ich vermute der Regeleditor hat die neue Variable noch nicht erkannt. Das mit dem Hinzufügen von Variablen zur Laufzeit ist ein kleiner Hack, der in Homekit so eigentlich nicht gedacht ist .
Also ich hab es jetzt. Aber so das ich die Variable erst in eine Szene packen muss. Denn das geht ja in eve nur in Szenen.
Und in der Home App sieht man die Variable ja gar nicht als gerät.
Wofür könnte man eigentlich den Counter nutzen? Ich brauche Inspiration:)
nun kriege ich immer
Code
Alles anzeigenError: EACCES: permission denied, open '/var/lib/homebridge/logic/6696aaf52b6923b247b139c4095f85e6' at Error (native) at Object.fs.openSync (fs.js:640:18) at Object.fs.writeFileSync (fs.js:1333:33) at Object.persistKeySync (/usr/local/lib/node_modules/homebridge-logic/node_modules/node-persist/src/local-storage.js:471:16) at Object.setItemSync (/usr/local/lib/node_modules/homebridge-logic/node_modules/node-persist/src/local-storage.js:255:14) at Object.addVariable (/usr/local/lib/node_modules/homebridge-logic/accessories/variableAdd.js:339:17) at Object.addVariableCallback (/usr/local/lib/node_modules/homebridge-logic/accessories/variableAdd.js:101:9) at emitMany (events.js:127:13) at emit (events.js:201:7) at Characteristic.setValue (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/Characteristic.js:311:10)
wenn ich eine variable in der Eve App anmachen will. Ich glaube das liegt daran, dass mein homebridge nicht unter root läuft, sondern in init.d/homebridge
Da scheinen auf jeden Fall schreibrechte zu fehlen. Stell doch um auf systemd.
Maz Ach du möchtest mit den Timer steuern, ja das geht bei Homekit generell nur in Szenen. Den Status des Timers auswerten geht natürlich ohne.
Apple unterstützt nur echte Geräteeigenschaften. Der Hack von dem ich sprach, fügt den Timer nicht als neues Gerät hinzu (das würde zu Fehlern in Homekit führen) sondern als Eigenschaft zu einem bereits bestehenden Gerät ("My Variables"). Der Nachteil ist, dass die Apple Home App das Gerät nicht anzeigt.
secretagentman Du musst die Berechtigungen des gesamten hombridge Ordners auf den User ändern, der bei dir homebridge ausführt.
naofireblade Maz danke Jungs. Ich glaube ich stelle alles erstmal auf systemd um. Will sowieso erstmal mehrere Instanzen am laufen haben.
Genau. Das fand ich immer nett das man in der Home App direkt ein Gerät nehmen kann und nicht erst eine Szene erstellen muss. Aber wenn man es weiß ist es auch ok
Wofür könnte man eigentlich den Counter nutzen? Ich brauche Inspiration:)
Wie ich schon andeutete, kann man quasi beliebig viele Szenen auf Counterwerte legen und dann mit Homekit kompatiblen Schaltern durchsteppen. Beim Philips Dimmschalter bspw. kann ich so mit den Hoch- und Runterdimmtastern meine ausgesuchten Szenen vor und zurückschalten - Raum- und Systemübergreifend (TRÅDFRI, Hue, Koogeek etc. in harmonischer Eintracht). Theoretisch könnte man auf jede Taste einen eigenen Raum mit unbegrenzt vielen Szenen legen und diese durchswitchen und per EVE Regel bei Ende des Counterstandes wieder bei Null beginnen. Der Counter ist wirklich großartig, sowie das gesamte Plugin.
Hallo loonypac danke für deinen detaillierten Post. Toll zu sehen was du damit alles machst. Nachträgliches Ändern von Variablen ist eine gute Idee, die sich relativ schnell implementieren lassen sollte.
Gern geschehen! Bin auf zukünftige Updates sehr gespannt!
Wie ich schon andeutete, kann man quasi beliebig viele Szenen auf Counterwerte legen und dann mit Homekit kompatiblen Schaltern durchsteppen. Beim Philips Dimmschalter bspw. kann ich so mit den Hoch- und Runterdimmtastern meine ausgesuchten Szenen vor und zurückschalten - Raum- und Systemübergreifend (TRÅDFRI, Hue, Koogeek etc. in harmonischer Eintracht). Theoretisch könnte man auf jede Taste einen eigenen Raum mit unbegrenzt vielen Szenen legen und diese durchswitchen und per EVE Regel bei Ende des Counterstandes wieder bei Null beginnen. Der Counter ist wirklich großartig, sowie das gesamte Plugin.
Je mehr Szenen auf einer taste sind umso unübersichtlicher wird es doch. man kann ja bei iconnecthue auch schon Szenen auf einer taste durchschalten. Aber mir geht da einfach die übersicht verloren.
Ich hatte beim Counter eher an etwas gedacht was andersum ist als der timer. Aber verstehe ich die Funktion richtig das man eine anzahl von zb 5 festlegen kann und man dann bei jedem Count eine regel erstellen kann? Count 1=Szene 1; Count 2 =Szene2 usw...
Und dann kann man die nicht nur in eine Richtung schalten sondern hoch und runter?
Ich kenne iconnecthue nicht, aber kann man damit denn Homekit Szenen mit Plugs unterschiedlicher Hersteller schalten? Mit dem Counter kann ich Szenen soviel ich will durchschalten und dabei alles verwenden, was in Szenen speicherbar ist.
Und ja, pro Counterwert 1 Szene bzw. mehrere Szenen gleichzeitig in EVE
Und ja, pro Taste vor und zurück = 2 Tasten
Das kombiniert mit EVE Regeln schafft immense Möglichkeiten. Was nur noch fehlt ist eine Taste-Halten-Funktion.
Im Prinzip kann man sogar Systemübergreifend Dimmen. Entweder in einzelnen Prozentschritten, was einen Counter mit 100 Stufen nötig machte, oder eben abgestuft in 10% Schritten, was sicherlich praktikabler ist. Schließlich will das alles einzeln programmiert werden. Prinzipiell sollte es aber gehen.
Mit iconnecthue kann man nur Licht schalten. Also nicht alle Homekit Szenen. Ja da ist dann der Unterschied.
Bei mir ist es nutzlos, wenn ich nur Hue Leuchten schalten kann, da ich wie gesagt Mischsysteme habe mit Hue Strips + TRÅDFRI bunt + Incipio dimmbare E27 Adapter + Koogeek Schaltsteckdosen + AVM Schaltsteckdosen (teilweise mit Lampen, teilweise mit Fernsehern, Computern u.ä.) und diese per ausgesuchter Szenen simultan umschalten möchte. Mit 5 bis 10 Szenen pro Raum decke ich das für mich nötige Spektrum ab und behalte trotzdem die Übersicht. Will man etwas ändern, muss man entweder nur die einzelnen Szenen editieren oder neue Szenen ratzfatz mit den Counterwerten verknüpfen. Das finde ich grade bei komplexen Systemen ziemlich transparent und schnell einrichtbar, wenn der Schalter erst einmal mit dem Counter verknüpft wurde.
Schon klar. Ich nutze auch verschiedene Systeme und es ist natürlich von Vorteil wenn man nicht nur Licht schalten möchte
Aber ich bleib dabei. Mir würde die Übersicht einfach verloren gehen bei so vielen Szenen auf einer Taste.
Aber danke dir trotzdem. Jetzt weiß ich wofür dieser Counter überhaupt gut ist !:)
Ok ich dachte das wäre ein gutes Plugin, welches mich bei diversen Automationen unterstützen könnte. Aber leider startet Homebridge nun nicht mehr.
Installation über HB selbst. Neustart HB keinerlei Probleme. Standard Konfig eingebaut:
{
"platform": "Logic",
"name": "Logic",
"cacheDir": "/var/lib/homebridge/logic"
}
Neustart RasPi. Seit dem kriege ich sie über das Browserinterface nicht mehr.
Dann eingegeben:
sudo chown -R $USER /usr/local && npm install -g --unsafe-perm homebridge-logic
updated 1 package in 1.633s
Neustart Raspi. Nix.
Dann eingegeben:
sudo npm install -g homebridge-logic
Neustart Raspi. Nix.
Logddatei, groß, Teil 1:
[
tt] [/tt]
Oct 25 14:48:15 raspberrypi systemd[1]: Started Node.js HomeKit Server.
Oct 25 14:48:15 raspberrypi kernel: [ 0.973049] pci_bus 0000:00: root bus resource [mem 0x600000000-0x603ffffff] (bus address [0xf8000000-0xfbffffff])
Oct 25 14:48:15 raspberrypi kernel: [ 0.973124] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
Oct 25 14:48:15 raspberrypi kernel: [ 0.973376] pci 0000:00:00.0: PME# supported from D0 D3hot
Oct 25 14:48:15 raspberrypi kernel: [ 0.976719] PCI: bus0: Fast back to back transfers disabled
Oct 25 14:48:15 raspberrypi kernel: [ 0.976956] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
Oct 25 14:48:15 raspberrypi kernel: [ 0.977114] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
Oct 25 14:48:15 raspberrypi systemd[1]: Starting LSB: Switch to ondemand cpu governor (unless shift key is pressed)...
Oct 25 14:48:15 raspberrypi kernel: [ 0.977547] pci 0000:01:00.0: PME# supported from D0 D3cold
Oct 25 14:48:15 raspberrypi kernel: [ 0.980963] PCI: bus1: Fast back to back transfers disabled
Oct 25 14:48:15 raspberrypi systemd[1]: Condition check resulted in getty on tty2-tty6 if dbus and logind are not available being skipped.
Oct 25 14:48:15 raspberrypi systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
Oct 25 14:48:15 raspberrypi systemd[1]: Started deCONZ: ZigBee gateway -- WIFI Service.
Oct 25 14:48:15 raspberrypi systemd[1]: Starting Check for Raspberry Pi EEPROM updates...
Oct 25 14:48:15 raspberrypi systemd[1]: Starting rng-tools.service...
Oct 25 14:48:15 raspberrypi systemd[1]: Started deCONZ: ZigBee gateway -- Update Service.
Oct 25 14:48:15 raspberrypi systemd[1]: Started D-Bus System Message Bus.
Oct 25 14:48:15 raspberrypi systemd[1]: Starting WPA supplicant...
Oct 25 14:48:15 raspberrypi systemd[1]: Started deCONZ: ZigBee gateway -- REST API.
Oct 25 14:48:15 raspberrypi systemd[1]: Condition check resulted in Turn on SSH if /boot/ssh is present being skipped.
Oct 25 14:48:15 raspberrypi systemd[1]: Starting System Logging Service...
Oct 25 14:48:15 raspberrypi rng-tools[343]: Starting Hardware RNG entropy gatherer daemon: rngd.
Oct 25 14:48:15 raspberrypi rngd[352]: rngd 2-unofficial-mt.14 starting up...
Oct 25 14:48:15 raspberrypi systemd[1]: Started Manage Sound Card State (restore and store).
Oct 25 14:48:15 raspberrypi systemd[1]: Starting Save/Restore Sound Card State...
Oct 25 14:48:15 raspberrypi systemd[1]: Starting deCONZ: ZigBee gateway -- Initialisation...
Oct 25 14:48:15 raspberrypi alsactl[353]: alsactl 1.1.8 daemon started
Oct 25 14:48:15 raspberrypi systemd[1]: Started Regular background program processing daemon.
Oct 25 14:48:15 raspberrypi cron[365]: (CRON) INFO (pidfile fd = 3)
Oct 25 14:48:15 raspberrypi systemd[1]: Starting dphys-swapfile - set up, mount/unmount, and delete a swap file...
Oct 25 14:48:15 raspberrypi rpi-eeprom-update[341]: BCM2711 detected
Oct 25 14:48:15 raspberrypi rpi-eeprom-update[341]: Dedicated VL805 EEPROM detected
Oct 25 14:48:15 raspberrypi kernel: [ 0.981035] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
Oct 25 14:48:15 raspberrypi kernel: [ 0.981072] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
Oct 25 14:48:15 raspberrypi systemd[1]: Starting Configure Bluetooth Modems connected by UART...
Oct 25 14:48:15 raspberrypi kernel: [ 0.981169] pci 0000:00:00.0: PCI bridge to [bus 01]
Oct 25 14:48:15 raspberrypi kernel: [ 0.981204] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff]
Oct 25 14:48:15 raspberrypi kernel: [ 0.981512] pcieport 0000:00:00.0: enabling device (0140 -> 0142)
Oct 25 14:48:15 raspberrypi kernel: [ 0.981760] pcieport 0000:00:00.0: PME: Signaling with IRQ 55
Oct 25 14:48:15 raspberrypi kernel: [ 0.982148] pcieport 0000:00:00.0: AER: enabled with IRQ 55
Oct 25 14:48:15 raspberrypi kernel: [ 0.982461] pci 0000:01:00.0: enabling device (0140 -> 0142)
Oct 25 14:48:15 raspberrypi avahi-daemon[338]: Found user 'avahi' (UID 108) and group 'avahi' (GID 113).
Oct 25 14:48:15 raspberrypi kernel: [ 0.989076] iproc-rng200 fe104000.rng: hwrng registered
Oct 25 14:48:15 raspberrypi avahi-daemon[338]: Successfully dropped root privileges.
Oct 25 14:48:15 raspberrypi kernel: [ 0.989416] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
Oct 25 14:48:15 raspberrypi kernel: [ 0.990048] vc-sm: Videocore shared memory driver
Oct 25 14:48:15 raspberrypi kernel: [ 0.990657] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
Oct 25 14:48:15 raspberrypi kernel: [ 1.002316] brd: module loaded
Oct 25 14:48:15 raspberrypi kernel: [ 1.014155] loop: module loaded
Oct 25 14:48:15 raspberrypi kernel: [ 1.015485] Loading iSCSI transport class v2.0-870.
Oct 25 14:48:15 raspberrypi kernel: [ 1.017417] libphy: Fixed MDIO Bus: probed
Oct 25 14:48:15 raspberrypi kernel: [ 1.018004] bcmgenet fd580000.ethernet: failed to get enet clock
Oct 25 14:48:15 raspberrypi rngd[352]: entropy feed to the kernel ready
Oct 25 14:48:15 raspberrypi kernel: [ 1.018038] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
Oct 25 14:48:15 raspberrypi kernel: [ 1.018073] bcmgenet fd580000.ethernet: failed to get enet-wol clock
Oct 25 14:48:15 raspberrypi systemd[1]: Starting Login Service...
Oct 25 14:48:15 raspberrypi kernel: [ 1.018107] bcmgenet fd580000.ethernet: failed to get enet-eee clock
Oct 25 14:48:15 raspberrypi kernel: [ 1.018147] bcmgenet: Skipping UMAC reset
Oct 25 14:48:15 raspberrypi kernel: [ 1.030550] libphy: bcmgenet MII bus: probed
Oct 25 14:48:15 raspberrypi kernel: [ 1.120600] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
Oct 25 14:48:15 raspberrypi kernel: [ 1.121609] usbcore: registered new interface driver r8152
Oct 25 14:48:15 raspberrypi kernel: [ 1.121688] usbcore: registered new interface driver lan78xx
Oct 25 14:48:15 raspberrypi avahi-daemon[338]: avahi-daemon 0.7 starting up.
Oct 25 14:48:15 raspberrypi kernel: [ 1.121771] usbcore: registered new interface driver smsc95xx
Oct 25 14:48:15 raspberrypi kernel: [ 1.122186] xhci_hcd 0000:01:00.0: xHCI Host Controller
Oct 25 14:48:15 raspberrypi systemd[1]: Condition check resulted in Copy user wpa_supplicant.conf being skipped.
Oct 25 14:48:15 raspberrypi kernel: [ 1.122233] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
Oct 25 14:48:15 raspberrypi kernel: [ 1.124566] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000001000000890
Oct 25 14:48:15 raspberrypi kernel: [ 1.125843] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
Oct 25 14:48:15 raspberrypi kernel: [ 1.125880] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 25 14:48:15 raspberrypi kernel: [ 1.125911] usb usb1: Product: xHCI Host Controller
Oct 25 14:48:15 raspberrypi kernel: [ 1.125937] usb usb1: Manufacturer: Linux 5.4.51-v7l+ xhci-hcd
Oct 25 14:48:15 raspberrypi cron[365]: (CRON) INFO (Running @reboot jobs)
Oct 25 14:48:15 raspberrypi kernel: [ 1.125964] usb usb1: SerialNumber: 0000:01:00.0
Oct 25 14:48:15 raspberrypi kernel: [ 1.126556] hub 1-0:1.0: USB hub found
Oct 25 14:48:15 raspberrypi systemd[1]: Starting dhcpcd on all interfaces...
Oct 25 14:48:15 raspberrypi kernel: [ 1.126660] hub 1-0:1.0: 1 port detected
Oct 25 14:48:15 raspberrypi kernel: [ 1.127200] xhci_hcd 0000:01:00.0: xHCI Host Controller
Oct 25 14:48:15 raspberrypi kernel: [ 1.127239] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
Oct 25 14:48:15 raspberrypi kernel: [ 1.127280] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
Oct 25 14:48:15 raspberrypi kernel: [ 1.127734] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
Oct 25 14:48:15 raspberrypi kernel: [ 1.127769] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 25 14:48:15 raspberrypi systemd[1]: Starting triggerhappy global hotkey daemon...
Oct 25 14:48:15 raspberrypi systemd[1]: Reached target System Time Synchronized.
Oct 25 14:48:15 raspberrypi systemd[1]: Started Daily apt download activities.
Oct 25 14:48:15 raspberrypi systemd[1]: Started Daily man-db regeneration.
Oct 25 14:48:15 raspberrypi systemd[1]: Started Daily apt upgrade and clean activities.
Oct 25 14:48:15 raspberrypi systemd[1]: Started Daily rotation of log files.
Oct 25 14:48:15 raspberrypi systemd[1]: Reached target Timers.
Oct 25 14:48:15 raspberrypi rsyslogd: imuxsock: Acquired UNIX socket '/run/systemd/journal/syslog' (fd 3) from systemd. [v8.1901.0]
Oct 25 14:48:15 raspberrypi rsyslogd: [origin software="rsyslogd" swVersion="8.1901.0" x-pid="351" x-info="https://www.rsyslog.com"] start
Oct 25 14:48:15 raspberrypi thd[397]: Found socket passed from systemd
Oct 25 14:48:15 raspberrypi systemd[1]: Started System Logging Service.
Oct 25 14:48:15 raspberrypi systemd[1]: Started triggerhappy global hotkey daemon.
Oct 25 14:48:15 raspberrypi systemd[1]: Started rng-tools.service.
Oct 25 14:48:15 raspberrypi kernel: [ 1.127801] usb usb2: Product: xHCI Host Controller
Oct 25 14:48:15 raspberrypi kernel: [ 1.127827] usb usb2: Manufacturer: Linux 5.4.51-v7l+ xhci-hcd
Oct 25 14:48:15 raspberrypi kernel: [ 1.127854] usb usb2: SerialNumber: 0000:01:00.0
Oct 25 14:48:15 raspberrypi kernel: [ 1.128413] hub 2-0:1.0: USB hub found
Oct 25 14:48:15 raspberrypi kernel: [ 1.128491] hub 2-0:1.0: 4 ports detected
Oct 25 14:48:15 raspberrypi kernel: [ 1.129937] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
Oct 25 14:48:15 raspberrypi kernel: [ 1.130219] dwc_otg: FIQ enabled
Oct 25 14:48:15 raspberrypi kernel: [ 1.130231] dwc_otg: NAK holdoff enabled
Oct 25 14:48:15 raspberrypi kernel: [ 1.130242] dwc_otg: FIQ split-transaction FSM enabled
Oct 25 14:48:15 raspberrypi kernel: [ 1.130257] Module dwc_common_port init
Oct 25 14:48:15 raspberrypi kernel: [ 1.130728] usbcore: registered new interface driver uas
Oct 25 14:48:15 raspberrypi kernel: [ 1.130850] usbcore: registered new interface driver usb-storage
Oct 25 14:48:15 raspberrypi kernel: [ 1.131065] mousedev: PS/2 mouse device common for all mice
Oct 25 14:48:15 raspberrypi kernel: [ 1.133088] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
Oct 25 14:48:15 raspberrypi kernel: [ 1.135519] sdhci: Secure Digital Host Controller Interface driver
Oct 25 14:48:15 raspberrypi kernel: [ 1.135548] sdhci: Copyright(c) Pierre Ossman
Oct 25 14:48:15 raspberrypi kernel: [ 1.136129] mmc-bcm2835 fe300000.mmcnr: could not get clk, deferring probe
Oct 25 14:48:15 raspberrypi kernel: [ 1.136668] sdhci-pltfm: SDHCI platform and OF driver helper
Oct 25 14:48:15 raspberrypi kernel: [ 1.140347] ledtrig-cpu: registered to indicate activity on CPUs
Oct 25 14:48:15 raspberrypi kernel: [ 1.140716] hidraw: raw HID events driver (C) Jiri Kosina
Oct 25 14:48:15 raspberrypi kernel: [ 1.140911] usbcore: registered new interface driver usbhid
Oct 25 14:48:15 raspberrypi kernel: [ 1.140937] usbhid: USB HID core driver
Oct 25 14:48:15 raspberrypi kernel: [ 1.141939] vchiq: vchiq_init_state: slot_zero = (ptrval)
Oct 25 14:48:15 raspberrypi kernel: [ 1.143802] [vc_sm_connected_init]: start
Oct 25 14:48:15 raspberrypi kernel: [ 1.152706] [vc_sm_connected_init]: end - returning 0
Oct 25 14:48:15 raspberrypi kernel: [ 1.154763] Initializing XFRM netlink socket
Oct 25 14:48:15 raspberrypi kernel: [ 1.154825] NET: Registered protocol family 17
Oct 25 14:48:15 raspberrypi kernel: [ 1.154952] Key type dns_resolver registered
Oct 25 14:48:15 raspberrypi kernel: [ 1.155330] Registering SWP/SWPB emulation handler
Oct 25 14:48:15 raspberrypi kernel: [ 1.155638] registered taskstats version 1
Oct 25 14:48:15 raspberrypi kernel: [ 1.155669] Loading compiled-in X.509 certificates
Oct 25 14:48:15 raspberrypi kernel: [ 1.156171] Key type ._fscrypt registered
Oct 25 14:48:15 raspberrypi kernel: [ 1.156197] Key type .fscrypt registered
Oct 25 14:48:15 raspberrypi kernel: [ 1.166184] uart-pl011 fe201000.serial: cts_event_workaround enabled
Oct 25 14:48:15 raspberrypi kernel: [ 1.166270] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 29, base_baud = 0) is a PL011 rev2
Oct 25 14:48:15 raspberrypi kernel: [ 1.172237] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
Oct 25 14:48:15 raspberrypi kernel: [ 1.173171] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
Oct 25 14:48:15 raspberrypi kernel: [ 1.173202] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
Oct 25 14:48:15 raspberrypi kernel: [ 1.224222] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
Oct 25 14:48:15 raspberrypi kernel: [ 1.225890] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
Oct 25 14:48:15 raspberrypi kernel: [ 1.227556] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
Oct 25 14:48:15 raspberrypi kernel: [ 1.231663] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
Oct 25 14:48:15 raspberrypi kernel: [ 1.233347] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
Oct 25 14:48:15 raspberrypi kernel: [ 1.236614] mmc0: SDHCI controller on fe340000.emmc2 [fe340000.emmc2] using ADMA
Oct 25 14:48:15 raspberrypi kernel: [ 1.239409] of_cfs_init
Oct 25 14:48:15 raspberrypi kernel: [ 1.239530] of_cfs_init: OK
Oct 25 14:48:15 raspberrypi kernel: [ 1.240625] Waiting for root device PARTUUID=738a4d67-02...
Oct 25 14:48:15 raspberrypi kernel: [ 1.283069] random: fast init done
Oct 25 14:48:15 raspberrypi kernel: [ 1.342619] mmc0: new ultra high speed DDR50 SDHC card at address aaaa
Oct 25 14:48:15 raspberrypi kernel: [ 1.343554] mmcblk0: mmc0:aaaa SC32G 29.7 GiB
Oct 25 14:48:15 raspberrypi kernel: [ 1.347848] mmcblk0: p1 p2
Oct 25 14:48:15 raspberrypi kernel: [ 1.350394] mmc1: new high speed SDIO card at address 0001
Oct 25 14:48:15 raspberrypi kernel: [ 1.373473] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
Oct 25 14:48:15 raspberrypi kernel: [ 1.373560] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
Oct 25 14:48:15 raspberrypi kernel: [ 1.378450] devtmpfs: mounted
Oct 25 14:48:15 raspberrypi kernel: [ 1.386453] Freeing unused kernel memory: 2048K
Oct 25 14:48:15 raspberrypi kernel: [ 1.400801] Run /sbin/init as init process
Oct 25 14:48:15 raspberrypi kernel: [ 1.490564] usb 1-1: new high-speed USB device number 2 using xhci_hcd
Oct 25 14:48:15 raspberrypi kernel: [ 1.673181] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21
Oct 25 14:48:15 raspberrypi kernel: [ 1.673223] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Oct 25 14:48:15 raspberrypi kernel: [ 1.673252] usb 1-1: Product: USB2.0 Hub
Oct 25 14:48:15 raspberrypi kernel: [ 1.675106] hub 1-1:1.0: USB hub found
Oct 25 14:48:15 raspberrypi kernel: [ 1.675420] hub 1-1:1.0: 4 ports detected
Oct 25 14:48:15 raspberrypi kernel: [ 1.952278] NET: Registered protocol family 10
Oct 25 14:48:15 raspberrypi kernel: [ 1.953651] Segment Routing with IPv6
Oct 25 14:48:15 raspberrypi kernel: [ 2.000577] usb 1-1.3: new full-speed USB device number 3 using xhci_hcd
Oct 25 14:48:15 raspberrypi kernel: [ 2.139713] usb 1-1.3: New USB device found, idVendor=1cf1, idProduct=0030, bcdDevice= 1.00
Oct 25 14:48:15 raspberrypi kernel: [ 2.139760] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Oct 25 14:48:15 raspberrypi kernel: [ 2.139795] usb 1-1.3: Product: ConBee II
Oct 25 14:48:15 raspberrypi kernel: [ 2.139822] usb 1-1.3: Manufacturer: dresden elektronik ingenieurtechnik GmbH
Oct 25 14:48:15 raspberrypi kernel: [ 2.139851] usb 1-1.3: SerialNumber: DE2217814
Oct 25 14:48:15 raspberrypi kernel: [ 2.756922] random: systemd: uninitialized urandom read (16 bytes read)
Oct 25 14:48:15 raspberrypi kernel: [ 2.768788] random: systemd: uninitialized urandom read (16 bytes read)
Oct 25 14:48:15 raspberrypi kernel: [ 2.770179] random: systemd: uninitialized urandom read (16 bytes read)
Oct 25 14:48:15 raspberrypi kernel: [ 3.454581] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
Oct 25 14:48:15 raspberrypi kernel: [ 4.089312] rpivid-mem feb00000.hevc-decoder: rpivid-hevcmem initialised: Registers at 0xfeb00000 length 0x00010000
Oct 25 14:48:15 raspberrypi kernel: [ 4.094940] rpivid-mem feb10000.rpivid-local-intc: rpivid-intcmem initialised: Registers at 0xfeb10000 length 0x00001000
Oct 25 14:48:15 raspberrypi kernel: [ 4.097868] rpivid-mem feb20000.h264-decoder: rpivid-h264mem initialised: Registers at 0xfeb20000 length 0x00010000
Oct 25 14:48:15 raspberrypi kernel: [ 4.100265] rpivid-mem feb30000.vp9-decoder: rpivid-vp9mem initialised: Registers at 0xfeb30000 length 0x00010000
Oct 25 14:48:15 raspberrypi kernel: [ 4.146863] mc: Linux media interface: v0.10
Oct 25 14:48:15 raspberrypi kernel: [ 4.147161] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
Oct 25 14:48:15 raspberrypi kernel: [ 4.163937] bcm2835_audio bcm2835_audio: card created with 8 channels
Oct 25 14:48:15 raspberrypi kernel: [ 4.179299] videodev: Linux video capture interface: v2.00
Oct 25 14:48:15 raspberrypi kernel: [ 4.202559] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
Oct 25 14:48:15 raspberrypi kernel: [ 4.302383] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
Oct 25 14:48:15 raspberrypi kernel: [ 4.302407] [vc_sm_connected_init]: start
Oct 25 14:48:15 raspberrypi kernel: [ 4.315135] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
Oct 25 14:48:15 raspberrypi kernel: [ 4.334277] [vc_sm_connected_init]: installed successfully
Oct 25 14:48:15 raspberrypi kernel: [ 4.374406] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
Oct 25 14:48:15 raspberrypi kernel: [ 4.376492] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
Oct 25 14:48:15 raspberrypi kernel: [ 4.381093] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
Oct 25 14:48:15 raspberrypi kernel: [ 4.382397] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
Oct 25 14:48:15 raspberrypi kernel: [ 4.400827] cfg80211: Loading compiled-in X.509 certificates for regulatory database
Oct 25 14:48:15 raspberrypi kernel: [ 4.426828] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
Oct 25 14:48:15 raspberrypi kernel: [ 4.428107] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
Oct 25 14:48:15 raspberrypi kernel: [ 4.429303] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
Oct 25 14:48:15 raspberrypi kernel: [ 4.430968] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
Oct 25 14:48:15 raspberrypi kernel: [ 4.431038] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
Oct 25 14:48:15 raspberrypi kernel: [ 4.431106] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
Oct 25 14:48:15 raspberrypi kernel: [ 4.431173] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
Oct 25 14:48:15 raspberrypi kernel: [ 4.431238] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
Oct 25 14:48:15 raspberrypi kernel: [ 4.436383] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
Oct 25 14:48:15 raspberrypi kernel: [ 4.440707] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
Oct 25 14:48:15 raspberrypi kernel: [ 4.511375] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
Oct 25 14:48:15 raspberrypi kernel: [ 4.511438] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
Oct 25 14:48:15 raspberrypi kernel: [ 4.523974] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
Oct 25 14:48:15 raspberrypi kernel: [ 4.524015] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
Oct 25 14:48:15 raspberrypi kernel: [ 4.533326] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
Oct 25 14:48:15 raspberrypi kernel: [ 4.533367] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
Oct 25 14:48:15 raspberrypi kernel: [ 4.576362] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 0
Oct 25 14:48:15 raspberrypi kernel: [ 4.577240] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Oct 25 14:48:15 raspberrypi kernel: [ 4.639706] cdc_acm 1-1.3:1.0: ttyACM0: USB ACM device
Oct 25 14:48:15 raspberrypi kernel: [ 4.639774] brcmfmac: F1 signature read @0x18000000=0x15264345
Oct 25 14:48:15 raspberrypi kernel: [ 4.646392] usbcore: registered new interface driver cdc_acm
Oct 25 14:48:15 raspberrypi kernel: [ 4.646411] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
Oct 25 14:48:15 raspberrypi kernel: [ 4.653960] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
Oct 25 14:48:15 raspberrypi kernel: [ 4.654722] usbcore: registered new interface driver brcmfmac
Oct 25 14:48:15 raspberrypi kernel: [ 4.679919] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt failed with error -2
Oct 25 14:48:15 raspberrypi kernel: [ 4.908459] [drm] No displays found. Consider forcing hotplug if HDMI is attached
Oct 25 14:48:15 raspberrypi kernel: [ 4.908580] vc4-drm gpu: bound fe600000.firmwarekms (ops vc4_fkms_ops [vc4])
Oct 25 14:48:15 raspberrypi kernel: [ 4.908603] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Oct 25 14:48:15 raspberrypi kernel: [ 4.908614] [drm] No driver support for vblank timestamp query.
Oct 25 14:48:15 raspberrypi kernel: [ 4.908626] [drm] Setting vblank_disable_immediate to false because get_vblank_timestamp == NULL
Oct 25 14:48:15 raspberrypi kernel: [ 4.909579] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
Oct 25 14:48:15 raspberrypi kernel: [ 4.919564] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 1
Oct 25 14:48:15 raspberrypi kernel: [ 4.929197] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Mar 23 2020 02:19:54 version 7.45.206 (r725000 CY) FWID 01-88ee44ea
Oct 25 14:48:15 raspberrypi kernel: [ 6.996160] random: crng init done
Oct 25 14:48:15 raspberrypi kernel: [ 6.996181] random: 7 urandom warning(s) missed due to ratelimiting
Oct 25 14:48:15 raspberrypi systemd[1]: Started Save/Restore Sound Card State.
Oct 25 14:48:15 raspberrypi systemd[1]: Reached target Sound Card.
Oct 25 14:48:15 raspberrypi kernel: [ 7.225788] uart-pl011 fe201000.serial: no DMA platform data
Oct 25 14:48:15 raspberrypi dhcpcd[384]: dev: loaded udev
Oct 25 14:48:15 raspberrypi raspi-config[337]: Checking if shift key is held down:Error opening '/dev/input/event*': No such file or directory...
Sind es die Schreibrechte?
Sind die Userrechte des Homebridge Ordners "Schuld"?
Was machen?
Logdatei, Teil 2:
Oct 25 14:48:15 raspberrypi raspi-config[337]: No. Switching to ondemand scaling governor.
Oct 25 14:48:15 raspberrypi kernel: [ 7.334112] 8021q: 802.1Q VLAN Support v1.8
Oct 25 14:48:15 raspberrypi dbus-daemon[347]: [system] Successfully activated service 'org.freedesktop.systemd1'
Oct 25 14:48:15 raspberrypi systemd[1]: Started Login Service.
Oct 25 14:48:15 raspberrypi avahi-daemon[338]: Successfully called chroot().
Oct 25 14:48:15 raspberrypi avahi-daemon[338]: Successfully dropped remaining capabilities.
Oct 25 14:48:15 raspberrypi wpa_supplicant[349]: Successfully initialized wpa_supplicant
Oct 25 14:48:15 raspberrypi systemd[1]: Started LSB: Switch to ondemand cpu governor (unless shift key is pressed).
Oct 25 14:48:15 raspberrypi systemd[1]: deconz-init.service: Succeeded.
Oct 25 14:48:15 raspberrypi systemd[1]: Started deCONZ: ZigBee gateway -- Initialisation.
Oct 25 14:48:15 raspberrypi avahi-daemon[338]: No service file found in /etc/avahi/services.
Oct 25 14:48:15 raspberrypi systemd[1]: Started Avahi mDNS/DNS-SD Stack.
Oct 25 14:48:15 raspberrypi systemd[1]: Started WPA supplicant.
Oct 25 14:48:15 raspberrypi avahi-daemon[338]: Network interface enumeration completed.
Oct 25 14:48:15 raspberrypi avahi-daemon[338]: Server startup complete. Host name is raspberrypi.local. Local service cookie is 1310354224.
Oct 25 14:48:15 raspberrypi dphys-swapfile[372]: want /var/swap=100MByte, checking existing: keeping it
Oct 25 14:48:15 raspberrypi systemd[1]: Started dphys-swapfile - set up, mount/unmount, and delete a swap file.
Oct 25 14:48:15 raspberrypi kernel: [ 7.460531] Adding 102396k swap on /var/swap. Priority:-2 extents:1 across:102396k SSFS
Oct 25 14:48:15 raspberrypi dhcpcd[384]: wlan0: starting wpa_supplicant
Oct 25 14:48:15 raspberrypi dhcpcd-run-hooks[479]: wlan0: starting wpa_supplicant
Oct 25 14:48:15 raspberrypi kernel: [ 7.646494] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
Oct 25 14:48:16 raspberrypi rpi-eeprom-update[341]: BOOTLOADER: up-to-date
Oct 25 14:48:16 raspberrypi rpi-eeprom-update[341]: CURRENT: Thu 3 Sep 12:11:43 UTC 2020 (1599135103)
Oct 25 14:48:16 raspberrypi rpi-eeprom-update[341]: LATEST: Thu 3 Sep 12:11:43 UTC 2020 (1599135103)
Oct 25 14:48:16 raspberrypi rpi-eeprom-update[341]: FW DIR: /lib/firmware/raspberrypi/bootloader/critical
Oct 25 14:48:16 raspberrypi rpi-eeprom-update[341]: VL805: up-to-date
Oct 25 14:48:16 raspberrypi rpi-eeprom-update[341]: CURRENT: 000138a1
Oct 25 14:48:16 raspberrypi rpi-eeprom-update[341]: LATEST: 000138a1
Oct 25 14:48:16 raspberrypi systemd[1]: Started Check for Raspberry Pi EEPROM updates.
Oct 25 14:48:16 raspberrypi dhcpcd[384]: wlan0: connected to Access Point `'
Oct 25 14:48:16 raspberrypi dhcpcd[384]: eth0: waiting for carrier
Oct 25 14:48:16 raspberrypi dhcpcd[384]: wlan0: waiting for carrier
Oct 25 14:48:16 raspberrypi dhcpcd[384]: wlan0: carrier acquired
Oct 25 14:48:16 raspberrypi kernel: [ 8.043876] bcmgenet: Skipping UMAC reset
Oct 25 14:48:16 raspberrypi kernel: [ 8.045936] bcmgenet fd580000.ethernet: configuring instance for external RGMII
Oct 25 14:48:16 raspberrypi kernel: [ 8.046262] bcmgenet fd580000.ethernet eth0: Link is Down
Oct 25 14:48:16 raspberrypi dhcpcd[384]: DUID 00:01:00:01:25:d8:31:5b:dc:a6:32:6c:67:1a
Oct 25 14:48:16 raspberrypi dhcpcd[384]: wlan0: IAID 32:6c:67:1a
Oct 25 14:48:16 raspberrypi dhcpcd[384]: wlan0: adding address fe80::bf24:dc29:57a6:523a
Oct 25 14:48:16 raspberrypi avahi-daemon[338]: Joining mDNS multicast group on interface wlan0.IPv6 with address fe80::bf24:dc29:57a6:523a.
Oct 25 14:48:16 raspberrypi avahi-daemon[338]: New relevant interface wlan0.IPv6 for mDNS.
Oct 25 14:48:16 raspberrypi dhcpcd[384]: wlan0: carrier lost
Oct 25 14:48:16 raspberrypi avahi-daemon[338]: Registering new address record for fe80::bf24:dc29:57a6:523a on wlan0.*.
Oct 25 14:48:16 raspberrypi dhcpcd[384]: wlan0: deleting address fe80::bf24:dc29:57a6:523a
Oct 25 14:48:16 raspberrypi avahi-daemon[338]: Withdrawing address record for fe80::bf24:dc29:57a6:523a on wlan0.
Oct 25 14:48:16 raspberrypi avahi-daemon[338]: Leaving mDNS multicast group on interface wlan0.IPv6 with address fe80::bf24:dc29:57a6:523a.
Oct 25 14:48:16 raspberrypi avahi-daemon[338]: Interface wlan0.IPv6 no longer relevant for mDNS.
Oct 25 14:48:16 raspberrypi deCONZ[350]: QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-pi'
Oct 25 14:48:16 raspberrypi deCONZ[350]: libpng warning: iCCP: known incorrect sRGB profile
Oct 25 14:48:17 raspberrypi deCONZ[350]: This plugin does not support propagateSizeHints()
Oct 25 14:48:17 raspberrypi deCONZ[350]: This plugin does not support propagateSizeHints()
Oct 25 14:48:17 raspberrypi homebridge[336]: [10/25/2020, 14:48:17] Loaded config.json with 5 accessories and 4 platforms.
Oct 25 14:48:17 raspberrypi homebridge[336]: [10/25/2020, 14:48:17] ---
Oct 25 14:48:18 raspberrypi deCONZ[350]: This plugin does not support propagateSizeHints()
Oct 25 14:48:18 raspberrypi systemd[1]: systemd-rfkill.service: Succeeded.
Oct 25 14:48:18 raspberrypi homebridge[336]: [10/25/2020, 14:48:18] Loaded plugin: [email protected]
Oct 25 14:48:18 raspberrypi homebridge[336]: [10/25/2020, 14:48:18] Registering platform 'homebridge-config-ui-x.config'
Oct 25 14:48:18 raspberrypi homebridge[336]: [10/25/2020, 14:48:18] ---
Oct 25 14:48:18 raspberrypi homebridge[336]: [10/25/2020, 14:48:18] Loaded plugin: [email protected]
Oct 25 14:48:18 raspberrypi homebridge[336]: [10/25/2020, 14:48:18] Registering accessory 'homebridge-dummy.DummySwitch'
Oct 25 14:48:18 raspberrypi homebridge[336]: [10/25/2020, 14:48:18] ---
Oct 25 14:48:21 raspberrypi dhcpcd[384]: eth0: carrier acquired
Oct 25 14:48:21 raspberrypi dhcpcd[384]: eth0: IAID 32:6c:67:19
Oct 25 14:48:21 raspberrypi dhcpcd[384]: eth0: adding address fe80::9377:34a9:6e59:3756
Oct 25 14:48:21 raspberrypi avahi-daemon[338]: Joining mDNS multicast group on interface eth0.IPv6 with address fe80::9377:34a9:6e59:3756.
Oct 25 14:48:21 raspberrypi avahi-daemon[338]: New relevant interface eth0.IPv6 for mDNS.
Oct 25 14:48:21 raspberrypi avahi-daemon[338]: Registering new address record for fe80::9377:34a9:6e59:3756 on eth0.*.
Oct 25 14:48:21 raspberrypi kernel: [ 13.210636] bcmgenet fd580000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
Oct 25 14:48:21 raspberrypi kernel: [ 13.210660] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Oct 25 14:48:21 raspberrypi dhcpcd[384]: eth0: soliciting an IPv6 router
Oct 25 14:48:21 raspberrypi homebridge[336]: [10/25/2020, 14:48:21] Loaded plugin: [email protected]
Oct 25 14:48:21 raspberrypi homebridge[336]: [10/25/2020, 14:48:21] Registering platform 'homebridge-hue.Hue'
Oct 25 14:48:21 raspberrypi homebridge[336]: [10/25/2020, 14:48:21] ---
Oct 25 14:48:21 raspberrypi homebridge[336]: [10/25/2020, 14:48:21] Loaded plugin: [email protected]
Oct 25 14:48:21 raspberrypi homebridge[336]: [10/25/2020, 14:48:21] Registering platform 'homebridge-logic.Logic'
Oct 25 14:48:21 raspberrypi homebridge[336]: [10/25/2020, 14:48:21] ---
Oct 25 14:48:21 raspberrypi homebridge[336]: [10/25/2020, 14:48:21] Loaded plugin: [email protected]
Oct 25 14:48:21 raspberrypi homebridge[336]: [10/25/2020, 14:48:21] Registering accessory 'homebridge-messenger.HomebridgeMessenger'
Oct 25 14:48:21 raspberrypi homebridge[336]: [10/25/2020, 14:48:21] ---
Oct 25 14:48:21 raspberrypi dhcpcd[384]: eth0: rebinding lease of 192.168.178.34
Oct 25 14:48:21 raspberrypi dhcpcd[384]: eth0: probing address 192.168.178.34/24
Oct 25 14:48:22 raspberrypi homebridge[336]: [10/25/2020, 14:48:22] Loaded plugin: [email protected]
Oct 25 14:48:22 raspberrypi homebridge[336]: [10/25/2020, 14:48:22] Registering platform 'homebridge-platform-wemo.BelkinWeMo'
Oct 25 14:48:22 raspberrypi homebridge[336]: [10/25/2020, 14:48:22] ---
Oct 25 14:48:22 raspberrypi homebridge[336]: [10/25/2020, 14:48:22] Loaded plugin: [email protected]
Oct 25 14:48:22 raspberrypi kernel: [ 14.101107] Bluetooth: Core ver 2.22
Oct 25 14:48:22 raspberrypi kernel: [ 14.101158] NET: Registered protocol family 31
Oct 25 14:48:22 raspberrypi kernel: [ 14.101166] Bluetooth: HCI device and connection manager initialized
Oct 25 14:48:22 raspberrypi kernel: [ 14.101183] Bluetooth: HCI socket layer initialized
Oct 25 14:48:22 raspberrypi kernel: [ 14.101195] Bluetooth: L2CAP socket layer initialized
Oct 25 14:48:22 raspberrypi kernel: [ 14.101214] Bluetooth: SCO socket layer initialized
Oct 25 14:48:22 raspberrypi kernel: [ 14.109824] Bluetooth: HCI UART driver ver 2.3
Oct 25 14:48:22 raspberrypi kernel: [ 14.109837] Bluetooth: HCI UART protocol H4 registered
Oct 25 14:48:22 raspberrypi kernel: [ 14.109889] Bluetooth: HCI UART protocol Three-wire (H5) registered
Oct 25 14:48:22 raspberrypi kernel: [ 14.110073] Bluetooth: HCI UART protocol Broadcom registered
Oct 25 14:48:22 raspberrypi btuart[374]: bcm43xx_init
Oct 25 14:48:22 raspberrypi btuart[374]: Flash firmware /lib/firmware/brcm/BCM4345C0.hcd
Oct 25 14:48:22 raspberrypi btuart[374]: Set Controller UART speed to 3000000 bit/s
Oct 25 14:48:22 raspberrypi btuart[374]: Device setup complete
Oct 25 14:48:22 raspberrypi systemd[1]: Starting Load/Save RF Kill Switch Status...
Oct 25 14:48:22 raspberrypi systemd[1]: Started Configure Bluetooth Modems connected by UART.
Oct 25 14:48:22 raspberrypi systemd[1]: Started Load/Save RF Kill Switch Status.
Oct 25 14:48:22 raspberrypi systemd[1]: Starting Bluetooth service...
Oct 25 14:48:22 raspberrypi systemd[1]: Created slice system-bthelper.slice.
Oct 25 14:48:22 raspberrypi bluetoothd[553]: Bluetooth daemon 5.50
Oct 25 14:48:22 raspberrypi systemd[1]: Started Bluetooth service.
Oct 25 14:48:22 raspberrypi systemd[1]: Started Raspberry Pi bluetooth helper.
Oct 25 14:48:22 raspberrypi systemd[1]: Reached target Bluetooth.
Oct 25 14:48:22 raspberrypi bluetoothd[553]: Starting SDP server
Oct 25 14:48:22 raspberrypi kernel: [ 14.289343] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Oct 25 14:48:22 raspberrypi kernel: [ 14.289350] Bluetooth: BNEP filters: protocol multicast
Oct 25 14:48:22 raspberrypi kernel: [ 14.289363] Bluetooth: BNEP socket layer initialized
Oct 25 14:48:22 raspberrypi bluetoothd[553]: Bluetooth management interface 1.14 initialized
Oct 25 14:48:22 raspberrypi dbus-daemon[347]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.6' (uid=0 pid=553 comm="/usr/lib/bluetooth/bluetoothd ")
Oct 25 14:48:22 raspberrypi bluetoothd[553]: Sap driver initialization failed.
Oct 25 14:48:22 raspberrypi bluetoothd[553]: sap-server: Operation not permitted (1)
Oct 25 14:48:22 raspberrypi bthelper[554]: Raspberry Pi BDADDR already set
Oct 25 14:48:22 raspberrypi systemd[1]: Starting Hostname Service...
Oct 25 14:48:22 raspberrypi dbus-daemon[347]: [system] Successfully activated service 'org.freedesktop.hostname1'
Oct 25 14:48:22 raspberrypi systemd[1]: Started Hostname Service.
Oct 25 14:48:22 raspberrypi bluetoothd[553]: Failed to set privacy: Rejected (0x0b)
Oct 25 14:48:22 raspberrypi dhcpcd[384]: eth0: Router Advertisement from fe80::eadf:70ff:fe9e:b138
Oct 25 14:48:22 raspberrypi dhcpcd[384]: eth0: adding address fd00::5c50:4931:1508:b990/64
Oct 25 14:48:22 raspberrypi avahi-daemon[338]: Leaving mDNS multicast group on interface eth0.IPv6 with address fe80::9377:34a9:6e59:3756.
Oct 25 14:48:22 raspberrypi avahi-daemon[338]: Joining mDNS multicast group on interface eth0.IPv6 with address fd00::5c50:4931:1508:b990.
Oct 25 14:48:22 raspberrypi avahi-daemon[338]: Registering new address record for fd00::5c50:4931:1508:b990 on eth0.*.
Oct 25 14:48:22 raspberrypi avahi-daemon[338]: Withdrawing address record for fe80::9377:34a9:6e59:3756 on eth0.
Oct 25 14:48:22 raspberrypi dhcpcd[384]: eth0: adding route to fd00::/64
Oct 25 14:48:22 raspberrypi dhcpcd[384]: eth0: requesting DHCPv6 information
Oct 25 14:48:22 raspberrypi dhcpcd[384]: eth0: fe80::eadf:70ff:fe9e:b138 is reachable again
Oct 25 14:48:22 raspberrypi bthelper[554]: [#033[0;93mCHG#033[0m] Controller DC:A6:32:6C:67:1C Name: raspberrypi
Oct 25 14:48:22 raspberrypi bthelper[554]: [#033[0;93mCHG#033[0m] Controller DC:A6:32:6C:67:1C Alias: raspberrypi
Oct 25 14:48:22 raspberrypi bthelper[554]: [#033[0;93mCHG#033[0m] Controller DC:A6:32:6C:67:1C UUIDs: 00001801-0000-1000-8000-00805f9b34fb
Oct 25 14:48:22 raspberrypi bthelper[554]: [#033[0;93mCHG#033[0m] Controller DC:A6:32:6C:67:1C UUIDs: 0000110e-0000-1000-8000-00805f9b34fb
Oct 25 14:48:22 raspberrypi bthelper[554]: [#033[0;93mCHG#033[0m] Controller DC:A6:32:6C:67:1C UUIDs: 00001200-0000-1000-8000-00805f9b34fb
Oct 25 14:48:22 raspberrypi bthelper[554]: [#033[0;93mCHG#033[0m] Controller DC:A6:32:6C:67:1C UUIDs: 0000110c-0000-1000-8000-00805f9b34fb
Oct 25 14:48:22 raspberrypi bthelper[554]: [#033[0;93mCHG#033[0m] Controller DC:A6:32:6C:67:1C UUIDs: 00001800-0000-1000-8000-00805f9b34fb
Oct 25 14:48:22 raspberrypi bthelper[554]: [#033[0;93mCHG#033[0m] Controller DC:A6:32:6C:67:1C Alias: BlueZ 5.50
Oct 25 14:48:22 raspberrypi kernel: [ 14.412346] ICMPv6: process `dhcpcd' is using deprecated sysctl (syscall) net.ipv6.neigh.eth0.retrans_time - use net.ipv6.neigh.eth0.retrans_time_ms instead
Oct 25 14:48:22 raspberrypi bthelper[554]: [#033[0;93mCHG#033[0m] Controller DC:A6:32:6C:67:1C Pairable: yes
Oct 25 14:48:22 raspberrypi bthelper[554]: Changing power off succeeded
Oct 25 14:48:22 raspberrypi bthelper[554]: [#033[0;93mCHG#033[0m] Controller DC:A6:32:6C:67:1C Powered: no
Oct 25 14:48:22 raspberrypi bthelper[554]: [#033[0;93mCHG#033[0m] Controller DC:A6:32:6C:67:1C Discovering: no
Oct 25 14:48:22 raspberrypi bthelper[554]: [#033[0;93mCHG#033[0m] Controller DC:A6:32:6C:67:1C Alias: raspberrypi
Oct 25 14:48:22 raspberrypi dhcpcd[384]: Too few arguments.
Oct 25 14:48:22 raspberrypi dhcpcd[384]: Too few arguments.
Oct 25 14:48:22 raspberrypi bthelper[554]: Changing power on succeeded
Oct 25 14:48:22 raspberrypi systemd[1]: [email protected]: Succeeded.
Oct 25 14:48:24 raspberrypi homebridge[336]: [10/25/2020, 14:48:24] Registering accessory 'homebridge-raspberrypi-info.RaspberryPiInfo'
Oct 25 14:48:24 raspberrypi homebridge[336]: [10/25/2020, 14:48:24] ---
Oct 25 14:48:24 raspberrypi homebridge[336]: [10/25/2020, 14:48:24] Loading 4 platforms...
Oct 25 14:48:24 raspberrypi homebridge[336]: [10/25/2020, 14:48:24] [Config] Initializing config platform...
Oct 25 14:48:24 raspberrypi homebridge[336]: [10/25/2020, 14:48:24] [Config] Spawning homebridge-config-ui-x with PID 619
Oct 25 14:48:24 raspberrypi homebridge[336]: [10/25/2020, 14:48:24] [Belkin WeMo] Initializing BelkinWeMo platform...
Oct 25 14:48:24 raspberrypi homebridge[336]: [10/25/2020, 14:48:24] [Hue] Initializing Hue platform...
Oct 25 14:48:24 raspberrypi homebridge[336]: [10/25/2020, 14:48:24] [Hue] homebridge-hue v0.11.77, node v12.19.0, homebridge v1.2.3
Oct 25 14:48:24 raspberrypi homebridge[336]: [10/25/2020, 14:48:24] [Logic] Initializing Logic platform...
Oct 25 14:48:24 raspberrypi homebridge[336]: [10/25/2020, 14:48:24] Loading 5 accessories...
Oct 25 14:48:24 raspberrypi homebridge[336]: [10/25/2020, 14:48:24] [RaspberryPi Info] Initializing RaspberryPiInfo accessory...
Oct 25 14:48:24 raspberrypi homebridge[336]: HAP Warning: Characteristic db766c37-3a88-4587-8b69-19baf0af6337 not in required or optional characteristics for service 0000008A-0000-1000-8000-0026BB765291. Adding anyway.
Oct 25 14:48:24 raspberrypi homebridge[336]: HAP Warning: Characteristic 4146a74a-cdbc-41e6-9dac-946f55f31fbe not in required or optional characteristics for service 0000008A-0000-1000-8000-0026BB765291. Adding anyway.
Oct 25 14:48:24 raspberrypi homebridge[336]: [10/25/2020, 14:48:24] [Schalter F 01] Initializing DummySwitch accessory...
Oct 25 14:48:24 raspberrypi homebridge[336]: [10/25/2020, 14:48:24] [Schalter F 01] Setting switch to false
Oct 25 14:48:24 raspberrypi homebridge[336]: [10/25/2020, 14:48:24] [Schalter F 02] Initializing DummySwitch accessory...
Oct 25 14:48:24 raspberrypi homebridge[336]: [10/25/2020, 14:48:24] [Schalter F 02] Setting switch to false
Oct 25 14:48:24 raspberrypi homebridge[336]: [10/25/2020, 14:48:24] [Schalter F Kühlschranktür] Initializing DummySwitch accessory...
Oct 25 14:48:24 raspberrypi homebridge[336]: [10/25/2020, 14:48:24] [Schalter F Kühlschranktür] Setting switch to true
Oct 25 14:48:24 raspberrypi homebridge[336]: [10/25/2020, 14:48:24] [ Messenger] Initializing HomebridgeMessenger accessory...
Oct 25 14:48:24 raspberrypi homebridge[336]: [10/25/2020, 14:48:24] [ Messenger] Added Main Switch : Messenger
Oct 25 14:48:24 raspberrypi homebridge[336]: [10/25/2020, 14:48:24] [ Messenger] Main Switch status : true
Oct 25 14:48:24 raspberrypi homebridge[336]: [10/25/2020, 14:48:24] [ Messenger] Added pushover : Balkontür
Oct 25 14:48:24 raspberrypi homebridge[336]: [10/25/2020, 14:48:24] [ Messenger] Added pushover : Briefkasten
Oct 25 14:48:24 raspberrypi homebridge[336]: [10/25/2020, 14:48:24] [ Messenger] Added pushover : Frost!
Oct 25 14:48:24 raspberrypi homebridge[336]: [10/25/2020, 14:48:24] [ Messenger] Added pushover : Lüften und heizen?
Oct 25 14:48:24 raspberrypi homebridge[336]: [10/25/2020, 14:48:24] [ Messenger] Added pushover : Luftfeuchtigkeit Turmzimmer
Oct 25 14:48:24 raspberrypi homebridge[336]: [10/25/2020, 14:48:24] [ Messenger] Added pushover : Luftqualität
Oct 25 14:48:24 raspberrypi homebridge[336]: [10/25/2020, 14:48:24] [ Messenger] Added pushover : Michi wach
Oct 25 14:48:24 raspberrypi homebridge[336]: [10/25/2020, 14:48:24] [ Messenger] Added pushover : Mülltonne/n vorne
Oct 25 14:48:24 raspberrypi homebridge[336]: [10/25/2020, 14:48:24] [ Messenger] Added pushover : Mülltonne/n geleert
Oct 25 14:48:24 raspberrypi homebridge[336]: [10/25/2020, 14:48:24] [ Messenger] Added pushover : Mülltonne/n zurück
Oct 25 14:48:24 raspberrypi homebridge[336]: [10/25/2020, 14:48:24] [ Messenger] Added pushover : RaspPi zu heiss
Oct 25 14:48:24 raspberrypi homebridge[336]: [10/25/2020, 14:48:24] [ Messenger] Added pushover : Waschmaschine An
Oct 25 14:48:24 raspberrypi homebridge[336]: [10/25/2020, 14:48:24] [ Messenger] Added pushover : Waschmaschine Aus
Oct 25 14:48:24 raspberrypi homebridge[336]: [10/25/2020, 14:48:24] [ Messenger] Added email : Email HB Messenger
Oct 25 14:48:24 raspberrypi homebridge[336]: [10/25/2020, 14:48:24] [Belkin WeMo] Plugin has finished initialising. Finding devices to add to Homebridge.
Oct 25 14:48:24 raspberrypi homebridge[336]: [10/25/2020, 14:48:24] [Belkin WeMo] An error occured loading a device - Error: connect ENETUNREACH 192.168.178.36:49153 - Local (0.0.0.0:0)
Oct 25 14:48:24 raspberrypi homebridge[336]: at internalConnect (net.js:924:16)
Oct 25 14:48:24 raspberrypi homebridge[336]: at defaultTriggerAsyncIdScope (internal/async_hooks.js:364:12)
Oct 25 14:48:24 raspberrypi homebridge[336]: at net.js:1012:9
Oct 25 14:48:24 raspberrypi homebridge[336]: at processTicksAndRejections (internal/process/task_queues.js:79:11) {
Oct 25 14:48:24 raspberrypi homebridge[336]: errno: 'ENETUNREACH',
Oct 25 14:48:24 raspberrypi homebridge[336]: code: 'ENETUNREACH',
Oct 25 14:48:24 raspberrypi homebridge[336]: syscall: 'connect',
Oct 25 14:48:24 raspberrypi homebridge[336]: address: '192.168.178.36',
Oct 25 14:48:24 raspberrypi homebridge[336]: port: 49153
Oct 25 14:48:24 raspberrypi homebridge[336]: }
Oct 25 14:48:24 raspberrypi homebridge[336]: [10/25/2020, 14:48:24] Error: EACCES: permission denied, mkdir '/var/lib/homebridge'
Oct 25 14:48:24 raspberrypi homebridge[336]: at Object.mkdirSync (fs.js:921:3)
Oct 25 14:48:24 raspberrypi homebridge[336]: at sync (/usr/local/lib/node_modules/homebridge-logic/node_modules/mkdirp/index.js:72:13)
Oct 25 14:48:24 raspberrypi homebridge[336]: at Function.sync (/usr/local/lib/node_modules/homebridge-logic/node_modules/mkdirp/index.js:78:24)
Oct 25 14:48:24 raspberrypi homebridge[336]: at LocalStorage.parseStorageDirSync (/usr/local/lib/node_modules/homebridge-logic/node_modules/node-persist/src/local-storage.js:619:20)
Oct 25 14:48:24 raspberrypi homebridge[336]: at LocalStorage.initSync (/usr/local/lib/node_modules/homebridge-logic/node_modules/node-persist/src/local-storage.js:142:14)
Oct 25 14:48:24 raspberrypi homebridge[336]: at Object.nodePersist.initSync (/usr/local/lib/node_modules/homebridge-logic/node_modules/node-persist/src/node-persist.js:37:32)
Oct 25 14:48:24 raspberrypi homebridge[336]: at LogicPlatform.accessories (/usr/local/lib/node_modules/homebridge-logic/index.js:71:16)
Oct 25 14:48:24 raspberrypi homebridge[336]: at /usr/local/lib/node_modules/homebridge/src/server.ts:418:24
Oct 25 14:48:24 raspberrypi homebridge[336]: at new Promise (<anonymous>)
Oct 25 14:48:24 raspberrypi homebridge[336]: at Server.loadPlatformAccessories (/usr/local/lib/node_modules/homebridge/src/server.ts:412:12)
Oct 25 14:48:24 raspberrypi homebridge[336]: at /usr/local/lib/node_modules/homebridge/src/server.ts:400:28
Oct 25 14:48:24 raspberrypi homebridge[336]: at Array.forEach (<anonymous>)
Oct 25 14:48:24 raspberrypi homebridge[336]: at Server.loadPlatforms (/usr/local/lib/node_modules/homebridge/src/server.ts:372:27)
Oct 25 14:48:24 raspberrypi homebridge[336]: at Server.start (/usr/local/lib/node_modules/homebridge/src/server.ts:151:29)
Oct 25 14:48:24 raspberrypi homebridge[336]: at cli (/usr/local/lib/node_modules/homebridge/src/cli.ts:80:10)
Oct 25 14:48:24 raspberrypi homebridge[336]: at Object.<anonymous> (/usr/local/lib/node_modules/homebridge/bin/homebridge:17:22)
Oct 25 14:48:24 raspberrypi homebridge[336]: Unhandled rejection Error: No sockets available, cannot start.
Oct 25 14:48:24 raspberrypi homebridge[336]: at SsdpClient.SSDP._createSockets (/usr/local/lib/node_modules/homebridge-platform-wemo/node_modules/node-ssdp/lib/index.js:186:11)
Oct 25 14:48:24 raspberrypi homebridge[336]: at SsdpClient.SSDP._start (/usr/local/lib/node_modules/homebridge-platform-wemo/node_modules/node-ssdp/lib/index.js:229:10)
Oct 25 14:48:24 raspberrypi homebridge[336]: at /usr/local/lib/node_modules/homebridge-platform-wemo/node_modules/node-ssdp/lib/client.js:60:10
Oct 25 14:48:24 raspberrypi homebridge[336]: at Promise._execute (/usr/local/lib/node_modules/homebridge-platform-wemo/node_modules/bluebird/js/release/debuggability.js:384:9)
Oct 25 14:48:24 raspberrypi homebridge[336]: at Promise._resolveFromExecutor (/usr/local/lib/node_modules/homebridge-platform-wemo/node_modules/bluebird/js/release/promise.js:518:18)
Oct 25 14:48:24 raspberrypi homebridge[336]: at new Promise (/usr/local/lib/node_modules/homebridge-platform-wemo/node_modules/bluebird/js/release/promise.js:103:10)
Oct 25 14:48:24 raspberrypi homebridge[336]: at SsdpClient.start (/usr/local/lib/node_modules/homebridge-platform-wemo/node_modules/node-ssdp/lib/client.js:54:10)
Oct 25 14:48:24 raspberrypi homebridge[336]: at SsdpClient.search (/usr/local/lib/node_modules/homebridge-platform-wemo/node_modules/node-ssdp/lib/client.js:82:17)
Oct 25 14:48:24 raspberrypi homebridge[336]: at wemoPlatform.discoverDevices (/usr/local/lib/node_modules/homebridge-platform-wemo/lib/wemo-platform.js:124:22)
Oct 25 14:48:24 raspberrypi homebridge[336]: at wemoPlatform.wemoSetup (/usr/local/lib/node_modules/homebridge-platform-wemo/lib/wemo-platform.js:101:14)
Oct 25 14:48:24 raspberrypi homebridge[336]: at HomebridgeAPI.<anonymous> (/usr/local/lib/node_modules/homebridge-platform-wemo/lib/wemo-platform.js:54:44)
Oct 25 14:48:24 raspberrypi homebridge[336]: at HomebridgeAPI.emit (events.js:314:20)
Oct 25 14:48:24 raspberrypi homebridge[336]: at HomebridgeAPI.signalFinished (/usr/local/lib/node_modules/homebridge/src/api.ts:251:10)
Oct 25 14:48:24 raspberrypi homebridge[336]: at Server.start (/usr/local/lib/node_modules/homebridge/src/server.ts:158:14)
Oct 25 14:48:24 raspberrypi homebridge[336]: at cli (/usr/local/lib/node_modules/homebridge/src/cli.ts:80:10)
Oct 25 14:48:24 raspberrypi homebridge[336]: at Object.<anonymous> (/usr/local/lib/node_modules/homebridge/bin/homebridge:17:22)
Oct 25 14:48:24 raspberrypi homebridge[336]: [10/25/2020, 14:48:24] [Hue] npm registry: 104.16.23.35:443: cannot connect: ENETUNREACH
Oct 25 14:48:24 raspberrypi homebridge[336]: [10/25/2020, 14:48:24] [Hue] 192.***.***.34: 192.168.178.34:80: cannot connect: ENETUNREACH - retrying in 15s
Oct 25 14:48:24 raspberrypi homebridge[336]: [10/25/2020, 14:48:24] Got SIGTERM, shutting down Homebridge...
Oct 25 14:48:25 raspberrypi deCONZ-update2.sh[346]: found deCONZ port 80
Oct 25 14:48:25 raspberrypi deCONZ-update2.sh[346]: use database file /home/pi/.local/share/dresden-elektronik/deCONZ/zll.db
Oct 25 14:48:25 raspberrypi deCONZ-update2.sh[346]: process update state allreadytoinstall
Oct 25 14:48:26 raspberrypi dhcpcd[384]: eth0: leased 192.168.178.34 for 864000 seconds
Oct 25 14:48:26 raspberrypi dhcpcd[384]: eth0: adding route to 192.168.178.0/24
Oct 25 14:48:26 raspberrypi dhcpcd[384]: eth0: adding default route via 192.168.178.1
Oct 25 14:48:26 raspberrypi avahi-daemon[338]: Joining mDNS multicast group on interface eth0.IPv4 with address 192.168.178.34.
Oct 25 14:48:26 raspberrypi avahi-daemon[338]: New relevant interface eth0.IPv4 for mDNS.
Oct 25 14:48:26 raspberrypi avahi-daemon[338]: Registering new address record for 192.168.178.34 on eth0.IPv4.
Oct 25 14:48:26 raspberrypi dhcpcd[384]: Too few arguments.
Oct 25 14:48:26 raspberrypi dhcpcd[384]: Too few arguments.
Oct 25 14:48:26 raspberrypi dhcpcd[384]: forked to background, child pid 719
Oct 25 14:48:26 raspberrypi systemd[1]: Started dhcpcd on all interfaces.
Oct 25 14:48:26 raspberrypi systemd[1]: Reached target Network.
Oct 25 14:48:26 raspberrypi systemd[1]: Starting OpenBSD Secure Shell server...
Oct 25 14:48:26 raspberrypi systemd[1]: Starting /etc/rc.local Compatibility...
Oct 25 14:48:26 raspberrypi systemd[1]: Condition check resulted in fast remote file copy program daemon being skipped.
Oct 25 14:48:26 raspberrypi systemd[1]: Starting Permit User Sessions...
Oct 25 14:48:26 raspberrypi systemd[1]: Started /etc/rc.local Compatibility.
Oct 25 14:48:26 raspberrypi systemd[1]: Started Permit User Sessions.
Oct 25 14:48:26 raspberrypi systemd[1]: Started Getty on tty1.
Oct 25 14:48:26 raspberrypi systemd[1]: Reached target Login Prompts.
Oct 25 14:48:26 raspberrypi systemd[1]: Started OpenBSD Secure Shell server.
Oct 25 14:48:26 raspberrypi systemd[1]: Reached target Multi-User System.
Oct 25 14:48:26 raspberrypi systemd[1]: Reached target Graphical Interface.
Oct 25 14:48:26 raspberrypi systemd[1]: Starting Update UTMP about System Runlevel Changes...
Oct 25 14:48:26 raspberrypi systemd[1]: systemd-update-utmp-runlevel.service: Succeeded.
Oct 25 14:48:26 raspberrypi systemd[1]: Started Update UTMP about System Runlevel Changes.
Oct 25 14:48:26 raspberrypi systemd[1]: Startup finished in 1.806s (kernel) + 16.565s (userspace) = 18.372s.
Oct 25 14:48:27 raspberrypi systemd[1]: systemd-rfkill.service: Succeeded.
Oct 25 14:48:29 raspberrypi homebridge[336]: #033[0;37m[10/25/2020, 14:48:29] #033[0m#033[0;36m[Config]#033[0m #033[0;33mHomebridge Config UI X v4.30.0 is listening on :: port 8080#033[0m
Oct 25 14:48:29 raspberrypi homebridge[336]: [10/25/2020, 14:48:29] [Hue] goodbye
Oct 25 14:48:29 raspberrypi systemd[1]: homebridge.service: Succeeded.
Oct 25 14:48:32 raspberrypi systemd[1]: Created slice User Slice of UID 1000.
Oct 25 14:48:32 raspberrypi systemd[1]: Starting User Runtime Directory /run/user/1000...
Oct 25 14:48:33 raspberrypi systemd[1]: Started User Runtime Directory /run/user/1000.
Oct 25 14:48:33 raspberrypi systemd[1]: Starting User Manager for UID 1000...
Oct 25 14:48:33 raspberrypi systemd[1061]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Oct 25 14:48:33 raspberrypi systemd[1061]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Oct 25 14:48:33 raspberrypi systemd[1061]: Starting D-Bus User Message Bus Socket.
Oct 25 14:48:33 raspberrypi systemd[1061]: Reached target Timers.
Oct 25 14:48:33 raspberrypi systemd[1061]: Reached target Paths.
Oct 25 14:48:33 raspberrypi systemd[1061]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Oct 25 14:48:33 raspberrypi systemd[1061]: Listening on GnuPG network certificate management daemon.
Oct 25 14:48:33 raspberrypi systemd[1061]: Listening on GnuPG cryptographic agent and passphrase cache.
Oct 25 14:48:33 raspberrypi systemd[1061]: Listening on D-Bus User Message Bus Socket.
Oct 25 14:48:33 raspberrypi systemd[1061]: Reached target Sockets.
Oct 25 14:48:33 raspberrypi systemd[1061]: Reached target Basic System.
Oct 25 14:48:33 raspberrypi systemd[1]: Started User Manager for UID 1000.
Oct 25 14:48:33 raspberrypi systemd[1061]: Reached target Default.
Oct 25 14:48:33 raspberrypi systemd[1061]: Startup finished in 213ms.
Oct 25 14:48:33 raspberrypi systemd[1]: Started Session c1 of user pi.
Oct 25 14:48:44 raspberrypi systemd[1]: systemd-fsckd.service: Succeeded.
Oct 25 14:48:59 raspberrypi systemd-timesyncd[300]: Synchronized to time server for the first time 194.255.14.102:123 (2.debian.pool.ntp.org).
Oct 25 14:49:06 raspberrypi systemd[1]: systemd-hostnamed.service: Succeeded.
pi@raspberrypi:~ $