Replies: 1 comment 1 reply
-
|
Some people had the same issue : ChristopheHD/HA_enoceanmqtt-addon#111 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hallo,
ich betreibe mehrere Enocean Geräte mit einem USB 300 Gateway. Seit HA Core Version 2026.4.x funktioniert die EnOcean MQTT (Test Eltako) Integration nicht mehr. Die Rückmeldung aller Aktoren funktioniert nicht. Im Protokoll steht folgendes:
2026-04-04 06:54:51,120 INFO: sending: FF:F7:FA:8B->05:12:7E:C0 (-255 dBm): 0x01 ['0xa5', '0x1', '0x0', '0x0', '0x8', '0xff', '0xf7', '0xfa', '0x8b', '0x0'] ['0x3', '0x5', '0x12', '0x7e', '0xc0', '0xff', '0x0'] OrderedDict([('COM', {'description': 'Command ID', 'unit': '', 'value': 'Command ID 0', 'raw_value': 0}), ('TIM', {'description': 'Time in 1/10 seconds. 0 = no time specifed', 'unit': 's', 'value': 1.3877787807814457e-17, 'raw_value': 0}), ('LCK', {'description': 'Lock for duration time if time >0, unlimited time of no time specified. Locking may be cleared with "unlock". During lock phase no other commands will be accepted or executed', 'unit': '', 'value': 'Unlock', 'raw_value': 0}), ('DEL', {'description': 'Delay or duration (if Time > 0); 0 = Duration (Execute switching command immediately and switch back after duration) 1 = Delay (Execute switching command after delay)', 'unit': '', 'value': 'Duration', 'raw_value': 0}), ('SW', {'description': 'Switching command ON/OFF', 'unit': '', 'value': 'Off', 'raw_value': 0})])
2026-04-04 06:54:51,192 INFO: Sending packet
2026-04-04 06:54:51,235 INFO: got response packet: OK
2026-04-04 06:54:51,395 ERROR: Data CRC error!
2026-04-04 06:54:57,302 INFO: sending: FF:F7:FA:8B->05:12:7E:C0 (-255 dBm): 0x01 ['0xa5', '0x1', '0x0', '0x0', '0x9', '0xff', '0xf7', '0xfa', '0x8b', '0x0'] ['0x3', '0x5', '0x12', '0x7e', '0xc0', '0xff', '0x0'] OrderedDict([('COM', {'description': 'Command ID', 'unit': '', 'value': 'Command ID 0', 'raw_value': 0}), ('TIM', {'description': 'Time in 1/10 seconds. 0 = no time specifed', 'unit': 's', 'value': 1.3877787807814457e-17, 'raw_value': 0}), ('LCK', {'description': 'Lock for duration time if time >0, unlimited time of no time specified. Locking may be cleared with "unlock". During lock phase no other commands will be accepted or executed', 'unit': '', 'value': 'Unlock', 'raw_value': 0}), ('DEL', {'description': 'Delay or duration (if Time > 0); 0 = Duration (Execute switching command immediately and switch back after duration) 1 = Delay (Execute switching command after delay)', 'unit': '', 'value': 'Duration', 'raw_value': 0}), ('SW', {'description': 'Switching command ON/OFF', 'unit': '', 'value': 'Off', 'raw_value': 0})])
2026-04-04 06:54:57,320 INFO: Sending packet
2026-04-04 06:54:57,359 INFO: got response packet: OK
2026-04-04 06:54:57,582 ERROR: Data CRC error!
Ich habe dann ein Restore auf Version 2026.3.4 gemacht - da funktionierte sofort alles wieder problemlos.
Tür- und Fenstersensoren
[Tuersensor/Haustuer]
address = 0x0197F2B9
rorg = 0xD5
func = 0x00
type = 0x01
[Tuersensor/Garage_Rolltor] # Eltako FTKE
address = 0xFEE56014
rorg = 0xF6
func = 0x10
type = 0x00
[Tuersensor/Wohnzimmer_Terrasse_links] # Hoppe Fenstergriff
address = 0xFEDC81E4
rorg = 0xF6
func = 0x10
type = 0x00
[Tuersensor/Wohnzimmer_Terrasse_rechts] # Hoppe Fenstergriff
address = 0x0517EA96
rorg = 0xF6
func = 0x10
type = 0x00
[Fenstersensor/Kueche]
address = 0x019584EE
rorg = 0xD5
func = 0x00
type = 0x01
[Fenstersensor/Bad]
address = 0x0197FB20
rorg = 0xD5
func = 0x00
type = 0x01
[Fenstersensor/Esszimmer]
address = 0x018300D1
rorg = 0xD5
func = 0x00
type = 0x01
[Fenstersensor/Flur_unten]
address = 0x018306F1
rorg = 0xD5
func = 0x00
type = 0x01
[Fenstersensor/Schlafzimmer] # Eltako FTKE
address = 0xFEED6CB9
rorg = 0xF6
func = 0x10
type = 0x00
[Fenstersensor/Gaestezimmer] # Eltako FTKE
address = 0xFEE5412E
rorg = 0xF6
func = 0x10
type = 0x00
Schaltaktoren Eltako
Define an FSR61 device
[FSR61/Flur_unten]
address = 0x05127EC0 # The address of your FSR61
model = eltako/fsr61
sender = 0xFFF7FA8B # base id of your EnOcean transceiver + unique offset
[TF61L/Windfang_Garderobe]
address = 0x050353EF
model = eltako/tf61l
sender = 0xFFF7FA8E
Dimmaktoren Eltako
Define an FD62 device
[FD62/Bad_unten]
address = 0x04274EB4 # The address of your FUD61
model = eltako/fud61
sender = 0xFFF7FA8C # base id of your EnOcean transceiver + unique offset
[FD62/Kueche_Esstisch]
address = 0x042A3DD8 # The address of your FUD61
model = eltako/fud61
sender = 0xFFF7FA90 # base id of your EnOcean transceiver + unique offset
[FD62/Kueche_Arbeitsbereich]
address = 0x042AC01C # The address of your FUD61
model = eltako/fud61
sender = 0xFFF7FA92 # base id of your EnOcean transceiver + unique offset
Rollladenaktoren Eltako
[FJ62NP/Wohnzimmer]
address = 0x0414AF30
model = eltako/fj62
sender = 0xFFF7FA80
[non_interesting] # This sensor will be ignored
address = 0xFEF98C1C
ignore = 1
PS: Ich bin des Englischen nicht mächtig und würde jetzt auch nur die Google Übersetzung nehmen!
Beta Was this translation helpful? Give feedback.
All reactions