Velux KLF200 mit Firmware 2.0.0.71 für io-homecontrol

Begonnen von buennerbernd, 06 November 2018, 16:43:00

Vorheriges Thema - Nächstes Thema

eurofinder

Hello @lex99:

Please give us a list of your KLF200 device with:

list <name of your KLF200-device>

Did you define your KLF200-device like this: define Velux KLF200 aaa.bbb.ccc.ddd
(aaa.bbb.ccc.ddd = the IP-Address of your KLF200-device)

then

set <name of your KLF200-device> login <password>
(password = wifi-password of your KLF200)

Greetings
eurofinder
RPI3+; Raspbian Buster Lite; RPI-RF-MOD; piVCCU3, HMIP-eTRV-2, HmIP-SWDO, HmIP-SRH, HmIP-STHO, HmIP-SLO

@lex99

Here is the LIST:


Internals:
   DEF        KLF200 172.19.3.21 /opt/fhem/veluxpw.txt
   FUUID      627fdb55-f33f-7a14-5e2e-1991d24e32e267fe
   NAME       KLF200
   NOTIFYDEV  global
   NR         447
   NTFY_ORDER 50-KLF200
   STATE      running
   TYPE       IOhomecontrol
   host       172.19.3.21
   pwfile     /opt/fhem/veluxpw.txt
   READINGS:
     2022-05-27 18:50:09   callReply       
     2022-05-27 18:50:09   callRequest     {"params":{"password":"XXXXXXXX"},"action":"login"}
     2022-05-27 18:50:09   callResult      pending
     2022-05-27 18:50:09   callState       calling
     2022-05-27 18:50:09   callURL         http://172.19.3.21/api/v1/auth
     2022-05-27 18:50:09   loggedIn        no
     2022-05-27 09:28:50   queueLength     1
     2022-05-27 09:28:50   state           running
   fhem:
Attributes:
   logTraffic 1
   verbose    5


The password is correctly set in the veluxpw.txt file, which has the fhem/dialout user/group
I did a "read password" and we can see the same password in the log below, being sent to the device.

From the KLF log:

2022-05-27_18:06:02 KLF200 callState: calling
2022-05-27_18:06:02 KLF200 callURL: http://172.19.3.21/api/v1/auth
2022-05-27_18:06:02 KLF200 callRequest: {"params":{"password":"XXXXXXXX"},"action":"login"}
2022-05-27_18:06:02 KLF200 callResult: pending
2022-05-27_18:06:02 KLF200 callState: completed
2022-05-27_18:06:02 KLF200 callResult: error (172.19.3.21: Connection refused (111))
2022-05-27_18:06:02 KLF200 callReply:
2022-05-27_18:06:02 KLF200 loggedIn: no



BOFH

#812
Zitat von: @lex99 am 27 Mai 2022, 18:57:06
Here is the LIST:


Internals:
   DEF        KLF200 172.19.3.21 /opt/fhem/veluxpw.txt
  ...
   STATE      running
   [b]TYPE       IOhomecontrol[/b]
   host       172.19.3.21
   pwfile     /opt/fhem/veluxpw.txt
...


@lex99 u use the wrong modul !  IOhomecontrol != klf200

e.g.
define xx_Velux KLF200 172.19.3.21

and then set password...

Zitat von: eurofinder am 27 Mai 2022, 18:41:17
...
set <name of your KLF200-device> login <password>
(password = wifi-password of your KLF200)

Greetings
eurofinder


RasPi 4
ZWave.me ZME_UZB (Fibaro Auge Gen.2)/ HM-USB2 (Thermostat | Hutschienen Relais | 1-/2fach Schalter) / Enigma2 / PhilipsTV / Philips HUE (GO|Bulb|Stripe (plus)) / Somfy IO Rollos / BOSCH HSG636XS6 / SONOS (P1, P3, P5 2.Gen, SUB, Bar)

@lex99

ZitatDid you define your KLF200-device like this: define Velux KLF200 aaa.bbb.ccc.ddd
(aaa.bbb.ccc.ddd = the IP-Address of your KLF200-device)

This is giving me an error:

Unknown module KLF200

I followed the command_ref:

define myKLF200 IOhomecontrol KLF200 velux.local /opt/fhem/etc/veluxpw.txt

I replaced velux.local by my IP, and the password file by my file.  The definition worked.

Am I missing something ?

BOFH

Zitat von: @lex99 am 27 Mai 2022, 20:15:40
This is giving me an error:

Unknown module KLF200

I followed the command_ref:

define myKLF200 IOhomecontrol KLF200 velux.local /opt/fhem/etc/veluxpw.txt

I replaced velux.local by my IP, and the password file by my file.  The definition worked.

Am I missing something ?

KLF200 isn't build in :D

update add https://raw.githubusercontent.com/buennerbernd/fhem/master/KLF200/2.0/controls_KLF200.txt


run  update an restart fhem ....
RasPi 4
ZWave.me ZME_UZB (Fibaro Auge Gen.2)/ HM-USB2 (Thermostat | Hutschienen Relais | 1-/2fach Schalter) / Enigma2 / PhilipsTV / Philips HUE (GO|Bulb|Stripe (plus)) / Somfy IO Rollos / BOSCH HSG636XS6 / SONOS (P1, P3, P5 2.Gen, SUB, Bar)

eurofinder

@lex99:

Afterupdate add https://raw.githubusercontent.com/buennerbernd/fhem/master/KLF200/2.0/controls_KLF200.txt
update restart


do
delete myKLF200
define myKLF200 KLF200 172.19.3.21
set myKLF200 login <password>



RPI3+; Raspbian Buster Lite; RPI-RF-MOD; piVCCU3, HMIP-eTRV-2, HmIP-SWDO, HmIP-SRH, HmIP-STHO, HmIP-SLO

@lex99

Thanks to both of you.

It works, now, I'm logged in on my KLF200 from FHEM.

And the devices were created automatically.

Thanks !


eurofinder

RPI3+; Raspbian Buster Lite; RPI-RF-MOD; piVCCU3, HMIP-eTRV-2, HmIP-SWDO, HmIP-SRH, HmIP-STHO, HmIP-SLO

buennerbernd

Modulentwickler von KLF200 und KLF200Node

Sidey

Ich habe nun einen 
Soliris io Wind- Sonnen-Sensor 230V mit Regenoption ( 1870531 ).

Die KLF200 ist nichts dazu zu bringen den Sensor zu erkennen.
Ich vermute, der kann nur mit den Antrieben kommunizieren und sonst nichts.

Mit Tahoma ist er leider auch nicht kompatibel.

Grüße Sidey
Signalduino, Homematic, Raspberry Pi, Mysensors, MQTT, Alexa, Docker, AlexaFhem

Maintainer von: SIGNALduino, fhem-docker, alexa-fhem-docker, fhempy-docker

sn0000py

Eine Frage bei mir taucht im log relativ oft ein
Zitat
2022.06.07 08:49:29.070 1: KLF200 (Velux) - new Node found, updateAll
auf
weiss wer das das bedeutet und warum das so oft kommt?

buennerbernd

@sn0000py
Das sollte nur einmalig bei neuen Geräten kommen. Hast du mal ein Device gelöscht?
Setze mal in dem KLF200 Device das Attribute verbose auf 5 und dann schicke mal mal den entsprechenden Ausschnitt. (Ein paar Sekunden davor und danach.)
Modulentwickler von KLF200 und KLF200Node

sn0000py

nein habe nix gelöscht.

Es könnte Sein das da noch Geräte sind die nicht gefunden wurde?
Hab ja von Tahoma auf das KLF200 gewechselt, und im Tahoma hatte ich noch einen Windmesser und einen Helligkeitsmesser drinnen - die gehen im KLF200 ab

Prinzipiell sind einmal eine Markise und 2 Dachflächenfesnter mit jewesle eben Fensteröffner + Rollos

Zitat2022.06.07 10:45:21.841 5: KLF200 (Velux) GW_GET_SCENE_LIST_REQ
2022.06.07 10:45:21.845 5: KLF200 Velux: unwrapped bytes     040c
2022.06.07 10:45:21.845 5: KLF200 Velux: wrapped bytes c00003040c0bc0
2022.06.07 10:45:21.845 5: DevIo_SimpleWrite Velux: c00003040c0bc0
2022.06.07 10:45:21.847 5: KLF200 (Velux) GW_GET_ALL_NODES_INFORMATION_REQ
2022.06.07 10:45:21.850 5: KLF200 (Velux) GW_CS_GET_SYSTEMTABLE_DATA_REQ
2022.06.07 10:45:21.853 5: KLF200 (Velux) GW_GET_VERSION_REQ
2022.06.07 10:45:21.855 5: KLF200 (Velux) GW_HOUSE_STATUS_MONITOR_ENABLE_REQ
2022.06.07 10:45:21.994 5: KLF200 (Velux) - received: 040d00
2022.06.07 10:45:21.995 5: KLF200 (Velux) GW_GET_SCENE_LIST_CFM 040d 0
2022.06.07 10:45:21.996 5: KLF200 (Velux) Dequeue: regex = (?^:^\x04\x0C)
2022.06.07 10:45:21.996 5: KLF200 (Velux) Dequeue: 040c
2022.06.07 10:45:21.996 5: KLF200 (Velux) Dequeue: mached
2022.06.07 10:45:21.999 5: KLF200 Velux: unwrapped bytes     0202
2022.06.07 10:45:22.000 5: KLF200 Velux: wrapped bytes c00003020203c0
2022.06.07 10:45:22.000 5: DevIo_SimpleWrite Velux: c00003020203c0
2022.06.07 10:45:22.204 5: KLF200 (Velux) - received: 02030005
2022.06.07 10:45:22.205 5: KLF200 (Velux) - ignored:  02030005
2022.06.07 10:45:22.213 5: KLF200 (Velux) - received: 020400000000526f6c6c6c6164656e2031000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001010000105632145a121101900500180000f7fff7fff7fff7ff0000629f1024000000000000000000000000000000000000000000
2022.06.07 10:45:22.214 5: Velux: dispatch \002\004\000\000\000\000Rollladen 1\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000�\001\001\000\000\020V2\024Z\022\021\001�\005\000\030\000\000��������\000\000b�\020$\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
2022.06.07 10:45:22.215 5: KLF200Node (Velux) - received: 020400000000526f6c6c6c6164656e2031000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001010000105632145a121101900500180000f7fff7fff7fff7ff0000629f1024000000000000000000000000000000000000000000
2022.06.07 10:45:22.224 5: KLF200 (Velux) - received: 02040100010046656e7374657220310000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010103010000355636135a1221140305c800c800f7fff7fff7fff7ff0000629f102402d8026400d803ba00000000000000000000000000
2022.06.07 10:45:22.224 5: Velux: dispatch \002\004\001\000\001\000Fenster 1\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\001\001\003\001\000\0005V6\023Z\022!\024\003\005�\000�\000��������\000\000b�\020$\002�\002d\000�\003�\000\000\000\000\000\000\000\000\000\000\000\000\000
2022.06.07 10:45:22.225 5: KLF200Node (Velux) - received: 02040100010046656e7374657220310000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010103010000355636135a1221140305c800c800f7fff7fff7fff7ff0000629f102402d8026400d803ba00000000000000000000000000
2022.06.07 10:45:22.240 5: KLF200 (Velux) - received: 02040200020054657272617373656e2d4d61726b6973652031000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010400000000000000000000000000000500000000f7fff7fff7fff7ff0000629f1024000000000000000000000000000000000000000000
2022.06.07 10:45:22.241 5: Velux: dispatch \002\004\002\000\002\000Terrassen-Markise 1\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\001\004\000\000\000\000\000\000\000\000\000\000\000\000\000\000\005\000\000\000\000��������\000\000b�\020$\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
2022.06.07 10:45:22.241 5: KLF200Node (Velux) - received: 02040200020054657272617373656e2d4d61726b6973652031000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010400000000000000000000000000000500000000f7fff7fff7fff7ff0000629f1024000000000000000000000000000000000000000000
2022.06.07 10:45:22.246 5: KLF200 (Velux) - received: 02040300030046656e7374657220320000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010103010000355636135a1221137605c800c800f7fff7fff7fff7ff0000629f102402d8026400d803ba00000000000000000000000000
2022.06.07 10:45:22.246 5: Velux: dispatch \002\004\003\000\003\000Fenster 2\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\001\001\003\001\000\0005V6\023Z\022!\023v\005�\000�\000��������\000\000b�\020$\002�\002d\000�\003�\000\000\000\000\000\000\000\000\000\000\000\000\000
2022.06.07 10:45:22.247 5: KLF200Node (Velux) - received: 02040300030046656e7374657220320000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010103010000355636135a1221137605c800c800f7fff7fff7fff7ff0000629f102402d8026400d803ba00000000000000000000000000
2022.06.07 10:45:22.260 5: KLF200 (Velux) - received: 020404000400526f6c6c6c6164656e2032000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001010000105632145a1211019b0500180000f7fff7fff7fff7ff0000629f1024000000000000000000000000000000000000000000
2022.06.07 10:45:22.261 5: Velux: dispatch \002\004\004\000\004\000Rollladen 2\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000�\001\001\000\000\020V2\024Z\022\021\001�\005\000\030\000\000��������\000\000b�\020$\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000
2022.06.07 10:45:22.261 5: KLF200Node (Velux) - received: 020404000400526f6c6c6c6164656e2032000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008001010000105632145a1211019b0500180000f7fff7fff7fff7ff0000629f1024000000000000000000000000000000000000000000
2022.06.07 10:45:22.263 5: KLF200 (Velux) - received: 0205
2022.06.07 10:45:22.263 5: KLF200 (Velux) GW_GET_ALL_NODES_INFORMATION_FINISHED_NTF 0205
2022.06.07 10:45:22.263 5: KLF200 (Velux) Dequeue: regex = (?^:^\x02\x02)
2022.06.07 10:45:22.264 5: KLF200 (Velux) Dequeue: 0202
2022.06.07 10:45:22.264 5: KLF200 (Velux) Dequeue: mached
2022.06.07 10:45:22.267 5: KLF200 Velux: unwrapped bytes     0100
2022.06.07 10:45:22.267 5: KLF200 Velux: wrapped bytes c00003010002c0
2022.06.07 10:45:22.267 5: DevIo_SimpleWrite Velux: c00003010002c0
2022.06.07 10:45:22.468 5: KLF200 (Velux) - received: 0101
2022.06.07 10:45:22.468 5: KLF200 (Velux) - ignored:  0101
2022.06.07 10:45:22.470 5: KLF200 (Velux) - received: 01020500db6ad1008044019293d8012ba94101010c012ba941022189d60400cc022189d6039293d801010c019293d8041a54bf008044012ba94101
2022.06.07 10:45:22.470 5: Velux: dispatch \001\002\005\000�j�\000�D\001���\001+�A\001\001\f\001+�A\002!��\004\000�\002!��\003���\001\001\f\001���\004\032T�\000�D\001+�A\001
2022.06.07 10:45:22.471 5: KLF200Node (Velux) - received: 01020500db6ad1008044019293d8012ba94101010c012ba941022189d60400cc022189d6039293d801010c019293d8041a54bf008044012ba94101
2022.06.07 10:45:22.471 5: KLF200Node (Velux) GW_CS_GET_SYSTEMTABLE_DATA_NTF 0102 5 1
2022.06.07 10:45:22.473 5: KLF200 (Velux) - received: 010201c913d52f03001c0113d52f00
2022.06.07 10:45:22.473 5: Velux: dispatch \001\002\001�\023�/\003\000\034\001\023�/\000
2022.06.07 10:45:22.473 5: KLF200Node (Velux) - received: 010201c913d52f03001c0113d52f00
2022.06.07 10:45:22.473 3: KLF200Node (Velux) GW_CS_GET_SYSTEMTABLE_DATA_NTF 0102 ignored 201 13d52f 768 28 1 13d52f
2022.06.07 10:45:22.474 5: KLF200Node (Velux) GW_CS_GET_SYSTEMTABLE_DATA_NTF 0102 1 0
2022.06.07 10:45:22.474 5: KLF200 (Velux) Dequeue: regex = (?^:^\x01\x00)
2022.06.07 10:45:22.474 5: KLF200 (Velux) Dequeue: 0100
2022.06.07 10:45:22.474 5: KLF200 (Velux) Dequeue: mached
2022.06.07 10:45:22.474 5: KLF200 Velux: unwrapped bytes     0008
2022.06.07 10:45:22.475 5: KLF200 Velux: wrapped bytes c0000300080bc0
2022.06.07 10:45:22.475 5: DevIo_SimpleWrite Velux: c0000300080bc0
2022.06.07 10:45:22.480 3: Velux: Unknown code ��/�/, help me!
2022.06.07 10:45:22.480 1: KLF200 (Velux) - new Node found, updateAll
2022.06.07 10:45:22.482 5: KLF200 (Velux) - received: 0009000200004700060e03
2022.06.07 10:45:22.482 5: KLF200 (Velux) GW_GET_VERSION_CFM 0009 0.2.0.0.71.0 6
2022.06.07 10:45:22.482 5: KLF200 (Velux) Dequeue: regex = (?^:^\x00\x08)
2022.06.07 10:45:22.482 5: KLF200 (Velux) Dequeue: 0008
2022.06.07 10:45:22.482 5: KLF200 (Velux) Dequeue: mached
2022.06.07 10:45:22.485 5: KLF200 Velux: unwrapped bytes     0240
2022.06.07 10:45:22.486 5: KLF200 Velux: wrapped bytes c00003024041c0
2022.06.07 10:45:22.486 5: DevIo_SimpleWrite Velux: c00003024041c0
2022.06.07 10:45:22.689 5: KLF200 (Velux) - received: 0241
2022.06.07 10:45:22.690 5: KLF200 (Velux) GW_HOUSE_STATUS_MONITOR_ENABLE_CFM 0241
2022.06.07 10:45:22.690 5: KLF200 (Velux) Dequeue: regex = (?^:^\x02\x40)
2022.06.07 10:45:22.691 5: KLF200 (Velux) Dequeue: 0240
2022.06.07 10:45:22.691 5: KLF200 (Velux) Dequeue: mached
2022.06.07 10:45:22.695 5: KLF200 Velux: unwrapped bytes     03125c0b0101000000000000000000000000000000000000000000
2022.06.07 10:45:22.695 5: KLF200 Velux: wrapped bytes c0001c03125c0b01010000000000000000000000000000000000000000005ac0
2022.06.07 10:45:22.696 5: DevIo_SimpleWrite Velux: c0001c03125c0b01010000000000000000000000000000000000000000005ac0
2022.06.07 10:45:22.901 5: KLF200 (Velux) - received: 03135c0b01
2022.06.07 10:45:22.902 5: KLF200 (Velux) - ignored:  03135c0b01
2022.06.07 10:45:22.968 5: KLF200 (Velux) - received: 03145c0b0100ba00f7ffffff
2022.06.07 10:45:22.969 5: Velux: dispatch \003\024\\\013\001\000�\000����
2022.06.07 10:45:22.969 5: KLF200Node (Velux) - received: 03145c0b0100ba00f7ffffff
2022.06.07 10:45:22.971 5: KLF200 (Velux) - received: 03025c0b010100001800012a000000
2022.06.07 10:45:22.972 5: Velux: dispatch \003\002\\\013\001\001\000\000\030\000\001*\000\000\000
2022.06.07 10:45:22.972 5: KLF200Node (Velux) - received: 03025c0b010100001800012a000000
2022.06.07 10:45:22.974 5: KLF200 (Velux) - received: 03045c0b
2022.06.07 10:45:22.974 5: KLF200 (Velux) GW_SESSION_FINISHED_NTF 0304 23563
2022.06.07 10:45:22.974 5: KLF200 (Velux) Dequeue: regex = (?^:^(\x04\x12|\x03\x05|\x03\x12|\x03\x10))
2022.06.07 10:45:22.974 5: KLF200 (Velux) Dequeue: SessionID = 23563
2022.06.07 10:45:22.974 5: KLF200 (Velux) Dequeue: 03125c0b0101000000000000000000000000000000000000000000
2022.06.07 10:45:22.975 5: KLF200 (Velux) Dequeue: mached
2022.06.07 10:45:22.978 5: KLF200 Velux: unwrapped bytes     03125c0c0101000000000000000000000000000000000000000001
2022.06.07 10:45:22.978 5: KLF200 Velux: wrapped bytes c0001c03125c0c01010000000000000000000000000000000000000000015cc0
2022.06.07 10:45:22.978 5: DevIo_SimpleWrite Velux: c0001c03125c0c01010000000000000000000000000000000000000000015cc0
2022.06.07 10:45:23.182 5: KLF200 (Velux) - received: 03135c0c01
2022.06.07 10:45:23.182 5: KLF200 (Velux) - ignored:  03135c0c01
2022.06.07 10:45:23.219 5: KLF200 (Velux) - received: 03145c0c0100f7ffc800ffff
2022.06.07 10:45:23.220 5: Velux: dispatch \003\024\\\f\001\000���\000��
2022.06.07 10:45:23.221 5: KLF200Node (Velux) - received: 03145c0c0100f7ffc800ffff
2022.06.07 10:45:23.222 5: KLF200 (Velux) - received: 03025c0c010100001800012a000000
2022.06.07 10:45:23.223 5: Velux: dispatch \003\002\\\f\001\001\000\000\030\000\001*\000\000\000
2022.06.07 10:45:23.223 5: KLF200Node (Velux) - received: 03025c0c010100001800012a000000
2022.06.07 10:45:23.224 5: KLF200 (Velux) - received: 03045c0c
2022.06.07 10:45:23.225 5: KLF200 (Velux) GW_SESSION_FINISHED_NTF 0304 23564
2022.06.07 10:45:23.225 5: KLF200 (Velux) Dequeue: regex = (?^:^(\x04\x12|\x03\x05|\x03\x12|\x03\x10))
2022.06.07 10:45:23.225 5: KLF200 (Velux) Dequeue: SessionID = 23564
2022.06.07 10:45:23.225 5: KLF200 (Velux) Dequeue: 03125c0c0101000000000000000000000000000000000000000001
2022.06.07 10:45:23.226 5: KLF200 (Velux) Dequeue: mached
2022.06.07 10:45:23.229 5: KLF200 Velux: unwrapped bytes     03125c0d0103000000000000000000000000000000000000000000
2022.06.07 10:45:23.229 5: KLF200 Velux: wrapped bytes c0001c03125c0d01030000000000000000000000000000000000000000005ec0
2022.06.07 10:45:23.229 5: DevIo_SimpleWrite Velux: c0001c03125c0d01030000000000000000000000000000000000000000005ec0
2022.06.07 10:45:23.433 5: KLF200 (Velux) - received: 03135c0d01
2022.06.07 10:45:23.433 5: KLF200 (Velux) - ignored:  03135c0d01
2022.06.07 10:45:23.475 5: KLF200 (Velux) - received: 03145c0d0300ba00f7ffffff
2022.06.07 10:45:23.476 5: Velux: dispatch \003\024\\\r\003\000�\000����
2022.06.07 10:45:23.477 5: KLF200Node (Velux) - received: 03145c0d0300ba00f7ffffff
2022.06.07 10:45:23.479 5: KLF200 (Velux) - received: 03025c0d010300001800012a000000
2022.06.07 10:45:23.480 5: Velux: dispatch \003\002\\\r\001\003\000\000\030\000\001*\000\000\000
2022.06.07 10:45:23.480 5: KLF200Node (Velux) - received: 03025c0d010300001800012a000000
2022.06.07 10:45:23.481 5: KLF200 (Velux) - received: 03045c0d
2022.06.07 10:45:23.482 5: KLF200 (Velux) GW_SESSION_FINISHED_NTF 0304 23565
2022.06.07 10:45:23.482 5: KLF200 (Velux) Dequeue: regex = (?^:^(\x04\x12|\x03\x05|\x03\x12|\x03\x10))
2022.06.07 10:45:23.482 5: KLF200 (Velux) Dequeue: SessionID = 23565
2022.06.07 10:45:23.482 5: KLF200 (Velux) Dequeue: 03125c0d0103000000000000000000000000000000000000000000
2022.06.07 10:45:23.483 5: KLF200 (Velux) Dequeue: mached
2022.06.07 10:45:23.486 5: KLF200 Velux: unwrapped bytes     03125c0e0103000000000000000000000000000000000000000001
2022.06.07 10:45:23.486 5: KLF200 Velux: wrapped bytes c0001c03125c0e01030000000000000000000000000000000000000000015cc0
2022.06.07 10:45:23.486 5: DevIo_SimpleWrite Velux: c0001c03125c0e01030000000000000000000000000000000000000000015cc0
2022.06.07 10:45:23.689 5: KLF200 (Velux) - received: 03135c0e01
2022.06.07 10:45:23.690 5: KLF200 (Velux) - ignored:  03135c0e01
2022.06.07 10:45:23.723 5: KLF200 (Velux) - received: 03145c0e0300f7ffc800ffff
2022.06.07 10:45:23.724 5: Velux: dispatch \003\024\\\016\003\000���\000��
2022.06.07 10:45:23.725 5: KLF200Node (Velux) - received: 03145c0e0300f7ffc800ffff
2022.06.07 10:45:23.727 5: KLF200 (Velux) - received: 03025c0e010300001800012a000000
2022.06.07 10:45:23.727 5: Velux: dispatch \003\002\\\016\001\003\000\000\030\000\001*\000\000\000
2022.06.07 10:45:23.727 5: KLF200Node (Velux) - received: 03025c0e010300001800012a000000
2022.06.07 10:45:23.729 5: KLF200 (Velux) - received: 03045c0e
2022.06.07 10:45:23.729 5: KLF200 (Velux) GW_SESSION_FINISHED_NTF 0304 23566
2022.06.07 10:45:23.729 5: KLF200 (Velux) Dequeue: regex = (?^:^(\x04\x12|\x03\x05|\x03\x12|\x03\x10))
2022.06.07 10:45:23.729 5: KLF200 (Velux) Dequeue: SessionID = 23566
2022.06.07 10:45:23.730 5: KLF200 (Velux) Dequeue: 03125c0e0103000000000000000000000000000000000000000001
2022.06.07 10:45:23.730 5: KLF200 (Velux) Dequeue: mached

buennerbernd

Ich habe eine Idee, was der Fehler sein könnte.
Wenn ich Zeit habe, versuche ich das mal zu verbessern.
Modulentwickler von KLF200 und KLF200Node

sn0000py

ja super - aber keinen Stress, das Teil funktioniert so super