Hallo zusammen, und ich hoffe auf Hilfe.
Ich habe in HA aus HACS das ELTAKO integriert und alles schön nach der Anleitung gemacht.
Ich benutze den USB300 als Gateway.
In der Config.yaml sind für die Rolladenaktoren getrennte SendeID vergeben.
Hier ein Auszug aus der Config:
eltako:
gateway:
-
id: 1 # virtual id
device_type: enocean-usb300 # Supported gateways: gam14, fgw14usb, fam-usb
base_id: 05-A8-51-C1 # Address which is used to send telegrams into wireless network. Mainly important for transceivers like FAM-USBdevices: # list here all devices connected to this gateway
binary_sensor:
- id: FF-C7-90-01 # address (HEX)
eep: F6-02-01 # Supported EEP telegrams: F6-02-01, F6-02-02, F6-10-00, D5-00-01, A5-08-01
name: "FT55 Funk T7 für Rollo Bad und Hauswirtschaft" # optional: display name
# list of covers actuators
cover:
- id: 04-2E-DC-58 # address (HEX)
eep: G5-3F-7F # Supported EEP telegrams: G5-3F-7F
name: "Rollo Hauswirtschaft" # optional: display name
sender: # virtual switch in Home Assistant.
id: 00-00-00-02 # every sender needs it's own address which needs to be entered in PCT14 / actuator with function group 31 for FSB14.
eep: H5-3F-7F
device_class: shutter # optional for showing the right icon and panels in Home Assistant
time_closes: 12 # optional: The time it takes until the cover is completely closed (used for position calculation)
time_opens: 14 # optional: The time it takes until the cover is completely opened (used for position calculation)
- id: 04-2D-9E-37 # address (HEX)
eep: G5-3F-7F # Supported EEP telegrams: G5-3F-7F
name: "Rollo Bad" # optional: display name
sender: # virtual switch in Home Assistant.
id: 00-00-00-03 # every sender needs it's own address which needs to be entered in PCT14 / actuator with function group 31 for FSB14.
eep: H5-3F-7F
device_class: shutter # optional for showing the right icon and panels in Home Assistant
time_closes: 12 # optional: The time it takes until the cover is completely closed (used for position calculation)
time_opens: 14
Soweit der Auszug aus der Config.yaml
Die Aktoren wurden auch isoliert eingelernt und reagieren auf ihre Fahrbefehle. ABER sie reagieren auch die Fahrbefehle für andere Aktoren!
In den Protokollen ist zu sehen, dass unterschiedliche SendeIDs benutzt werden, doch trotzdem fahren auch andere Aktoren.
Woran kann das liegen?
Die Fa. ELTAKO weißt jegliche mögliche Schuld von sich und sagt, dass es ein Problem von der HA Integration ist.
Hatte jemand ähnliche Probleme und wie war die Lösung?
Danke für jeden Tipp
