Beim Set auf einen Aktor reagieren alle eltako fsr61np

Begonnen von Martindirk, 09 Januar 2017, 12:15:55

Vorheriges Thema - Nächstes Thema

Martindirk

Hallo

ich bin am verzweifeln. Ich  habe mehrere eltako fsr61np eingelernt.
Soweit alles OK.
Jetzt habe ich festgestellt, dass wenn ich zbsp.: einen Set Licht B0 zum einschalten absetzte alle aktoren reagieren.
Ich habe die Aktoren schon mehrfach gelöscht und wieder neu angelernt.

Anbei ein paar Beispiele der CFG:

Aktor 1 :
define EnO_01930EAD EnOcean 01930EAD
attr EnO_01930EAD IODev TCM_ESP3_0
attr EnO_01930EAD alias Licht Gaeste WC
attr EnO_01930EAD devStateIcon Ein:li_wht_on Aus:li_wht_off
attr EnO_01930EAD eep F6-02-01
attr EnO_01930EAD eventMap B0:Ein BI:Aus
attr EnO_01930EAD group Automatische_Beleuchtung
attr EnO_01930EAD manufID 00D
attr EnO_01930EAD room Gaeste WC
attr EnO_01930EAD stateFormat channelB
attr EnO_01930EAD subType switch
attr EnO_01930EAD switchMode pushbutton
attr EnO_01930EAD teachMethod RPS
attr EnO_01930EAD webCmd Ein:Aus
define FileLog_EnO_01930EAD FileLog ./log/EnO_01930EAD-%Y.log EnO_01930EAD
attr FileLog_EnO_01930EAD logtype text
attr FileLog_EnO_01930EAD room LogFiles

Aktor 2

define EnO_0192FBD7 EnOcean 0192FBD7
attr EnO_0192FBD7 IODev TCM_ESP3_0
attr EnO_0192FBD7 alias Beleuchtung Bett
attr EnO_0192FBD7 devStateIcon Ein:li_wht_on Aus:li_wht_off
attr EnO_0192FBD7 eep F6-02-01
attr EnO_0192FBD7 eventMap B0:Ein BI:Aus
attr EnO_0192FBD7 manufID 00D
attr EnO_0192FBD7 room Schlafzimmer
attr EnO_0192FBD7 stateFormat channelB
attr EnO_0192FBD7 subType switch
attr EnO_0192FBD7 switchMode pushbutton
attr EnO_0192FBD7 webCmd Ein:Aus
define FileLog_EnO_0192FBD7 FileLog ./log/EnO_0192FBD7-%Y.log EnO_0192FBD7
attr FileLog_EnO_0192FBD7 logtype text
attr FileLog_EnO_0192FBD7 room LogFiles

wenn ich jetzt ein "set EnO_0192FBD7 B0" mache reagieren beide Aktoren..

ich finde allerdings keinen Fehler.

Ich denke das ist sicher ein Anfängerfehler, aber ich weiss nicht mehr wo ich suchen soll.

Danke und Gruß

Dirk Martin


krikan

Die SenderId des TCM ist nicht richtig belegt.
Wenn das bidi-Aktoren sind, gehört die ins Attriut subDef.
Wenn es unidi-Aktoren sind, gehört sie ins define und nicht die SenderId des Aktors.
Mehr neben commandref in https://wiki.fhem.de/wiki/EnOcean_Starter_Guide

Achtung, die Beschreibung zum Anlernen der bidi-Aktoren FSR61 für den aktuellen Produktionszeitraum im Wiki ist evtl. veraltet:
https://forum.fhem.de/index.php/topic,60106.msg514649.html#msg514649

Gruß, Christian