Hallo,
ich bekomme es irgendwie nicht mit FHEM2FHEM zum laufen. Vielleicht kann mir jemand helfen, denn ich weiß gerade nicht mehr weiter. Am slave sehe ich die Events, doch am Master kommt nichts an?
Danke für die Hilfe
Slave
Zitat
define TCM310_0 TCM 310 /dev/ttyAMA0@57600
attr TCM310_0 sendInterval 0
define TestTCM EnOcean 0184405C
attr TestTCM Aktiv Ja
attr TestTCM IODev TCM310_0
attr TestTCM event-on-change-reading state
attr TestTCM eventMap closed:zu open:offen
attr TestTCM icon signal_Fenster_Offen.off
attr TestTCM subType contact
Master
Zitat
define TestTCM TCM ESP3 none
attr TestTCM dummy 1
define remote1 FHEM2FHEM 192.168.177.21:7072 RAW:TestTCM
Du musst dies auch so erzeugen:
Master:
define remote1 FHEM2FHEM 192.168.177.21:7072 RAW:remoteTCM
define remoteTCM TCM 310 none
define TestTCM EnOcean 0184405C
attr TestTCM Aktiv Ja
attr TestTCM IODev remote1
attr TestTCM event-on-change-reading state
attr TestTCM eventMap closed:zu open:offen
attr TestTCM icon signal_Fenster_Offen.off
attr TestTCM subType contact
Slave:
define remoteTCM TCM 310 /dev/ttyAMA0@57600
define TestTCM EnOcean 0184405C
attr TestTCM Aktiv Ja
attr TestTCM IODev remoteTCM
attr TestTCM event-on-change-reading state
attr TestTCM eventMap closed:zu open:offen
attr TestTCM icon signal_Fenster_Offen.off
attr TestTCM subType contact
Die Frage ist nur, was willst du tun. Wenn du nur die Events brauchst ist der LOG-Modus die bessere Wahl.