FHEM Forum

FHEM => Anfängerfragen => Thema gestartet von: AndyM am 27 Oktober 2020, 00:10:15

Titel: MAX Fensterkontakt anlernen, CUL defekt?
Beitrag von: AndyM am 27 Oktober 2020, 00:10:15
Ich habe mir vor einem Jahr nach dieser Anleitung https://wiki.fhem.de/wiki/Selbstbau_CUL (https://wiki.fhem.de/wiki/Selbstbau_CUL) 2 CULs (433MHz und 868MHz) gebaut. Der 433 funktioniert. Am 868 wollte ich jetzt MAX Fensterkontakt verwenden. Leider funktioniert das Anlernen nicht.

Meine Konfiguration sieht folgender maßen aus.

868MHz CUL
defmod MyCUL2 CUL /dev/serial/by-path/platform-3f980000.usb-usb-0:1.4:1.0-port0@38400 1425
attr MyCUL2 rfmode MAX

get raw V => No answer     nach reboot:    V 1.67 nanoCUL868
get ccconfig => freq:868.300MHz bWidth:101KHz rAmpl:33dB sens:8dB


CUL_MAX (manuell angelegt)
defmod cm CUL_MAX 142567
attr cm IODev MyCUL2
attr cm fakeSCaddr 222222 (beim Anlegen erstellt)
attr cm fakeWTaddr 111111 (beim Anlegen erstellt)


Mein Anlernvorgang sieht folgender maßen aus.

Set cm pairmode 60

Knopf am Fensterkontakt gedrückt halten - LED blinkt. Blinken hört nach ca. 30 sec auf. Kontakt mit Magnet auslösen.


Leider wird kein neues MAX-Device angelegt.
Ist mein Vorgehen so richtig?
Könnte mein CUL defekt sein? Er hat zwar schon andere Devices angelegt (autocreate), die nicht von mir sind, ich konnte ihn aber noch nie testet.

Vielen Dank im Voraus

Andreas
Titel: Antw:MAX Fensterkontakt anlernen, CUL defekt?
Beitrag von: Wzut am 27 Oktober 2020, 06:28:58
wie immer :
CUL auf verbose 5 stellen , Kontakt open/close senden lassen und ins Log schauen.
Bzw hättes du gleich ein list von deinen beiden Geräten gepostet statt diese Def Schnippsel würde man sehen ob dein CUL ein Internal in der Form hat :
   
RAWMSG Z0EC302020D05EF0F30C1000118642DEB
Titel: Antw:MAX Fensterkontakt anlernen, CUL defekt?
Beitrag von: AndyM am 27 Oktober 2020, 22:09:29
Verbose 5 bei MyCUL2 und Kontakt auslösen haben im Log keinen Eintrag verursacht.
Hier sind die list Ausgaben zu den Geräten. Kein RAWMSG bei MyCUL2.

Internals:
   CMDS       ABCEeFfGhiKklMmRTtUVWXxYZz
   Clients    :CUL_MAX:HMS:CUL_IR:STACKABLE_CC:TSSTACKED:STACKABLE:
   DEF        /dev/serial/by-path/platform-3f980000.usb-usb-0:1.4:1.0-port0@38400 1425
   DeviceName /dev/serial/by-path/platform-3f980000.usb-usb-0:1.4:1.0-port0@38400
   FD         11
   FHTID      1425
   FUUID      5d6ee441-f33f-d427-722b-62d0b39df30e2313
   NAME       MyCUL2
   NR         48
   NR_CMD_LAST_H 2
   PARTIAL   
   STATE      Initialized
   TYPE       CUL
   VERSION    V 1.67 nanoCUL868
   initString X21 Zr
   MatchList:
     1:CUL_MAX  ^Z........................
     8:HMS      ^810e04....(1|5|9).a001
     D:CUL_IR   ^I............
     H:STACKABLE_CC ^\*
     M:TSSTACKED ^\*
     N:STACKABLE ^\*
   READINGS:
     2020-10-26 19:29:26   ccconf          freq:868.300MHz bWidth:101KHz rAmpl:33dB sens:8dB
     2020-10-26 19:24:18   cmds             A B C E e F f G h i K k l M m R T t U V W X x Y Z z
     2020-10-26 22:05:03   raw             V 1.67 nanoCUL868
     2020-10-26 19:24:18   state           Initialized
     2020-10-24 23:30:13   uptime          0 00:00:32
     2020-10-06 22:07:50   version         V 1.67 nanoCUL868
   XMIT_TIME:
     1603736672.03214
     1603736672.68722
Attributes:
   group      Empfänger
   icon       cul_868
   rfmode     MAX
   room       hidden
   verbose    5


Internals:
   CFGFN     
   DEF        142556
   FUUID      5f971d15-f33f-d427-cc61-b7d25fdfa4ace0f7
   IODev      MyCUL2
   LASTInputDev
   NAME       cm
   NR         1431
   STATE      Defined
   SVN        22175
   TYPE       CUL_MAX
   addr       142556
   cnt        0
   pairmode   0
   retryCount 0
   sq         0
   sendQueue:
Attributes:
   IODev      MyCUL2
   fakeSCaddr 222222
   fakeWTaddr 111111


Ist mein 868MHz CUL als wie vermutet defekt?
Eher das Funkmodul oder der Arduino?
Wo kommen dann die durch autocreate erzeugten Devices mit IODev MyCUL2 her?
Titel: Antw:MAX Fensterkontakt anlernen, CUL defekt?
Beitrag von: Wzut am 28 Oktober 2020, 06:42:10
Ändere mal bitte beim MyCUL2 die DEF von
DEF        /dev/serial/by-path/platform-3f980000.usb-usb-0:1.4:1.0-port0@38400 1425
in
DEF        /dev/serial/by-path/platform-3f980000.usb-usb-0:1.4:1.0-port0 0000
bei der Gelegenheit kannst du auch gleich das Attribut maxid auf 142556 setzen.

Was mich allerdings sehr wundert ist der initString  : X21 Zr
Der wird eigentlich durch das Anlegen des cm Device erweitert und müsste jetzt bei dir X21 Zr Za142556 Zw111111 sein.
Dazu müssten sich auch entsprechende Fehlermeldungen des cm Device im Log File befinden. 

Was steht denn so im Log ?
Titel: Antw:MAX Fensterkontakt anlernen, CUL defekt?
Beitrag von: Wzut am 28 Oktober 2020, 11:03:29
Zitat von: AndyM am 27 Oktober 2020, 22:09:29
Eher das Funkmodul oder der Arduino?
Wo kommen dann die durch autocreate erzeugten Devices mit IODev MyCUL2 her?
Was hast denn für ein Funkmodul verbaut ? Ein echtes 868er oder das Gleiche wie beim 433er ?
Der MyCUL2 erfindet keine Telegramme , wenn via autocreate MAX Geräte angelegt wurden dann hat er oder der andere auch einen entsprechenden RAWMSG Eintrag bzw. auch das cm Device  müsste bei LASTInputDev einen Eintrag haben.
Titel: Antw:MAX Fensterkontakt anlernen, CUL defekt?
Beitrag von: AndyM am 28 Oktober 2020, 15:07:28
Die Änderung der DEF hat zu Fehlern im Log und einem Starte opened bei MyCUL2 geführt. Das Internal initString hat jetzt nur noch X21.

Ist es richtig, dass bei der neuen DEF die @38400 fehlen?

Fehler im Log

2020.10.28 13:21:03 1: RMDIR: ./restoreDir/save/2020-10-25
2020.10.28 13:22:24 3: Opening MyCUL2 device /dev/serial/by-path/platform-3f980000.usb-usb-0:1.4:1.0-port0
2020.10.28 13:22:24 5: SW: V
2020.10.28 13:22:27 5: SW: V
2020.10.28 13:22:30 5: SW: V
2020.10.28 13:22:33 1: Cannot init /dev/serial/by-path/platform-3f980000.usb-usb-0:1.4:1.0-port0, ignoring it (MyCUL2)
2020.10.28 13:22:34 3: Opening MyCUL2 device /dev/serial/by-path/platform-3f980000.usb-usb-0:1.4:1.0-port0
2020.10.28 13:22:34 5: SW: V
2020.10.28 13:22:37 5: SW: V
2020.10.28 13:22:40 5: SW: V
2020.10.28 13:22:43 1: Cannot init /dev/serial/by-path/platform-3f980000.usb-usb-0:1.4:1.0-port0, ignoring it (MyCUL2)


List MyCUL2

Internals:
   CMDS       
   Clients    :FS20:FHT.*:KS300:USF1000:BS:HMS:FS20V: :CUL_EM:CUL_WS:CUL_FHTTK:CUL_HOERMANN: :ESA2000:CUL_IR:CUL_TX:Revolt:IT:UNIRoll:SOMFY: :STACKABLE_CC:TSSTACKED:STACKABLE:CUL_RFR::CUL_TCM97001:CUL_REDIRECT:
   DEF        /dev/serial/by-path/platform-3f980000.usb-usb-0:1.4:1.0-port0 0000
   DeviceName /dev/serial/by-path/platform-3f980000.usb-usb-0:1.4:1.0-port0
   FHTID      0000
   FUUID      5d6ee441-f33f-d427-722b-62d0b39df30e2313
   NAME       MyCUL2
   NR         48
   NR_CMD_LAST_H 2
   STATE      opened
   TYPE       CUL
   VERSION    V 1.67 nanoCUL868
   initString X21
   MatchList:
     0:FS20V    ^81..(04|0c)..0101a001......00[89a-f]...
     1:USF1000  ^81..(04|0c)..0101a001a5ceaa00....
     2:BS       ^81..(04|0c)..0101a001a5cf
     3:FS20     ^81..(04|0c)..0101a001
     4:FHT      ^81..(04|09|0d)..(0909a001|83098301|c409c401)..
     5:KS300    ^810d04..4027a001
     6:CUL_WS   ^K.....
     7:CUL_EM   ^E0.................$
     8:HMS      ^810e04......a001
     9:CUL_FHTTK ^T[A-F0-9]{8}
     A:CUL_RFR  ^[0-9A-F]{4}U.
     B:CUL_HOERMANN ^R..........
     C:ESA2000  ^S................................$
     D:CUL_IR   ^I............
     E:CUL_TX   ^TX[A-F0-9]{10}
     F:Revolt   ^r......................$
     G:IT       ^i......
     H:STACKABLE_CC ^\*
     I:UNIRoll  ^[0-9A-F]{5}(B|D|E)
     J:SOMFY    ^Y[r|t|s]:?[A-F0-9]+
     K:CUL_TCM97001 ^s[A-F0-9]+
     L:CUL_REDIRECT ^o+
     M:TSSTACKED ^\*
     N:STACKABLE ^\*
   READINGS:
     2020-10-26 19:29:26   ccconf          freq:868.300MHz bWidth:101KHz rAmpl:33dB sens:8dB
     2020-10-26 19:24:18   cmds             A B C E e F f G h i K k l M m R T t U V W X x Y Z z
     2020-10-26 22:05:03   raw             V 1.67 nanoCUL868
     2020-10-28 13:22:34   state           opened
     2020-10-24 23:30:13   uptime          0 00:00:32
     2020-10-06 22:07:50   version         V 1.67 nanoCUL868
   XMIT_TIME:
     1603736672.03214
     1603736672.68722
Attributes:
   group      Empfänger
   icon       cul_868
   maxid      142556
   rfmode     MAX
   room       hidden
   verbose    5


Ich habe ein Echtes 868er Funkmodul.

Hier ist ein Gerät, dass vermutlich vom MyCUL2 ist. Mein 433er (MyCUL1) ist hat rfmode SlowRF.
Ich habe so ca. 200 Devices auf ignored gesetzt, 10 mit IODev MyCUL2 hatte ich bereits gelöscht.

Autocreate Log HMS100TF_0000 (MyCUL2 ?)

2020.10.28 14:42:55 3: Unknown HMS device 1000/0000, please define it
2020.10.28 14:42:55 2: autocreate: define HMS100TF_0000 HMS 0000


List HMS100TF_0000 (MyCUL2 ?)

Internals:
   CFGFN     
   CODE       0000
   DEF        0000
   FUUID      5f973706-f33f-d427-ae6d-02d31685173d39d1
   IODev      MyCUL2
   LASTInputDev MyCUL1
   MSGCNT     645
   MyCUL1_MSGCNT 645
   MyCUL1_RAWMSG 810e04xx0510a0010000000000000000
   MyCUL1_RSSI -66.5
   MyCUL1_TIME 2020-10-28 14:40:45
   NAME       HMS100TF_0000
   NR         3784
   STATE      T: 0  H: 0  Bat: ok
   TYPE       HMS
   READINGS:
     2020-10-28 14:40:45   battery         ok
     2020-10-28 14:40:45   batteryState    ok
     2020-10-28 14:40:45   humidity        0
     2020-10-28 14:40:45   state           T: 0  H: 0  Bat: ok
     2020-10-28 14:40:45   temperature     0
     2020-10-28 14:40:45   type            HMS100TF
Attributes:
   IODev      MyCUL2
   room       HMS
Titel: Antw:MAX Fensterkontakt anlernen, CUL defekt?
Beitrag von: Wzut am 28 Oktober 2020, 16:00:50
Zitat von: AndyM am 28 Oktober 2020, 15:07:28
Die Änderung der DEF hat zu Fehlern im Log und einem Starte opened bei MyCUL2 geführt. Das Internal initString hat jetzt nur noch X21.

Ist es richtig, dass bei der neuen DEF die @38400 fehlen?
Ok dann ist die @38400 bei dir unbedingt nötig, warum auch immer ich verwende sie nie.
Wenn er nun den CUL gar nicht mehr ansprechen kann wird das natürlich auch mit dem initString nichts. Das Zr kommt erst durch das Attribut rfmode MAX
Deine HMS Sensoren wurden aber wohl empfangen als der CUL noch nicht auf rfmode MAX stand ?
Daher bezog sich auch meine Log Frage auf den FHEM Start wenn das cm Device angelegt wird und versucht den initString des CUL zu erweitern.
Titel: Antw:MAX Fensterkontakt anlernen, CUL defekt?
Beitrag von: AndyM am 28 Oktober 2020, 16:40:27
Der HMS wird nach dem Löschen gleich neu angelegt. Meine CULs haben dabei die Einstellungen SlowRF (MyCUL1) und MAX (MyCUL2). Woran sieht man denn, zu welchem CUL ein Device gehört? Beim HMS sind immerhin beide aufgelistet IODev => MyCUL2 und LASTInputDev => MyCUL1.
Log vom FHEM Start bzw. vom anlegen der Beiden Devices (MyCUL2 und cm) werde ich dann heute Abend reinstellen.
Titel: Antw:MAX Fensterkontakt anlernen, CUL defekt?
Beitrag von: Wzut am 28 Oktober 2020, 17:40:09
das IODev versuchen manche Module beim define zu "erraten", daher stimmt das bei dir mit den HMS nicht.
Ist aber bei Temperatursensoren wurscht da an die i.d.R. sowieso nichts gesendet wird.
Im Gegensatz dazu kann man sich auf LASTInputDev verlassen, da hier steht von wem die Nachricht an das Modul übergeben wurde und da steht bei dir ja auch der CUL1.
Titel: Antw:MAX Fensterkontakt anlernen, CUL defekt?
Beitrag von: Wzut am 28 Oktober 2020, 17:51:50
Nachtrag : ich glaube ich kenne dein Problem. Poste doch bitte mal ein list von deinem CUL1 !
Ich habe eben folgendes bei mir probiert : Den Cul auf einen anderen rfmode gesetzt und eine zweiten mit rfmode MAX aber beide haben die gleiche DEF
Das macht zwar keinen Sinn zwei CUL auf einer Adresse, aber der Effekt ist der gleiche den du hier beschreibst.
Der doppelte mit rfmode MAX hat den zu kurzen initString und der erste der eigentlich slowRF machen soll hat die cm Kennung im initString.
Titel: Antw:MAX Fensterkontakt anlernen, CUL defekt?
Beitrag von: AndyM am 28 Oktober 2020, 22:04:42
Kann es daran liegen, dass die Arduinos keine eindeutige ID haben?
https://www.smarthome-agentur.de/blog/tutorial-mehrere-nanocul-ohne-eindeutige-id-verwenden-ch340-chip/ (https://www.smarthome-agentur.de/blog/tutorial-mehrere-nanocul-ohne-eindeutige-id-verwenden-ch340-chip/)

List vom MyCUL1

Internals:
   CMDS       ABCEeFfGhiKklMmRTtUVWXxYZz
   Clients    :FS20:FHT.*:KS300:USF1000:BS:HMS:FS20V: :CUL_EM:CUL_WS:CUL_FHTTK:CUL_HOERMANN: :ESA2000:CUL_IR:CUL_TX:Revolt:IT:UNIRoll:SOMFY: :STACKABLE_CC:TSSTACKED:STACKABLE:CUL_RFR::CUL_TCM97001:CUL_REDIRECT:
   DEF        /dev/serial/by-path/platform-3f980000.usb-usb-0:1.2:1.0-port0@38400 1234
   DeviceName /dev/serial/by-path/platform-3f980000.usb-usb-0:1.2:1.0-port0@38400
   FD         25
   FHTID      1234
   FUUID      5d6ee43e-f33f-d427-ba34-2af0d51e9aee8774
   MyCUL1_MSGCNT 17486
   MyCUL1_TIME 2020-10-28 21:19:08
   NAME       MyCUL1
   NR         46
   PARTIAL   
   RAWMSG     H00000000000003
   RSSI       -72.5
   STATE      Initialized
   TYPE       CUL
   VERSION    V 1.67 nanoCUL433
   initString X21
   MatchList:
     0:FS20V    ^81..(04|0c)..0101a001......00[89a-f]...
     1:USF1000  ^81..(04|0c)..0101a001a5ceaa00....
     2:BS       ^81..(04|0c)..0101a001a5cf
     3:FS20     ^81..(04|0c)..0101a001
     4:FHT      ^81..(04|09|0d)..(0909a001|83098301|c409c401)..
     5:KS300    ^810d04..4027a001
     6:CUL_WS   ^K.....
     7:CUL_EM   ^E0.................$
     8:HMS      ^810e04......a001
     9:CUL_FHTTK ^T[A-F0-9]{8}
     A:CUL_RFR  ^[0-9A-F]{4}U.
     B:CUL_HOERMANN ^R..........
     C:ESA2000  ^S................................$
     D:CUL_IR   ^I............
     E:CUL_TX   ^TX[A-F0-9]{10}
     F:Revolt   ^r......................$
     G:IT       ^i......
     H:STACKABLE_CC ^\*
     I:UNIRoll  ^[0-9A-F]{5}(B|D|E)
     J:SOMFY    ^Y[r|t|s]:?[A-F0-9]+
     K:CUL_TCM97001 ^s[A-F0-9]+
     L:CUL_REDIRECT ^o+
     M:TSSTACKED ^\*
     N:STACKABLE ^\*
   READINGS:
     2020-10-10 00:27:57   ccconf          freq:433.920MHz bWidth:325KHz rAmpl:42dB sens:4dB
     2020-10-26 22:26:54   cmds             A B C E e F f G h i K k l M m R T t U V W X x Y Z z
     2020-10-25 22:23:14   raw             V 1.67 nanoCUL433
     2020-10-28 21:19:08   state           Initialized
     2020-10-07 08:39:15   version         V 1.67 nanoCUL433
Attributes:
   group      Empfänger
   icon       cul_cul
   rfmode     SlowRF
   room       hidden


Log vom FHEM Start

2020.10.28 21:41:19 1: Including fhem.cfg
2020.10.28 21:41:19 3: WEB: port 8083 opened
2020.10.28 21:41:20 3: AquariumLicht: unknown attribute IODev. Type 'attr AquariumLicht ?' for a detailed list.
2020.10.28 21:41:24 3: Opening MyCUL1 device /dev/serial/by-path/platform-3f980000.usb-usb-0:1.2:1.0-port0
2020.10.28 21:41:24 3: Setting MyCUL1 serial parameters to 38400,8,N,1
2020.10.28 21:41:27 3: MyCUL1: Possible commands: ABCEeFfGhiKklMmRTtUVWXxYZz
2020.10.28 21:41:28 3: MyCUL1 device opened
2020.10.28 21:41:28 3: Opening MyCUL2 device /dev/serial/by-path/platform-3f980000.usb-usb-0:1.4:1.0-port0
2020.10.28 21:41:37 1: Cannot init /dev/serial/by-path/platform-3f980000.usb-usb-0:1.4:1.0-port0, ignoring it (MyCUL2)
2020.10.28 21:41:37 2: Switched MyCUL2 rfmode to MAX
2020.10.28 21:41:38 1: PERL WARNING: Use of uninitialized value $web in split at ./FHEM/95_Dashboard.pm line 1147, <$fh> line 511.
2020.10.28 21:41:38 3: Ausgeblendet: unknown attribute IODev. Type 'attr Ausgeblendet ?' for a detailed list.
2020.10.28 21:41:38 3: Aquarium: unknown attribute IODev. Type 'attr Aquarium ?' for a detailed list.
2020.10.28 21:41:38 3: Abgastemperatur: unknown attribute IODev. Type 'attr Abgastemperatur ?' for a detailed list.
2020.10.28 21:41:38 3: Brennerleistung: unknown attribute IODev. Type 'attr Brennerleistung ?' for a detailed list.
2020.10.28 21:41:38 3: Aussentemperatur_Gemittelt: unknown attribute IODev. Type 'attr Aussentemperatur_Gemittelt ?' for a detailed list.
2020.10.28 21:41:38 3: Aussentemperatur: unknown attribute IODev. Type 'attr Aussentemperatur ?' for a detailed list.
2020.10.28 21:41:40 3: MyWolf: port 12004 opened
2020.10.28 21:41:41 1: Including ./log/fhem.save
2020.10.28 21:41:41 1: Messages collected while initializing FHEM:configfile: AquariumLicht: unknown attribute IODev. Type 'attr AquariumLicht ?' for a detailed list.
Ausgeblendet: unknown attribute IODev. Type 'attr Ausgeblendet ?' for a detailed list.
Aquarium: unknown attribute IODev. Type 'attr Aquarium ?' for a detailed list.
Abgastemperatur: unknown attribute IODev. Type 'attr Abgastemperatur ?' for a detailed list.
Brennerleistung: unknown attribute IODev. Type 'attr Brennerleistung ?' for a detailed list.
Aussentemperatur_Gemittelt: unknown attribute IODev. Type 'attr Aussentemperatur_Gemittelt ?' for a detailed list.
Aussentemperatur: unknown attribute IODev. Type 'attr Aussentemperatur ?' for a detailed list.

Autosave deactivated
2020.10.28 21:41:41 3: ESPEasy ESPEasy_1: Bridge v2.18 port [TCP:IPV4:8383] opened.
2020.10.28 21:41:42 1: usb create starting
2020.10.28 21:41:42 3: Probing ZWDongle device /dev/serial0
2020.10.28 21:41:42 1: ZWDongle: Can't open /dev/serial0: Keine Berechtigung
2020.10.28 21:41:42 3: Probing ZWDongle device /dev/serial1
2020.10.28 21:41:42 3: Probing CUL device /dev/ttyAMA0
2020.10.28 21:41:42 3: Probing TCM_ESP3 device /dev/ttyAMA0
2020.10.28 21:41:42 3: Probing ZWDongle device /dev/ttyAMA0
2020.10.28 21:41:42 3: Probing SIGNALDuino device /dev/ttyAMA0
2020.10.28 21:41:43 3: Probing MYSENSORS device /dev/ttyAMA0
2020.10.28 21:41:43 3: Probing ArduCounter device /dev/ttyAMA0
2020.10.28 21:41:43 3: Probing ElsnerWS device /dev/ttyAMA0
2020.10.28 21:41:44 3: Probing FRM device /dev/ttyAMA0
2020.10.28 21:41:49 3: Probing CUL device /dev/ttyS0
2020.10.28 21:41:49 1: CUL: Can't open /dev/ttyS0: Keine Berechtigung
2020.10.28 21:41:49 1: usb create end
2020.10.28 21:41:49 0: Featurelevel: 6
2020.10.28 21:41:49 0: Server started with 357 defined entities (fhem.pl:22894/2020-10-01 perl:5.020002 os:linux user:fhem pid:13992)
2020.10.28 21:41:50 3: telnetForBlockingFn_1603917710: port 34665 opened
2020.10.28 21:41:50 3: DbLog logdb - Creating Push-Handle to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.28 21:41:50 3: DbLog logdb - Push-Handle to db SQLite:dbname=/opt/fhem/fhem.db created
2020.10.28 21:41:50 3: DbRep Aussentemperatur_Gemittelt - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.28 21:41:50 1: cm, IODev has no VERSION
2020.10.28 21:41:50 1: cm, detected very old firmware version 0 of the CUL-compatible IODev MyCUL2
2020.10.28 21:41:50 3: DbRep Solar_WW - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.28 21:41:52 1: PERL WARNING: Use of uninitialized value $wert in concatenation (.) or string at ./FHEM/15_WOLF_ISM8I.pm line 756.
2020.10.28 21:41:55 3: DbRep Aussentemperatur_Gemittelt - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Aussentemperatur_Gemittelt index recreate_Report_Idx" command !
2020.10.28 21:41:55 3: DbRep Solar_WW - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Solar_WW index recreate_Report_Idx" command !
2020.10.28 21:41:55 3: DbRep Aussentemperatur_Gemittelt - Initial data information retrieved successfully - total time used: 3.7994 seconds
2020.10.28 21:41:55 3: DbRep Solar_WW - Initial data information retrieved successfully - total time used: 3.7749 seconds
2020.10.28 21:41:55 3: DbRep Aussentemperatur_Gemittelt - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.28 21:41:55 3: DbRep Solar_WW - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.28 21:41:55 3: DbRep Kesseltemperatur - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.28 21:41:58 3: DbRep Abgastemperatur - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.28 21:41:58 3: DbRep Kesseltemperatur - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Kesseltemperatur index recreate_Report_Idx" command !
2020.10.28 21:41:58 3: DbRep Kesseltemperatur - Initial data information retrieved successfully - total time used: 3.3570 seconds
2020.10.28 21:41:58 3: DbRep Kesseltemperatur - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.28 21:42:00 3: DbRep logdbRep - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.28 21:42:00 3: DbRep Mischerkreis - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.28 21:42:02 3: DbRep Abgastemperatur - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Abgastemperatur index recreate_Report_Idx" command !
2020.10.28 21:42:02 3: DbRep Abgastemperatur - Initial data information retrieved successfully - total time used: 3.4754 seconds
2020.10.28 21:42:02 3: DbRep Abgastemperatur - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.28 21:42:02 3: DbRep Mischerkreis_Soll - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.28 21:42:04 3: DbRep Mischerkreis - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Mischerkreis index recreate_Report_Idx" command !
2020.10.28 21:42:04 3: DbRep logdbRep - WARNING - Index Report_Idx doesn't exist. Please create the index by "set logdbRep index recreate_Report_Idx" command !
2020.10.28 21:42:04 3: DbRep Mischerkreis - Initial data information retrieved successfully - total time used: 3.4213 seconds
2020.10.28 21:42:04 3: DbRep logdbRep - Initial data information retrieved successfully - total time used: 3.4910 seconds
2020.10.28 21:42:04 3: DbRep Mischerkreis - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.28 21:42:04 3: DbRep logdbRep - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.28 21:42:04 3: DbRep Kollektor_Temperatur - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.28 21:42:05 3: DbRep Heizgeraet_Soll - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.28 21:42:06 3: DbRep Mischerkreis_Soll - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Mischerkreis_Soll index recreate_Report_Idx" command !
2020.10.28 21:42:06 3: DbRep Mischerkreis_Soll - Initial data information retrieved successfully - total time used: 3.3968 seconds
2020.10.28 21:42:06 3: DbRep Mischerkreis_Soll - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.28 21:42:06 3: DbRep Aussentemperatur - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.28 21:42:08 3: DbRep Kollektor_Temperatur - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Kollektor_Temperatur index recreate_Report_Idx" command !
2020.10.28 21:42:08 3: DbRep Kollektor_Temperatur - Initial data information retrieved successfully - total time used: 3.5431 seconds
2020.10.28 21:42:08 3: DbRep Kollektor_Temperatur - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.28 21:42:08 3: DbRep Brennerleistung - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.28 21:42:09 3: DbRep Heizgeraet_Soll - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Heizgeraet_Soll index recreate_Report_Idx" command !
2020.10.28 21:42:09 3: DbRep Heizgeraet_Soll - Initial data information retrieved successfully - total time used: 3.4707 seconds
2020.10.28 21:42:09 3: DbRep Heizgeraet_Soll - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.28 21:42:09 3: DbRep Aussentemperatur - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Aussentemperatur index recreate_Report_Idx" command !
2020.10.28 21:42:09 3: DbRep Aussentemperatur - Initial data information retrieved successfully - total time used: 3.4102 seconds
2020.10.28 21:42:10 3: DbRep Aussentemperatur - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.28 21:42:11 3: DbRep Brennerleistung - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Brennerleistung index recreate_Report_Idx" command !
2020.10.28 21:42:11 3: DbRep Brennerleistung - Initial data information retrieved successfully - total time used: 3.3174 seconds
2020.10.28 21:42:11 3: DbRep Brennerleistung - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.28 21:42:14 3: DbRep WW - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.28 21:42:17 3: DbRep WW - WARNING - Index Report_Idx doesn't exist. Please create the index by "set WW index recreate_Report_Idx" command !
2020.10.28 21:42:17 3: DbRep WW - Initial data information retrieved successfully - total time used: 3.3631 seconds
2020.10.28 21:42:17 3: DbRep WW - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.28 21:42:22 3: DbRep Ruecklauftemperatur - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.28 21:42:25 3: DbRep Ruecklauftemperatur - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Ruecklauftemperatur index recreate_Report_Idx" command !
2020.10.28 21:42:25 3: DbRep Ruecklauftemperatur - Initial data information retrieved successfully - total time used: 3.3642 seconds
2020.10.28 21:42:25 3: DbRep Ruecklauftemperatur - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.28 21:43:28 1: PERL WARNING: Argument ".*" isn't numeric in numeric lt (<) at fhem.pl line 4887.
2020.10.28 21:43:28 3: eval: {SYSMON_blockingFinish('name|SystemInfo|cpu3_idle_stat|0.00 100.00 96.32|stat_cpu1_percent|0.18 0.00 0.43 99.38 0.00 0.00 0.00|idletime|177229 97.82 %|stat_cpu_diff|138 0 63 23607 6 0 3|starttime|1603736633|cpu_temp_avg|49.6|stat_cpu3_text|user: 0.50 %, nice: 0.00 %, sys: 0.48 %, idle: 99.00 %, io: 0.02 %, irq: 0.00 %, sirq: 0.00 %|eth0_speed|10|stat_cpu1_diff|11 0 26 5965 0 0 0|wlan0_speed|72|wlan0_ip|192.168.178.37|uptime|181174|stat_cpu_percent|0.58 0.00 0.26 99.12 0.03 0.00 0.01|wlan0_diff|RX: 0.05 MB, TX: 0.02 MB, Total: 0.07 MB|wlan0|RX: 152.55 MB, TX: 34.58 MB, Total: 187.13 MB|swap_used_stat|0.00 63.46 0.37|cpu_idle_stat|50.87 99.80 95.84|stat_cpu0|103984 0 83404 17004996 13754 22 2458|stat_cpu0_percent|0.84 0.00 0.02 99.09 0.00 0.00 0.05|cpu1_idle_stat|0.52 100.00 95.98|idletime_text|2 days, 01 hours, 13 minutes (97.82 %)|wlan0_tx|36262525|cpu2_idle_stat|1.50 100.00 94.89|eth0_diff|RX: 0.00 MB, TX: 0.00 MB, Total: 0.00 MB|stat_cpu0_text|user: 0.84 %, nice: 0.00 %, sys: 0.02 %, idle: 99.09 %, io: 0.00 %, irq: 0.00 %, sirq: 0.05 %|ram_used_stat|116.89 561.19 182.10|cpu_core_count|4|stat_cpu3_diff|30 0 29 5941 1 0 0|eth0_rx|0|cpu_temp_stat|0.00 75.75 49.64|eth0_tx|0|cpu_temp|50.46|stat_cpu3|26636 0 28792 18050137 6956 0 48|swap|Total: 100.00 MB, Used: 0.50 MB,  0.50 %, Free: 99.49 MB|eth0|RX: 0.00 MB, TX: 0.00 MB, Total: 0 MB|uptime_text|2 days, 02 hours, 19 minutes|stat_cpu1_text|user: 0.18 %, nice: 0.00 %, sys: 0.43 %, idle: 99.38 %, io: 0.00 %, irq: 0.00 %, sirq: 0.00 %|stat_cpu2_diff|48 0 7 5938 5 0 0|fhemstarttime_text|28.10.2020 21:41:41|stat_cpu2_percent|0.80 0.00 0.12 99.00 0.08 0.00 0.00|cpu0_idle_stat|0.81 100.00 96.19|stat_cpu2|208534 0 91972 17782207 18014 1 1665|loadavg|0.27 0.23 0.13|ram|Total: 925.79 MB, Used: 175.30 MB, 18.94 %, Free: 750.49 MB|stat_cpu_text|user: 0.58 %, nice: 0.00 %, sys: 0.26 %, idle: 99.12 %, io: 0.03 %, irq: 0.00 %, sirq: 0.01 %|wlan0_rx|159961499|stat_cpu|361031 0 231021 70891936 45194 23 4213|stat_cpu2_text|user: 0.80 %, nice: 0.00 %, sys: 0.12 %, idle: 99.00 %, io: 0.08 %, irq: 0.00 %, sirq: 0.00 %|fhemuptime_text|0 days, 00 hours, 01 minutes|stat_cpu3_percent|0.50 0.00 0.48 99.00 0.02 0.00 0.00|fhemstarttime|1603917701|starttime_text|26.10.2020 19:23:53|fhemuptime|107|stat_cpu0_diff|49 0 1 5763 0 0 3|stat_cpu1|21877 0 26853 18054596 6470 0 42')}
2020.10.28 21:45:30 1: PERL WARNING: Invalid conversion in sprintf: "%<" at ./FHEM/33_readingsGroup.pm line 543.
Titel: Antw:MAX Fensterkontakt anlernen, CUL defekt?
Beitrag von: Wzut am 29 Oktober 2020, 07:01:39
Zitat von: AndyM am 28 Oktober 2020, 22:04:42
Kann es daran liegen, dass die Arduinos keine eindeutige ID haben?
Ich bin kein Hardware Guru, man liest hier nur oft von Problemen mit dem CH340. Fakt ist :

2020.10.28 21:41:28 3: Opening MyCUL2 device /dev/serial/by-path/platform-3f980000.usb-usb-0:1.4:1.0-port0
2020.10.28 21:41:37 1: Cannot init /dev/serial/by-path/platform-3f980000.usb-usb-0:1.4:1.0-port0, ignoring it (MyCUL2)
2020.10.28 21:41:37 2: Switched MyCUL2 rfmode to MAX
und später :
2020.10.28 21:41:50 1: cm, IODev has no VERSION
2020.10.28 21:41:50 1: cm, detected very old firmware version 0 of the CUL-compatible IODev MyCUL2

Das bringt mich zumindest auf die Idee in späteren Versionen von 14_CUL_MAX das Device eindeutig auf nicht funktionsfähig zu setzen.

Wäre es mein FHEM würden mich die vielen Meldungen im Log bein Start stören und ich würde mich mal dransetzen die Stück für Stück verschwinden zu lassen, bsp unknown attribute IODev. Hängt vermutlich direkt an deinem CUL Problem
Bsp : usb create starting ->  abschalten





Titel: Antw:MAX Fensterkontakt anlernen, CUL defekt?
Beitrag von: AndyM am 29 Oktober 2020, 16:43:29
Ich habe vergessen die config zu speichern. Der reboot von FHEM hat den MyCUL2 mit der DEF ohne @38400 verwendet.
Jetzt sieht es glaube ich besser aus.

Log vom reboot

2020.10.29 16:26:34 1: Including fhem.cfg
2020.10.29 16:26:35 3: WEB: port 8083 opened
2020.10.29 16:26:40 3: Opening MyCUL1 device /dev/serial/by-path/platform-3f980000.usb-usb-0:1.2:1.0-port0
2020.10.29 16:26:40 3: Setting MyCUL1 serial parameters to 38400,8,N,1
2020.10.29 16:26:43 3: MyCUL1: Possible commands: ABCEeFfGhiKklMmRTtUVWXxYZz
2020.10.29 16:26:43 3: MyCUL1 device opened
2020.10.29 16:26:43 3: Opening MyCUL2 device /dev/serial/by-path/platform-3f980000.usb-usb-0:1.4:1.0-port0
2020.10.29 16:26:43 3: Setting MyCUL2 serial parameters to 38400,8,N,1
2020.10.29 16:26:47 3: MyCUL2: Possible commands: ABCEeFfGhiKklMmRTtUVWXxYZz
2020.10.29 16:26:47 3: MyCUL2 device opened
2020.10.29 16:26:47 2: Switched MyCUL2 rfmode to MAX
2020.10.29 16:26:47 1: PERL WARNING: Use of uninitialized value $web in split at ./FHEM/95_Dashboard.pm line 1147, <$fh> line 510.
2020.10.29 16:26:50 3: MyWolf: port 12004 opened
2020.10.29 16:26:51 1: Including ./log/fhem.save
2020.10.29 16:26:51 3: ESPEasy ESPEasy_1: Bridge v2.18 port [TCP:IPV4:8383] opened.
2020.10.29 16:26:51 1: usb create starting
2020.10.29 16:26:51 3: Probing ZWDongle device /dev/serial0
2020.10.29 16:26:51 1: ZWDongle: Can't open /dev/serial0: Keine Berechtigung
2020.10.29 16:26:51 3: Probing ZWDongle device /dev/serial1
2020.10.29 16:26:52 3: Probing CUL device /dev/ttyAMA0
2020.10.29 16:26:52 3: Probing TCM_ESP3 device /dev/ttyAMA0
2020.10.29 16:26:52 3: Probing ZWDongle device /dev/ttyAMA0
2020.10.29 16:26:52 3: Probing SIGNALDuino device /dev/ttyAMA0
2020.10.29 16:26:52 3: Probing MYSENSORS device /dev/ttyAMA0
2020.10.29 16:26:52 3: Probing ArduCounter device /dev/ttyAMA0
2020.10.29 16:26:53 3: Probing ElsnerWS device /dev/ttyAMA0
2020.10.29 16:26:54 3: Probing FRM device /dev/ttyAMA0
2020.10.29 16:26:59 3: Probing CUL device /dev/ttyS0
2020.10.29 16:26:59 1: CUL: Can't open /dev/ttyS0: Keine Berechtigung
2020.10.29 16:26:59 1: usb create end
2020.10.29 16:26:59 0: Featurelevel: 6
2020.10.29 16:26:59 0: Server started with 357 defined entities (fhem.pl:22894/2020-10-01 perl:5.020002 os:linux user:fhem pid:23285)
2020.10.29 16:27:00 3: telnetForBlockingFn_1603985220: port 50710 opened
2020.10.29 16:27:00 3: DbLog logdb - Creating Push-Handle to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 16:27:00 3: DbLog logdb - Push-Handle to db SQLite:dbname=/opt/fhem/fhem.db created
2020.10.29 16:27:00 5: MyCUL2 sending Za142556
2020.10.29 16:27:00 5: SW: Za142556
2020.10.29 16:27:00 5: MyCUL2 sending Zw111111
2020.10.29 16:27:00 3: DbRep Mischerkreis - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 16:27:00 5: SW: Zw111111
2020.10.29 16:27:02 3: DbRep Ruecklauftemperatur - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 16:27:03 3: DbRep Mischerkreis - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Mischerkreis index recreate_Report_Idx" command !
2020.10.29 16:27:03 3: DbRep Mischerkreis - Initial data information retrieved successfully - total time used: 3.3177 seconds
2020.10.29 16:27:04 3: DbRep Mischerkreis - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 16:27:05 3: DbRep Ruecklauftemperatur - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Ruecklauftemperatur index recreate_Report_Idx" command !
2020.10.29 16:27:05 3: DbRep Ruecklauftemperatur - Initial data information retrieved successfully - total time used: 3.3844 seconds
2020.10.29 16:27:05 3: DbRep Ruecklauftemperatur - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 16:27:06 1: PERL WARNING: Use of uninitialized value $wert in concatenation (.) or string at ./FHEM/15_WOLF_ISM8I.pm line 756.
2020.10.29 16:27:07 3: DbRep Aussentemperatur_Gemittelt - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 16:27:09 3: DbRep Mischerkreis_Soll - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 16:27:10 3: DbRep Aussentemperatur_Gemittelt - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Aussentemperatur_Gemittelt index recreate_Report_Idx" command !
2020.10.29 16:27:10 3: DbRep Aussentemperatur_Gemittelt - Initial data information retrieved successfully - total time used: 3.5008 seconds
2020.10.29 16:27:10 3: DbRep Aussentemperatur_Gemittelt - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 16:27:11 3: DbRep Brennerleistung - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 16:27:12 3: DbRep Kesseltemperatur - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 16:27:12 3: DbRep Mischerkreis_Soll - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Mischerkreis_Soll index recreate_Report_Idx" command !
2020.10.29 16:27:12 3: DbRep Mischerkreis_Soll - Initial data information retrieved successfully - total time used: 3.4243 seconds
2020.10.29 16:27:12 1: PERL WARNING: Invalid conversion in sprintf: "%<" at ./FHEM/33_readingsGroup.pm line 543.
2020.10.29 16:27:13 3: DbRep Mischerkreis_Soll - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 16:27:13 3: DbRep Abgastemperatur - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 16:27:13 2: AttrTemplates: got 200 entries
2020.10.29 16:27:14 3: DbRep Brennerleistung - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Brennerleistung index recreate_Report_Idx" command !
2020.10.29 16:27:14 3: DbRep Brennerleistung - Initial data information retrieved successfully - total time used: 3.7235 seconds
2020.10.29 16:27:14 3: DbRep Brennerleistung - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 16:27:15 3: DbRep logdbRep - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user


List MyCUL2

Internals:
   CMDS       ABCEeFfGhiKklMmRTtUVWXxYZz
   Clients    :CUL_MAX:HMS:CUL_IR:STACKABLE_CC:TSSTACKED:STACKABLE:
   DEF        /dev/serial/by-path/platform-3f980000.usb-usb-0:1.4:1.0-port0@38400 0000
   DeviceName /dev/serial/by-path/platform-3f980000.usb-usb-0:1.4:1.0-port0@38400
   FD         10
   FHTID      0000
   FUUID      5d6ee441-f33f-d427-722b-62d0b39df30e2313
   NAME       MyCUL2
   NR         48
   NR_CMD_LAST_H 2
   PARTIAL   
   STATE      Initialized
   TYPE       CUL
   VERSION    V 1.67 nanoCUL868
   initString X21
Zr
Za142556
Zw111111
   MatchList:
     1:CUL_MAX  ^Z........................
     8:HMS      ^810e04....(1|5|9).a001
     D:CUL_IR   ^I............
     H:STACKABLE_CC ^\*
     M:TSSTACKED ^\*
     N:STACKABLE ^\*
   READINGS:
     2020-10-26 19:29:26   ccconf          freq:868.300MHz bWidth:101KHz rAmpl:33dB sens:8dB
     2020-10-29 16:26:47   cmds             A B C E e F f G h i K k l M m R T t U V W X x Y Z z
     2020-10-26 22:05:03   raw             V 1.67 nanoCUL868
     2020-10-29 16:26:47   state           Initialized
     2020-10-24 23:30:13   uptime          0 00:00:32
     2020-10-06 22:07:50   version         V 1.67 nanoCUL868
   XMIT_TIME:
     1603985220.12137
     1603985220.54041
Attributes:
   group      Empfänger
   icon       cul_868
   maxid      142556
   rfmode     MAX
   room       hidden
   verbose    5


List cmd

Internals:
   DEF        000000
   FUUID      5f996bde-f33f-d427-ff5b-f4c65466bfbef78a
   IODev      MyCUL2
   LASTInputDev
   MyCUL2_MAXID 142556
   NAME       cm
   NR         361
   STATE      Defined
   SVN        22175
   TYPE       CUL_MAX
   addr       142556
   cnt        0
   pairmode   0
   retryCount 0
   sq         0
   sendQueue:
Attributes:
   IODev      MyCUL2
   fakeSCaddr 222222
   fakeWTaddr 111111
Titel: Antw:MAX Fensterkontakt anlernen, CUL defekt?
Beitrag von: Wzut am 29 Oktober 2020, 17:20:58
Zumindest passt jetzt der iniString des CUL, hast aber deine FKs nicht ausgelöst ? Zumindest hat in dem list der CUL noch kein MAX Telegramm gesehen.

Interessieren würde mich wie du beim CUL_MAX Device das hinbekommen hast :
Zitat von: AndyM am 29 Oktober 2020, 16:43:29

   DEF        000000
   TYPE       CUL_MAX
   addr       142556


Die sechstellige MAX ID wird beim define mit angegeben und wandert nach Prüfungen in addr, aber wieso steht bei dir im DEF 00000 ?
Titel: Antw:MAX Fensterkontakt anlernen, CUL defekt?
Beitrag von: AndyM am 29 Oktober 2020, 23:19:42
Ich habe keine Ahnung, wie die unterschiedlichen DEF und addr zustande gekommen sind. Es war mir aber auch nicht möglich DEF in 000000 oder 1442556 zu ändern. Es existiert angeblich bereits ein MAX_CUL mit der Adresse.
Das anlernen bzw. auslösen des FKs hat weder was an den Devices geändert noch im Log was eingetragen.

Habe jetzt beide Devices gelöscht, FHEM neu gestartet, MyCUL2 neu angelegt, FHEM neu gestartet, cm neu angelegt, FHEM noch mal neu gestartet.
Hier sind die Logs vom Start.

2020.10.29 22:04:54 2: deleting port for cm
2020.10.29 22:04:54 5: SW: X00
2020.10.29 22:05:19 2: DbLog logdb - Last database write cycle due to shutdown ...
2020.10.29 22:05:19 1: Server shutdown delayed due to logdb for max 10 sec
2020.10.29 22:05:19 2: DbLog logdb - no data for last database write cycle
2020.10.29 22:05:19 0: Server shutdown
2020.10.29 22:05:20 1: PERL WARNING: Perl exited with active threads:
1 running and unjoined
0 finished and unjoined
0 running and detached
2020.10.29 22:05:22 1: Including fhem.cfg
2020.10.29 22:05:23 3: WEB: port 8083 opened
2020.10.29 22:05:28 3: Opening MyCUL1 device /dev/serial/by-path/platform-3f980000.usb-usb-0:1.2:1.0-port0
2020.10.29 22:05:28 3: Setting MyCUL1 serial parameters to 38400,8,N,1
2020.10.29 22:05:31 3: MyCUL1: Possible commands: ABCEeFfGhiKklMmRTtUVWXxYZz
2020.10.29 22:05:31 3: MyCUL1 device opened
2020.10.29 22:05:32 1: PERL WARNING: Use of uninitialized value $web in split at ./FHEM/95_Dashboard.pm line 1147, <$fh> line 500.
2020.10.29 22:05:34 3: MyWolf: port 12004 opened
2020.10.29 22:05:35 1: Including ./log/fhem.save
2020.10.29 22:05:35 3: ESPEasy ESPEasy_1: Bridge v2.18 port [TCP:IPV4:8383] opened.
2020.10.29 22:05:36 1: usb create starting
2020.10.29 22:05:36 3: Probing ZWDongle device /dev/serial0
2020.10.29 22:05:36 1: ZWDongle: Can't open /dev/serial0: Keine Berechtigung
2020.10.29 22:05:36 3: Probing ZWDongle device /dev/serial1
2020.10.29 22:05:36 3: Probing CUL device /dev/ttyAMA0
2020.10.29 22:05:36 3: Probing TCM_ESP3 device /dev/ttyAMA0
2020.10.29 22:05:36 3: Probing ZWDongle device /dev/ttyAMA0
2020.10.29 22:05:36 3: Probing SIGNALDuino device /dev/ttyAMA0
2020.10.29 22:05:37 3: Probing MYSENSORS device /dev/ttyAMA0
2020.10.29 22:05:37 3: Probing ArduCounter device /dev/ttyAMA0
2020.10.29 22:05:37 3: Probing ElsnerWS device /dev/ttyAMA0
2020.10.29 22:05:38 3: Probing FRM device /dev/ttyAMA0
2020.10.29 22:05:43 3: Probing CUL device /dev/ttyS0
2020.10.29 22:05:43 1: CUL: Can't open /dev/ttyS0: Keine Berechtigung
2020.10.29 22:05:43 3: Probing TCM_ESP3 device /dev/ttyUSB1
2020.10.29 22:05:43 3: Probing TCM_ESP2 device /dev/ttyUSB1
2020.10.29 22:05:44 3: Probing FHZ device /dev/ttyUSB1
2020.10.29 22:05:44 3: Probing TRX device /dev/ttyUSB1
2020.10.29 22:05:44 3: Probing ZWDongle device /dev/ttyUSB1
2020.10.29 22:05:44 3: Probing SIGNALDuino device /dev/ttyUSB1
2020.10.29 22:05:45 3: Probing MYSENSORS device /dev/ttyUSB1
2020.10.29 22:05:45 3: Probing ArduCounter device /dev/ttyUSB1
2020.10.29 22:05:45 3: Probing ElsnerWS device /dev/ttyUSB1
2020.10.29 22:05:46 3: Probing FRM device /dev/ttyUSB1
2020.10.29 22:05:51 1: usb create end
2020.10.29 22:05:51 0: Featurelevel: 6
2020.10.29 22:05:51 0: Server started with 355 defined entities (fhem.pl:22894/2020-10-01 perl:5.020002 os:linux user:fhem pid:4850)
2020.10.29 22:05:52 3: telnetForBlockingFn_1604005552: port 46399 opened
2020.10.29 22:05:52 3: DbLog logdb - Creating Push-Handle to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:05:52 3: DbLog logdb - Push-Handle to db SQLite:dbname=/opt/fhem/fhem.db created
2020.10.29 22:05:52 3: DbRep Kesseltemperatur - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:05:52 3: DbRep Brennerleistung - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:05:52 3: DbRep Kollektor_Temperatur - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:05:52 3: DbRep Mischerkreis - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:05:52 3: DbRep Solar_WW - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:05:53 3: DbRep WW - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:05:54 1: PERL WARNING: Invalid conversion in sprintf: "%<" at ./FHEM/33_readingsGroup.pm line 543.
2020.10.29 22:05:55 1: PERL WARNING: Use of uninitialized value $wert in concatenation (.) or string at ./FHEM/15_WOLF_ISM8I.pm line 756.
2020.10.29 22:05:55 3: DbRep Ruecklauftemperatur - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:05:56 2: AttrTemplates: got 200 entries
2020.10.29 22:05:58 3: DbRep Aussentemperatur - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:05:59 3: DbRep Kesseltemperatur - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Kesseltemperatur index recreate_Report_Idx" command !
2020.10.29 22:05:59 3: DbRep Kesseltemperatur - Initial data information retrieved successfully - total time used: 5.5215 seconds
2020.10.29 22:05:59 3: DbRep Kesseltemperatur - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 22:06:01 3: DbRep Brennerleistung - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Brennerleistung index recreate_Report_Idx" command !
2020.10.29 22:06:01 3: DbRep Brennerleistung - Initial data information retrieved successfully - total time used: 6.5153 seconds
2020.10.29 22:06:01 3: DbRep Brennerleistung - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 22:06:01 3: DbRep Mischerkreis - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Mischerkreis index recreate_Report_Idx" command !
2020.10.29 22:06:01 3: DbRep Mischerkreis - Initial data information retrieved successfully - total time used: 6.2543 seconds
2020.10.29 22:06:01 3: DbRep Mischerkreis - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 22:06:01 3: DbRep Kollektor_Temperatur - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Kollektor_Temperatur index recreate_Report_Idx" command !
2020.10.29 22:06:01 3: DbRep Kollektor_Temperatur - Initial data information retrieved successfully - total time used: 6.4599 seconds
2020.10.29 22:06:01 3: DbRep Kollektor_Temperatur - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 22:06:02 3: DbRep Solar_WW - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Solar_WW index recreate_Report_Idx" command !
2020.10.29 22:06:02 3: DbRep Solar_WW - Initial data information retrieved successfully - total time used: 6.7982 seconds
2020.10.29 22:06:02 3: DbRep Solar_WW - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 22:06:02 3: DbRep WW - WARNING - Index Report_Idx doesn't exist. Please create the index by "set WW index recreate_Report_Idx" command !
2020.10.29 22:06:02 3: DbRep WW - Initial data information retrieved successfully - total time used: 6.6787 seconds
2020.10.29 22:06:02 3: DbRep WW - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 22:06:02 3: DbRep Ruecklauftemperatur - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Ruecklauftemperatur index recreate_Report_Idx" command !
2020.10.29 22:06:02 3: DbRep Ruecklauftemperatur - Initial data information retrieved successfully - total time used: 6.4947 seconds
2020.10.29 22:06:02 3: DbRep Ruecklauftemperatur - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 22:06:03 3: DbRep Aussentemperatur - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Aussentemperatur index recreate_Report_Idx" command !
2020.10.29 22:06:03 3: DbRep Aussentemperatur - Initial data information retrieved successfully - total time used: 4.7406 seconds
2020.10.29 22:06:03 3: DbRep Aussentemperatur - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 22:06:03 3: DbRep Heizgeraet_Soll - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:06:04 3: DbRep logdbRep - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:06:07 3: DbRep Heizgeraet_Soll - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Heizgeraet_Soll index recreate_Report_Idx" command !
2020.10.29 22:06:07 3: DbRep Heizgeraet_Soll - Initial data information retrieved successfully - total time used: 3.5004 seconds
2020.10.29 22:06:07 3: DbRep Heizgeraet_Soll - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 22:06:08 3: DbRep logdbRep - WARNING - Index Report_Idx doesn't exist. Please create the index by "set logdbRep index recreate_Report_Idx" command !
2020.10.29 22:06:08 3: DbRep logdbRep - Initial data information retrieved successfully - total time used: 3.4178 seconds
2020.10.29 22:06:08 3: DbRep logdbRep - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 22:06:09 3: DbRep Mischerkreis_Soll - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:06:12 3: DbRep Abgastemperatur - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:06:13 3: DbRep Mischerkreis_Soll - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Mischerkreis_Soll index recreate_Report_Idx" command !
2020.10.29 22:06:13 3: DbRep Mischerkreis_Soll - Initial data information retrieved successfully - total time used: 3.4087 seconds
2020.10.29 22:06:13 3: DbRep Mischerkreis_Soll - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 22:06:13 3: DbRep Aussentemperatur_Gemittelt - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:06:16 3: DbRep Abgastemperatur - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Abgastemperatur index recreate_Report_Idx" command !
2020.10.29 22:06:16 3: DbRep Abgastemperatur - Initial data information retrieved successfully - total time used: 3.5768 seconds
2020.10.29 22:06:16 3: DbRep Abgastemperatur - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 22:06:17 3: DbRep Aussentemperatur_Gemittelt - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Aussentemperatur_Gemittelt index recreate_Report_Idx" command !
2020.10.29 22:06:17 3: DbRep Aussentemperatur_Gemittelt - Initial data information retrieved successfully - total time used: 3.3839 seconds
2020.10.29 22:06:17 3: DbRep Aussentemperatur_Gemittelt - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 22:06:18 3: Opening MyCUL2 device /dev/serial/by-path/platform-3f980000.usb-usb-0:1.4:1.0-port0
2020.10.29 22:06:18 3: Setting MyCUL2 serial parameters to 38400,8,N,1
2020.10.29 22:06:22 3: MyCUL2: Possible commands: ABCEeFfGhiKklMmRTtUVWXxYZz
2020.10.29 22:06:22 3: MyCUL2 device opened
2020.10.29 22:06:34 2: Switched MyCUL2 rfmode to MAX
2020.10.29 22:06:55 1: PERL WARNING: Missing argument in sprintf at ./FHEM/33_readingsGroup.pm line 543.
2020.10.29 22:06:55 1: PERL WARNING: Invalid conversion in sprintf: end of string at ./FHEM/33_readingsGroup.pm line 543.
2020.10.29 22:07:32 1: PERL WARNING: Argument ".*" isn't numeric in numeric lt (<) at fhem.pl line 4887.
2020.10.29 22:07:32 3: eval: {SYSMON_blockingFinish('name|SystemInfo|wlan0_rx|238968529|starttime_text|26.10.2020 19:23:52|cpu3_idle_stat|0.00 100.00 97.31|swap_used_stat|0.00 63.46 3.09|stat_cpu2|327608 0 144472 26378575 26546 1 2444|eth0_tx|0|starttime|1603736632|stat_cpu3|47629 0 42920 26795216 8672 0 74|fhemstarttime|1604005535|wlan0|RX: 227.90 MB, TX: 52.93 MB, Total: 280.83 MB|wlan0_speed|72|eth0|RX: 0.00 MB, TX: 0.00 MB, Total: 0 MB|stat_cpu3_percent|0.37 0.00 0.02 99.53 0.08 0.00 0.00|eth0_diff|RX: 0.00 MB, TX: 0.00 MB, Total: 0.00 MB|stat_cpu|579817 0 357210 105328703 64267 36 6125|stat_cpu1_text|user: 0.28 %, nice: 0.00 %, sys: 0.15 %, idle: 99.57 %, io: 0.00 %, irq: 0.00 %, sirq: 0.00 %|stat_cpu1_diff|17 0 9 5974 0 0 0|fhemstarttime_text|29.10.2020 22:05:35|cpu_temp_stat|0.00 75.75 50.10|cpu_core_count|4|stat_cpu_percent|0.84 0.00 0.33 98.79 0.03 0.00 0.02|uptime|269018|wlan0_diff|RX: 0.06 MB, TX: 0.10 MB, Total: 0.16 MB|stat_cpu2_text|user: 2.37 %, nice: 0.00 %, sys: 0.63 %, idle: 96.91 %, io: 0.05 %, irq: 0.00 %, sirq: 0.03 %|eth0_speed|10|cpu_idle_stat|50.87 99.80 95.85|uptime_text|3 days, 02 hours, 43 minutes|ram|Total: 925.79 MB, Used: 177.92 MB, 19.22 %, Free: 747.88 MB|swap|Total: 100.00 MB, Used: 3.24 MB,  3.24 %, Free: 96.75 MB|wlan0_tx|55501152|idletime|263321 97.88 %|idletime_text|3 days, 01 hours, 08 minutes (97.88 %)|fhemuptime|116|cpu_temp_avg|50.1|stat_cpu0_percent|0.30 0.00 0.51 99.16 0.00 0.00 0.04|stat_cpu0_diff|17 0 29 5651 0 0 2|stat_cpu3_text|user: 0.37 %, nice: 0.00 %, sys: 0.02 %, idle: 99.53 %, io: 0.08 %, irq: 0.00 %, sirq: 0.00 %|cpu0_idle_stat|0.81 100.00 94.88|stat_cpu1|38500 0 39583 26804209 8474 0 59|cpu1_idle_stat|0.52 100.00 96.96|stat_cpu_text|user: 0.84 %, nice: 0.00 %, sys: 0.33 %, idle: 98.79 %, io: 0.03 %, irq: 0.00 %, sirq: 0.02 %|wlan0_ip|192.168.178.37|stat_cpu3_diff|22 0 1 5969 5 0 0|stat_cpu2_percent|2.37 0.00 0.63 96.91 0.05 0.00 0.03|stat_cpu2_diff|142 0 38 5810 3 0 2|stat_cpu0_text|user: 0.30 %, nice: 0.00 %, sys: 0.51 %, idle: 99.16 %, io: 0.00 %, irq: 0.00 %, sirq: 0.04 %|cpu_temp|50.46|stat_cpu1_percent|0.28 0.00 0.15 99.57 0.00 0.00 0.00|stat_cpu0|166080 0 130235 25350703 20575 35 3548|stat_cpu_diff|198 0 77 23404 8 0 4|ram_used_stat|116.89 561.19 179.01|eth0_rx|0|loadavg|0.28 0.24 0.15|cpu2_idle_stat|1.50 100.00 94.23|fhemuptime_text|0 days, 00 hours, 01 minutes')}
2020.10.29 22:08:00 2: DbLog logdb - Last database write cycle due to shutdown ...
2020.10.29 22:08:00 1: Server shutdown delayed due to logdb for max 10 sec
2020.10.29 22:08:00 2: DbLog logdb - no data for last database write cycle
2020.10.29 22:08:00 0: Server shutdown
2020.10.29 22:08:00 5: SW: X00
2020.10.29 22:08:02 1: PERL WARNING: Perl exited with active threads:
1 running and unjoined
0 finished and unjoined
0 running and detached
2020.10.29 22:08:04 1: Including fhem.cfg
2020.10.29 22:08:05 3: WEB: port 8083 opened
2020.10.29 22:08:10 3: Opening MyCUL1 device /dev/serial/by-path/platform-3f980000.usb-usb-0:1.2:1.0-port0
2020.10.29 22:08:10 3: Setting MyCUL1 serial parameters to 38400,8,N,1
2020.10.29 22:08:13 3: MyCUL1: Possible commands: ABCEeFfGhiKklMmRTtUVWXxYZz
2020.10.29 22:08:13 3: MyCUL1 device opened
2020.10.29 22:08:14 1: PERL WARNING: Use of uninitialized value $web in split at ./FHEM/95_Dashboard.pm line 1147, <$fh> line 500.
2020.10.29 22:08:16 3: MyWolf: port 12004 opened
2020.10.29 22:08:17 3: Opening MyCUL2 device /dev/serial/by-path/platform-3f980000.usb-usb-0:1.4:1.0-port0
2020.10.29 22:08:17 3: Setting MyCUL2 serial parameters to 38400,8,N,1
2020.10.29 22:08:20 3: MyCUL2: Possible commands: ABCEeFfGhiKklMmRTtUVWXxYZz
2020.10.29 22:08:20 3: MyCUL2 device opened
2020.10.29 22:08:20 2: Switched MyCUL2 rfmode to MAX
2020.10.29 22:08:20 1: Including ./log/fhem.save
2020.10.29 22:08:21 3: ESPEasy ESPEasy_1: Bridge v2.18 port [TCP:IPV4:8383] opened.
2020.10.29 22:08:21 1: usb create starting
2020.10.29 22:08:21 3: Probing ZWDongle device /dev/serial0
2020.10.29 22:08:21 1: ZWDongle: Can't open /dev/serial0: Keine Berechtigung
2020.10.29 22:08:21 3: Probing ZWDongle device /dev/serial1
2020.10.29 22:08:21 3: Probing CUL device /dev/ttyAMA0
2020.10.29 22:08:22 3: Probing TCM_ESP3 device /dev/ttyAMA0
2020.10.29 22:08:22 3: Probing ZWDongle device /dev/ttyAMA0
2020.10.29 22:08:22 3: Probing SIGNALDuino device /dev/ttyAMA0
2020.10.29 22:08:22 3: Probing MYSENSORS device /dev/ttyAMA0
2020.10.29 22:08:22 3: Probing ArduCounter device /dev/ttyAMA0
2020.10.29 22:08:22 3: Probing ElsnerWS device /dev/ttyAMA0
2020.10.29 22:08:23 3: Probing FRM device /dev/ttyAMA0
2020.10.29 22:08:29 3: Probing CUL device /dev/ttyS0
2020.10.29 22:08:29 1: CUL: Can't open /dev/ttyS0: Keine Berechtigung
2020.10.29 22:08:29 1: usb create end
2020.10.29 22:08:29 0: Featurelevel: 6
2020.10.29 22:08:29 0: Server started with 356 defined entities (fhem.pl:22894/2020-10-01 perl:5.020002 os:linux user:fhem pid:5004)
2020.10.29 22:08:29 3: telnetForBlockingFn_1604005709: port 36617 opened
2020.10.29 22:08:29 3: DbLog logdb - Creating Push-Handle to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:08:29 3: DbLog logdb - Push-Handle to db SQLite:dbname=/opt/fhem/fhem.db created
2020.10.29 22:08:29 3: DbRep Aussentemperatur - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:08:30 3: DbRep WW - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:08:31 1: PERL WARNING: Invalid conversion in sprintf: "%<" at ./FHEM/33_readingsGroup.pm line 543.
2020.10.29 22:08:33 2: AttrTemplates: got 200 entries
2020.10.29 22:08:33 3: DbRep Aussentemperatur_Gemittelt - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:08:33 3: DbRep Solar_WW - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:08:34 1: PERL WARNING: Use of uninitialized value $wert in concatenation (.) or string at ./FHEM/15_WOLF_ISM8I.pm line 756.
2020.10.29 22:08:36 3: DbRep WW - WARNING - Index Report_Idx doesn't exist. Please create the index by "set WW index recreate_Report_Idx" command !
2020.10.29 22:08:36 3: DbRep WW - Initial data information retrieved successfully - total time used: 3.4542 seconds
2020.10.29 22:08:36 3: DbRep WW - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 22:08:36 3: DbRep Aussentemperatur - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Aussentemperatur index recreate_Report_Idx" command !
2020.10.29 22:08:36 3: DbRep Aussentemperatur - Initial data information retrieved successfully - total time used: 3.8313 seconds
2020.10.29 22:08:36 3: DbRep Aussentemperatur - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 22:08:37 3: DbRep Aussentemperatur_Gemittelt - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Aussentemperatur_Gemittelt index recreate_Report_Idx" command !
2020.10.29 22:08:37 3: DbRep Aussentemperatur_Gemittelt - Initial data information retrieved successfully - total time used: 3.6707 seconds
2020.10.29 22:08:37 3: DbRep Aussentemperatur_Gemittelt - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 22:08:37 3: DbRep Solar_WW - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Solar_WW index recreate_Report_Idx" command !
2020.10.29 22:08:37 3: DbRep Solar_WW - Initial data information retrieved successfully - total time used: 3.9015 seconds
2020.10.29 22:08:37 3: DbRep Solar_WW - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 22:08:41 3: DbRep Brennerleistung - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:08:42 3: DbRep logdbRep - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:08:42 3: DbRep Mischerkreis_Soll - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:08:45 3: DbRep Brennerleistung - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Brennerleistung index recreate_Report_Idx" command !
2020.10.29 22:08:45 3: DbRep Brennerleistung - Initial data information retrieved successfully - total time used: 3.6838 seconds
2020.10.29 22:08:45 3: DbRep logdbRep - WARNING - Index Report_Idx doesn't exist. Please create the index by "set logdbRep index recreate_Report_Idx" command !
2020.10.29 22:08:45 3: DbRep Brennerleistung - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 22:08:45 3: DbRep logdbRep - Initial data information retrieved successfully - total time used: 3.5302 seconds
2020.10.29 22:08:45 3: DbRep logdbRep - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 22:08:45 3: DbRep Kollektor_Temperatur - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:08:46 3: DbRep Mischerkreis_Soll - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Mischerkreis_Soll index recreate_Report_Idx" command !
2020.10.29 22:08:46 3: DbRep Mischerkreis_Soll - Initial data information retrieved successfully - total time used: 3.4727 seconds
2020.10.29 22:08:46 3: DbRep Mischerkreis_Soll - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 22:08:46 3: DbRep Kesseltemperatur - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:08:46 3: DbRep Ruecklauftemperatur - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:08:47 3: DbRep Abgastemperatur - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:08:49 3: DbRep Kollektor_Temperatur - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Kollektor_Temperatur index recreate_Report_Idx" command !
2020.10.29 22:08:49 3: DbRep Kollektor_Temperatur - Initial data information retrieved successfully - total time used: 3.6202 seconds
2020.10.29 22:08:49 3: DbRep Kollektor_Temperatur - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 22:08:49 3: DbRep Mischerkreis - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:08:50 3: DbRep Kesseltemperatur - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Kesseltemperatur index recreate_Report_Idx" command !
2020.10.29 22:08:50 3: DbRep Kesseltemperatur - Initial data information retrieved successfully - total time used: 3.6082 seconds
2020.10.29 22:08:50 3: DbRep Kesseltemperatur - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 22:08:50 3: DbRep Ruecklauftemperatur - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Ruecklauftemperatur index recreate_Report_Idx" command !
2020.10.29 22:08:50 3: DbRep Ruecklauftemperatur - Initial data information retrieved successfully - total time used: 3.8894 seconds
2020.10.29 22:08:50 3: DbRep Ruecklauftemperatur - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 22:08:51 3: DbRep Abgastemperatur - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Abgastemperatur index recreate_Report_Idx" command !
2020.10.29 22:08:51 3: DbRep Abgastemperatur - Initial data information retrieved successfully - total time used: 3.6124 seconds
2020.10.29 22:08:51 3: DbRep Abgastemperatur - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 22:08:53 3: DbRep Mischerkreis - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Mischerkreis index recreate_Report_Idx" command !
2020.10.29 22:08:53 3: DbRep Mischerkreis - Initial data information retrieved successfully - total time used: 3.4048 seconds
2020.10.29 22:08:53 3: DbRep Mischerkreis - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 22:08:56 1: PERL WARNING: Missing argument in sprintf at ./FHEM/33_readingsGroup.pm line 543.
2020.10.29 22:08:56 1: PERL WARNING: Invalid conversion in sprintf: end of string at ./FHEM/33_readingsGroup.pm line 543.
2020.10.29 22:08:58 3: DbRep Heizgeraet_Soll - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:09:02 3: DbRep Heizgeraet_Soll - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Heizgeraet_Soll index recreate_Report_Idx" command !
2020.10.29 22:09:02 3: DbRep Heizgeraet_Soll - Initial data information retrieved successfully - total time used: 3.3752 seconds
2020.10.29 22:09:02 3: DbRep Heizgeraet_Soll - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 22:09:15 1: cm, did not find suitable IODev (CUL etc. in rfmode MAX)! You may want to execute 'attr cm IODev SomeCUL'
2020.10.29 22:10:14 1: PERL WARNING: Argument ".*" isn't numeric in numeric lt (<) at fhem.pl line 4887.
2020.10.29 22:10:14 3: eval: {SYSMON_blockingFinish('name|SystemInfo|stat_cpu0_diff|44 0 48 5635 1 0 5|stat_cpu3|49367 0 43282 26809270 8735 0 75|stat_cpu0_text|user: 0.77 %, nice: 0.00 %, sys: 0.84 %, idle: 98.29 %, io: 0.02 %, irq: 0.00 %, sirq: 0.09 %|stat_cpu3_text|user: 0.03 %, nice: 0.00 %, sys: 0.12 %, idle: 99.73 %, io: 0.12 %, irq: 0.00 %, sirq: 0.00 %|starttime_text|26.10.2020 19:23:52|eth0|RX: 0.00 MB, TX: 0.00 MB, Total: 0 MB|uptime_text|3 days, 02 hours, 46 minutes|swap_used_stat|0.00 63.46 3.16|idletime|263463 97.88 %|stat_cpu1_diff|11 0 6 5981 0 0 0|eth0_diff|RX: 0.00 MB, TX: 0.00 MB, Total: 0.00 MB|stat_cpu1_text|user: 0.18 %, nice: 0.00 %, sys: 0.10 %, idle: 99.72 %, io: 0.00 %, irq: 0.00 %, sirq: 0.00 %|eth0_tx|0|wlan0_ip|192.168.178.37|stat_cpu2_text|user: 4.12 %, nice: 0.00 %, sys: 0.90 %, idle: 94.86 %, io: 0.10 %, irq: 0.00 %, sirq: 0.02 %|idletime_text|3 days, 01 hours, 11 minutes (97.88 %)|wlan0|RX: 228.20 MB, TX: 53.44 MB, Total: 281.64 MB|wlan0_diff|RX: 0.08 MB, TX: 0.21 MB, Total: 0.29 MB|wlan0_rx|239280391|stat_cpu3_diff|2 0 7 5986 7 0 0|stat_cpu2|329099 0 144891 26392847 26558 1 2447|stat_cpu1_percent|0.18 0.00 0.10 99.72 0.00 0.00 0.00|fhemuptime_text|0 days, 00 hours, 01 minutes|stat_cpu2_percent|4.12 0.00 0.90 94.86 0.10 0.00 0.02|cpu_core_count|4|eth0_speed|10|wlan0_tx|56036468|stat_cpu1|39421 0 39830 26819249 8482 0 59|stat_cpu2_diff|247 0 54 5685 6 0 1|starttime|1603736632|uptime|269180|cpu_idle_stat|50.87 99.80 94.02|stat_cpu_percent|1.28 0.00 0.48 98.15 0.06 0.00 0.03|cpu_temp|51.54|stat_cpu_diff|304 0 115 23287 14 0 6|stat_cpu0_percent|0.77 0.00 0.84 98.29 0.02 0.00 0.09|cpu3_idle_stat|0.00 100.00 94.48|stat_cpu|585618 0 358620 105385638 64374 36 6140|stat_cpu_text|user: 1.28 %, nice: 0.00 %, sys: 0.48 %, idle: 98.15 %, io: 0.06 %, irq: 0.00 %, sirq: 0.03 %|stat_cpu3_percent|0.03 0.00 0.12 99.73 0.12 0.00 0.00|cpu_temp_stat|0.00 75.75 51.23|cpu_temp_avg|51.2|fhemuptime|112|fhemstarttime|1604005701|cpu2_idle_stat|1.50 100.00 92.50|root|Total: 28634 MB, Used: 4944 MB, 19 %, Available: 22213 MB at /|swap|Total: 100.00 MB, Used: 3.24 MB,  3.24 %, Free: 96.76 MB|loadavg|0.26 0.31 0.20|stat_cpu0|167731 0 130617 25364272 20599 35 3559|ram_used_stat|116.89 561.19 189.66|cpu0_idle_stat|0.81 100.00 92.97|wlan0_speed|72|eth0_rx|0|cpu1_idle_stat|0.52 100.00 96.09|ram|Total: 925.79 MB, Used: 203.57 MB, 21.99 %, Free: 722.23 MB|fhemstarttime_text|29.10.2020 22:08:21')}
2020.10.29 22:10:39 2: DbLog logdb - Last database write cycle due to shutdown ...
2020.10.29 22:10:39 1: Server shutdown delayed due to logdb for max 10 sec
2020.10.29 22:10:39 2: DbLog logdb - no data for last database write cycle
2020.10.29 22:10:39 0: Server shutdown
2020.10.29 22:10:39 5: SW: X00
2020.10.29 22:10:40 1: PERL WARNING: Perl exited with active threads:
2 running and unjoined
0 finished and unjoined
0 running and detached
2020.10.29 22:10:42 1: Including fhem.cfg
2020.10.29 22:10:43 3: WEB: port 8083 opened
2020.10.29 22:10:48 3: Opening MyCUL1 device /dev/serial/by-path/platform-3f980000.usb-usb-0:1.2:1.0-port0
2020.10.29 22:10:48 3: Setting MyCUL1 serial parameters to 38400,8,N,1
2020.10.29 22:10:51 3: MyCUL1: Possible commands: ABCEeFfGhiKklMmRTtUVWXxYZz
2020.10.29 22:10:51 3: MyCUL1 device opened
2020.10.29 22:10:52 1: PERL WARNING: Use of uninitialized value $web in split at ./FHEM/95_Dashboard.pm line 1147, <$fh> line 500.
2020.10.29 22:10:54 3: MyWolf: port 12004 opened
2020.10.29 22:10:55 3: Opening MyCUL2 device /dev/serial/by-path/platform-3f980000.usb-usb-0:1.4:1.0-port0
2020.10.29 22:10:55 3: Setting MyCUL2 serial parameters to 38400,8,N,1
2020.10.29 22:10:58 3: MyCUL2: Possible commands: ABCEeFfGhiKklMmRTtUVWXxYZz
2020.10.29 22:10:58 3: MyCUL2 device opened
2020.10.29 22:10:58 2: Switched MyCUL2 rfmode to MAX
2020.10.29 22:10:58 1: Including ./log/fhem.save
2020.10.29 22:10:59 3: ESPEasy ESPEasy_1: Bridge v2.18 port [TCP:IPV4:8383] opened.
2020.10.29 22:10:59 1: usb create starting
2020.10.29 22:10:59 3: Probing ZWDongle device /dev/serial0
2020.10.29 22:10:59 1: ZWDongle: Can't open /dev/serial0: Keine Berechtigung
2020.10.29 22:10:59 3: Probing ZWDongle device /dev/serial1
2020.10.29 22:10:59 3: Probing CUL device /dev/ttyAMA0
2020.10.29 22:11:00 3: Probing TCM_ESP3 device /dev/ttyAMA0
2020.10.29 22:11:00 3: Probing ZWDongle device /dev/ttyAMA0
2020.10.29 22:11:00 3: Probing SIGNALDuino device /dev/ttyAMA0
2020.10.29 22:11:00 3: Probing MYSENSORS device /dev/ttyAMA0
2020.10.29 22:11:00 3: Probing ArduCounter device /dev/ttyAMA0
2020.10.29 22:11:01 3: Probing ElsnerWS device /dev/ttyAMA0
2020.10.29 22:11:02 3: Probing FRM device /dev/ttyAMA0
2020.10.29 22:11:07 3: Probing CUL device /dev/ttyS0
2020.10.29 22:11:07 1: CUL: Can't open /dev/ttyS0: Keine Berechtigung
2020.10.29 22:11:07 1: usb create end
2020.10.29 22:11:07 0: Featurelevel: 6
2020.10.29 22:11:07 0: Server started with 357 defined entities (fhem.pl:22894/2020-10-01 perl:5.020002 os:linux user:fhem pid:5171)
2020.10.29 22:11:08 3: telnetForBlockingFn_1604005868: port 45286 opened
2020.10.29 22:11:08 3: DbLog logdb - Creating Push-Handle to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:11:08 3: DbLog logdb - Push-Handle to db SQLite:dbname=/opt/fhem/fhem.db created
2020.10.29 22:11:08 3: DbRep Ruecklauftemperatur - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:11:08 3: DbRep Aussentemperatur_Gemittelt - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:11:08 3: DbRep logdbRep - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:11:08 3: DbRep Kesseltemperatur - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:11:08 3: DbRep WW - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:11:08 1: cm, did not find suitable IODev (CUL etc. in rfmode MAX)! You may want to execute 'attr cm IODev SomeCUL'
2020.10.29 22:11:08 3: DbRep Kollektor_Temperatur - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:11:09 3: DbRep Heizgeraet_Soll - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:11:09 1: PERL WARNING: Invalid conversion in sprintf: "%<" at ./FHEM/33_readingsGroup.pm line 543.
2020.10.29 22:11:11 2: AttrTemplates: got 200 entries
2020.10.29 22:11:12 3: DbRep Mischerkreis_Soll - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:11:13 1: PERL WARNING: Use of uninitialized value $wert in concatenation (.) or string at ./FHEM/15_WOLF_ISM8I.pm line 756.
2020.10.29 22:11:15 3: DbRep Ruecklauftemperatur - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Ruecklauftemperatur index recreate_Report_Idx" command !
2020.10.29 22:11:15 3: DbRep Ruecklauftemperatur - Initial data information retrieved successfully - total time used: 6.1202 seconds
2020.10.29 22:11:15 3: DbRep Ruecklauftemperatur - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 22:11:15 3: DbRep Solar_WW - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:11:17 1: PERL WARNING: Missing argument in sprintf at ./FHEM/33_readingsGroup.pm line 543.
2020.10.29 22:11:17 1: PERL WARNING: Invalid conversion in sprintf: end of string at ./FHEM/33_readingsGroup.pm line 543.
2020.10.29 22:11:17 3: DbRep Aussentemperatur_Gemittelt - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Aussentemperatur_Gemittelt index recreate_Report_Idx" command !
2020.10.29 22:11:17 3: DbRep Aussentemperatur_Gemittelt - Initial data information retrieved successfully - total time used: 7.0263 seconds
2020.10.29 22:11:18 3: DbRep Aussentemperatur_Gemittelt - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 22:11:18 3: DbRep logdbRep - WARNING - Index Report_Idx doesn't exist. Please create the index by "set logdbRep index recreate_Report_Idx" command !
2020.10.29 22:11:18 3: DbRep logdbRep - Initial data information retrieved successfully - total time used: 7.2623 seconds
2020.10.29 22:11:18 3: DbRep logdbRep - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 22:11:18 3: DbRep Kesseltemperatur - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Kesseltemperatur index recreate_Report_Idx" command !
2020.10.29 22:11:18 3: DbRep Kesseltemperatur - Initial data information retrieved successfully - total time used: 7.2888 seconds
2020.10.29 22:11:18 3: DbRep Kesseltemperatur - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 22:11:18 3: DbRep WW - WARNING - Index Report_Idx doesn't exist. Please create the index by "set WW index recreate_Report_Idx" command !
2020.10.29 22:11:18 3: DbRep WW - Initial data information retrieved successfully - total time used: 7.3187 seconds
2020.10.29 22:11:18 3: DbRep WW - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 22:11:18 3: DbRep Kollektor_Temperatur - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Kollektor_Temperatur index recreate_Report_Idx" command !
2020.10.29 22:11:18 3: DbRep Kollektor_Temperatur - Initial data information retrieved successfully - total time used: 7.4328 seconds
2020.10.29 22:11:18 3: DbRep Kollektor_Temperatur - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 22:11:18 3: DbRep Heizgeraet_Soll - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Heizgeraet_Soll index recreate_Report_Idx" command !
2020.10.29 22:11:18 3: DbRep Heizgeraet_Soll - Initial data information retrieved successfully - total time used: 7.5109 seconds
2020.10.29 22:11:18 3: DbRep Heizgeraet_Soll - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 22:11:19 3: DbRep Mischerkreis_Soll - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Mischerkreis_Soll index recreate_Report_Idx" command !
2020.10.29 22:11:19 3: DbRep Mischerkreis_Soll - Initial data information retrieved successfully - total time used: 6.3161 seconds
2020.10.29 22:11:19 3: DbRep Mischerkreis_Soll - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 22:11:20 3: DbRep Solar_WW - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Solar_WW index recreate_Report_Idx" command !
2020.10.29 22:11:20 3: DbRep Solar_WW - Initial data information retrieved successfully - total time used: 4.8121 seconds
2020.10.29 22:11:20 3: DbRep Solar_WW - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 22:11:24 3: DbRep Mischerkreis - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:11:27 3: DbRep Brennerleistung - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:11:28 3: DbRep Mischerkreis - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Mischerkreis index recreate_Report_Idx" command !
2020.10.29 22:11:28 3: DbRep Mischerkreis - Initial data information retrieved successfully - total time used: 3.3594 seconds
2020.10.29 22:11:28 3: DbRep Mischerkreis - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 22:11:31 3: DbRep Brennerleistung - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Brennerleistung index recreate_Report_Idx" command !
2020.10.29 22:11:31 3: DbRep Brennerleistung - Initial data information retrieved successfully - total time used: 3.3380 seconds
2020.10.29 22:11:31 3: DbRep Brennerleistung - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 22:11:31 3: DbRep Abgastemperatur - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:11:32 3: DbRep Aussentemperatur - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:11:35 3: DbRep Abgastemperatur - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Abgastemperatur index recreate_Report_Idx" command !
2020.10.29 22:11:35 3: DbRep Abgastemperatur - Initial data information retrieved successfully - total time used: 3.4837 seconds
2020.10.29 22:11:35 3: DbRep Abgastemperatur - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 22:11:36 3: DbRep Aussentemperatur - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Aussentemperatur index recreate_Report_Idx" command !
2020.10.29 22:11:36 3: DbRep Aussentemperatur - Initial data information retrieved successfully - total time used: 3.4340 seconds
2020.10.29 22:11:36 3: DbRep Aussentemperatur - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 22:12:52 1: PERL WARNING: Argument ".*" isn't numeric in numeric lt (<) at fhem.pl line 4887.
2020.10.29 22:12:52 3: eval: {SYSMON_blockingFinish('name|SystemInfo|cpu3_idle_stat|0.00 100.00 93.21|cpu1_idle_stat|0.52 100.00 94.62|fhemstarttime|1604005859|eth0|RX: 0.00 MB, TX: 0.00 MB, Total: 0 MB|stat_cpu3_percent|0.20 0.00 0.08 99.72 0.00 0.00 0.00|idletime_text|3 days, 01 hours, 13 minutes (97.87 %)|cpu_temp|52.62|ram_used_stat|116.89 561.19 184.97|eth0_rx|0|stat_cpu_text|user: 1.42 %, nice: 0.00 %, sys: 0.38 %, idle: 98.16 %, io: 0.03 %, irq: 0.00 %, sirq: 0.01 %|wlan0_speed|72|fhemuptime|112|stat_cpu_diff|336 0 90 23300 8 0 2|cpu_temp_stat|0.00 75.75 52.34|stat_cpu0|169328 0 130891 25377585 20608 35 3567|wlan0_ip|192.168.178.37|idletime|263602 97.87 %|stat_cpu0_text|user: 2.73 %, nice: 0.00 %, sys: 0.64 %, idle: 96.54 %, io: 0.07 %, irq: 0.00 %, sirq: 0.02 %|stat_cpu2_text|user: 2.79 %, nice: 0.00 %, sys: 0.77 %, idle: 96.36 %, io: 0.07 %, irq: 0.00 %, sirq: 0.02 %|uptime_text|3 days, 02 hours, 48 minutes|cpu_temp_avg|52.3|stat_cpu3|50837 0 43709 26823141 8740 0 75|cpu_idle_stat|50.87 99.80 92.91|starttime|1603736632|cpu_core_count|4|swap|Total: 100.00 MB, Used: 3.23 MB,  3.23 %, Free: 96.76 MB|eth0_tx|0|stat_cpu2_percent|2.79 0.00 0.77 96.36 0.07 0.00 0.02|wlan0|RX: 228.49 MB, TX: 53.88 MB, Total: 282.37 MB|swap_used_stat|0.00 63.46 3.19|fhemuptime_text|0 days, 00 hours, 01 minutes|stat_cpu2_diff|167 0 46 5775 4 0 1|starttime_text|26.10.2020 19:23:52|cpu0_idle_stat|0.81 100.00 91.83|wlan0_diff|RX: 0.05 MB, TX: 0.12 MB, Total: 0.17 MB|stat_cpu1_text|user: 0.00 %, nice: 0.00 %, sys: 0.03 %, idle: 99.97 %, io: 0.00 %, irq: 0.00 %, sirq: 0.00 %|fhemstarttime_text|29.10.2020 22:10:59|eth0_speed|10|wlan0_tx|56497896|uptime|269338|stat_cpu3_diff|12 0 5 5977 0 0 0|wlan0_rx|239589483|stat_cpu2|330436 0 145292 26406872 26564 1 2451|stat_cpu3_text|user: 0.20 %, nice: 0.00 %, sys: 0.08 %, idle: 99.72 %, io: 0.00 %, irq: 0.00 %, sirq: 0.00 %|stat_cpu_percent|1.42 0.00 0.38 98.16 0.03 0.00 0.01|stat_cpu0_percent|2.73 0.00 0.64 96.54 0.07 0.00 0.02|eth0_diff|RX: 0.00 MB, TX: 0.00 MB, Total: 0.00 MB|cpu2_idle_stat|1.50 100.00 91.94|stat_cpu|591401 0 359996 105440971 64398 36 6152|loadavg|0.34 0.37 0.24|stat_cpu1_diff|0 0 2 5997 0 0 0|stat_cpu0_diff|157 0 37 5551 4 0 1|stat_cpu1|40800 0 40104 26833373 8486 0 59|stat_cpu1_percent|0.00 0.00 0.03 99.97 0.00 0.00 0.00|ram|Total: 925.79 MB, Used: 179.17 MB, 19.35 %, Free: 746.62 MB')}
2020.10.29 22:12:59 2: DbLog logdb - Last database write cycle due to shutdown ...
2020.10.29 22:12:59 1: Server shutdown delayed due to logdb for max 10 sec
2020.10.29 22:12:59 2: DbLog logdb - no data for last database write cycle
2020.10.29 22:12:59 0: Server shutdown
2020.10.29 22:12:59 5: SW: X00
2020.10.29 22:13:00 1: PERL WARNING: Perl exited with active threads:
1 running and unjoined
0 finished and unjoined
0 running and detached
2020.10.29 22:13:02 1: Including fhem.cfg
2020.10.29 22:13:03 3: WEB: port 8083 opened
2020.10.29 22:13:08 3: Opening MyCUL1 device /dev/serial/by-path/platform-3f980000.usb-usb-0:1.2:1.0-port0
2020.10.29 22:13:08 3: Setting MyCUL1 serial parameters to 38400,8,N,1
2020.10.29 22:13:11 3: MyCUL1: Possible commands: ABCEeFfGhiKklMmRTtUVWXxYZz
2020.10.29 22:13:11 3: MyCUL1 device opened
2020.10.29 22:13:12 1: PERL WARNING: Use of uninitialized value $web in split at ./FHEM/95_Dashboard.pm line 1147, <$fh> line 500.
2020.10.29 22:13:14 3: MyWolf: port 12004 opened
2020.10.29 22:13:15 3: Opening MyCUL2 device /dev/serial/by-path/platform-3f980000.usb-usb-0:1.4:1.0-port0
2020.10.29 22:13:15 3: Setting MyCUL2 serial parameters to 38400,8,N,1
2020.10.29 22:13:18 3: MyCUL2: Possible commands: ABCEeFfGhiKklMmRTtUVWXxYZz
2020.10.29 22:13:18 3: MyCUL2 device opened
2020.10.29 22:13:18 2: Switched MyCUL2 rfmode to MAX
2020.10.29 22:13:18 1: Including ./log/fhem.save
2020.10.29 22:13:19 3: ESPEasy ESPEasy_1: Bridge v2.18 port [TCP:IPV4:8383] opened.
2020.10.29 22:13:19 1: usb create starting
2020.10.29 22:13:19 3: Probing ZWDongle device /dev/serial0
2020.10.29 22:13:19 1: ZWDongle: Can't open /dev/serial0: Keine Berechtigung
2020.10.29 22:13:19 3: Probing ZWDongle device /dev/serial1
2020.10.29 22:13:19 3: Probing CUL device /dev/ttyAMA0
2020.10.29 22:13:20 3: Probing TCM_ESP3 device /dev/ttyAMA0
2020.10.29 22:13:20 3: Probing ZWDongle device /dev/ttyAMA0
2020.10.29 22:13:20 3: Probing SIGNALDuino device /dev/ttyAMA0
2020.10.29 22:13:20 3: Probing MYSENSORS device /dev/ttyAMA0
2020.10.29 22:13:20 3: Probing ArduCounter device /dev/ttyAMA0
2020.10.29 22:13:21 3: Probing ElsnerWS device /dev/ttyAMA0
2020.10.29 22:13:22 3: Probing FRM device /dev/ttyAMA0
2020.10.29 22:13:27 3: Probing CUL device /dev/ttyS0
2020.10.29 22:13:27 1: CUL: Can't open /dev/ttyS0: Keine Berechtigung
2020.10.29 22:13:27 1: usb create end
2020.10.29 22:13:27 0: Featurelevel: 6
2020.10.29 22:13:27 0: Server started with 357 defined entities (fhem.pl:22894/2020-10-01 perl:5.020002 os:linux user:fhem pid:5325)
2020.10.29 22:13:28 3: telnetForBlockingFn_1604006007: port 51120 opened
2020.10.29 22:13:28 3: DbLog logdb - Creating Push-Handle to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:13:28 3: DbLog logdb - Push-Handle to db SQLite:dbname=/opt/fhem/fhem.db created
2020.10.29 22:13:28 3: DbRep Aussentemperatur_Gemittelt - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:13:28 3: DbRep Kollektor_Temperatur - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:13:28 5: MyCUL2 sending Za000000
2020.10.29 22:13:28 5: SW: Za000000
2020.10.29 22:13:28 5: MyCUL2 sending Zw111111
2020.10.29 22:13:28 3: DbRep Mischerkreis_Soll - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:13:28 3: DbRep WW - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:13:28 5: SW: Zw111111
2020.10.29 22:13:29 1: PERL WARNING: Invalid conversion in sprintf: "%<" at ./FHEM/33_readingsGroup.pm line 543.
2020.10.29 22:13:30 2: AttrTemplates: got 200 entries
2020.10.29 22:13:31 1: PERL WARNING: Use of uninitialized value $wert in concatenation (.) or string at ./FHEM/15_WOLF_ISM8I.pm line 756.
2020.10.29 22:13:31 3: DbRep Aussentemperatur - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:13:31 3: DbRep Kesseltemperatur - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:13:32 1: PERL WARNING: Missing argument in sprintf at ./FHEM/33_readingsGroup.pm line 543.
2020.10.29 22:13:32 1: PERL WARNING: Invalid conversion in sprintf: end of string at ./FHEM/33_readingsGroup.pm line 543.
2020.10.29 22:13:33 3: DbRep logdbRep - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:13:33 3: DbRep Aussentemperatur_Gemittelt - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Aussentemperatur_Gemittelt index recreate_Report_Idx" command !
2020.10.29 22:13:33 3: DbRep Aussentemperatur_Gemittelt - Initial data information retrieved successfully - total time used: 4.3863 seconds
2020.10.29 22:13:33 3: DbRep Aussentemperatur_Gemittelt - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 22:13:34 3: DbRep Kollektor_Temperatur - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Kollektor_Temperatur index recreate_Report_Idx" command !
2020.10.29 22:13:34 3: DbRep Kollektor_Temperatur - Initial data information retrieved successfully - total time used: 5.0477 seconds
2020.10.29 22:13:34 3: DbRep Kollektor_Temperatur - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 22:13:34 3: DbRep Mischerkreis_Soll - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Mischerkreis_Soll index recreate_Report_Idx" command !
2020.10.29 22:13:34 3: DbRep Mischerkreis_Soll - Initial data information retrieved successfully - total time used: 5.0572 seconds
2020.10.29 22:13:34 3: DbRep Mischerkreis_Soll - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 22:13:34 3: DbRep Mischerkreis - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:13:34 3: DbRep WW - WARNING - Index Report_Idx doesn't exist. Please create the index by "set WW index recreate_Report_Idx" command !
2020.10.29 22:13:34 3: DbRep WW - Initial data information retrieved successfully - total time used: 5.3228 seconds
2020.10.29 22:13:35 3: DbRep WW - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 22:13:36 3: DbRep Kesseltemperatur - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Kesseltemperatur index recreate_Report_Idx" command !
2020.10.29 22:13:36 3: DbRep Kesseltemperatur - Initial data information retrieved successfully - total time used: 4.8106 seconds
2020.10.29 22:13:36 3: DbRep Kesseltemperatur - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 22:13:36 3: DbRep Aussentemperatur - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Aussentemperatur index recreate_Report_Idx" command !
2020.10.29 22:13:36 3: DbRep Aussentemperatur - Initial data information retrieved successfully - total time used: 4.9398 seconds
2020.10.29 22:13:36 3: DbRep Aussentemperatur - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 22:13:37 3: DbRep logdbRep - WARNING - Index Report_Idx doesn't exist. Please create the index by "set logdbRep index recreate_Report_Idx" command !
2020.10.29 22:13:37 3: DbRep logdbRep - Initial data information retrieved successfully - total time used: 3.9143 seconds
2020.10.29 22:13:37 3: DbRep logdbRep - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 22:13:38 3: DbRep Mischerkreis - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Mischerkreis index recreate_Report_Idx" command !
2020.10.29 22:13:38 3: DbRep Mischerkreis - Initial data information retrieved successfully - total time used: 3.6174 seconds
2020.10.29 22:13:38 3: DbRep Mischerkreis - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 22:13:38 3: DbRep Heizgeraet_Soll - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:13:42 3: DbRep Heizgeraet_Soll - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Heizgeraet_Soll index recreate_Report_Idx" command !
2020.10.29 22:13:42 3: DbRep Heizgeraet_Soll - Initial data information retrieved successfully - total time used: 3.3131 seconds
2020.10.29 22:13:42 3: DbRep Heizgeraet_Soll - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 22:13:44 3: DbRep Brennerleistung - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:13:47 3: DbRep Ruecklauftemperatur - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:13:48 3: DbRep Brennerleistung - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Brennerleistung index recreate_Report_Idx" command !
2020.10.29 22:13:48 3: DbRep Brennerleistung - Initial data information retrieved successfully - total time used: 3.4516 seconds
2020.10.29 22:13:48 3: DbRep Brennerleistung - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 22:13:51 3: DbRep Ruecklauftemperatur - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Ruecklauftemperatur index recreate_Report_Idx" command !
2020.10.29 22:13:51 3: DbRep Ruecklauftemperatur - Initial data information retrieved successfully - total time used: 3.3011 seconds
2020.10.29 22:13:51 3: DbRep Ruecklauftemperatur - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 22:13:53 3: DbRep Abgastemperatur - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:13:53 3: DbRep Solar_WW - Connectiontest to database SQLite:dbname=/opt/fhem/fhem.db with user
2020.10.29 22:13:57 3: DbRep Abgastemperatur - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Abgastemperatur index recreate_Report_Idx" command !
2020.10.29 22:13:57 3: DbRep Abgastemperatur - Initial data information retrieved successfully - total time used: 3.3834 seconds
2020.10.29 22:13:57 3: DbRep Abgastemperatur - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful
2020.10.29 22:13:57 3: DbRep Solar_WW - WARNING - Index Report_Idx doesn't exist. Please create the index by "set Solar_WW index recreate_Report_Idx" command !
2020.10.29 22:13:57 3: DbRep Solar_WW - Initial data information retrieved successfully - total time used: 3.4321 seconds
2020.10.29 22:13:57 3: DbRep Solar_WW - Connectiontest to db SQLite:dbname=/opt/fhem/fhem.db successful


Der iniString (Zr Za000000 Zw111111) wird erst nach dem letzen neu Start von FHEM angelegt.
Titel: Antw:MAX Fensterkontakt anlernen, CUL defekt?
Beitrag von: Wzut am 30 Oktober 2020, 07:30:14
Zitat von: AndyM am 29 Oktober 2020, 23:19:42
cm neu angelegt
ja aber wie ?
Bestimmt nicht mit define cm CUL_MAX 142556
000000 is keine gültige MAXID, die Version des 14_CUL_MAX Moduls die du z.Z. benutzt lässt das noch durchgehen da es eine sechsstellige HEX Zahl ist.
In der nächsten Version wird dies nicht mehr möglich sein.
000000 ist eine reservierte Adresse für Broadcast Nachrichten !   
Titel: Antw:MAX Fensterkontakt anlernen, CUL defekt?
Beitrag von: AndyM am 02 November 2020, 09:54:53
Ich konnte es nachstelle.
Mein cm habe ich mit define cm CUL_MAX 000000 angelegt. Wenn ich jetzt bei MyCUL2 maxid auf 142556 setze und reboote, wird bei cm addr von 000000 auf 142556 geändert.
MyCUL2 hat im DEF /dev/serial/by-path/platform-3f980000.usb-usb-0:1.4:1.0-port0@38400 0000
Titel: Antw:MAX Fensterkontakt anlernen, CUL defekt?
Beitrag von: Wzut am 02 November 2020, 18:53:47
ja zum Glück versucht das Modul das durch die gültige maxid am CUL wieder gerade zu ziehen, richtiger wird es darum trotzdem nicht. (siehe mein vorheriges Posting)
viel spannender ist aber die Frage ob der CUL nun die FKs empfängt und an cm weitegibt damit 10_MAX sie verwalten kann ?
Titel: Antw:MAX Fensterkontakt anlernen, CUL defekt?
Beitrag von: AndyM am 02 November 2020, 22:14:54
Nein, es wurde nichts empfangen. Im Log ist nichts was auf den MyCUL2 hinweist.

Zwischendurch sind im Log Einträge für den den anderen CUL.
MyCUL1: Unknown code EFFFFFFFFFFFFFFFFFF, help me!
Solche Einträge gibt es für den 686er nicht. Auch nicht, wenn er wie der 433er auf SlowRF steht.

Wie müssten denn die FHTID (MyCUL2) und DEF / addr (cm) sein, wenn alles richtig ist?
Titel: Antw:MAX Fensterkontakt anlernen, CUL defekt?
Beitrag von: Wzut am 03 November 2020, 17:20:11
Tipp :
a. commandref lesen
b. meine Antworten lesen

zu a
ZitatDie FHTID ist eine 4-stellige hexadezimale Zahl und wird verwendet, wenn der CUL FHT Telegramme sendet bzw. Daten anfragt. Diese sollte als 0000 gewählt werden, wenn man FHT80b Anfragen durch den CUL vermeiden will.

zu b
Zitatdefine cm CUL_MAX 142556

aber dein Problem liegt bei deinem CUL, ich würde ja mal den 433er abziehen und aus der config werfen und mich um den 868er ganz alleine kümmern.
Entweder ist er NOK/defekt  (ich schrieb bereits das ich kein Hardware Guru bin)  oder du kommst dir mit deinen zwei selbst in Gehege
Titel: Antw:MAX Fensterkontakt anlernen, CUL defekt?
Beitrag von: AndyM am 06 November 2020, 16:41:26
Lag wohl doch an meinem selbstgebauten CUL.
Habe mir einen fertigen Selbstbaute-CUL gekauft und es hat auf Anhieb funktioniert.

Trotzdem vielendank für die Hilfe