ioBroker / ioBroker.maxcul

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

Maxcul Version 1.0.0 – Verzögerung beim Schalten mit Wandthermostat #16

Closed Kuhtreiber closed 3 years ago

Kuhtreiber commented 5 years ago

Hallo,

seit der Version 1.0.0 des maxcul Adapters ist das Wandthermostat integriert.

Mir ist aufgefallen, dass das Schalten am Wandthermostat erst verzögert im Wert maxcul.0.JEQ0604903.desiredTemperature dargestellt wird.

Bei Tests mit der Stoppuhr kam ich auf Verzögerungen zwischen 13 Sekunden und 2 Minute 40 Sekunden.

Logfile im Debug-Mode siehe unten. Hier wurde der Wert desired temp auf 19.5 geändert und nach ca. 52 Sekunden angezeigt.

2018-10-30 17:45:32.201 - info: host.Elzershark instance system.adapter.maxcul.0 started with pid 4862
2018-10-30 17:45:33.817 - info: maxcul.0 States connected to redis: 127.0.0.1:6379
2018-10-30 17:45:34.024 - info: maxcul.0 starting. Version 1.0.0 in /opt/iobroker/node_modules/iobroker.maxcul, node: v6.13.1
2018-10-30 17:45:34.516 - info: maxcul.0 using serial device /dev/ttyUSB1@38400
2018-10-30 17:45:34.544 - info: maxcul.0 serialPort /dev/ttyUSB1 is open!
2018-10-30 17:45:36.574 - info: maxcul.0 CUL FW Version: V 1.67 nanoCUL868
2018-10-30 17:56:27.133 - info: host.Elzershark object change system.adapter.maxcul.0
2018-10-30 17:56:27.144 - info: host.Elzershark stopInstance system.adapter.maxcul.0
2018-10-30 17:56:27.145 - info: host.Elzershark stopInstance system.adapter.maxcul.0 killing pid 4862
2018-10-30 17:56:27.170 - info: maxcul.0 terminating
2018-10-30 17:56:27.211 - info: host.Elzershark instance system.adapter.maxcul.0 terminated with code 0 (OK)
2018-10-30 17:56:29.731 - info: host.Elzershark instance system.adapter.maxcul.0 started with pid 5482
2018-10-30 17:56:31.393 - debug: maxcul.0 objectDB connected
2018-10-30 17:56:31.466 - debug: maxcul.0 statesDB connected
2018-10-30 17:56:31.478 - info: maxcul.0 States connected to redis: 127.0.0.1:6379
2018-10-30 17:56:31.688 - info: maxcul.0 starting. Version 1.0.0 in /opt/iobroker/node_modules/iobroker.maxcul, node: v6.13.1
2018-10-30 17:56:32.220 - info: maxcul.0 using serial device /dev/ttyUSB1@38400
2018-10-30 17:56:32.242 - debug: maxcul.0 redis pmessage io.maxcul.0.* io.maxcul.0.info.connection {"val":false,"ack":true,"ts":1540918592238,"q":0,"from":"system.adapter.maxcul.0","lc":1540918587153}
2018-10-30 17:56:32.258 - info: maxcul.0 serialPort /dev/ttyUSB1 is open!
2018-10-30 17:56:34.264 - debug: maxcul.0 check CUL Firmware version
2018-10-30 17:56:34.271 - debug: maxcul.0 Requested CUL Version...
2018-10-30 17:56:34.292 - debug: maxcul.0 incoming raw data from CUL: V 1.67 nanoCUL868
2018-10-30 17:56:34.297 - info: maxcul.0 CUL FW Version: V 1.67 nanoCUL868
2018-10-30 17:56:34.309 - debug: maxcul.0 redis pmessage io.maxcul.0.* io.maxcul.0.info.version {"val":"V 1.67 nanoCUL868","ack":true,"ts":1540918594304,"q":0,"from":"system.adapter.maxcul.0","lc":1540647851277}
2018-10-30 17:56:34.311 - debug: maxcul.0 redis pmessage io.maxcul.0.* io.maxcul.0.info.connection {"val":true,"ack":true,"ts":1540918594306,"q":0,"from":"system.adapter.maxcul.0","lc":1540918594306}
2018-10-30 17:56:37.244 - debug: maxcul.0 Send Packet to CUL: X, awaiting drain event
2018-10-30 17:56:37.251 - debug: maxcul.0 serial port buffer have been drained
2018-10-30 17:56:37.258 - debug: maxcul.0 delayed next send by 0ms (Queue length left = 0, Current Credit = 453)
2018-10-30 17:56:37.269 - debug: maxcul.0 redis pmessage io.maxcul.0.* io.maxcul.0.info.limitOverflow {"val":false,"ack":true,"ts":1540918597263,"q":0,"from":"system.adapter.maxcul.0","lc":1540774683352}
2018-10-30 17:56:37.271 - debug: maxcul.0 redis pmessage io.maxcul.0.* io.maxcul.0.info.quota {"val":453,"ack":true,"ts":1540918597264,"q":0,"from":"system.adapter.maxcul.0","lc":1540918597264}
2018-10-30 17:56:38.276 - debug: maxcul.0 enable MAX! Mode of the CUL868
2018-10-30 17:56:38.278 - debug: maxcul.0 X20 written
2018-10-30 17:56:38.283 - debug: maxcul.0 X20 drained
2018-10-30 17:56:38.285 - debug: maxcul.0 Zr written
2018-10-30 17:56:38.289 - debug: maxcul.0 Zr drained
2018-10-30 17:56:38.292 - debug: maxcul.0 Za written
2018-10-30 17:56:38.295 - debug: maxcul.0 Za drained
2018-10-30 17:56:42.251 - debug: maxcul.0 Send Packet to CUL: X, awaiting drain event
2018-10-30 17:56:42.255 - debug: maxcul.0 serial port buffer have been drained
2018-10-30 17:56:42.256 - debug: maxcul.0 delayed next send by 0ms (Queue length left = 0, Current Credit = 453)
2018-10-30 17:56:42.264 - debug: maxcul.0 redis pmessage io.maxcul.0.* io.maxcul.0.info.quota {"val":458,"ack":true,"ts":1540918602261,"q":0,"from":"system.adapter.maxcul.0","lc":1540918602261}
2018-10-30 17:56:47.258 - debug: maxcul.0 Send Packet to CUL: X, awaiting drain event
2018-10-30 17:56:47.262 - debug: maxcul.0 serial port buffer have been drained
2018-10-30 17:56:47.264 - debug: maxcul.0 delayed next send by 0ms (Queue length left = 0, Current Credit = 458)
2018-10-30 17:56:47.287 - debug: maxcul.0 redis pmessage io.maxcul.0.* io.maxcul.0.info.quota {"val":463,"ack":true,"ts":1540918607276,"q":0,"from":"system.adapter.maxcul.0","lc":1540918607276}
2018-10-30 17:56:52.264 - debug: maxcul.0 Send Packet to CUL: X, awaiting drain event
2018-10-30 17:56:52.268 - debug: maxcul.0 serial port buffer have been drained
2018-10-30 17:56:52.272 - debug: maxcul.0 delayed next send by 0ms (Queue length left = 0, Current Credit = 463)
2018-10-30 17:56:52.286 - debug: maxcul.0 redis pmessage io.maxcul.0.* io.maxcul.0.info.quota {"val":468,"ack":true,"ts":1540918612283,"q":0,"from":"system.adapter.maxcul.0","lc":1540918612283}
2018-10-30 17:56:57.267 - debug: maxcul.0 Send Packet to CUL: X, awaiting drain event
2018-10-30 17:56:57.270 - debug: maxcul.0 serial port buffer have been drained
2018-10-30 17:56:57.272 - debug: maxcul.0 delayed next send by 0ms (Queue length left = 0, Current Credit = 468)
2018-10-30 17:56:57.302 - debug: maxcul.0 redis pmessage io.maxcul.0.* io.maxcul.0.info.quota {"val":473,"ack":true,"ts":1540918617300,"q":0,"from":"system.adapter.maxcul.0","lc":1540918617300}
2018-10-30 17:57:02.268 - debug: maxcul.0 Send Packet to CUL: X, awaiting drain event
2018-10-30 17:57:02.272 - debug: maxcul.0 serial port buffer have been drained
2018-10-30 17:57:02.276 - debug: maxcul.0 delayed next send by 0ms (Queue length left = 0, Current Credit = 473)
2018-10-30 17:57:02.293 - debug: maxcul.0 redis pmessage io.maxcul.0.* io.maxcul.0.info.quota {"val":478,"ack":true,"ts":1540918622290,"q":0,"from":"system.adapter.maxcul.0","lc":1540918622290}
2018-10-30 17:57:06.266 - debug: maxcul.0 incoming raw data from CUL: Z0B9F000212345605FE66000000
2018-10-30 17:57:06.271 - debug: maxcul.0 decoding Message Z0B9F000212345605FE66000000
2018-10-30 17:57:06.273 - debug: maxcul.0 RSSI for Message: -74
2018-10-30 17:57:06.279 - debug: maxcul.0 ignored auto-ack packet
2018-10-30 17:57:06.286 - debug: maxcul.0 incoming raw data from CUL: Z0B9F054005FE66123456006702
2018-10-30 17:57:06.287 - debug: maxcul.0 decoding Message Z0B9F054005FE66123456006702
2018-10-30 17:57:06.288 - debug: maxcul.0 RSSI for Message: -73
2018-10-30 17:57:06.290 - debug: maxcul.0 received unknown command id 40
2018-10-30 17:57:07.271 - debug: maxcul.0 Send Packet to CUL: X, awaiting drain event
2018-10-30 17:57:07.274 - debug: maxcul.0 serial port buffer have been drained
2018-10-30 17:57:07.276 - debug: maxcul.0 delayed next send by 0ms (Queue length left = 0, Current Credit = 478)
2018-10-30 17:57:07.285 - debug: maxcul.0 redis pmessage io.maxcul.0.* io.maxcul.0.info.quota {"val":474,"ack":true,"ts":1540918627282,"q":0,"from":"system.adapter.maxcul.0","lc":1540918627282}
2018-10-30 17:57:12.278 - debug: maxcul.0 Send Packet to CUL: X, awaiting drain event
2018-10-30 17:57:12.281 - debug: maxcul.0 serial port buffer have been drained
2018-10-30 17:57:12.284 - debug: maxcul.0 delayed next send by 0ms (Queue length left = 0, Current Credit = 474)
2018-10-30 17:57:12.297 - debug: maxcul.0 redis pmessage io.maxcul.0.* io.maxcul.0.info.quota {"val":479,"ack":true,"ts":1540918632293,"q":0,"from":"system.adapter.maxcul.0","lc":1540918632293}
2018-10-30 17:57:17.296 - debug: maxcul.0 Send Packet to CUL: X, awaiting drain event
2018-10-30 17:57:17.303 - debug: maxcul.0 serial port buffer have been drained
2018-10-30 17:57:17.305 - debug: maxcul.0 delayed next send by 0ms (Queue length left = 0, Current Credit = 479)
2018-10-30 17:57:17.310 - debug: maxcul.0 redis pmessage io.maxcul.0.* io.maxcul.0.info.quota {"val":484,"ack":true,"ts":1540918637308,"q":0,"from":"system.adapter.maxcul.0","lc":1540918637308}
2018-10-30 17:57:22.295 - debug: maxcul.0 Send Packet to CUL: X, awaiting drain event
2018-10-30 17:57:22.298 - debug: maxcul.0 serial port buffer have been drained
2018-10-30 17:57:22.301 - debug: maxcul.0 delayed next send by 0ms (Queue length left = 0, Current Credit = 484)
2018-10-30 17:57:22.319 - debug: maxcul.0 redis pmessage io.maxcul.0.* io.maxcul.0.info.quota {"val":489,"ack":true,"ts":1540918642316,"q":0,"from":"system.adapter.maxcul.0","lc":1540918642316}
2018-10-30 17:57:27.299 - debug: maxcul.0 Send Packet to CUL: X, awaiting drain event
2018-10-30 17:57:27.303 - debug: maxcul.0 serial port buffer have been drained
2018-10-30 17:57:27.304 - debug: maxcul.0 delayed next send by 0ms (Queue length left = 0, Current Credit = 489)
2018-10-30 17:57:27.312 - debug: maxcul.0 redis pmessage io.maxcul.0.* io.maxcul.0.info.quota {"val":494,"ack":true,"ts":1540918647309,"q":0,"from":"system.adapter.maxcul.0","lc":1540918647309}
2018-10-30 17:57:32.299 - debug: maxcul.0 Send Packet to CUL: X, awaiting drain event
2018-10-30 17:57:32.302 - debug: maxcul.0 serial port buffer have been drained
2018-10-30 17:57:32.303 - debug: maxcul.0 delayed next send by 0ms (Queue length left = 0, Current Credit = 494)
2018-10-30 17:57:32.321 - debug: maxcul.0 redis pmessage io.maxcul.0.* io.maxcul.0.info.quota {"val":499,"ack":true,"ts":1540918652319,"q":0,"from":"system.adapter.maxcul.0","lc":1540918652319}
2018-10-30 17:57:37.305 - debug: maxcul.0 Send Packet to CUL: X, awaiting drain event
2018-10-30 17:57:37.309 - debug: maxcul.0 serial port buffer have been drained
2018-10-30 17:57:37.311 - debug: maxcul.0 delayed next send by 0ms (Queue length left = 0, Current Credit = 499)
2018-10-30 17:57:37.317 - debug: maxcul.0 redis pmessage io.maxcul.0.* io.maxcul.0.info.quota {"val":504,"ack":true,"ts":1540918657315,"q":0,"from":"system.adapter.maxcul.0","lc":1540918657315}
2018-10-30 17:57:42.313 - debug: maxcul.0 Send Packet to CUL: X, awaiting drain event
2018-10-30 17:57:42.316 - debug: maxcul.0 serial port buffer have been drained
2018-10-30 17:57:42.318 - debug: maxcul.0 delayed next send by 0ms (Queue length left = 0, Current Credit = 504)
2018-10-30 17:57:42.327 - debug: maxcul.0 redis pmessage io.maxcul.0.* io.maxcul.0.info.quota {"val":509,"ack":true,"ts":1540918662324,"q":0,"from":"system.adapter.maxcul.0","lc":1540918662324}
2018-10-30 17:57:47.314 - debug: maxcul.0 Send Packet to CUL: X, awaiting drain event
2018-10-30 17:57:47.318 - debug: maxcul.0 serial port buffer have been drained
2018-10-30 17:57:47.321 - debug: maxcul.0 delayed next send by 0ms (Queue length left = 0, Current Credit = 509)
2018-10-30 17:57:47.344 - debug: maxcul.0 redis pmessage io.maxcul.0.* io.maxcul.0.info.quota {"val":514,"ack":true,"ts":1540918667340,"q":0,"from":"system.adapter.maxcul.0","lc":1540918667340}
2018-10-30 17:57:48.711 - debug: maxcul.0 incoming raw data from CUL: Z0C03044205FE660000000027D501
2018-10-30 17:57:48.712 - debug: maxcul.0 decoding Message Z0C03044205FE660000000027D501
2018-10-30 17:57:48.718 - debug: maxcul.0 RSSI for Message: -73.5
2018-10-30 17:57:48.726 - debug: maxcul.0 got data from wallthermostat 05fe66 desired temp: 19.5 - measured temp: 21.3
2018-10-30 17:57:48.733 - debug: maxcul.0 WallThermostatControlRecieved: {"src":"05fe66","desired":19.5,"measured":21.3}
2018-10-30 17:57:52.263 - debug: maxcul.0 incoming raw data from CUL: Z0FA0047005FE660000000019012700D502
2018-10-30 17:57:52.264 - debug: maxcul.0 decoding Message Z0FA0047005FE660000000019012700D502
2018-10-30 17:57:52.265 - debug: maxcul.0 RSSI for Message: -73
2018-10-30 17:57:52.268 - debug: maxcul.0 got data from wallthermostat state 05fe66 with payload 19012700D5
2018-10-30 17:57:52.301 - debug: maxcul.0 WallThermostatStateReceived: {"src":"05fe66","mode":"1","desiredTemperature":19.5,"measuredTemperature":21.3,"dstSetting":1,"langateway":1,"panel":0,"rferror":0,"batterylow":0}
2018-10-30 17:57:52.308 - debug: maxcul.0 redis pmessage io.maxcul.0.* io.maxcul.0.JEQ0604903.mode {"val":1,"ack":true,"ts":1540918672303,"q":0,"from":"system.adapter.maxcul.0","lc":1540712936697}
2018-10-30 17:57:52.319 - debug: maxcul.0 Send Packet to CUL: X, awaiting drain event
2018-10-30 17:57:52.321 - debug: maxcul.0 redis pmessage io.maxcul.0.* io.maxcul.0.JEQ0604903.desiredTemperature {"val":19.5,"ack":true,"ts":1540918672311,"q":0,"from":"system.adapter.maxcul.0","lc":1540918672311}
2018-10-30 17:57:52.323 - debug: maxcul.0 redis pmessage io.maxcul.0.* io.maxcul.0.JEQ0615825.desiredTemperature {"val":19.5,"ack":false,"ts":1540918672318,"q":0,"from":"system.adapter.javascript.0","lc":1540918672318}
2018-10-30 17:57:52.325 - debug: maxcul.0 serial port buffer have been drained
2018-10-30 17:57:52.328 - debug: maxcul.0 delayed next send by 0ms (Queue length left = 0, Current Credit = 514)
2018-10-30 17:57:52.331 - debug: maxcul.0 redis pmessage io.maxcul.0.* io.maxcul.0.JEQ0604903.measuredTemperature {"val":21.3,"ack":true,"ts":1540918672327,"q":0,"from":"system.adapter.maxcul.0","lc":1540918672327}
2018-10-30 17:57:52.336 - debug: maxcul.0 redis pmessage io.maxcul.0.* io.maxcul.0.info.quota {"val":519,"ack":true,"ts":1540918672334,"q":0,"from":"system.adapter.maxcul.0","lc":1540918672334}
2018-10-30 17:57:53.324 - debug: maxcul.0 redis pmessage io.maxcul.0.* io.maxcul.0.JEQ0614929.desiredTemperature {"val":19.5,"ack":false,"ts":1540918673320,"q":0,"from":"system.adapter.javascript.0","lc":1540918673320}
2018-10-30 17:57:53.337 - debug: maxcul.0 sendTemperature(maxcul.0.JEQ0615825, 19.5, 1)
2018-10-30 17:57:53.357 - debug: maxcul.0 Send Packet to CUL: Zs0b01004012345605dd490067, awaiting drain event
2018-10-30 17:57:53.360 - debug: maxcul.0 serial port buffer have been drained
2018-10-30 17:57:54.329 - debug: maxcul.0 sendTemperature(maxcul.0.JEQ0614929, 19.5, 1)
2018-10-30 17:57:54.441 - debug: maxcul.0 incoming raw data from CUL: Z0E01020205DD49123456000119432705
2018-10-30 17:57:54.442 - debug: maxcul.0 decoding Message Z0E01020205DD49123456000119432705
2018-10-30 17:57:54.443 - debug: maxcul.0 RSSI for Message: -71.5
2018-10-30 17:57:54.448 - debug: maxcul.0 got OK-ACK Packet from 05dd49
2018-10-30 17:57:54.451 - debug: maxcul.0 Queued send for Zs0b01004012345605e1140067 (Queue length = 2)
2018-10-30 17:57:55.362 - debug: maxcul.0 delayed next send by 2000ms (Queue length left = 2, Current Credit = 519)
2018-10-30 17:57:55.364 - debug: maxcul.0 Send Packet to CUL: X, awaiting drain event
2018-10-30 17:57:55.368 - debug: maxcul.0 serial port buffer have been drained
2018-10-30 17:57:55.371 - debug: maxcul.0 delayed next send by 0ms (Queue length left = 1, Current Credit = 519)
2018-10-30 17:57:55.372 - debug: maxcul.0 Send Packet to CUL: Zs0b01004012345605e1140067, awaiting drain event
2018-10-30 17:57:55.374 - debug: maxcul.0 serial port buffer have been drained
2018-10-30 17:57:55.379 - debug: maxcul.0 redis pmessage io.maxcul.0.* io.maxcul.0.info.quota {"val":412,"ack":true,"ts":1540918675376,"q":0,"from":"system.adapter.maxcul.0","lc":1540918675376}
2018-10-30 17:57:56.455 - debug: maxcul.0 incoming raw data from CUL: Z0E01020205E11412345600011941271F
2018-10-30 17:57:56.456 - debug: maxcul.0 decoding Message Z0E01020205E11412345600011941271F
2018-10-30 17:57:56.457 - debug: maxcul.0 RSSI for Message: -58.5
2018-10-30 17:57:56.461 - debug: maxcul.0 got OK-ACK Packet from 05e114
2018-10-30 17:57:57.320 - debug: maxcul.0 Ignore command because already in queue X
2018-10-30 17:57:57.376 - debug: maxcul.0 delayed next send by 2000ms (Queue length left = 1, Current Credit = 412)
2018-10-30 17:57:57.380 - debug: maxcul.0 Send Packet to CUL: X, awaiting drain event
2018-10-30 17:57:57.389 - debug: maxcul.0 serial port buffer have been drained
2018-10-30 17:57:57.403 - debug: maxcul.0 delayed next send by 0ms (Queue length left = 0, Current Credit = 412)
2018-10-30 17:57:57.428 - debug: maxcul.0 redis pmessage io.maxcul.0.* io.maxcul.0.info.quota {"val":305,"ack":true,"ts":1540918677407,"q":0,"from":"system.adapter.maxcul.0","lc":1540918677407}
2018-10-30 17:58:02.328 - debug: maxcul.0 Send Packet to CUL: X, awaiting drain event
2018-10-30 17:58:02.333 - debug: maxcul.0 serial port buffer have been drained
2018-10-30 17:58:02.335 - debug: maxcul.0 delayed next send by 0ms (Queue length left = 0, Current Credit = 305)
2018-10-30 17:58:02.339 - debug: maxcul.0 redis pmessage io.maxcul.0.* io.maxcul.0.info.quota {"val":310,"ack":true,"ts":1540918682337,"q":0,"from":"system.adapter.maxcul.0","lc":1540918682337}
2018-10-30 17:58:07.346 - debug: maxcul.0 Send Packet to CUL: X, awaiting drain event
2018-10-30 17:58:07.354 - debug: maxcul.0 serial port buffer have been drained
2018-10-30 17:58:07.358 - debug: maxcul.0 delayed next send by 0ms (Queue length left = 0, Current Credit = 315)
2018-10-30 17:58:07.359 - debug: maxcul.0 redis pmessage io.maxcul.0.* io.maxcul.0.info.quota {"val":315,"ack":true,"ts":1540918687355,"q":0,"from":"system.adapter.maxcul.0","lc":1540918687355}
2018-10-30 17:58:12.348 - debug: maxcul.0 Send Packet to CUL: X, awaiting drain event
2018-10-30 17:58:12.351 - debug: maxcul.0 serial port buffer have been drained
2018-10-30 17:58:12.353 - debug: maxcul.0 delayed next send by 0ms (Queue length left = 0, Current Credit = 315)
2018-10-30 17:58:12.358 - debug: maxcul.0 redis pmessage io.maxcul.0.* io.maxcul.0.info.quota {"val":320,"ack":true,"ts":1540918692356,"q":0,"from":"system.adapter.maxcul.0","lc":1540918692356}
2018-10-30 17:58:17.349 - debug: maxcul.0 Send Packet to CUL: X, awaiting drain event
2018-10-30 17:58:17.352 - debug: maxcul.0 serial port buffer have been drained
2018-10-30 17:58:17.354 - debug: maxcul.0 delayed next send by 0ms (Queue length left = 0, Current Credit = 320)
2018-10-30 17:58:17.371 - debug: maxcul.0 redis pmessage io.maxcul.0.* io.maxcul.0.info.quota {"val":325,"ack":true,"ts":1540918697367,"q":0,"from":"system.adapter.maxcul.0","lc":1540918697367}
2018-10-30 17:58:22.355 - debug: maxcul.0 Send Packet to CUL: X, awaiting drain event
2018-10-30 17:58:22.358 - debug: maxcul.0 serial port buffer have been drained
2018-10-30 17:58:22.360 - debug: maxcul.0 delayed next send by 0ms (Queue length left = 0, Current Credit = 325)
2018-10-30 17:58:22.364 - debug: maxcul.0 redis pmessage io.maxcul.0.* io.maxcul.0.info.quota {"val":330,"ack":true,"ts":1540918702362,"q":0,"from":"system.adapter.maxcul.0","lc":1540918702362}
2018-10-30 17:58:27.362 - debug: maxcul.0 Send Packet to CUL: X, awaiting drain event
2018-10-30 17:58:27.365 - debug: maxcul.0 serial port buffer have been drained
2018-10-30 17:58:27.366 - debug: maxcul.0 delayed next send by 0ms (Queue length left = 0, Current Credit = 330)
2018-10-30 17:58:27.381 - debug: maxcul.0 redis pmessage io.maxcul.0.* io.maxcul.0.info.quota {"val":335,"ack":true,"ts":1540918707372,"q":0,"from":"system.adapter.maxcul.0","lc":1540918707372}
2018-10-30 17:58:32.363 - debug: maxcul.0 Send Packet to CUL: X, awaiting drain event
2018-10-30 17:58:32.366 - debug: maxcul.0 serial port buffer have been drained
2018-10-30 17:58:32.369 - debug: maxcul.0 delayed next send by 0ms (Queue length left = 0, Current Credit = 335)
2018-10-30 17:58:32.385 - debug: maxcul.0 redis pmessage io.maxcul.0.* io.maxcul.0.info.quota {"val":340,"ack":true,"ts":1540918712383,"q":0,"from":"system.adapter.maxcul.0","lc":1540918712383}
2018-10-30 17:58:37.367 - debug: maxcul.0 Send Packet to CUL: X, awaiting drain event
2018-10-30 17:58:37.370 - debug: maxcul.0 serial port buffer have been drained
2018-10-30 17:58:37.373 - debug: maxcul.0 delayed next send by 0ms (Queue length left = 0, Current Credit = 340)
2018-10-30 17:58:37.379 - debug: maxcul.0 redis pmessage io.maxcul.0.* io.maxcul.0.info.quota {"val":345,"ack":true,"ts":1540918717377,"q":0,"from":"system.adapter.maxcul.0","lc":1540918717377}
2018-10-30 17:58:40.289 - debug: maxcul.0 redis pmessage io.*.logging io.system.adapter.admin.0.logging {"val":true,"ack":true,"ts":1540918720286,"q":0,"from":"system.adapter.admin.0","lc":1540918720286}
2018-10-30 17:58:40.290 - debug: maxcul.0 system.adapter.admin.0: logging true
2018-10-30 17:58:42.374 - debug: maxcul.0 Send Packet to CUL: X, awaiting drain event
2018-10-30 17:58:42.378 - debug: maxcul.0 serial port buffer have been drained
2018-10-30 17:58:42.380 - debug: maxcul.0 delayed next send by 0ms (Queue length left = 0, Current Credit = 345)
2018-10-30 17:58:42.391 - debug: maxcul.0 redis pmessage io.maxcul.0.* io.maxcul.0.info.quota {"val":351,"ack":true,"ts":1540918722389,"q":0,"from":"system.adapter.maxcul.0","lc":1540918722389}
2018-10-30 17:58:47.377 - debug: maxcul.0 Send Packet to CUL: X, awaiting drain event
2018-10-30 17:58:47.380 - debug: maxcul.0 serial port buffer have been drained
2018-10-30 17:58:47.382 - debug: maxcul.0 delayed next send by 0ms (Queue length left = 0, Current Credit = 351)
2018-10-30 17:58:47.402 - debug: maxcul.0 redis pmessage io.maxcul.0.* io.maxcul.0.info.quota {"val":356,"ack":true,"ts":1540918727399,"q":0,"from":"system.adapter.maxcul.0","lc":1540918727399} 

System: Max! Cul Version 1.0.0 nanoCUL FTDI m. CC1101 868Mhz Transceiver CUL für FHEM FW 1.67 an Serialport: /dev/ttyUSB1 Raspberry Pi 3 Linux Elzershark 4.14.71-v7+ #1145 SMP Fri Sep 21 15:38:35 BST 2018 armv7l GNU/Linux

Apollon77 commented 4 years ago

Naja es wäre jetzt unglaublich interessant gewesen wann exakt zeotlich Dudie Aktion am Thermostat gemacht hast. Du Siehst im Debuglog sehr schon was der Adapter empfängt - und wann ... Daher generell: Der Adapter kann den Wert nicht früher setzen als er ihn empfängt ... damit wäre wenn die Frage warum das Thermostat das so "spät" sendet ... oder wie?!

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within the next 7 days. Please check if the issue is still relevant in the most current version of the adapter and tell us. Also check that all relevant details, logs and reproduction steps are included and update them if needed. Thank you for your contributions. Dieses Problem wurde automatisch als veraltet markiert, da es in letzter Zeit keine Aktivitäten gab. Es wird geschlossen, wenn nicht innerhalb der nächsten 7 Tage weitere Aktivitäten stattfinden. Bitte überprüft, ob das Problem auch in der aktuellsten Version des Adapters noch relevant ist, und teilt uns dies mit. Überprüft auch, ob alle relevanten Details, Logs und Reproduktionsschritte enthalten sind bzw. aktualisiert diese. Vielen Dank für Eure Unterstützung.

stale[bot] commented 3 years ago

This issue has been automatically closed because of inactivity. Please open a new issue if still relevant and make sure to include all relevant details, logs and reproduction steps. Thank you for your contributions. Dieses Problem wurde aufgrund von Inaktivität automatisch geschlossen. Bitte öffnet ein neues Issue, falls dies noch relevant ist und stellt sicher das alle relevanten Details, Logs und Reproduktionsschritte enthalten sind. Vielen Dank für Eure Unterstützung.