NEWS
Iobroker & MODBUS RTU
-
Hallo Zusammen,
ich benötige einmal eure Hilfe und eine Vorgehensweise zum Thema Anwendung "MODBUS-Adapter".
Ich bin selber ziemlicher Anfänger im iobroker, nutze momentan HomeMatic und automatisiere und steuere damit unseren Neubau. Verbaut wurde in diesem eine Systemair VR 400 VCD Lüftung, die ich gerne in die Haussteuerung mit aufnehmen würde. Laut Aussage von Systemair wäre das alles kein Problem, Kommunikation würde über Modbus erfolgen?!?!?! Es gibt in der Lüftung eine RJ45-Buchse. Die Modbus-Adressen-Anleitung lade ich hier mit hoch. Ich selber habe viele Sachen inzwischen gegoogelt, mich viel in die Thematik hineingelesen, aber aktuell ist sie noch zu komplex… Kurz - ich habe aber leider nicht genug Ahnung von MODBUS mit iobroker und benötige Hilfe...
Ich bin im FHEM-Forum auf diesen https://forum.fhem.de/index.php/topic,16334.msg505974.html#msg505974 gestoßen.
Ich habe inzwischen herausgefunden, dass die Kommunikation über Modbus RTU erfolgt. Daher habe ich -wie in dem FHEM-Forum- mir diesen https://www.amazon.de/gp/product/B00I9H5J02/ref=oh_aui_detailpage_o06_s00?ie=UTF8&psc=1 zugelegt, der quasi die Schnittstelle von Raspberry Pi3 und Lüftung ermöglicht.
Muss dazu sagen, ich bin bis jetzt stumpfer Windows User (gewesen) und so gut wie keine Ahnung von Linux & Co.
Wie ist jetzt das weitere Vorgehen? Ich stecke den USB-Stecker jetzt in den PI und muss doch jetzt diesen quasi "einrichten"? Oder?
In dem FHEM-Skript finde ich ja diese Zeile wieder:
define VR400Mod Modbus /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_AL01GIJ7-if00-port0@9600,8,E,1
Da bräuchte ich halt jetzt irgendwie Hilfe.
Ich wäre euch wirklich sehr dankbar, wenn sie der ein oder andere Experte erbarmt und mir helfen könnte…
Danke
Gruß,
Marcus
6305_modbus_for_residential_units_d24810_user_manual__28a005_29.pdf -
Wenn Du den USB Stick in den Rechner steckst (gehe mal von Linux aus) dann wird der normalerweise automatisch erkannt.
Mit "dmesg" als Kommando an der Kommandozeile/SSH/Shell siehst Du was er erkannt hat.
Sollte sowas wie /dev/ttyUSB0 oder so sein
Dann öffnest Du die Adapter-Konfiguration, wählst das korrekte auch und dort ls Seriellen Port das /dev/ttyUSB0 oder was auch immer es ist). Dann ist die Frage welche sonstigen Einstellungen hin müssen, aber damit kannst du schonmal die Verbindung testen
-
Wenn Du den USB Stick in den Rechner steckst (gehe mal von Linux aus) dann wird der normalerweise automatisch erkannt.
Mit "dmesg" als Kommando an der Kommandozeile/SSH/Shell siehst Du was er erkannt hat.
Sollte sowas wie /dev/ttyUSB0 oder so sein
Dann öffnest Du die Adapter-Konfiguration, wählst das korrekte auch und dort ls Seriellen Port das /dev/ttyUSB0 oder was auch immer es ist). Dann ist die Frage welche sonstigen Einstellungen hin müssen, aber damit kannst du schonmal die Verbindung testen `
Danke!
Teste ich nachher - und ja, ist nen Pi3 für IoBroker mit nem Raspbian Lite-System…
-
Hi,
ich lese zwei Energiezähler über Modbus-RTU mit RS-485 aus.
Verwende allerdings diesen Adapter: https://www.amazon.de/gp/product/B007VZ … UTF8&psc=1
Du solltest um etwaige Probleme auszuschließen dir 2x 120 Ohm Widerstände besorgen und damit den Bus an beiden Enden abschließen. Je nach Leitungslänge, verwendetem Kabel und der Modbus HW spielt ein Abschluß eine wichtige Rolle.
Hier mal als Beispiel wie die Einstellung des Modbus Adapters bei mir aussieht:
Register:
Vielleicht hilft es dir ja für den Einstieg weiter.
-
klappt natürlich nicht ganz… :lol:
[…]
Du solltest um etwaige Probleme auszuschließen dir 2x 120 Ohm Widerstände besorgen und damit den Bus an beiden Enden abschließen. Je nach Leitungslänge, verwendetem Kabel und der Modbus HW spielt ein Abschluß eine wichtige Rolle.
[…] `
kannst du mir das bitte einmal kurz erläutern? Ich habe ein altes Patch-Kabel, L=6,0m, genommen und an meinen USB-Stecker entsprechend der Grafik angeschlossen:
Bei den Grundeinstellungen finde ich folgendes in der pdf-Beschreibung:
Das in den Einstellungen "übersetzt" für mich heißt:
Richtig?@wendy - kannst du mir bitte kurz noch deine Einstellungen bei den Holding Registers erklären? Was ist mit Adresse gemeint? Wenn ich mir meine Beschreibung weiter anschaue, dann finde ich z.B. noch:
und z.B.:
was bitte ist denn damit gemeint? Ich verstehe es nicht
-
Sorry, gerade erst vorm Schlafengehen gesehen.
Schau ich mir morgen in Ruhe an und versuche zu helfen.
Gute Nacht!
-
Moin,
fangen wir mal vorne an:
Hast du dieses Gerät:````
VR 400 DCV/DEWennn es das ist und du dieses "CD4" Steuergerät verbaut hast gibt es da laut der Anleitung ein "Modbus" Menü: ![999_modbus_menu.jpg](/assets/uploads/files/999_modbus_menu.jpg) Da solltest du als erstes mal sehen wie die Einstellungen sind damit du das auch im Modbus Adapter richtig einstellen kannst. Die Modbus Dokumentation ist leider sehr bescheiden. Wie du selber schon im Adapter gesehen hast gibt es bei Modbus verschiedene "Längen" an Informationen die bei Abfrage erwartet und ausgewertet werden. Leider steht über die Art nicht in der Doku. Wenn ich mir den FHEM Beitrag anschaue können wir zum testen mal mit einer Temperatur beginnen: ![999_reg_hc_temp_in1.jpg](/assets/uploads/files/999_reg_hc_temp_in1.jpg) Mal im Tab Holding Register die Adresse 214 eintragen. Name = REG_HC_TEMP_IN1 Beschreibung = nach deiner Vorstellung oer leer lassen für den Test Einheit = Grad Typ = Unsigned 16bit (Big Endian) –> ist aber nur ein Versuch da sich mir weder aus dem FHEM Code noch aus der Doku erschließt was dahin muss. Länge = 1 Rolle = Value Haken bei "Poll" Dann den Adapter auch mal auf "Debug" stellen damit etwas mehr log ausgabe kommt. EDIT: was ich noch nicht ganz am FHEM Code verstehe ist dieser Unterschied: Laut Doku z.B.: ![999_reg_fan_sf_rpm.jpg](/assets/uploads/files/999_reg_fan_sf_rpm.jpg) Register = 111 Im FHEM Code steht mit dem Namen "REG_FAN_SF_RPM" aber ein anderes Register zur Abfrage: ![999_reg_fan_sf_rpm_fhem.jpg](/assets/uploads/files/999_reg_fan_sf_rpm_fhem.jpg) –> Register 110 Vielleicht macht es auch Sinn wenn du parallel mal den Hersteller fragst ob es noch Detail informationen zu der Modbus implementierung gibt.
-
ich hatte schon Kontakt vorher zu ihm - er meinte zu mir immer "-1". Warum, weiß ich aktuell nicht…
Und ja, ich habe Systemair schon mehrfach angeschrieben und -gerufen, die zur Verfügung gestellten Infos sind sehr "mau".
Und ja, ich habe eine VR400 VCD und ja, es gibt eine Fernbedienung, aber keine Modbus - Doku dazu. Ich kenne zumindest keine.
-
ich hatte schon Kontakt vorher zu ihm - er meinte zu mir immer "-1". Warum, weiß ich aktuell nicht…
Und ja, ich habe Systemair schon mehrfach angeschrieben und -gerufen, die zur Verfügung gestellten Infos sind sehr "mau".
Und ja, ich habe eine VR400 VCD und ja, es gibt eine Fernbedienung, aber keine Modbus - Doku dazu. Ich kenne zumindest keine. `
Hast du es denn jetzt nochmal versucht mit meinen Vorschlägen?
EDIT: denke du meinst VR400 DCV
habe gerade gesehen das dein Adapter schon Abschlußwiderstände hat. Warum 220Ohm weiß ich zwar nicht, wird aber wohl funktionieren wenn es ja schon jemand nutzt.Wichtig ist unter Umständen auch noch die richtige Polung.
-
ich hatte schon Kontakt vorher zu ihm - er meinte zu mir immer "-1". Warum, weiß ich aktuell nicht…
Und ja, ich habe Systemair schon mehrfach angeschrieben und -gerufen, die zur Verfügung gestellten Infos sind sehr "mau".
Und ja, ich habe eine VR400 VCD und ja, es gibt eine Fernbedienung, aber keine Modbus - Doku dazu. Ich kenne zumindest keine. `
Hast du es denn jetzt nochmal versucht mit meinen Vorschlägen?
EDIT: denke du meinst VR400 DCV
habe gerade gesehen das dein Adapter schon Abschlußwiderstände hat. Warum 220Ohm weiß ich zwar nicht, wird aber wohl funktionieren wenn es ja schon jemand nutzt.Wichtig ist unter Umständen auch noch die richtige Polung. `
bin noch nicht dazu gekommen, bin noch am arbeiten und komme von hier nicht auf mein Heimnetzwerk. Mache ich aber heute abend wieder und poste den debug-Log. Vom Gefühl her hatte ich es aber gestern schon genauso ausprobiert. Die Verbindung zum MODBUS wurde dann immer unterbrochen - der Adapter ging von grün auf gelb. Ich poste nachher, was im LOG steht.
EDIT: und ja, es ist die DCV…
-
ich verstehe es momentan nicht mehr…
ich hatte mir bevor ich diesen Thread eröffnete ein paar Dinge "zerschossen". Ich hatte mit den Einstellungen gespielt un dmir mal die latest und die standard Verwahrungsorte aktiviert und konnte dann eben mal nicht mehr so einfach "zurück" auf Standard flashen. Hatte zur Folge, dass ich gestern mein System neu aufgesetzt habe. System läuft auch wieder jetzt auf standard und soweit ich es erkennen kann, ohne Probleme.
Jetzt finde ich aber meinen USB-Stick als seriellen Anschluss nicht mehr und bekomme logischerweise im LOG diese Meldung.
das ist der Auszug, den ich mittels "dmesg" bekomme
! [ 0.000000] Booting Linux on physical CPU 0x0
! [ 0.000000] Linux version 4.9.80-v7+ (dc4@dc4-XPS13-9333) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611) ) #1098 SMP Fri Mar 9 19:11:42 GMT 2018
! [ 0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
! [ 0.000000] CPU: div instructions available: patching division code
! [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
! [ 0.000000] OF: fdt:Machine model: Raspberry Pi 3 Model B Rev 1.2
! [ 0.000000] cma: Reserved 8 MiB at 0x3ac00000
! [ 0.000000] Memory policy: Data cache writealloc
! [ 0.000000] On node 0 totalpages: 242688
! [ 0.000000] free_area_init_node: node 0, pgdat 80c6f800, node_mem_map ba3a1000
! [ 0.000000] Normal zone: 2133 pages used for memmap
! [ 0.000000] Normal zone: 0 pages reserved
! [ 0.000000] Normal zone: 242688 pages, LIFO batch:31
! [ 0.000000] percpu: Embedded 14 pages/cpu @ba35b000 s25600 r8192 d23552 u57344
! [ 0.000000] pcpu-alloc: s25600 r8192 d23552 u57344 alloc=14*4096
! [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
! [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 240555
! [ 0.000000] Kernel command line: 8250.nr_uarts=0 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=PARTUUID=4c499fa5-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
! [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
! [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
! [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
! [ 0.000000] Memory: 940364K/970752K available (7168K kernel code, 487K rwdata, 2032K rodata, 1024K init, 770K bss, 22196K reserved, 8192K cma-reserved)
! [ 0.000000] Virtual kernel memory layout:
! vector : 0xffff0000 - 0xffff1000 ( 4 kB)
! fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
! vmalloc : 0xbb800000 - 0xff800000 (1088 MB)
! lowmem : 0x80000000 - 0xbb400000 ( 948 MB)
! modules : 0x7f000000 - 0x80000000 ( 16 MB)
! .text : 0x80008000 - 0x80800000 (8160 kB)
! .init : 0x80b00000 - 0x80c00000 (1024 kB)
! .data : 0x80c00000 - 0x80c79cbc ( 488 kB)
! .bss : 0x80c7b000 - 0x80d3b9e4 ( 771 kB)
! [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
! [ 0.000000] Hierarchical RCU implementation.
! [ 0.000000] Build-time adjustment of leaf fanout to 32.
! [ 0.000000] NR_IRQS:16 nr_irqs:16 16
! [ 0.000000] arm_arch_timer: Architected cp15 timer(s) running at 19.20MHz (phys).
! [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
! [ 0.000007] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
! [ 0.000023] Switching to timer-based delay loop, resolution 52ns
! [ 0.000301] Console: colour dummy device 80x30
! [ 0.001189] console [tty1] enabled
! [ 0.001232] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
! [ 0.001299] pid_max: default: 32768 minimum: 301
! [ 0.001635] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
! [ 0.001678] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
! [ 0.002711] Disabling memory control group subsystem
! [ 0.002815] CPU: Testing write buffer coherency: ok
! [ 0.002880] ftrace: allocating 22627 entries in 67 pages
! [ 0.050546] CPU0: update cpu_capacity 1024
! [ 0.050598] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
! [ 0.050659] Setting up static identity map for 0x100000 - 0x100034
! [ 0.052517] CPU1: update cpu_capacity 1024
! [ 0.052524] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
! [ 0.053167] CPU2: update cpu_capacity 1024
! [ 0.053174] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
! [ 0.053799] CPU3: update cpu_capacity 1024
! [ 0.053806] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
! [ 0.053893] Brought up 4 CPUs
! [ 0.054066] SMP: Total of 4 processors activated (153.60 BogoMIPS).
! [ 0.054096] CPU: All CPU(s) started in HYP mode.
! [ 0.054122] CPU: Virtualization extensions available.
! [ 0.054947] devtmpfs: initialized
! [ 0.066082] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
! [ 0.066406] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
! [ 0.066468] futex hash table entries: 1024 (order: 4, 65536 bytes)
! [ 0.067028] pinctrl core: initialized pinctrl subsystem
! [ 0.067962] NET: Registered protocol family 16
! [ 0.070211] DMA: preallocated 1024 KiB pool for atomic coherent allocations
! [ 0.079025] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
! [ 0.079074] hw-breakpoint: maximum watchpoint size is 8 bytes.
! [ 0.079252] Serial: AMBA PL011 UART driver
! [ 0.081152] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
! [ 0.081700] uart-pl011 3f201000.serial: could not find pctldev for node /soc/gpio@7e200000/uart0_pins, deferring probe
! [ 0.151374] bcm2835-dma 3f007000.dma: DMA legacy API manager at bb80d000, dmachans=0x1
! [ 0.153236] SCSI subsystem initialized
! [ 0.153551] usbcore: registered new interface driver usbfs
! [ 0.153660] usbcore: registered new interface driver hub
! [ 0.153777] usbcore: registered new device driver usb
! [ 0.160351] raspberrypi-firmware soc:firmware: Attached to firmware from 2018-03-13 18:45
! [ 0.161746] clocksource: Switched to clocksource arch_sys_counter
! [ 0.209240] VFS: Disk quotas dquot_6.6.0
! [ 0.209351] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
! [ 0.209580] FS-Cache: Loaded
! [ 0.209850] CacheFiles: Loaded
! [ 0.222005] NET: Registered protocol family 2
! [ 0.222892] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
! [ 0.223030] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
! [ 0.223241] TCP: Hash tables configured (established 8192 bind 8192)
! [ 0.223358] UDP hash table entries: 512 (order: 2, 16384 bytes)
! [ 0.223425] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
! [ 0.223657] NET: Registered protocol family 1
! [ 0.224089] RPC: Registered named UNIX socket transport module.
! [ 0.224122] RPC: Registered udp transport module.
! [ 0.224150] RPC: Registered tcp transport module.
! [ 0.224177] RPC: Registered tcp NFSv4.1 backchannel transport module.
! [ 0.225131] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
! [ 0.227459] workingset: timestamp_bits=14 max_order=18 bucket_order=4
! [ 0.243532] FS-Cache: Netfs 'nfs' registered for caching
! [ 0.244534] NFS: Registering the id_resolver key type
! [ 0.244590] Key type id_resolver registered
! [ 0.244618] Key type id_legacy registered
! [ 0.247049] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
! [ 0.247200] io scheduler noop registered
! [ 0.247230] io scheduler deadline registered (default)
! [ 0.247513] io scheduler cfq registered
! [ 0.253152] BCM2708FB: allocated DMA memory fad10000
! [ 0.253206] BCM2708FB: allocated DMA channel 0 @ bb80d000
! [ 0.261922] Console: switching to colour frame buffer device 82x26
! [ 0.270315] bcm2835-rng 3f104000.rng: hwrng registered
! [ 0.272723] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
! [ 0.277861] vc-sm: Videocore shared memory driver
! [ 0.295308] brd: module loaded
! [ 0.306563] loop: module loaded
! [ 0.308942] Loading iSCSI transport class v2.0-870.
! [ 0.312036] libphy: Fixed MDIO Bus: probed
! [ 0.314400] usbcore: registered new interface driver lan78xx
! [ 0.316750] usbcore: registered new interface driver smsc95xx
! [ 0.318947] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
! [ 0.549187] Core Release: 2.80a
! [ 0.551410] Setting default values for core params
! [ 0.553656] Finished setting default values for core params
! [ 0.756205] Using Buffer DMA mode
! [ 0.758344] Periodic Transfer Interrupt Enhancement - disabled
! [ 0.760587] Multiprocessor Interrupt Enhancement - disabled
! [ 0.762891] OTG VER PARAM: 0, OTG VER FLAG: 0
! [ 0.765169] Dedicated Tx FIFOs mode
! [ 0.767776] WARN::dwc_otg_hcd_init:1032: FIQ DMA bounce buffers: virt = 0xbad04000 dma = 0xfad04000 len=9024
! [ 0.772507] FIQ FSM acceleration enabled for :
! Non-periodic Split Transactions
! Periodic Split Transactions
! High-Speed Isochronous Endpoints
! Interrupt/Control Split Transaction hack enabled
! [ 0.783522] dwc_otg: Microframe scheduler enabled
! [ 0.783571] WARN::hcd_init_fiq:459: FIQ on core 1 at 0x8059b380
! [ 0.785850] WARN::hcd_init_fiq:460: FIQ ASM at 0x8059b6f0 length 36
! [ 0.788106] WARN::hcd_init_fiq:486: MPHI regs_base at 0xbb878000
! [ 0.790368] dwc_otg 3f980000.usb: DWC OTG Controller
! [ 0.792706] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
! [ 0.795069] dwc_otg 3f980000.usb: irq 62, io mem 0x00000000
! [ 0.797390] Init: Port Power? op_state=1
! [ 0.799642] Init: Power Port (0)
! [ 0.802042] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
! [ 0.804352] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
! [ 0.806647] usb usb1: Product: DWC OTG Controller
! [ 0.808888] usb usb1: Manufacturer: Linux 4.9.80-v7+ dwc_otg_hcd
! [ 0.811151] usb usb1: SerialNumber: 3f980000.usb
! [ 0.814225] hub 1-0:1.0: USB hub found
! [ 0.816425] hub 1-0:1.0: 1 port detected
! [ 0.819153] dwc_otg: FIQ enabled
! [ 0.819157] dwc_otg: NAK holdoff enabled
! [ 0.819161] dwc_otg: FIQ split-transaction FSM enabled
! [ 0.819174] Module dwc_common_port init
! [ 0.819410] usbcore: registered new interface driver usb-storage
! [ 0.821799] mousedev: PS/2 mouse device common for all mice
! [ 0.824888] bcm2835-wdt 3f100000.watchdog: Broadcom BCM2835 watchdog timer
! [ 0.827405] bcm2835-cpufreq: min=600000 max=1200000
! [ 0.830043] sdhci: Secure Digital Host Controller Interface driver
! [ 0.832374] sdhci: Copyright Pierre Ossman
! [ 0.834895] sdhost-bcm2835 3f202000.sdhost: could not get clk, deferring probe
! [ 0.839457] mmc-bcm2835 3f300000.mmc: could not get clk, deferring probe
! [ 0.842040] sdhci-pltfm: SDHCI platform and OF driver helper
! [ 0.845903] ledtrig-cpu: registered to indicate activity on CPUs
! [ 0.848545] hidraw: raw HID events driver (C) Jiri Kosina
! [ 0.851211] usbcore: registered new interface driver usbhid
! [ 0.853689] usbhid: USB HID core driver
! [ 0.856930] vchiq: vchiq_init_state: slot_zero = 0xbad80000, is_master = 0
! [ 0.860783] [vc_sm_connected_init]: start
! [ 0.869486] [vc_sm_connected_init]: end - returning 0
! [ 0.872325] Initializing XFRM netlink socket
! [ 0.874776] NET: Registered protocol family 17
! [ 0.877308] Key type dns_resolver registered
! [ 0.880096] Registering SWP/SWPB emulation handler
! [ 0.883343] registered taskstats version 1
! [ 0.892073] uart-pl011 3f201000.serial: cts_event_workaround enabled
! [ 0.894641] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 87, base_baud = 0) is a PL011 rev2
! [ 0.901137] sdhost: log_buf @ bad07000 (fad07000)
! [ 0.981775] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
! [ 0.986489] mmc-bcm2835 3f300000.mmc: mmc_debug:0 mmc_debug2:0
! [ 0.988975] mmc-bcm2835 3f300000.mmc: DMA channel allocated
! [ 1.031840] Indeed it is in host mode hprt0 = 00021501
! [ 1.121605] random: fast init done
! [ 1.124043] of_cfs_init
! [ 1.128429] of_cfs_init: OK
! [ 1.131077] Waiting for root device PARTUUID=4c499fa5-02…
! [ 1.143082] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
! [ 1.146815] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
! [ 1.150430] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
! [ 1.155426] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
! [ 1.163779] mmc0: host does not support reading read-only switch, assuming write-enable
! [ 1.171393] mmc0: new high speed SDHC card at address aaaa
! [ 1.174274] mmcblk0: mmc0:aaaa SC16G 14.8 GiB
! [ 1.179338] mmcblk0: p1 p2
! [ 1.241780] usb 1-1: new high-speed USB device number 2 using dwc_otg
! [ 1.244023] Indeed it is in host mode hprt0 = 00001101
! [ 1.265512] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
! [ 1.269701] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
! [ 1.282523] devtmpfs: mounted
! [ 1.307796] Freeing unused kernel memory: 1024K
! [ 1.325914] mmc1: new high speed SDIO card at address 0001
! [ 1.472080] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
! [ 1.474483] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
! [ 1.477729] hub 1-1:1.0: USB hub found
! [ 1.480211] hub 1-1:1.0: 5 ports detected
! [ 1.763905] systemd[1]: System time before build time, advancing clock.
! [ 1.801798] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
! [ 1.875822] NET: Registered protocol family 10
! [ 1.891681] ip_tables: (C) 2000-2006 Netfilter Core Team
! [ 1.917070] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
! [ 1.925974] systemd[1]: Detected architecture arm.
! [ 1.932099] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
! [ 1.934955] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
! [ 1.940559] smsc95xx v1.0.5
! [ 1.957682] systemd[1]: Set hostname to <raspberrypi>.
! [ 2.036005] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:9c:32:9a
! [ 2.141817] usb 1-1.2: new full-speed USB device number 4 using dwc_otg
! [ 2.148682] systemd-sysv-generator[105]: Overwriting existing symlink /run/systemd/generator.late/iobroker.service with real service.
! [ 2.300537] usb 1-1.2: New USB device found, idVendor=0403, idProduct=6001
! [ 2.303553] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
! [ 2.306451] usb 1-1.2: Product: FT232R USB UART
! [ 2.309267] usb 1-1.2: Manufacturer: FTDI
! [ 2.312047] usb 1-1.2: SerialNumber: AL03WPVN
! [ 2.443746] systemd[1]: Created slice System Slice.
! [ 2.449798] systemd[1]: Listening on fsck to fsckd communication Socket.
! [ 2.456045] systemd[1]: Created slice User and Session Slice.
! [ 2.462006] systemd[1]: Listening on udev Control Socket.
! [ 2.467930] systemd[1]: Listening on Syslog Socket.
! [ 2.474509] systemd[1]: Created slice system-getty.slice.
! [ 2.480526] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
! [ 2.974427] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
! [ 3.053123] systemd-journald[128]: Received request to flush runtime journal from PID 1
! [ 3.390738] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
! [ 3.682523] brcmfmac: F1 signature read @0x18000000=0x1541a9a6
! [ 3.689426] usbcore: registered new interface driver brcmfmac
! [ 3.723807] usbcore: registered new interface driver usbserial
! [ 3.723893] usbcore: registered new interface driver usbserial_generic
! [ 3.723971] usbserial: USB Serial support registered for generic
! [ 3.741838] usbcore: registered new interface driver ftdi_sio
! [ 3.741943] usbserial: USB Serial support registered for FTDI USB Serial Device
! [ 3.742235] ftdi_sio 1-1.2:1.0: FTDI USB Serial Device converter detected
! [ 3.742430] usb 1-1.2: Detected FT232RL
! [ 3.745673] usb 1-1.2: FTDI USB Serial Device converter now attached to ttyUSB0
! [ 3.937635] brcmfmac: Firmware version = wl0: Oct 23 2017 03:55:53 version 7.45.98.38 (r674442 CY) FWID 01-e58d219f
! [ 3.938572] brcmfmac: brcmf_c_preinit_dcmds: CLM version = API: 12.2 Data: 7.11.15 Compiler: 1.24.2 ClmImport: 1.24.1 Creation: 2014-05-26 10:53:55 Inc Data: 9.10.39 Inc Compiler: 1.29.4 Inc ClmImport: 1.36.3 Creation: 2017-10-23 03:47:14
! [ 4.987192] uart-pl011 3f201000.serial: no DMA platform data
! [ 5.091379] Adding 102396k swap on /var/swap. Priority:-1 extents:1 across:102396k SSFS
! [ 5.253031] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
! [ 5.253046] brcmfmac: power management disabled
! [ 5.602914] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
! [ 5.603129] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
! [ 7.237715] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
! [ 7.238510] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xC1E1
! [ 9.449387] Bluetooth: Core ver 2.22
! [ 9.449473] NET: Registered protocol family 31
! [ 9.449479] Bluetooth: HCI device and connection manager initialized
! [ 9.449497] Bluetooth: HCI socket layer initialized
! [ 9.449511] Bluetooth: L2CAP socket layer initialized
! [ 9.449543] Bluetooth: SCO socket layer initialized
! [ 9.459348] Bluetooth: HCI UART driver ver 2.3
! [ 9.459360] Bluetooth: HCI UART protocol H4 registered
! [ 9.459365] Bluetooth: HCI UART protocol Three-wire (H5) registered
! [ 9.459554] Bluetooth: HCI UART protocol Broadcom registered
! [ 9.616409] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
! [ 9.616416] Bluetooth: BNEP filters: protocol multicast
! [ 9.616426] Bluetooth: BNEP socket layer initialized
! [ 64.028402] random: crng init done
! [ 421.071574] Bluetooth: hci0 command 0x200c tx timeout
! [ 423.151786] Bluetooth: hci0 command 0x200b tx timeout
! [ 425.231962] Bluetooth: hci0 command 0x200c tx timeout
! [ 456.034738] Bluetooth: hci0 command 0x200c tx timeout
! [ 481.076739] Bluetooth: hci0 command 0x200c tx timeout
! [ 483.156907] Bluetooth: hci0 command 0x200b tx timeout
! [ 485.237059] Bluetooth: hci0 command 0x200c tx timeout
! [ 488.197265] Bluetooth: hci0 command 0x200c tx timeout
! [ 2072.738190] Bluetooth: hci0 command 0x0419 tx timeout
! [ 2099.698520] Bluetooth: hci0 command 0x0c01 tx timeout
! [ 2101.778464] Bluetooth: hci0 command 0x2001 tx timeout
! [ 2103.858524] Bluetooth: hci0 command 0x1001 tx timeout
! [ 2105.938535] Bluetooth: hci0 command 0x0c6d tx timeout
! [ 2108.018561] Bluetooth: hci0 command 0x0c6c tx timeout
! [ 2110.098589] Bluetooth: hci0 command 0x1009 tx timeout
! [ 2112.178617] Bluetooth: hci0 command 0x0419 tx timeout
! [ 2124.978738] Bluetooth: hci0 command 0x0405 tx timeout
! [ 2159.699079] Bluetooth: hci0 command 0x0419 tx timeout
! [ 2165.139151] Bluetooth: hci0 command 0x0408 tx timeout
! [ 2219.779634] Bluetooth: hci0 command 0x0419 tx timeout
! [ 2225.299663] Bluetooth: hci0 command 0x0408 tx timeout
! [ 2279.780144] Bluetooth: hci0 command 0x0419 tx timeout
! [ 2285.460170] Bluetooth: hci0 command 0x0408 tx timeout
! [ 2339.860618] Bluetooth: hci0 command 0x0419 tx timeout
! [ 2345.620648] Bluetooth: hci0 command 0x0408 tx timeout
! [ 2399.861041] Bluetooth: hci0 command 0x0419 tx timeout
! [ 2405.141080] Bluetooth: hci0 command 0x0408 tx timeout
! [ 2459.941465] Bluetooth: hci0 command 0x0419 tx timeout
! [ 2465.301503] Bluetooth: hci0 command 0x0408 tx timeout
! [ 2519.941847] Bluetooth: hci0 command 0x0419 tx timeout
! [ 2525.461934] Bluetooth: hci0 command 0x0408 tx timeout
! [ 2580.022294] Bluetooth: hci0 command 0x0419 tx timeout
! [ 2585.622351] Bluetooth: hci0 command 0x0408 tx timeout
! [ 2640.022759] Bluetooth: hci0 command 0x0419 tx timeout
! [ 2645.782786] Bluetooth: hci0 command 0x0408 tx timeout
! [ 2690.103154] Bluetooth: hci0 command 0x200c tx timeout
! [ 2693.091750] Netfilter messages via NETLINK v0.30.
! [ 2697.863204] Bluetooth: hci0 command 0x0419 tx timeout
! [ 2705.303245] Bluetooth: hci0 command 0x0408 tx timeout
! [ 2724.903396] Bluetooth: hci0 command 0x0c01 tx timeout
! [ 2726.983383] Bluetooth: hci0 command 0x2001 tx timeout
! [ 2729.063423] Bluetooth: hci0 command 0x1001 tx timeout
! [ 2731.143448] Bluetooth: hci0 command 0x0c6d tx timeout
! [ 2733.223458] Bluetooth: hci0 command 0x0c6c tx timeout
! [ 2735.303479] Bluetooth: hci0 command 0x1009 tx timeout
! [ 2737.383457] Bluetooth: hci0 command 0x0419 tx timeout
! [ 2784.903839] Bluetooth: hci0 command 0x0419 tx timeout
! [ 2790.423874] Bluetooth: hci0 command 0x0408 tx timeout
! [ 2844.984274] Bluetooth: hci0 command 0x0419 tx timeout
! [ 2850.584322] Bluetooth: hci0 command 0x0408 tx timeout
! [ 2898.264708] Bluetooth: hci0 command 0x200c tx timeout
! [ 2905.784695] Bluetooth: hci0 command 0x0419 tx timeout
! [ 2910.745178] Bluetooth: hci0 command 0x0408 tx timeout
! [ 2932.584923] Bluetooth: hci0 command 0x0c01 tx timeout
! [ 2934.664869] Bluetooth: hci0 command 0x2001 tx timeout
! [ 2936.754920] Bluetooth: hci0 command 0x1001 tx timeout
! [ 2938.824926] Bluetooth: hci0 command 0x0c6d tx timeout
! [ 2940.904938] Bluetooth: hci0 command 0x0c6c tx timeout
! [ 2942.984949] Bluetooth: hci0 command 0x1009 tx timeout
! [ 2945.064962] Bluetooth: hci0 command 0x0419 tx timeout
! [ 2962.585087] Bluetooth: hci0 command 0x0419 tx timeout
! [ 2992.665298] Bluetooth: hci0 command 0x0419 tx timeout
! [ 3022.665495] Bluetooth: hci0 command 0x0419 tx timeout
! [ 3052.745696] Bluetooth: hci0 command 0x0419 tx timeout
! [ 3082.835900] Bluetooth: hci0 command 0x0419 tx timeout
! [ 3112.836114] Bluetooth: hci0 command 0x0419 tx timeout
! [ 3142.906360] Bluetooth: hci0 command 0x0419 tx timeout
! [ 3172.906544] Bluetooth: hci0 command 0x0419 tx timeout
! [ 3202.986711] Bluetooth: hci0 command 0x0419 tx timeout
! [ 3233.066897] Bluetooth: hci0 command 0x0419 tx timeout
! [ 3263.077070] Bluetooth: hci0 command 0x0419 tx timeout
! [ 3293.147294] Bluetooth: hci0 command 0x0419 tx timeout
! [ 3323.147481] Bluetooth: hci0 command 0x0419 tx timeout
! [ 3353.147686] Bluetooth: hci0 command 0x0419 tx timeout
! [ 3383.227867] Bluetooth: hci0 command 0x0419 tx timeout
! [ 3413.228066] Bluetooth: hci0 command 0x0419 tx timeout
! [ 3443.308251] Bluetooth: hci0 command 0x0419 tx timeout
! [ 3473.308469] Bluetooth: hci0 command 0x0419 tx timeout
! [ 3503.388651] Bluetooth: hci0 command 0x0419 tx timeout
! [ 3533.388895] Bluetooth: hci0 command 0x0419 tx timeout
! [ 3563.469017] Bluetooth: hci0 command 0x0419 tx timeout
! [ 3593.469281] Bluetooth: hci0 command 0x0419 tx timeout
! [ 3623.559386] Bluetooth: hci0 command 0x0419 tx timeout
! [ 3653.549614] Bluetooth: hci0 command 0x0419 tx timeout
! [ 3683.629774] Bluetooth: hci0 command 0x0419 tx timeout
! [ 3713.629953] Bluetooth: hci0 command 0x0419 tx timeout
! [ 3743.710137] Bluetooth: hci0 command 0x0419 tx timeout
! [ 3773.790293] Bluetooth: hci0 command 0x0419 tx timeout
! [ 3803.790506] Bluetooth: hci0 command 0x0419 tx timeout
! [ 3833.790805] Bluetooth: hci0 command 0x0419 tx timeout
! [ 3863.870870] Bluetooth: hci0 command 0x0419 tx timeout
! [ 3893.871067] Bluetooth: hci0 command 0x0419 tx timeout
! [ 3923.951225] Bluetooth: hci0 command 0x0419 tx timeout
! [ 3953.951428] Bluetooth: hci0 command 0x0419 tx timeout
! [ 3984.031620] Bluetooth: hci0 command 0x0419 tx timeout
! [ 4014.041828] Bluetooth: hci0 command 0x0419 tx timeout
! [ 4044.112001] Bluetooth: hci0 command 0x0419 tx timeout
! [ 4074.112209] Bluetooth: hci0 command 0x0419 tx timeout
! [ 4104.192349] Bluetooth: hci0 command 0x0419 tx timeout
! [ 4134.272526] Bluetooth: hci0 command 0x0419 tx timeout
! [ 4164.272732] Bluetooth: hci0 command 0x0419 tx timeout
! [ 4194.272967] Bluetooth: hci0 command 0x0419 tx timeout
! [ 4224.353079] Bluetooth: hci0 command 0x0419 tx timeout
! [ 4254.353312] Bluetooth: hci0 command 0x0419 tx timeout
! [ 4284.433445] Bluetooth: hci0 command 0x0419 tx timeout
! [ 4314.433672] Bluetooth: hci0 command 0x0419 tx timeout
! [ 4344.513810] Bluetooth: hci0 command 0x0419 tx timeout
! [ 4374.514024] Bluetooth: hci0 command 0x0419 tx timeout
! [ 4404.594176] Bluetooth: hci0 command 0x0419 tx timeout
! [ 4434.604362] Bluetooth: hci0 command 0x0419 tx timeout
! [ 4464.674539] Bluetooth: hci0 command 0x0419 tx timeout
! [ 4494.674743] Bluetooth: hci0 command 0x0419 tx timeout
! [ 4524.754902] Bluetooth: hci0 command 0x0419 tx timeout
! [ 4554.765083] Bluetooth: hci0 command 0x0419 tx timeout
! [ 4584.835238] Bluetooth: hci0 command 0x0419 tx timeout
! [ 4614.835467] Bluetooth: hci0 command 0x0419 tx timeout
! [ 4644.916041] Bluetooth: hci0 command 0x0419 tx timeout
! [ 4674.916611] Bluetooth: hci0 command 0x0419 tx timeout
! [ 4704.997149] Bluetooth: hci0 command 0x0419 tx timeout
! [ 4734.997646] Bluetooth: hci0 command 0x0419 tx timeout
! [ 4764.998189] Bluetooth: hci0 command 0x0419 tx timeout
! [ 4795.078647] Bluetooth: hci0 command 0x0419 tx timeout
! [ 4825.079188] Bluetooth: hci0 command 0x0419 tx timeout
! [ 4855.159559] Bluetooth: hci0 command 0x0419 tx timeout
! [ 4885.240005] Bluetooth: hci0 command 0x0419 tx timeout
! [ 4915.250455] Bluetooth: hci0 command 0x0419 tx timeout
! [ 4945.240908] Bluetooth: hci0 command 0x0419 tx timeout
! [ 4975.241326] Bluetooth: hci0 command 0x0419 tx timeout
! [ 5005.321684] Bluetooth: hci0 command 0x0419 tx timeout
! [ 5035.322067] Bluetooth: hci0 command 0x0419 tx timeout
! [ 5065.402435] Bluetooth: hci0 command 0x0419 tx timeout
! [ 5095.412813] Bluetooth: hci0 command 0x0419 tx timeout
! [ 5125.483181] Bluetooth: hci0 command 0x0419 tx timeout
! [ 5155.483529] Bluetooth: hci0 command 0x0419 tx timeout
! [ 5185.563870] Bluetooth: hci0 command 0x0419 tx timeout
! [ 5215.564216] Bluetooth: hci0 command 0x0419 tx timeout
! [ 5245.654537] Bluetooth: hci0 command 0x0419 tx timeout
! [ 5275.644886] Bluetooth: hci0 command 0x0419 tx timeout
! [ 5305.725182] Bluetooth: hci0 command 0x0419 tx timeout
! [ 5335.725520] Bluetooth: hci0 command 0x0419 tx timeout
! [ 5365.805821] Bluetooth: hci0 command 0x0419 tx timeout
! [ 5395.806102] Bluetooth: hci0 command 0x0419 tx timeout
! [ 5425.896411] Bluetooth: hci0 command 0x0419 tx timeout
! [ 5455.896698] Bluetooth: hci0 command 0x0419 tx timeout
! [ 5485.967010] Bluetooth: hci0 command 0x0419 tx timeout
! [ 5515.967276] Bluetooth: hci0 command 0x0419 tx timeout
! [ 5546.047588] Bluetooth: hci0 command 0x0419 tx timeout
! [ 5576.047917] Bluetooth: hci0 command 0x0419 tx timeout
! [ 5606.128146] Bluetooth: hci0 command 0x0419 tx timeout
! [ 5636.128423] Bluetooth: hci0 command 0x0419 tx timeout
! [ 5666.208702] Bluetooth: hci0 command 0x0419 tx timeout
! [ 5696.208967] Bluetooth: hci0 command 0x0419 tx timeout
! [ 5726.289255] Bluetooth: hci0 command 0x0419 tx timeout
! [ 5756.289505] Bluetooth: hci0 command 0x0419 tx timeout
! [ 5786.289764] Bluetooth: hci0 command 0x0419 tx timeout
! [ 5816.380024] Bluetooth: hci0 command 0x0419 tx timeout
! [ 5846.450302] Bluetooth: hci0 command 0x0419 tx timeout
! [ 5876.450566] Bluetooth: hci0 command 0x0419 tx timeout
! [ 5906.450880] Bluetooth: hci0 command 0x0419 tx timeout
! [ 5936.531125] Bluetooth: hci0 command 0x0419 tx timeout
! [ 5966.611276] Bluetooth: hci0 command 0x0419 tx timeout
! [ 5996.621548] Bluetooth: hci0 command 0x0419 tx timeout
! [ 6026.611868] Bluetooth: hci0 command 0x0419 tx timeout
! [ 6056.692046] Bluetooth: hci0 command 0x0419 tx timeout
! [ 6086.702384] Bluetooth: hci0 command 0x0419 tx timeout
! [ 6116.772514] Bluetooth: hci0 command 0x0419 tx timeout
! [ 6146.772845] Bluetooth: hci0 command 0x0419 tx timeout
! [ 6176.853000] Bluetooth: hci0 command 0x0419 tx timeout
! [ 6206.863263] Bluetooth: hci0 command 0x0419 tx timeout
! [ 6236.853534] Bluetooth: hci0 command 0x0419 tx timeout
! [ 6266.933741] Bluetooth: hci0 command 0x0419 tx timeout
! [ 6296.943985] Bluetooth: hci0 command 0x0419 tx timeout
! [ 6327.014226] Bluetooth: hci0 command 0x0419 tx timeout
! [ 6357.014506] Bluetooth: hci0 command 0x0419 tx timeout
! [ 6387.094704] Bluetooth: hci0 command 0x0419 tx timeout
! [ 6417.094977] Bluetooth: hci0 command 0x0419 tx timeout
! [ 6447.175246] Bluetooth: hci0 command 0x0419 tx timeout
! [ 6477.175432] Bluetooth: hci0 command 0x0419 tx timeout
! [ 6507.265639] Bluetooth: hci0 command 0x0419 tx timeout
! [ 6537.335873] Bluetooth: hci0 command 0x0419 tx timeout
! [ 6567.346104] Bluetooth: hci0 command 0x0419 tx timeout
! [ 6597.336378] Bluetooth: hci0 command 0x0419 tx timeout
! [ 6627.416571] Bluetooth: hci0 command 0x0419 tx timeout
! [ 6657.416834] Bluetooth: hci0 command 0x0419 tx timeout
! [ 6687.507691] Bluetooth: hci0 command 0x0419 tx timeout
! [ 6717.578586] Bluetooth: hci0 command 0x0419 tx timeout
! [ 6747.579498] Bluetooth: hci0 command 0x0419 tx timeout
! [ 6777.590346] Bluetooth: hci0 command 0x0419 tx timeout
! [ 6807.671209] Bluetooth: hci0 command 0x0419 tx timeout
! [ 6837.662010] Bluetooth: hci0 command 0x0419 tx timeout
! [ 6867.742789] Bluetooth: hci0 command 0x0419 tx timeout
! [ 6897.743527] Bluetooth: hci0 command 0x0419 tx timeout
! [ 6927.824260] Bluetooth: hci0 command 0x0419 tx timeout
! [ 6957.825017] Bluetooth: hci0 command 0x0419 tx timeout
! [ 6987.905638] Bluetooth: hci0 command 0x0419 tx timeout
! [ 7017.986280] Bluetooth: hci0 command 0x0419 tx timeout
! [ 7047.986948] Bluetooth: hci0 command 0x0419 tx timeout
! [ 7077.987547] Bluetooth: hci0 command 0x0419 tx timeout
! [ 7108.068124] Bluetooth: hci0 command 0x0419 tx timeout
! [ 7138.068799] Bluetooth: hci0 command 0x0419 tx timeout
! [ 7168.149276] Bluetooth: hci0 command 0x0419 tx timeout
! [ 7198.149908] Bluetooth: hci0 command 0x0419 tx timeout
! [ 7228.230395] Bluetooth: hci0 command 0x0419 tx timeout
! [ 7258.240928] Bluetooth: hci0 command 0x0419 tx timeout
! [ 7288.311412] Bluetooth: hci0 command 0x0419 tx timeout
! [ 7318.311966] Bluetooth: hci0 command 0x0419 tx timeout
! [ 7348.392439] Bluetooth: hci0 command 0x0419 tx timeout
! [ 7378.392928] Bluetooth: hci0 command 0x0419 tx timeout
! [ 7408.473384] Bluetooth: hci0 command 0x0419 tx timeout
! [ 7438.473875] Bluetooth: hci0 command 0x0419 tx timeout
! [ 7468.554319] Bluetooth: hci0 command 0x0419 tx timeout
! [ 7498.554788] Bluetooth: hci0 command 0x0419 tx timeout
! [ 7528.635184] Bluetooth: hci0 command 0x0419 tx timeout
! [ 7558.715621] Bluetooth: hci0 command 0x0419 tx timeout
! [ 7588.716052] Bluetooth: hci0 command 0x0419 tx timeout
! [ 7618.716568] Bluetooth: hci0 command 0x0419 tx timeout
! [ 7648.796869] Bluetooth: hci0 command 0x0419 tx timeout
! [ 7678.797344] Bluetooth: hci0 command 0x0419 tx timeout
! [ 7708.877856] Bluetooth: hci0 command 0x0419 tx timeout
! [ 7738.878120] Bluetooth: hci0 command 0x0419 tx timeout
! [ 7768.958451] Bluetooth: hci0 command 0x0419 tx timeout
! [ 7798.958881] Bluetooth: hci0 command 0x0419 tx timeout
! [ 7829.039237] Bluetooth: hci0 command 0x0419 tx timeout
! [ 7859.039648] Bluetooth: hci0 command 0x0419 tx timeout
! [ 7889.129983] Bluetooth: hci0 command 0x0419 tx timeout
! [ 7919.130350] Bluetooth: hci0 command 0x0419 tx timeout
! [ 7949.200699] Bluetooth: hci0 command 0x0419 tx timeout
! [ 7979.201095] Bluetooth: hci0 command 0x0419 tx timeout
! [ 8009.281426] Bluetooth: hci0 command 0x0419 tx timeout
! [ 8039.281819] Bluetooth: hci0 command 0x0419 tx timeout
! [ 8069.362141] Bluetooth: hci0 command 0x0419 tx timeout
! [ 8099.362522] Bluetooth: hci0 command 0x0419 tx timeout
! [ 8129.452841] Bluetooth: hci0 command 0x0419 tx timeout
! [ 8159.443211] Bluetooth: hci0 command 0x0419 tx timeout
! [ 8189.523549] Bluetooth: hci0 command 0x0419 tx timeout
! [ 8219.523869] Bluetooth: hci0 command 0x0419 tx timeout
! [ 8249.604228] Bluetooth: hci0 command 0x0419 tx timeout
! [ 8279.604574] Bluetooth: hci0 command 0x0419 tx timeout
! [ 8309.684888] Bluetooth: hci0 command 0x0419 tx timeout
! [ 8339.685248] Bluetooth: hci0 command 0x0419 tx timeout
! [ 8369.765608] Bluetooth: hci0 command 0x0419 tx timeout
! [ 8399.765924] Bluetooth: hci0 command 0x0419 tx timeout
! [ 8429.846228] Bluetooth: hci0 command 0x0419 tx timeout
! [ 8459.846586] Bluetooth: hci0 command 0x0419 tx timeout
! [ 8489.926899] Bluetooth: hci0 command 0x0419 tx timeout
! [ 8519.937213] Bluetooth: hci0 command 0x0419 tx timeout
! [ 8550.007546] Bluetooth: hci0 command 0x0419 tx timeout
! [ 8580.007862] Bluetooth: hci0 command 0x0419 tx timeout
! [ 8610.008233] Bluetooth: hci0 command 0x0419 tx timeout
! [ 8640.098532] Bluetooth: hci0 command 0x0419 tx timeout
! [ 8670.088881] Bluetooth: hci0 command 0x0419 tx timeout
! [ 8700.169170] Bluetooth: hci0 command 0x0419 tx timeout
! [ 8730.169630] Bluetooth: hci0 command 0x0419 tx timeout
! [ 8760.250092] Bluetooth: hci0 command 0x0419 tx timeout
! [ 8790.250540] Bluetooth: hci0 command 0x0419 tx timeout
! [ 8820.331031] Bluetooth: hci0 command 0x0419 tx timeout
! [ 8850.331505] Bluetooth: hci0 command 0x0419 tx timeout
! [ 8880.421947] Bluetooth: hci0 command 0x0419 tx timeout
! [ 8910.412402] Bluetooth: hci0 command 0x0419 tx timeout
! [ 8940.492840] Bluetooth: hci0 command 0x0419 tx timeout
! [ 8970.493371] Bluetooth: hci0 command 0x0419 tx timeout
! [ 9000.493750] Bluetooth: hci0 command 0x0419 tx timeout
! [ 9030.584128] Bluetooth: hci0 command 0x0419 tx timeout
! [ 9060.574604] Bluetooth: hci0 command 0x0419 tx timeout
! [ 9090.654956] Bluetooth: hci0 command 0x0419 tx timeout
! [ 9120.655421] Bluetooth: hci0 command 0x0419 tx timeout
! [ 9150.735766] Bluetooth: hci0 command 0x0419 tx timeout
! [ 9180.736204] Bluetooth: hci0 command 0x0419 tx timeout
! [ 9210.826554] Bluetooth: hci0 command 0x0419 tx timeout
! [ 9240.817105] Bluetooth: hci0 command 0x0419 tx timeout
! [ 9270.897340] Bluetooth: hci0 command 0x0419 tx timeout
! [ 9300.897755] Bluetooth: hci0 command 0x0419 tx timeout
! [ 9330.988095] Bluetooth: hci0 command 0x0419 tx timeout
! [ 9360.978481] Bluetooth: hci0 command 0x0419 tx timeout
! [ 9391.058864] Bluetooth: hci0 command 0x0419 tx timeout
! [ 9421.059237] Bluetooth: hci0 command 0x0419 tx timeout
! [ 9451.139597] Bluetooth: hci0 command 0x0419 tx timeout
! [ 9481.150051] Bluetooth: hci0 command 0x0419 tx timeout
! [ 9511.220328] Bluetooth: hci0 command 0x0419 tx timeout
! [ 9541.220691] Bluetooth: hci0 command 0x0419 tx timeout
! [ 9571.301057] Bluetooth: hci0 command 0x0419 tx timeout
! [ 9601.301422] Bluetooth: hci0 command 0x0419 tx timeout
! [ 9631.381785] Bluetooth: hci0 command 0x0419 tx timeout
! [ 9661.392209] Bluetooth: hci0 command 0x0419 tx timeout
! [ 9691.462498] Bluetooth: hci0 command 0x0419 tx timeout
! [ 9721.462856] Bluetooth: hci0 command 0x0419 tx timeout
! [ 9751.463258] Bluetooth: hci0 command 0x0419 tx timeout
! [ 9781.543543] Bluetooth: hci0 command 0x0419 tx timeout
! [ 9811.543969] Bluetooth: hci0 command 0x0419 tx timeout
! [ 9841.624253] Bluetooth: hci0 command 0x0419 tx timeout
! [ 9871.624667] Bluetooth: hci0 command 0x0419 tx timeout
! [ 9901.704949] Bluetooth: hci0 command 0x0419 tx timeout
! [ 9931.705312] Bluetooth: hci0 command 0x0419 tx timeout
! [ 9961.785636] Bluetooth: hci0 command 0x0419 tx timeout
! [ 9991.786146] Bluetooth: hci0 command 0x0419 tx timeout
! [10021.866328] Bluetooth: hci0 command 0x0419 tx timeout
! [10051.866714] Bluetooth: hci0 command 0x0419 tx timeout
! [10081.947019] Bluetooth: hci0 command 0x0419 tx timeout
! [10111.947359] Bluetooth: hci0 command 0x0419 tx timeout
! [10142.027694] Bluetooth: hci0 command 0x0419 tx timeout
! [10172.028128] Bluetooth: hci0 command 0x0419 tx timeout
! [10202.108431] Bluetooth: hci0 command 0x0419 tx timeout
! [10232.108736] Bluetooth: hci0 command 0x0419 tx timeout
! [10262.189202] Bluetooth: hci0 command 0x0419 tx timeout
! [10292.189427] Bluetooth: hci0 command 0x0419 tx timeout
! [10322.269729] Bluetooth: hci0 command 0x0419 tx timeout
! [10352.270068] Bluetooth: hci0 command 0x0419 tx timeout
! [10382.350406] Bluetooth: hci0 command 0x0419 tx timeout
! [10412.350767] Bluetooth: hci0 command 0x0419 tx timeout
! [10442.431088] Bluetooth: hci0 command 0x0419 tx timeout
! [10472.431417] Bluetooth: hci0 command 0x0419 tx timeout
! [10502.431898] Bluetooth: hci0 command 0x0419 tx timeout
! [10532.522091] Bluetooth: hci0 command 0x0419 tx timeout
! [10562.512461] Bluetooth: hci0 command 0x0419 tx timeout
! [10592.592770] Bluetooth: hci0 command 0x0419 tx timeout
! [10622.593098] Bluetooth: hci0 command 0x0419 tx timeout
! [10652.673423] Bluetooth: hci0 command 0x0419 tx timeout
! [10682.673779] Bluetooth: hci0 command 0x0419 tx timeout
! [10712.754135] Bluetooth: hci0 command 0x0419 tx timeout
! [10742.754607] Bluetooth: hci0 command 0x0419 tx timeout
! [10772.834712] Bluetooth: hci0 command 0x0419 tx timeout
! [10802.914875] Bluetooth: hci0 command 0x0419 tx timeout
! [10832.915100] Bluetooth: hci0 command 0x0419 tx timeout
! [10862.915285] Bluetooth: hci0 command 0x0419 tx timeout
! [10892.995459] Bluetooth: hci0 command 0x0419 tx timeout
! [10922.995677] Bluetooth: hci0 command 0x0419 tx timeout
! [10953.075885] Bluetooth: hci0 command 0x0419 tx timeout
! [10983.076142] Bluetooth: hci0 command 0x0419 tx timeout
! [11013.156313] Bluetooth: hci0 command 0x0419 tx timeout
! [11043.156560] Bluetooth: hci0 command 0x0419 tx timeout
! [11073.236826] Bluetooth: hci0 command 0x0419 tx timeout
! [11103.237009] Bluetooth: hci0 command 0x0419 tx timeout
! [11133.317297] Bluetooth: hci0 command 0x0419 tx timeout
! [11163.317517] Bluetooth: hci0 command 0x0419 tx timeout
! [11193.397800] Bluetooth: hci0 command 0x0419 tx timeout
! [11223.398125] Bluetooth: hci0 command 0x0419 tx timeout
! [11253.478247] Bluetooth: hci0 command 0x0419 tx timeout
! [11283.478510] Bluetooth: hci0 command 0x0419 tx timeout
! [11313.478808] Bluetooth: hci0 command 0x0419 tx timeout
! [11343.559025] Bluetooth: hci0 command 0x0419 tx timeout
! [11373.559335] Bluetooth: hci0 command 0x0419 tx timeout
! [11403.559594] Bluetooth: hci0 command 0x0419 tx timeout
! [11433.639847] Bluetooth: hci0 command 0x0419 tx timeout
! [11463.720096] Bluetooth: hci0 command 0x0419 tx timeout
! [11493.720379] Bluetooth: hci0 command 0x0419 tx timeout
! [11523.720665] Bluetooth: hci0 command 0x0419 tx timeout
! [11553.800940] Bluetooth: hci0 command 0x0419 tx timeout
! [11583.801212] Bluetooth: hci0 command 0x0419 tx timeout
! [11613.801556] Bluetooth: hci0 command 0x0419 tx timeout
! [11643.881790] Bluetooth: hci0 command 0x0419 tx timeout
! [11673.882104] Bluetooth: hci0 command 0x0419 tx timeout
! [11703.962386] Bluetooth: hci0 command 0x0419 tx timeout
! [11733.962648] Bluetooth: hci0 command 0x0419 tx timeout
! [11764.042974] Bluetooth: hci0 command 0x0419 tx timeout
! [11794.043220] Bluetooth: hci0 command 0x0419 tx timeout
! [11824.123484] Bluetooth: hci0 command 0x0419 tx timeout
! [11854.123781] Bluetooth: hci0 command 0x0419 tx timeout
! [11884.204069] Bluetooth: hci0 command 0x0419 tx timeout
! [11914.204384] Bluetooth: hci0 command 0x0419 tx timeout
! [11944.284662] Bluetooth: hci0 command 0x0419 tx timeout
! [11974.284971] Bluetooth: hci0 command 0x0419 tx timeout
! [12004.365247] Bluetooth: hci0 command 0x0419 tx timeout
! [12034.365559] Bluetooth: hci0 command 0x0419 tx timeout
! [12064.365868] Bluetooth: hci0 command 0x0419 tx timeout
! [12094.446146] Bluetooth: hci0 command 0x0419 tx timeout
! [12124.446483] Bluetooth: hci0 command 0x0419 tx timeout
! [12154.526725] Bluetooth: hci0 command 0x0419 tx timeout
! [12184.527059] Bluetooth: hci0 command 0x0419 tx timeout
! [12214.607350] Bluetooth: hci0 command 0x0419 tx timeout
! [12244.687618] Bluetooth: hci0 command 0x0419 tx timeout
! [12274.687915] Bluetooth: hci0 command 0x0419 tx timeout
! [12304.688267] Bluetooth: hci0 command 0x0419 tx timeout
! [12334.768509] Bluetooth: hci0 command 0x0419 tx timeout
! [12364.768821] Bluetooth: hci0 command 0x0419 tx timeout
! [12394.769180] Bluetooth: hci0 command 0x0419 tx timeout
! [12424.849499] Bluetooth: hci0 command 0x0419 tx timeout
! [12454.849779] Bluetooth: hci0 command 0x0419 tx timeout
! [12484.930055] Bluetooth: hci0 command 0x0419 tx timeout
! [12514.930404] Bluetooth: hci0 command 0x0419 tx timeout
! [12545.010625] Bluetooth: hci0 command 0x0419 tx timeout
! [12575.010970] Bluetooth: hci0 command 0x0419 tx timeout
! [12605.091248] Bluetooth: hci0 command 0x0419 tx timeout
! [12635.171543] Bluetooth: hci0 command 0x0419 tx timeout
! [12665.171929] Bluetooth: hci0 command 0x0419 tx timeout
! [12695.172184] Bluetooth: hci0 command 0x0419 tx timeout
! [12725.252484] Bluetooth: hci0 command 0x0419 tx timeout
! [12755.252820] Bluetooth: hci0 command 0x0419 tx timeout
! [12785.333042] Bluetooth: hci0 command 0x0419 tx timeout
! [12815.333199] Bluetooth: hci0 command 0x0419 tx timeout
! [12845.412898] Bluetooth: hci0 command 0x0419 tx timeout
! [12875.412632] Bluetooth: hci0 command 0x0419 tx timeout
! [12905.492520] Bluetooth: hci0 command 0x0419 tx timeout
! [12935.492236] Bluetooth: hci0 command 0x0419 tx timeout
! [12965.572137] Bluetooth: hci0 command 0x0419 tx timeout
! [12995.571956] Bluetooth: hci0 command 0x0419 tx timeout
! [13025.651842] Bluetooth: hci0 command 0x0419 tx timeout
! [13055.651728] Bluetooth: hci0 command 0x0419 tx timeout
! [13085.731714] Bluetooth: hci0 command 0x0419 tx timeout
! [13115.731606] Bluetooth: hci0 command 0x0419 tx timeout
! [13145.811513] Bluetooth: hci0 command 0x0419 tx timeout
! [13175.811493] Bluetooth: hci0 command 0x0419 tx timeout
! [13205.891488] Bluetooth: hci0 command 0x0419 tx timeout
! [13235.891535] Bluetooth: hci0 command 0x0419 tx timeout
! [13265.971501] Bluetooth: hci0 command 0x0419 tx timeout
! [13295.971581] Bluetooth: hci0 command 0x0419 tx timeout
! [13326.051556] Bluetooth: hci0 command 0x0419 tx timeout
! [13356.051603] Bluetooth: hci0 command 0x0419 tx timeout
! [13386.131701] Bluetooth: hci0 command 0x0419 tx timeout
! [13416.131783] Bluetooth: hci0 command 0x0419 tx timeout
! [13446.211892] Bluetooth: hci0 command 0x0419 tx timeout
! [13476.211957] Bluetooth: hci0 command 0x0419 tx timeout
! [13506.292089] Bluetooth: hci0 command 0x0419 tx timeout
! [13536.302186] Bluetooth: hci0 command 0x0419 tx timeout
! [13566.372227] Bluetooth: hci0 command 0x0419 tx timeout
! [13596.372422] Bluetooth: hci0 command 0x0419 tx timeout
! [13626.372473] Bluetooth: hci0 command 0x0419 tx timeout
! [13656.372658] Bluetooth: hci0 command 0x0419 tx timeout
! [13686.462747] Bluetooth: hci0 command 0x0419 tx timeout
! [13716.542934] Bluetooth: hci0 command 0x0419 tx timeout
! [13746.533068] Bluetooth: hci0 command 0x0419 tx timeout
! [13776.613229] Bluetooth: hci0 command 0x0419 tx timeout
! [13806.613405] Bluetooth: hci0 command 0x0419 tx timeout
! [13836.693549] Bluetooth: hci0 command 0x0419 tx timeout
! [13866.693754] Bluetooth: hci0 command 0x0419 tx timeout
! [13896.773868] Bluetooth: hci0 command 0x0419 tx timeout
! [13926.774088] Bluetooth: hci0 command 0x0419 tx timeout
! [13956.864223] Bluetooth: hci0 command 0x0419 tx timeout
! [13986.854432] Bluetooth: hci0 command 0x0419 tx timeout
! [14016.934584] Bluetooth: hci0 command 0x0419 tx timeout
! [14046.944792] Bluetooth: hci0 command 0x0419 tx timeout
! [14077.024983] Bluetooth: hci0 command 0x0419 tx timeout
! [14107.015208] Bluetooth: hci0 command 0x0419 tx timeout
! [14137.095399] Bluetooth: hci0 command 0x0419 tx timeout
! [14167.175602] Bluetooth: hci0 command 0x0419 tx timeout
! [14197.175864] Bluetooth: hci0 command 0x0419 tx timeout
! [14227.176015] Bluetooth: hci0 command 0x0419 tx timeout
! [14257.256196] Bluetooth: hci0 command 0x0419 tx timeout
! [14287.336398] Bluetooth: hci0 command 0x0419 tx timeout
! [14317.336610] Bluetooth: hci0 command 0x0419 tx timeout
! [14347.416843] Bluetooth: hci0 command 0x0419 tx timeout
! [14377.427040] Bluetooth: hci0 command 0x0419 tx timeout
! [14407.507234] Bluetooth: hci0 command 0x0419 tx timeout
! [14437.497485] Bluetooth: hci0 command 0x0419 tx timeout
! [14467.577701] Bluetooth: hci0 command 0x0419 tx timeout
! [14497.577917] Bluetooth: hci0 command 0x0419 tx timeout
! [14527.658125] Bluetooth: hci0 command 0x0419 tx timeout
! [14557.658350] Bluetooth: hci0 command 0x0419 tx timeout
! [14587.738633] Bluetooth: hci0 command 0x0419 tx timeout
! [14617.738795] Bluetooth: hci0 command 0x0419 tx timeout
! [14647.739050] Bluetooth: hci0 command 0x0419 tx timeout
! [14677.819284] Bluetooth: hci0 command 0x0419 tx timeout
! [14707.819488] Bluetooth: hci0 command 0x0419 tx timeout
! [14737.899696] Bluetooth: hci0 command 0x0419 tx timeout
! [14767.900022] Bluetooth: hci0 command 0x0419 tx timeout
! [14797.980181] Bluetooth: hci0 command 0x0419 tx timeout
! [14827.980545] Bluetooth: hci0 command 0x0419 tx timeout
! [14858.060393] Bluetooth: hci0 command 0x0419 tx timeout
! [14888.058874] Bluetooth: hci0 command 0x0419 tx timeout
! [14918.137389] Bluetooth: hci0 command 0x0419 tx timeout
! [14948.136135] Bluetooth: hci0 command 0x0419 tx timeout
! [14978.214730] Bluetooth: hci0 command 0x0419 tx timeout
! [15008.213520] Bluetooth: hci0 command 0x0419 tx timeout
! [15038.292353] Bluetooth: hci0 command 0x0419 tx timeout
! [15068.301272] Bluetooth: hci0 command 0x0419 tx timeout
! [15098.370301] Bluetooth: hci0 command 0x0419 tx timeout
! [15128.369310] Bluetooth: hci0 command 0x0419 tx timeout
! [15158.448400] Bluetooth: hci0 command 0x0419 tx timeout
! [15188.457546] Bluetooth: hci0 command 0x0419 tx timeout
! [15218.526848] Bluetooth: hci0 command 0x0419 tx timeout
! [15248.526034] Bluetooth: hci0 command 0x0419 tx timeout
! [15278.525326] Bluetooth: hci0 command 0x0419 tx timeout
! [15308.604657] Bluetooth: hci0 command 0x0419 tx timeout
! [15338.604055] Bluetooth: hci0 command 0x0419 tx timeout
! [15368.683434] Bluetooth: hci0 command 0x0419 tx timeout
! [15398.682861] Bluetooth: hci0 command 0x0419 tx timeout
! [15428.762456] Bluetooth: hci0 command 0x0419 tx timeout
! [15458.761910] Bluetooth: hci0 command 0x0419 tx timeout
! [15488.841439] Bluetooth: hci0 command 0x0419 tx timeout
! [15518.851002] Bluetooth: hci0 command 0x0419 tx timeout
! [15548.920615] Bluetooth: hci0 command 0x0419 tx timeout
! [15578.920239] Bluetooth: hci0 command 0x0419 tx timeout
! [15608.919957] Bluetooth: hci0 command 0x0419 tx timeout
! [15638.999539] Bluetooth: hci0 command 0x0419 tx timeout
! [15668.999452] Bluetooth: hci0 command 0x0419 tx timeout
! [15699.088943] Bluetooth: hci0 command 0x0419 tx timeout
! [15729.078730] Bluetooth: hci0 command 0x0419 tx timeout
! [15759.158416] Bluetooth: hci0 command 0x0419 tx timeout
! [15789.158194] Bluetooth: hci0 command 0x0419 tx timeout
! [15819.237969] Bluetooth: hci0 command 0x0419 tx timeout
! [15849.237758] Bluetooth: hci0 command 0x0419 tx timeout
! [15879.317552] Bluetooth: hci0 command 0x0419 tx timeout
! [15909.327373] Bluetooth: hci0 command 0x0419 tx timeout
! [15939.397295] Bluetooth: hci0 command 0x0419 tx timeout
! [15969.397077] Bluetooth: hci0 command 0x0419 tx timeout
! [15999.486896] Bluetooth: hci0 command 0x0419 tx timeout
! [16029.476766] Bluetooth: hci0 command 0x0419 tx timeout
! [16059.566647] Bluetooth: hci0 command 0x0419 tx timeout
! [16089.556515] Bluetooth: hci0 command 0x0419 tx timeout
! [16119.636411] Bluetooth: hci0 command 0x0419 tx timeout
! [16149.646329] Bluetooth: hci0 command 0x0419 tx timeout
! [16179.636366] Bluetooth: hci0 command 0x0419 tx timeout
! [16209.716141] Bluetooth: hci0 command 0x0419 tx timeout
! [16239.716104] Bluetooth: hci0 command 0x0419 tx timeout
! [16269.796009] Bluetooth: hci0 command 0x0419 tx timeout
! [16299.795971] Bluetooth: hci0 command 0x0419 tx timeout
! [16329.875860] Bluetooth: hci0 command 0x0419 tx timeout
! [16359.875853] Bluetooth: hci0 command 0x0419 tx timeout
! [16389.955756] Bluetooth: hci0 command 0x0419 tx timeout
! [16419.955730] Bluetooth: hci0 command 0x0419 tx timeout
! [16450.035691] Bluetooth: hci0 command 0x0419 tx timeout
! [16480.035659] Bluetooth: hci0 command 0x0419 tx timeout
! [16510.115606] Bluetooth: hci0 command 0x0419 tx timeout
! [16540.115572] Bluetooth: hci0 command 0x0419 tx timeout
! [16570.195545] Bluetooth: hci0 command 0x0419 tx timeout
! [16600.195528] Bluetooth: hci0 command 0x0419 tx timeout
! [16630.275519] Bluetooth: hci0 command 0x0419 tx timeout
! [16660.275496] Bluetooth: hci0 command 0x0419 tx timeout
! [16690.355473] Bluetooth: hci0 command 0x0419 tx timeout
! [16720.355471] Bluetooth: hci0 command 0x0419 tx timeout
! [16750.435465] Bluetooth: hci0 command 0x0419 tx timeout
! [16780.435464] Bluetooth: hci0 command 0x0419 tx timeout
! [16810.515467] Bluetooth: hci0 command 0x0419 tx timeout
! [16840.515471] Bluetooth: hci0 command 0x0419 tx timeout
! [16870.595452] Bluetooth: hci0 command 0x0419 tx timeout
! [16900.595502] Bluetooth: hci0 command 0x0419 tx timeout
! [16930.675451] Bluetooth: hci0 command 0x0419 tx timeout
! [16960.685463] Bluetooth: hci0 command 0x0419 tx timeout
! [16990.755468] Bluetooth: hci0 command 0x0419 tx timeout
! [17020.755508] Bluetooth: hci0 command 0x0419 tx timeout
! [17050.835497] Bluetooth: hci0 command 0x0419 tx timeout
! [17080.835514] Bluetooth: hci0 command 0x0419 tx timeout
! [17110.915516] Bluetooth: hci0 command 0x0419 tx timeout
! [17140.915566] Bluetooth: hci0 command 0x0419 tx timeout
! [17170.915598] Bluetooth: hci0 command 0x0419 tx timeout
! [17200.995564] Bluetooth: hci0 command 0x0419 tx timeout
! [17230.995587] Bluetooth: hci0 command 0x0419 tx timeout
! [17261.075609] Bluetooth: hci0 command 0x0419 tx timeout
! [17291.075673] Bluetooth: hci0 command 0x0419 tx timeout
! [17321.155652] Bluetooth: hci0 command 0x0419 tx timeout
! [17351.165677] Bluetooth: hci0 command 0x0419 tx timeout
! [17381.235694] Bluetooth: hci0 command 0x0419 tx timeout
! [17411.245728] Bluetooth: hci0 command 0x0419 tx timeout
! [17441.325734] Bluetooth: hci0 command 0x0419 tx timeout
! [17471.325751] Bluetooth: hci0 command 0x0419 tx timeout
! [17501.395777] Bluetooth: hci0 command 0x0419 tx timeout
! [17531.395811] Bluetooth: hci0 command 0x0419 tx timeout
! [17561.485817] Bluetooth: hci0 command 0x0419 tx timeout
! [17591.475858] Bluetooth: hci0 command 0x0419 tx timeout
! [17621.555889] Bluetooth: hci0 command 0x0419 tx timeout
! [17651.555936] Bluetooth: hci0 command 0x0419 tx timeout
! [17681.635940] Bluetooth: hci0 command 0x0419 tx timeout
! [17711.635969] Bluetooth: hci0 command 0x0419 tx timeout
! [17741.715991] Bluetooth: hci0 command 0x0419 tx timeout
! [17771.716052] Bluetooth: hci0 command 0x0419 tx timeout
! [17801.796058] Bluetooth: hci0 command 0x0419 tx timeout
! [17831.796091] Bluetooth: hci0 command 0x0419 tx timeout
! [17861.876125] Bluetooth: hci0 command 0x0419 tx timeout
! [17891.876150] Bluetooth: hci0 command 0x0419 tx timeout
! [17921.956176] Bluetooth: hci0 command 0x0419 tx timeout
! [17951.958027] Bluetooth: hci0 command 0x0419 tx timeout
! [17982.040175] Bluetooth: hci0 command 0x0419 tx timeout
! [18012.042233] Bluetooth: hci0 command 0x0419 tx timeout
! [18042.044376] Bluetooth: hci0 command 0x0419 tx timeout
! [18072.126101] Bluetooth: hci0 command 0x0419 tx timeout
! [18102.127877] Bluetooth: hci0 command 0x0419 tx timeout
! [18132.209569] Bluetooth: hci0 command 0x0419 tx timeout
! [18162.211191] Bluetooth: hci0 command 0x0419 tx timeout
! [18192.292782] Bluetooth: hci0 command 0x0419 tx timeout
! [18222.294237] Bluetooth: hci0 command 0x0419 tx timeout
! [18252.375633] Bluetooth: hci0 command 0x0419 tx timeout
! [18282.377020] Bluetooth: hci0 command 0x0419 tx timeout
! [18312.458276] Bluetooth: hci0 command 0x0419 tx timeout
! [18342.459553] Bluetooth: hci0 command 0x0419 tx timeout
! [18372.550719] Bluetooth: hci0 command 0x0419 tx timeout
! [18402.541881] Bluetooth: hci0 command 0x0419 tx timeout
! [18432.632971] Bluetooth: hci0 command 0x0419 tx timeout
! [18462.624035] Bluetooth: hci0 command 0x0419 tx timeout
! [18492.705053] Bluetooth: hci0 command 0x0419 tx timeout
! [18522.706040] Bluetooth: hci0 command 0x0419 tx timeout
! [18552.786982] Bluetooth: hci0 command 0x0419 tx timeout
! [18582.787898] Bluetooth: hci0 command 0x0419 tx timeout
! [18612.868794] Bluetooth: hci0 command 0x0419 tx timeout
! [18642.869638] Bluetooth: hci0 command 0x0419 tx timeout
! [18672.950462] Bluetooth: hci0 command 0x0419 tx timeout
! [18702.951259] Bluetooth: hci0 command 0x0419 tx timeout
! [18733.032034] Bluetooth: hci0 command 0x0419 tx timeout
! [18763.032801] Bluetooth: hci0 command 0x0419 tx timeout
! [18793.113513] Bluetooth: hci0 command 0x0419 tx timeout
! [18823.114213] Bluetooth: hci0 command 0x0419 tx timeout
! [18853.114955] Bluetooth: hci0 command 0x0419 tx timeout
! [18883.195587] Bluetooth: hci0 command 0x0419 tx timeout
! [18913.196258] Bluetooth: hci0 command 0x0419 tx timeout
! [18943.276869] Bluetooth: hci0 command 0x0419 tx timeout
! [18973.277520] Bluetooth: hci0 command 0x0419 tx timeout
! [19003.368075] Bluetooth: hci0 command 0x0419 tx timeout
! [19033.358665] Bluetooth: hci0 command 0x0419 tx timeout
! [19063.439234] Bluetooth: hci0 command 0x0419 tx timeout
! [19093.439831] Bluetooth: hci0 command 0x0419 tx timeout
! [19123.520346] Bluetooth: hci0 command 0x0419 tx timeout
! [19153.520914] Bluetooth: hci0 command 0x0419 tx timeout
! [19183.601414] Bluetooth: hci0 command 0x0419 tx timeout
! [19213.681943] Bluetooth: hci0 command 0x0419 tx timeout
! [19243.682467] Bluetooth: hci0 command 0x0419 tx timeout
! [19273.682994] Bluetooth: hci0 command 0x0419 tx timeout
! [19303.763467] Bluetooth: hci0 command 0x0419 tx timeout
! [19333.843926] Bluetooth: hci0 command 0x0419 tx timeout
! [19363.844441] Bluetooth: hci0 command 0x0419 tx timeout
! [19393.924876] Bluetooth: hci0 command 0x0419 tx timeout
! [19423.925362] Bluetooth: hci0 command 0x0419 tx timeout
! [19454.005778] Bluetooth: hci0 command 0x0419 tx timeout
! [19484.006253] Bluetooth: hci0 command 0x0419 tx timeout
! [19514.096697] Bluetooth: hci0 command 0x0419 tx timeout
! [19544.087150] Bluetooth: hci0 command 0x0419 tx timeout
! [19574.167583] Bluetooth: hci0 command 0x0419 tx timeout
! [19604.168007] Bluetooth: hci0 command 0x0419 tx timeout
! [19634.248459] Bluetooth: hci0 command 0x0419 tx timeout
! [19664.248887] Bluetooth: hci0 command 0x0419 tx timeout
! [19694.329299] Bluetooth: hci0 command 0x0419 tx timeout
! [19724.329724] Bluetooth: hci0 command 0x0419 tx timeout
! [19754.330118] Bluetooth: hci0 command 0x0419 tx timeout
! [19784.410543] Bluetooth: hci0 command 0x0419 tx timeout
! [19814.410948] Bluetooth: hci0 command 0x0419 tx timeout
! [19844.491364] Bluetooth: hci0 command 0x0419 tx timeout
! [19874.491771] Bluetooth: hci0 command 0x0419 tx timeout
! [19904.492186] Bluetooth: hci0 command 0x0419 tx timeout
! [19934.572556] Bluetooth: hci0 command 0x0419 tx timeout
! [19964.572976] Bluetooth: hci0 command 0x0419 tx timeout
! [19994.654155] Bluetooth: hci0 command 0x0419 tx timeout
! [20024.655771] Bluetooth: hci0 command 0x0419 tx timeout
! [20054.737286] Bluetooth: hci0 command 0x0419 tx timeout
! [20084.738864] Bluetooth: hci0 command 0x0419 tx timeout
! [20114.820197] Bluetooth: hci0 command 0x0419 tx timeout
! [20144.821568] Bluetooth: hci0 command 0x0419 tx timeout
! [20174.902906] Bluetooth: hci0 command 0x0419 tx timeout
! [20204.984171] Bluetooth: hci0 command 0x0419 tx timeout
! [20234.985387] Bluetooth: hci0 command 0x0419 tx timeout
! [20265.066598] Bluetooth: hci0 command 0x0419 tx timeout
! [20295.067722] Bluetooth: hci0 command 0x0419 tx timeout
! [20325.149159] Bluetooth: hci0 command 0x0419 tx timeout
! [20355.149927] Bluetooth: hci0 command 0x0419 tx timeout
! [20385.230990] Bluetooth: hci0 command 0x0419 tx timeout
! [20415.232075] Bluetooth: hci0 command 0x0419 tx timeout
! [20445.313064] Bluetooth: hci0 command 0x0419 tx timeout
! [20475.314040] Bluetooth: hci0 command 0x0419 tx timeout
! [20505.394913] Bluetooth: hci0 command 0x0419 tx timeout
! [20535.395811] Bluetooth: hci0 command 0x0419 tx timeout
! [20565.476705] Bluetooth: hci0 command 0x0419 tx timeout
! [20595.477556] Bluetooth: hci0 command 0x0419 tx timeout
! [20625.558417] Bluetooth: hci0 command 0x0419 tx timeout
! [20655.559217] Bluetooth: hci0 command 0x0419 tx timeout
! [20685.640025] Bluetooth: hci0 command 0x0419 tx timeout
! [20715.640831] Bluetooth: hci0 command 0x0419 tx timeout
! [20745.721591] Bluetooth: hci0 command 0x0419 tx timeout
! [20775.722341] Bluetooth: hci0 command 0x0419 tx timeout
! [20805.723087] Bluetooth: hci0 command 0x0419 tx timeout
! [20835.803865] Bluetooth: hci0 command 0x0419 tx timeout
! [20865.884544] Bluetooth: hci0 command 0x0419 tx timeout
! [20895.885248] Bluetooth: hci0 command 0x0419 tx timeout
! [20925.885939] Bluetooth: hci0 command 0x0419 tx timeout
! [20955.966622] Bluetooth: hci0 command 0x0419 tx timeout
! [20985.967281] Bluetooth: hci0 command 0x0419 tx timeout
! [21016.047958] Bluetooth: hci0 command 0x0419 tx timeout
! [21046.048604] Bluetooth: hci0 command 0x0419 tx timeout
! [21076.049260] Bluetooth: hci0 command 0x0419 tx timeout
! [21106.129901] Bluetooth: hci0 command 0x0419 tx timeout
! [21136.130530] Bluetooth: hci0 command 0x0419 tx timeout
! [21166.211152] Bluetooth: hci0 command 0x0419 tx timeout
! [21196.211754] Bluetooth: hci0 command 0x0419 tx timeout
! [21226.212380] Bluetooth: hci0 command 0x0419 tx timeout
! [21256.292972] Bluetooth: hci0 command 0x0419 tx timeout
! [21286.293616] Bluetooth: hci0 command 0x0419 tx timeout
! [21316.374163] Bluetooth: hci0 command 0x0419 tx timeout
! [21346.374784] Bluetooth: hci0 command 0x0419 tx timeout
! [21376.455330] Bluetooth: hci0 command 0x0419 tx timeout
! [21406.455912] Bluetooth: hci0 command 0x0419 tx timeout
! [21436.536479] Bluetooth: hci0 command 0x0419 tx timeout
! [21466.537061] Bluetooth: hci0 command 0x0419 tx timeout
! [21496.617624] Bluetooth: hci0 command 0x0419 tx timeout
! [21526.618183] Bluetooth: hci0 command 0x0419 tx timeout
! [21556.698743] Bluetooth: hci0 command 0x0419 tx timeout
! [21586.699320] Bluetooth: hci0 command 0x0419 tx timeout
! [21616.779869] Bluetooth: hci0 command 0x0419 tx timeout
! [21646.780415] Bluetooth: hci0 command 0x0419 tx timeout
! [21676.860931] Bluetooth: hci0 command 0x0419 tx timeout
! [21706.861508] Bluetooth: hci0 command 0x0419 tx timeout
! [21736.942014] Bluetooth: hci0 command 0x0419 tx timeout
! [21766.942587] Bluetooth: hci0 command 0x0419 tx timeout
! [21797.023208] Bluetooth: hci0 command 0x0419 tx timeout
! [21827.023756] Bluetooth: hci0 command 0x0419 tx timeout
! [21857.104199] Bluetooth: hci0 command 0x0419 tx timeout
! [21887.104723] Bluetooth: hci0 command 0x0419 tx timeout
! [21917.185273] Bluetooth: hci0 command 0x0419 tx timeout
! [21947.185796] Bluetooth: hci0 command 0x0419 tx timeout
! [21977.266324] Bluetooth: hci0 command 0x0419 tx timeout
! [22007.266836] Bluetooth: hci0 command 0x0419 tx timeout
! [22037.347321] Bluetooth: hci0 command 0x0419 tx timeout
! [22067.347759] Bluetooth: hci0 command 0x0419 tx timeout
! [22097.428189] Bluetooth: hci0 command 0x0419 tx timeout
! [22127.428627] Bluetooth: hci0 command 0x0419 tx timeout
! [22157.509075] Bluetooth: hci0 command 0x0419 tx timeout
! [22187.509507] Bluetooth: hci0 command 0x0419 tx timeout
! [22217.589950] Bluetooth: hci0 command 0x0419 tx timeout
! [22247.590395] Bluetooth: hci0 command 0x0419 tx timeout
! [22277.670858] Bluetooth: hci0 command 0x0419 tx timeout
! [22307.671304] Bluetooth: hci0 command 0x0419 tx timeout
! [22337.751776] Bluetooth: hci0 command 0x0419 tx timeout
! [22367.752233] Bluetooth: hci0 command 0x0419 tx timeout
! [22397.832695] Bluetooth: hci0 command 0x0419 tx timeout
! [22427.833146] Bluetooth: hci0 command 0x0419 tx timeout
! [22457.913608] Bluetooth: hci0 command 0x0419 tx timeout
! [22487.914073] Bluetooth: hci0 command 0x0419 tx timeout
! [22517.994541] Bluetooth: hci0 command 0x0419 tx timeout
! [22547.995011] Bluetooth: hci0 command 0x0419 tx timeout
! [22578.075488] Bluetooth: hci0 command 0x0419 tx timeout
! [22608.076117] Bluetooth: hci0 command 0x0419 tx timeout
! [22638.156521] Bluetooth: hci0 command 0x0419 tx timeout
! [22668.156913] Bluetooth: hci0 command 0x0419 tx timeout
! [22698.237389] Bluetooth: hci0 command 0x0419 tx timeout
! [22728.237868] Bluetooth: hci0 command 0x0419 tx timeout
! [22758.318337] Bluetooth: hci0 command 0x0419 tx timeout
! [22788.318833] Bluetooth: hci0 command 0x0419 tx timeout
! [22818.319308] Bluetooth: hci0 command 0x0419 tx timeout
! [22848.399777] Bluetooth: hci0 command 0x0419 tx timeout
! [22878.400283] Bluetooth: hci0 command 0x0419 tx timeout
! [22908.480743] Bluetooth: hci0 command 0x0419 tx timeout
! [22938.481251] Bluetooth: hci0 command 0x0419 tx timeout
! [22968.561731] Bluetooth: hci0 command 0x0419 tx timeout
! [22998.562212] Bluetooth: hci0 command 0x0419 tx timeout
! [23028.562686] Bluetooth: hci0 command 0x0419 tx timeout
! [23058.643196] Bluetooth: hci0 command 0x0419 tx timeout
! [23088.643672] Bluetooth: hci0 command 0x0419 tx timeout
! [23118.724145] Bluetooth: hci0 command 0x0419 tx timeout
! [23148.724632] Bluetooth: hci0 command 0x0419 tx timeout
! [23178.805117] Bluetooth: hci0 command 0x0419 tx timeout
! [23208.805602] Bluetooth: hci0 command 0x0419 tx timeout
! [23238.886115] Bluetooth: hci0 command 0x0419 tx timeout
! [23268.886592] Bluetooth: hci0 command 0x0419 tx timeout
! [23298.967073] Bluetooth: hci0 command 0x0419 tx timeout
! [23328.967562] Bluetooth: hci0 command 0x0419 tx timeout
! [23359.048054] Bluetooth: hci0 command 0x0419 tx timeout
! [23389.048589] Bluetooth: hci0 command 0x0419 tx timeout
! [23419.129041] Bluetooth: hci0 command 0x0419 tx timeout
! [23449.129528] Bluetooth: hci0 command 0x0419 tx timeout
! [23479.210056] Bluetooth: hci0 command 0x0419 tx timeout
! [23509.210515] Bluetooth: hci0 command 0x0419 tx timeout
! [23539.291032] Bluetooth: hci0 command 0x0419 tx timeout
! [23569.291500] Bluetooth: hci0 command 0x0419 tx timeout
! [23599.372001] Bluetooth: hci0 command 0x0419 tx timeout
! [23629.382493] Bluetooth: hci0 command 0x0419 tx timeout
! [23659.452986] Bluetooth: hci0 command 0x0419 tx timeout
! [23689.453474] Bluetooth: hci0 command 0x0419 tx timeout
! [23719.533959] Bluetooth: hci0 command 0x0419 tx timeout
! [23749.534455] Bluetooth: hci0 command 0x0419 tx timeout
! [23779.614949] Bluetooth: hci0 command 0x0419 tx timeout
! [23809.625437] Bluetooth: hci0 command 0x0419 tx timeout
! [23839.615995] Bluetooth: hci0 command 0x0419 tx timeout
! [23869.696429] Bluetooth: hci0 command 0x0419 tx timeout
! [23899.696958] Bluetooth: hci0 command 0x0419 tx timeout
! [23929.777435] Bluetooth: hci0 command 0x0419 tx timeout
! [23959.857911] Bluetooth: hci0 command 0x0419 tx timeout
! [23989.858422] Bluetooth: hci0 command 0x0419 tx timeout
! [24019.938904] Bluetooth: hci0 command 0x0419 tx timeout
! [24049.939388] Bluetooth: hci0 command 0x0419 tx timeout
! [24079.939560] Bluetooth: hci0 command 0x0419 tx timeout
! [24110.018880] Bluetooth: hci0 command 0x0419 tx timeout
! [24140.018215] Bluetooth: hci0 command 0x0419 tx timeout
! [24170.097737] Bluetooth: hci0 command 0x0419 tx timeout
! [24200.097139] Bluetooth: hci0 command 0x0419 tx timeout
! [24230.176680] Bluetooth: hci0 command 0x0419 tx timeout
! [24260.176231] Bluetooth: hci0 command 0x0419 tx timeout
! [24290.255863] Bluetooth: hci0 command 0x0419 tx timeout
! [24320.255533] Bluetooth: hci0 command 0x0419 tx timeout
! [24350.255272] Bluetooth: hci0 command 0x0419 tx timeout
! [24380.334962] Bluetooth: hci0 command 0x0419 tx timeout
! [24410.414732] Bluetooth: hci0 command 0x0419 tx timeout
! [24440.414534] Bluetooth: hci0 command 0x0419 tx timeout
! [24470.414562] Bluetooth: hci0 command 0x0419 tx timeout
! [24500.504246] Bluetooth: hci0 command 0x0419 tx timeout
! [24530.494188] Bluetooth: hci0 command 0x0419 tx timeout
! [24560.574063] Bluetooth: hci0 command 0x0419 tx timeout
! [24590.574048] Bluetooth: hci0 command 0x0419 tx timeout
! [24620.653988] Bluetooth: hci0 command 0x0419 tx timeout
! [24650.653991] Bluetooth: hci0 command 0x0419 tx timeout
! [24680.734089] Bluetooth: hci0 command 0x0419 tx timeout
! [24710.734069] Bluetooth: hci0 command 0x0419 tx timeout
! [24740.814084] Bluetooth: hci0 command 0x0419 tx timeout
! [24770.894158] Bluetooth: hci0 command 0x0419 tx timeout
! [24800.894248] Bluetooth: hci0 command 0x0419 tx timeout
! [24830.894369] Bluetooth: hci0 command 0x0419 tx timeout
! [24860.984451] Bluetooth: hci0 command 0x0419 tx timeout
! [24890.974619] Bluetooth: hci0 command 0x0419 tx timeout
! [24921.054734] Bluetooth: hci0 command 0x0419 tx timeout
! [24951.054881] Bluetooth: hci0 command 0x0419 tx timeout
! [24981.135071] Bluetooth: hci0 command 0x0419 tx timeout
! [25011.135227] Bluetooth: hci0 command 0x0419 tx timeout
! [25041.225413] Bluetooth: hci0 command 0x0419 tx timeout
! [25071.215626] Bluetooth: hci0 command 0x0419 tx timeout
! [25101.305818] Bluetooth: hci0 command 0x0419 tx timeout
! [25131.296058] Bluetooth: hci0 command 0x0419 tx timeout
! [25161.376260] Bluetooth: hci0 command 0x0419 tx timeout
! [25191.376524] Bluetooth: hci0 command 0x0419 tx timeout
! [25221.456752] Bluetooth: hci0 command 0x0419 tx timeout
! [25251.456986] Bluetooth: hci0 command 0x0419 tx timeout
! [25281.537230] Bluetooth: hci0 command 0x0419 tx timeout</raspberrypi>Den einzigen Unterschied zu der Vorgängerversion (wo der USB-Stick erkannt wurde) ist der, dass ich versucht habe Bluetooth zu aktivieren.
Was muss ich machen?
-
jetzt wirds komisch…
JETZT sehe ich wieder den USB-Stick in den Einstellungen...
Das habe ich eingestellt:
aber, das ist der Log-File:
-
Hi,
warum du jetzt Bluetooth aktiviert hast bevor du das Modbus Problem gelöst hast bleibt dein Geheimnis.
USB Stick wurde aber gefunden:
[ 3.742430] usb 1-1.2: Detected FT232RL [ 3.745673] usb 1-1.2: FTDI USB Serial Device converter now attached to ttyUSB0
Was ist mit den Modbus Einstellungen deiner Lüftung? Hast du die mal kontrolliert?
Ist der Abschlußwiderstand "zu geschaltet"?
Mal die beiden Drähte getauscht?
Loggen mal bitte auf DEBUG stellen!
-
[…]
warum du jetzt Bluetooth aktiviert hast bevor du das Modbus Problem gelöst hast bleibt dein Geheimnis.
[…] `
weiß ich auch nicht - dachte, es geht einfach… ärgere mich auch inzwischen...[…]
Was ist mit den Modbus Einstellungen deiner Lüftung? Hast du die mal kontrolliert?
[…] `
was genau meinst du? Ich habe leider nicht mehr Infos, als ich hier schon gepostet habe. Von Systemair bekomme ich bis jetzt keine weiteren Infos.[…]
Ist der Abschlußwiderstand "zu geschaltet"?
[…] `
ja, ist laut dem Kollegen aus dem fhem-Forum richtig geschaltet, frage ich aber auch nochmal nach[…]
Mal die beiden Drähte getauscht?
[…] `
Noch nicht, mache ich heute nachmittag/abend[…]
Loggen mal bitte auf DEBUG stellen![…] `
steht auf debug - ich habe den Filter nur auf modbus.0 gesetzt
-
Du hast doch an deiner Lüftung ein Steuergerät, oder nicht?
Irgend womit muss das Teil doch eingestellt und parameterisiert werden, laut der Anleitung gubt es das ein Modbus Menu (siehe meine Posts weiter oben)
Das solltest du mal kontrollieren was da eingestellt ist.
-
Du hast doch an deiner Lüftung ein Steuergerät, oder nicht?
Irgend womit muss das Teil doch eingestellt und parameterisiert werden, laut der Anleitung gubt es das ein Modbus Menu (siehe meine Posts weiter oben)
Das solltest du mal kontrollieren was da eingestellt ist. `
ich habe da leider kein Modbus Menu - ich habe aber Systemair nochmals kontaktiert und warte auf eine Rückinfo.
-
Kannst du denn erkennen welches Bedienteil du da hast?
Steht das irgendetwas drauf?
-
Kannst du denn erkennen welches Bedienteil du da hast?
Steht das irgendetwas drauf? `
jetzt weiß ich, was du meinst. Ich habe mir gerade die Anleitung der Fernbedienung angeschaut. Ich bin nur nicht zu Hause und schaue es mir nachher an. Allerdings war mir der Menüpunkt bis jetzt nicht aufgefallen.
-
das sind die Einstellungen:
!
-
Dann heißt es jetzt probieren.
Einstellungen zwischen Adapter und Gerät sollten ja identisch sein, denke ich.
9600, 8, Even, 1
Ich würde jetzt bei Holding erstmal nur eine Adresse eintragen.
Wenn ich den Code von FHEM mit dem Wiki richtig verstehe lesen die immer noch 5 Nachbarschafts Register mit aus…warum... keine Ahnung.
Dir bleibt jetzt die Möglichkeit mit der Länge des Registers zu probieren oder auch mal anstelle Holding bei Eingangsregister etwas einzutragen.
Ich würde aber immer nur eine Registeradresse benutzen.!
Gerne auch mal am USB Stick die beiden Drähte tauschen.
EDIT: habe das hier zum Anschluß im Internet gefunden:````
Verkabelt ist die Systemair ganz einfach.
Netzwerkkabel an die Systemair anstecken (Modbus Ausgang ist ein RJ45 Stecker am oberen Gehäuse-Ausgang) und andere Seite (Loxone Modbus Ext) den Stecker abschneiden.
Dann Pin4 und Pin5 dieses Kabel verwenden (Bei Cat6 Blau und Blau Weiß) und auf die Modbus Ext hängen.
Widerstand einfach ebenfalls an der Modbus dazwischenhängen.Und dieses Bild zu einer Adresse: ![999_379b1937-50c1-4b2d-b43c-0e52f0a4a142.png](/assets/uploads/files/999_379b1937-50c1-4b2d-b43c-0e52f0a4a142.png) Demnach ist das eine 16bit unsigned