ioBroker / ioBroker.maxcul

Control max! devices over CUL stick
Other
4 stars 8 forks source link

unhandled promise rejection: Cannot read property 'getRawPacket' of null #48

Closed D3ltorohd closed 4 years ago

D3ltorohd commented 4 years ago

Hm nach Update von node und dem Controller, hatte ich Probleme den Adapter zu starten, hab dann ja @serialport gelöscht und über git neu installiert.

Danach startete der Adapter und es kam auch kein Fehler in der Log, hatte auch Testhalber mal Temps an einen HT gesendet, der hat direkt reagiert. Jetzt schau ich in der Log, etwas später nun steht folgendes drin..

`

maxcul.0 2020-05-19 19:19:18.380 info (18098) terminating
maxcul.0 2020-05-19 19:19:18.336 info (18098) Terminated (NO_ERROR): Without reason
maxcul.0 2020-05-19 19:19:18.335 info (18098) terminating
maxcul.0 2020-05-19 19:19:17.529 error at processImmediate (internal/timers.js:456:21)
maxcul.0 2020-05-19 19:19:17.529 error at Immediate.Async.drainQueues [as _onImmediate] (/opt/iobroker/node_modules/bluebird/js/release/async.js:15:14)
maxcul.0 2020-05-19 19:19:17.529 error at Async._drainQueues (/opt/iobroker/node_modules/bluebird/js/release/async.js:102:5)
maxcul.0 2020-05-19 19:19:17.529 error at _drainQueue (/opt/iobroker/node_modules/bluebird/js/release/async.js:86:9)
maxcul.0 2020-05-19 19:19:17.529 error at _drainQueueStep (/opt/iobroker/node_modules/bluebird/js/release/async.js:93:12)
maxcul.0 2020-05-19 19:19:17.529 error at Promise._settlePromises (/opt/iobroker/node_modules/bluebird/js/release/promise.js:725:18)
maxcul.0 2020-05-19 19:19:17.529 error at Promise._settlePromise0 (/opt/iobroker/node_modules/bluebird/js/release/promise.js:649:10)
maxcul.0 2020-05-19 19:19:17.529 error at Promise._settlePromise (/opt/iobroker/node_modules/bluebird/js/release/promise.js:604:18)
maxcul.0 2020-05-19 19:19:17.529 error at Promise._settlePromiseFromHandler (/opt/iobroker/node_modules/bluebird/js/release/promise.js:547:31)
maxcul.0 2020-05-19 19:19:17.529 error at tryCatcher (/opt/iobroker/node_modules/bluebird/js/release/util.js:16:23)
maxcul.0 2020-05-19 19:19:17.529 error at /opt/iobroker/node_modules/iobroker.maxcul/lib/communication-layer.js:331:61
maxcul.0 2020-05-19 19:19:17.529 error (18098) TypeError: Cannot read property 'getRawPacket' of null
maxcul.0 2020-05-19 19:19:17.528 error (18098) unhandled promise rejection: Cannot read property 'getRawPacket' of null
Unhandled 2020-05-19 19:19:17.514 error promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().

`

Grüße,

guergen1 commented 4 years ago

Das Selbe hier... js-controller 3.1.4 node.js 12.16.3 npm 6.14.4 Danach ist der Port weg und ich muss die Instanz anhalten, den Port wieder eintragen und starten; dann läuft es wieder für ein paar Stunden

Bluemoon1978 commented 4 years ago

Hallo Habe das selbe Problem.

maxcul.0 2020-05-21 11:02:14.295 error (26662) unhandled promise rejection: undefined
Unhandled 2020-05-21 11:02:14.294 error promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().

js-controller 3.1.4 node.js 12.16.3 npm 6.14.4

Das mit dem "verschwunden" Port, bzw nur im deaktiviertem zustand editierbaren Port Eintrag ist schon seit mehr als einem Jahr.

Wünsche allen eine schönen Vater/Männertag.

D3ltorohd commented 4 years ago

So hab das ganze noch mal zurück gesetzt und die Updates durchlaufen. Danach dann ein iobroker rebuild maxcul --install

Erst sah es so aus, als wäre der Fehler damit behoben gewesen, vorher mal in die Log geschaut. Leider taucht er dort wieder auf. Der Adapter resettet sich und läuft danach normal weiter.

D3ltorohd commented 4 years ago

@Bluemoon1978 @guergen1 probiert mal das hier ::

in opt/iobroker/node_modules/@serialport$

npm rebuild

Seither scheint es keine Log Fehler mehr zu geben.

Bluemoon1978 commented 4 years ago

Leider keine änderung @D3ltorohd Die Meldung kommt jede Stunde, zZ ist nur ein Thermostat angelernt.

maxcul.0 2020-05-28 14:16:31.050 info (9222) Poll device maxcul.0.LKF0020235 : 1, 17
maxcul.0 2020-05-28 14:15:33.057 info (9222) CUL FW Version: V 1.67 CUL868
maxcul.0 2020-05-28 14:15:31.050 info (9222) serialPort /dev/serial/by-id/usb-busware.de_CUL868-if00 is open!
maxcul.0 2020-05-28 14:15:31.045 info (9222) using serial device /dev/serial/by-id/usb-busware.de_CUL868-if00@38400
maxcul.0 2020-05-28 14:15:30.974 info (9222) starting. Version 1.3.0 in /opt/iobroker/node_modules/iobroker.maxcul, node: v12.16.3, js-controller: 3.1.4
host.HH-SRV.fritz.box 2020-05-28 14:15:30.494 info instance system.adapter.maxcul.0 started with pid 9222
host.HH-SRV.fritz.box 2020-05-28 14:15:00.478 info Restart adapter system.adapter.maxcul.0 because enabled
host.HH-SRV.fritz.box 2020-05-28 14:15:00.477 info instance system.adapter.maxcul.0 terminated with code 0 (NO_ERROR)
maxcul.0 2020-05-28 14:14:59.959 info (4818) Terminated (NO_ERROR): Without reason
maxcul.0 2020-05-28 14:14:59.958 info (4818) terminating
maxcul.0 2020-05-28 14:14:59.952 error (4818) unhandled promise rejection: undefined
maxcul.0 2020-05-28 14:14:59.951 error Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
maxcul.0 2020-05-28 14:14:47.934 info (4818) checkTimeIntervalFired
maxcul.0 2020-05-28 14:07:47.961 info (4818) Poll-Timeout: Reset Polling for device maxcul.0.LKF0020235 : 1, 16.5
maxcul.0 2020-05-28 14:01:47.951 info (4818) Poll device maxcul.0.LKF0020235 : 1, 17
maxcul.0 2020-05-28 13:15:47.939 info (4818) Poll device maxcul.0.LKF0020235 : 1, 17
maxcul.0 2020-05-28 13:14:49.945 info (4818) CUL FW Version: V 1.67 CUL868
maxcul.0 2020-05-28 13:14:47.937 info (4818) serialPort /dev/serial/by-id/usb-busware.de_CUL868-if00 is open!
maxcul.0 2020-05-28 13:14:47.931 info (4818) using serial device /dev/serial/by-id/usb-busware.de_CUL868-if00@38400
maxcul.0 2020-05-28 13:14:47.858 info (4818) starting. Version 1.3.0 in /opt/iobroker/node_modules/iobroker.maxcul, node: v12.16.3, js-controller: 3.1.4
host.HH-SRV.fritz.box 2020-05-28 13:14:47.397 info instance system.adapter.maxcul.0 started with pid 4818
host.HH-SRV.fritz.box 2020-05-28 13:14:17.379 info Restart adapter system.adapter.maxcul.0 because enabled
host.HH-SRV.fritz.box 2020-05-28 13:14:17.377 info instance system.adapter.maxcul.0 terminated with code 0 (NO_ERROR)
maxcul.0 2020-05-28 13:14:16.860 info (32607) Terminated (NO_ERROR): Without reason
maxcul.0 2020-05-28 13:14:16.859 info (32607) terminating
maxcul.0 2020-05-28 13:14:16.851 error (32607) unhandled promise rejection: undefined
maxcul.0 2020-05-28 13:14:16.850 error Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
maxcul.0 2020-05-28 13:14:04.830 info (32607) checkTimeIntervalFired
maxcul.0 2020-05-28 13:07:04.889 info (32607) Poll-Timeout: Reset Polling for device maxcul.0.LKF0020235 : 1, 16.5
maxcul.0 2020-05-28 13:01:04.845 info (32607) Poll device maxcul.0.LKF0020235 : 1, 17
maxcul.0 2020-05-28 12:15:04.836 info (32607) Poll device maxcul.0.LKF0020235 : 1, 17
maxcul.0 2020-05-28 12:14:06.843 info (32607) CUL FW Version: V 1.67 CUL868
maxcul.0 2020-05-28 12:14:04.834 info (32607) serialPort /dev/serial/by-id/usb-busware.de_CUL868-if00 is open!
maxcul.0 2020-05-28 12:14:04.828 info (32607) using serial device /dev/serial/by-id/usb-busware.de_CUL868-if00@38400
maxcul.0 2020-05-28 12:14:04.717 info (32607) starting. Version 1.3.0 in /opt/iobroker/node_modules/iobroker.maxcul, node: v12.16.3, js-controller: 3.1.4
host.HH-SRV.fritz.box 2020-05-28 12:14:04.099 info instance system.adapter.maxcul.0 started with pid 32607
host.HH-SRV.fritz.box 2020-05-28 12:13:34.080 info Restart adapter system.adapter.maxcul.0 because enabled
host.HH-SRV.fritz.box 2020-05-28 12:13:34.078 info instance system.adapter.maxcul.0 terminated with code 0 (NO_ERROR)
maxcul.0 2020-05-28 12:13:33.598 info (28261) Packet X could not be sent! Error: serial port is not open
maxcul.0 2020-05-28 12:13:33.559 info (28261) Terminated (NO_ERROR): Without reason
maxcul.0 2020-05-28 12:13:33.557 info (28261) terminating
maxcul.0 2020-05-28 12:13:33.548 error (28261) unhandled promise rejection: undefined
maxcul.0 2020-05-28 12:13:33.547 error Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
maxcul.0 2020-05-28 12:13:21.532 info (28261) checkTimeIntervalFired
maxcul.0 2020-05-28 12:06:21.592 info (28261) Poll-Timeout: Reset Polling for device maxcul.0.LKF0020235 : 1, 16.5
maxcul.0 2020-05-28 12:00:21.592 info (28261) Poll device maxcul.0.LKF0020235 : 1, 17
maxcul.0 2020-05-28 11:14:21.539 info (28261) Poll device maxcul.0.LKF0020235 : 1, 17
maxcul.0 2020-05-28 11:13:23.544 info (28261) CUL FW Version: V 1.67 CUL868
maxcul.0 2020-05-28 11:13:21.536 info (28261) serialPort /dev/serial/by-id/usb-busware.de_CUL868-if00 is open!
maxcul.0 2020-05-28 11:13:21.531 info (28261) using serial device /dev/serial/by-id/usb-busware.de_CUL868-if00@38400
maxcul.0 2020-05-28 11:13:21.458 info (28261) starting. Version 1.3.0 in /opt/iobroker/node_modules/iobroker.maxcul, node: v12.16.3, js-controller: 3.1.4
host.HH-SRV.fritz.box 2020-05-28 11:13:21.035 info instance system.adapter.maxcul.0 started with pid 28261
host.HH-SRV.fritz.box 2020-05-28 11:12:51.020 info Restart adapter system.adapter.maxcul.0 because enabled
host.HH-SRV.fritz.box 2020-05-28 11:12:51.018 info instance system.adapter.maxcul.0 terminated with code 0 (NO_ERROR)
maxcul.0 2020-05-28 11:12:50.547 info (23875) Packet X could not be sent! Error: serial port is not open
maxcul.0 2020-05-28 11:12:50.504 info (23875) Terminated (NO_ERROR): Without reason
maxcul.0 2020-05-28 11:12:50.504 info (23875) terminating
maxcul.0 2020-05-28 11:12:50.497 error (23875) unhandled promise rejection: undefined
maxcul.0 2020-05-28 11:12:50.496 error Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
maxcul.0 2020-05-28 11:12:38.477 info (23875) checkTimeIntervalFired
web.0 2020-05-28 11:11:06.415 info (1506) <==Disconnect system.user.admin from ::ffff:192.168.20.46 habpanel.0
web.0 2020-05-28 11:09:21.421 info (1506) ==>Connected system.user.admin from ::ffff:192.168.20.46
maxcul.0 2020-05-28 11:05:38.537 info (23875) Poll-Timeout: Reset Polling for device maxcul.0.LKF0020235 : 1, 16.5
hoepps2802 commented 4 years ago

same with node.js v10.20.1 js controller 3.1.4

befor js controller 2.2.9

Apollon77 commented 4 years ago

Feels like we mix different issues here!

I please need a more complete log for the "getRawPacket of null" problem, so not only the error, but also some line before this to see what happened before to be able to see reasons.

For the "request undefined" after a "drain" in the log see #45

D3ltorohd commented 4 years ago

Feels like we mix different issues here!

I please need a more complete log for the "getRawPacket of null" problem, so not only the error, but also some line before this to see what happened before to be able to see reasons.

For the "request undefined" after a "drain" in the log see #45

So maybe here something to help...

` host.iobroker | 2020-06-15 17:43:32.755 | info | Restart adapter system.adapter.maxcul.0 because enabled

host.iobroker | 2020-06-15 17:43:32.750 | info | instance system.adapter.maxcul.0 terminated with code 0 (NO_ERROR)

maxcul.0 | 2020-06-15 17:43:32.203 | info | (17109) Terminated (NO_ERROR): Without reason

maxcul.0 | 2020-06-15 17:43:32.201 | info | (17109) terminating

maxcul.0 | 2020-06-15 17:43:32.188 | error | (17109) unhandled promise rejection: undefined

Unhandled | 2020-06-15 17:43:32.187 | error | promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().

maxcul.0 | 2020-06-15 17:43:20.159 | info | (17109) checkTimeIntervalFired `

Apollon77 commented 4 years ago

Debug log please!

hoepps2802 commented 4 years ago

Hello,

2020-06-18 04:04:20.243 - info: maxcul.0 (9010) checkTimeIntervalFired 2020-06-18 04:04:32.270 - error: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). 2020-06-18 04:04:32.271 - error: maxcul.0 (9010) unhandled promise rejection: undefined 2020-06-18 04:04:32.301 - info: maxcul.0 (9010) terminating 2020-06-18 04:04:32.307 - info: maxcul.0 (9010) Terminated (NO_ERROR): Without reason 2020-06-18 04:04:32.869 - info: host.raspberrypi instance system.adapter.maxcul.0 terminated with code 0 (NO_ERROR) 2020-06-18 04:04:32.877 - info: host.raspberrypi Restart adapter system.adapter.maxcul.0 because enabled 2020-06-18 04:04:33.921 - info: host.raspberrypi instance system.adapter.maxcul.0 started with pid 15273 2020-06-18 04:04:36.771 - info: maxcul.0 (15273) starting. Version 1.3.0 in /opt/iobroker/node_modules/iobroker.maxcul, node: v12.18.0, js-controller: 3.1.4 2020-06-18 04:04:38.102 - info: maxcul.0 (15273) using serial device /dev/ttyUSB0@38400 2020-06-18 04:04:38.149 - info: maxcul.0 (15273) serialPort /dev/ttyUSB0 is open! 2020-06-18 04:04:40.190 - info: maxcul.0 (15273) CUL FW Version: V 1.67 nanoCUL868

node.js v10.20.1 js controller 3.1.4

Apollon77 commented 4 years ago

I.only see info log entries here ... you need to go to instances - expert mode - column logstufe and set to debug für this instance

Bluemoon1978 commented 4 years ago

Hier ist das Debug Log:

https://pastebin.com/9Db37Jua um 9:53 ist der Fehler

Hoffe es kann dir Helfen

Apollon77 commented 4 years ago

I need Debug log from such a crash :-)

Bluemoon1978 commented 4 years ago

Um 9:53 ist der Chash.

Apollon77 commented 4 years ago

Ha, ich blind :-) Danke

Bluemoon1978 commented 4 years ago

Ha, ich blind :-) Danke

Sind ja auch eine Menge an Zeilen. Ich habe zu Danken, wegen deiner unermüdlichen arbeit! Danke

Apollon77 commented 4 years ago

Bitte nochmal frisch vom Github (versionsnummer ändert sich nicht) und dann nochmal ein Log (sorry) ich dachte ich hätte schon was geändert was ich aber hier im Log noch sehe ... und hab gerade nochmal logging aufgebohrt

Bluemoon1978 commented 4 years ago

Neu Deinstallieren und Installieren oder nur Updaten? Eben nur upgedatet, Log kommt mit dem ersten Fehler.

Bluemoon1978 commented 4 years ago

Sorry das es mit dem LOG etwas gedauer hat. ps bin habe heute Host noch auf 3.1.6 upgedatet

Der Fehler tritt immer zu jeder Stunde auf gestern um 53 und heute um 05 https://pastebin.com/wa5aeGKi

maxcul.0 2020-06-19 12:07:14.892 debug (16507) delayed next send by 0ms (Queue length left = 0, Current Credit = 517)
maxcul.0 2020-06-19 12:07:14.891 debug (16507) Send Packet to CUL: Wait 0 after sending X
maxcul.0 2020-06-19 12:07:14.891 debug (16507) serial port buffer have been drained (from X)
maxcul.0 2020-06-19 12:07:14.890 debug (16507) Send Packet to CUL: X, awaiting drain event
maxcul.0 2020-06-19 12:07:14.888 debug (16507) writeQueue: first entry = "X\n"
maxcul.0 2020-06-19 12:07:09.893 debug (16507) delayed next send by 0ms (Queue length left = 0, Current Credit = 517)
maxcul.0 2020-06-19 12:07:09.891 debug (16507) Send Packet to CUL: Wait 0 after sending X
maxcul.0 2020-06-19 12:07:09.891 debug (16507) serial port buffer have been drained (from X)
maxcul.0 2020-06-19 12:07:09.890 debug (16507) Send Packet to CUL: X, awaiting drain event
maxcul.0 2020-06-19 12:07:09.889 debug (16507) writeQueue: first entry = "X\n"
maxcul.0 2020-06-19 12:07:04.892 debug (16507) delayed next send by 0ms (Queue length left = 0, Current Credit = 507)
maxcul.0 2020-06-19 12:07:04.891 debug (16507) Send Packet to CUL: Wait 0 after sending X
maxcul.0 2020-06-19 12:07:04.891 debug (16507) serial port buffer have been drained (from X)
maxcul.0 2020-06-19 12:07:04.890 debug (16507) Send Packet to CUL: X, awaiting drain event
maxcul.0 2020-06-19 12:07:04.889 debug (16507) writeQueue: first entry = "X\n"
maxcul.0 2020-06-19 12:06:59.891 debug (16507) delayed next send by 0ms (Queue length left = 0, Current Credit = 502)
maxcul.0 2020-06-19 12:06:59.890 debug (16507) Send Packet to CUL: Wait 0 after sending X
maxcul.0 2020-06-19 12:06:59.890 debug (16507) serial port buffer have been drained (from X)
maxcul.0 2020-06-19 12:06:59.889 debug (16507) Send Packet to CUL: X, awaiting drain event
maxcul.0 2020-06-19 12:06:59.888 debug (16507) writeQueue: first entry = "X\n"
maxcul.0 2020-06-19 12:06:54.893 debug (16507) delayed next send by 0ms (Queue length left = 0, Current Credit = 502)
maxcul.0 2020-06-19 12:06:54.891 debug (16507) Send Packet to CUL: Wait 0 after sending X
maxcul.0 2020-06-19 12:06:54.891 debug (16507) serial port buffer have been drained (from X)
maxcul.0 2020-06-19 12:06:54.890 debug (16507) Send Packet to CUL: X, awaiting drain event
maxcul.0 2020-06-19 12:06:54.887 debug (16507) writeQueue: first entry = "X\n"
maxcul.0 2020-06-19 12:06:50.904 debug (16507) Za drained
maxcul.0 2020-06-19 12:06:50.902 debug (16507) Za written
maxcul.0 2020-06-19 12:06:50.901 debug (16507) Zr drained
maxcul.0 2020-06-19 12:06:50.900 debug (16507) Zr written
maxcul.0 2020-06-19 12:06:50.899 debug (16507) X20 drained
maxcul.0 2020-06-19 12:06:50.898 debug (16507) X20 written
maxcul.0 2020-06-19 12:06:50.897 debug (16507) enable MAX! Mode of the CUL868
maxcul.0 2020-06-19 12:06:49.896 debug (16507) delayed next send by 0ms (Queue length left = 0, Current Credit = 497)
maxcul.0 2020-06-19 12:06:49.893 debug (16507) Send Packet to CUL: Wait 0 after sending X
maxcul.0 2020-06-19 12:06:49.891 debug (16507) serial port buffer have been drained (from X)
maxcul.0 2020-06-19 12:06:49.890 debug (16507) Send Packet to CUL: X, awaiting drain event
maxcul.0 2020-06-19 12:06:49.888 debug (16507) writeQueue: first entry = "X\n"
maxcul.0 2020-06-19 12:06:46.899 info (16507) CUL FW Version: V 1.67 CUL868
maxcul.0 2020-06-19 12:06:46.898 debug (16507) incoming raw data from CUL: V 1.67 CUL868
maxcul.0 2020-06-19 12:06:46.895 debug (16507) Requested CUL Version...
maxcul.0 2020-06-19 12:06:46.893 debug (16507) check CUL Firmware version
maxcul.0 2020-06-19 12:06:44.893 info (16507) serialPort /dev/serial/by-id/usb-busware.de_CUL868-if00 is open!
maxcul.0 2020-06-19 12:06:44.886 info (16507) using serial device /dev/serial/by-id/usb-busware.de_CUL868-if00@38400
maxcul.0 2020-06-19 12:06:44.782 info (16507) starting. Version 1.3.0 in /opt/iobroker/node_modules/iobroker.maxcul, node: v12.18.0, js-controller: 3.1.6
host.HH-SRV.fritz.box 2020-06-19 12:06:44.011 info instance system.adapter.maxcul.0 started with pid 16507
host.HH-SRV.fritz.box 2020-06-19 12:06:13.992 info Restart adapter system.adapter.maxcul.0 because enabled
host.HH-SRV.fritz.box 2020-06-19 12:06:13.989 info instance system.adapter.maxcul.0 terminated with code 0 (NO_ERROR)
maxcul.0 2020-06-19 12:06:13.470 info (24844) Terminated (NO_ERROR): Without reason
maxcul.0 2020-06-19 12:06:13.469 info (24844) terminating
maxcul.0 2020-06-19 12:06:13.465 debug (24844) delayed next send by 0ms (Queue length left = 0, Current Credit = 459)
maxcul.0 2020-06-19 12:06:13.464 debug (24844) Send Packet to CUL: Wait 0 after sending X
maxcul.0 2020-06-19 12:06:13.464 debug (24844) serial port buffer have been drained (from X)
maxcul.0 2020-06-19 12:06:13.461 error (24844) unhandled promise rejection: undefined
maxcul.0 2020-06-19 12:06:13.461 error Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
maxcul.0 2020-06-19 12:06:13.459 debug (24844) Send Packet to CUL: X, awaiting drain event
maxcul.0 2020-06-19 12:06:13.459 debug (24844) writeQueue: first entry = "X\n"
maxcul.0 2020-06-19 12:06:12.463 debug (24844) delayed next send by 0ms (Queue length left = 0, Current Credit = 459)
maxcul.0 2020-06-19 12:06:12.462 debug (24844) Send Packet to CUL: Wait 0 after sending X
maxcul.0 2020-06-19 12:06:12.461 debug (24844) serial port buffer have been drained (from X)
maxcul.0 2020-06-19 12:06:12.461 debug (24844) Send Packet to CUL: X, awaiting drain event
maxcul.0 2020-06-19 12:06:12.460 debug (24844) writeQueue: first entry = "X\n"
maxcul.0 2020-06-19 12:06:12.460 debug (24844) delayed next send by 2000ms (Queue length left = 1, Current Credit = 569)
maxcul.0 2020-06-19 12:06:10.459 debug (24844) Send Packet to CUL: Wait 2000 after sending Zs0f0104031234561234560014130c4681
maxcul.0 2020-06-19 12:06:10.459 debug (24844) serial port buffer have been drained (from Zs0f0104031234561234560014130c4681)
maxcul.0 2020-06-19 12:06:10.458 debug (24844) Send Packet to CUL: Zs0f0104031234561234560014130c4681, awaiting drain event
maxcul.0 2020-06-19 12:06:10.458 debug (24844) Retransmit packet 0f0104031234561234560014130c4681, try 3 of 3
maxcul.0 2020-06-19 12:06:10.457 debug (24844) writeQueue: first entry = "Zs0f0104031234561234560014130c4681\n"
maxcul.0 2020-06-19 12:06:09.463 debug (24844) delayed next send by 0ms (Queue length left = 0, Current Credit = 569)
maxcul.0 2020-06-19 12:06:09.461 debug (24844) Send Packet to CUL: Wait 0 after sending X
maxcul.0 2020-06-19 12:06:09.460 debug (24844) serial port buffer have been drained (from X)
maxcul.0 2020-06-19 12:06:09.460 debug (24844) Send Packet to CUL: X, awaiting drain event
maxcul.0 2020-06-19 12:06:09.459 debug (24844) writeQueue: first entry = "X\n"
maxcul.0 2020-06-19 12:06:09.459 debug (24844) delayed next send by 2000ms (Queue length left = 1, Current Credit = 679)
maxcul.0 2020-06-19 12:06:07.458 debug (24844) Send Packet to CUL: Wait 2000 after sending Zs0f0104031234561234560014130c4681
maxcul.0 2020-06-19 12:06:07.458 debug (24844) serial port buffer have been drained (from Zs0f0104031234561234560014130c4681)
maxcul.0 2020-06-19 12:06:07.457 debug (24844) Send Packet to CUL: Zs0f0104031234561234560014130c4681, awaiting drain event
maxcul.0 2020-06-19 12:06:07.457 debug (24844) Retransmit packet 0f0104031234561234560014130c4681, try 2 of 3
maxcul.0 2020-06-19 12:06:07.456 debug (24844) writeQueue: first entry = "Zs0f0104031234561234560014130c4681\n"
maxcul.0 2020-06-19 12:06:06.459 debug (24844) delayed next send by 0ms (Queue length left = 0, Current Credit = 789)
maxcul.0 2020-06-19 12:06:06.458 debug (24844) Send Packet to CUL: Wait 0 after sending X
maxcul.0 2020-06-19 12:06:06.458 debug (24844) serial port buffer have been drained (from X)
maxcul.0 2020-06-19 12:06:06.458 debug (24844) Send Packet to CUL: X, awaiting drain event
maxcul.0 2020-06-19 12:06:06.457 debug (24844) writeQueue: first entry = "X\n"
maxcul.0 2020-06-19 12:06:06.457 debug (24844) delayed next send by 2000ms (Queue length left = 1, Current Credit = 789)
maxcul.0 2020-06-19 12:06:04.456 debug (24844) Send Packet to CUL: Wait 2000 after sending Zs0f0104031234561234560014130c4681
maxcul.0 2020-06-19 12:06:04.456 debug (24844) serial port buffer have been drained (from Zs0f0104031234561234560014130c4681)
maxcul.0 2020-06-19 12:06:04.455 debug (24844) Send Packet to CUL: Zs0f0104031234561234560014130c4681, awaiting drain event
maxcul.0 2020-06-19 12:06:04.455 debug (24844) Retransmit packet 0f0104031234561234560014130c4681, try 1 of 3
maxcul.0 2020-06-19 12:06:04.455 debug (24844) writeQueue: first entry = "Zs0f0104031234561234560014130c4681\n"
maxcul.0 2020-06-19 12:06:03.458 debug (24844) delayed next send by 0ms (Queue length left = 0, Current Credit = 789)
maxcul.0 2020-06-19 12:06:03.457 debug (24844) Send Packet to CUL: Wait 0 after sending X
maxcul.0 2020-06-19 12:06:03.457 debug (24844) serial port buffer have been drained (from X)
maxcul.0 2020-06-19 12:06:03.457 debug (24844) Send Packet to CUL: X, awaiting drain event
maxcul.0 2020-06-19 12:06:03.456 debug (24844) writeQueue: first entry = "X\n"
maxcul.0 2020-06-19 12:06:03.456 debug (24844) delayed next send by 2000ms (Queue length left = 1, Current Credit = 900)
maxcul.0 2020-06-19 12:06:01.455 debug (24844) Send Packet to CUL: Wait 2000 after sending Zs0f0104031234561234560014130c4681
maxcul.0 2020-06-19 12:06:01.455 debug (24844) serial port buffer have been drained (from Zs0f0104031234561234560014130c4681)
maxcul.0 2020-06-19 12:06:01.454 debug (24844) maxcul.0.LKF0020235 Request: false,false Last-Received: 316983
maxcul.0 2020-06-19 12:06:01.453 debug (24844) Send Packet to CUL: Zs0f0104031234561234560014130c4681, awaiting drain event
maxcul.0 2020-06-19 12:06:01.453 debug (24844) writeQueue: first entry = "Zs0f0104031234561234560014130c4681\n"
maxcul.0 2020-06-19 12:06:01.446 debug (24844) Updating time information for deviceId
maxcul.0 2020-06-19 12:06:01.446 info (24844) checkTimeIntervalFired
maxcul.0 2020-06-19 12:05:56.761 debug (24844) delayed next send by 0ms (Queue length left = 0, Current Credit = 900)
maxcul.0 2020-06-19 12:05:56.760 debug (24844) Send Packet to CUL: Wait 0 after sending X
maxcul.0 2020-06-19 12:05:56.760 debug (24844) serial port buffer have been drained (from X)
maxcul.0 2020-06-19 12:05:56.760 debug (24844) Send Packet to CUL: X, awaiting drain event
maxcul.0 2020-06-19 12:05:56.759 debug (24844) writeQueue: first entry = "X\n"
Apollon77 commented 4 years ago

Please test again GitHub version

D3ltorohd commented 4 years ago

Über latest bekomme ich die neuste Version nicht ? Das muss ich von Hand über Github installieren ?

bowao commented 4 years ago

Versuchs mal mit 'Adapterinformationen aktualisieren'. Bei mir erschien die Version 1.3.1 auch erst danach.

Apollon77 commented 4 years ago

Das Repo wird an sich einmal am Tag aktualisiert ... ausser du machst das manuell über den Button unter "adapter "im Admin

D3ltorohd commented 4 years ago

Habs, Danke. Werde die Log beobachten und melde mich.