Hallo !
ich habe einen Intertechno CMR-1001 ergattert und habe ihn wie folgt in der fhem.cfg eingebunden aber
es tut sich nichts. Drehschalter ist auf M und 5 eingestellt.
define ws_LichtHauptraum IT 00FF00F00F FF F0
attr ws_LichtHauptraum room Werkstatt
define FileLog_ws_LichtHauptraum FileLog ./log/ws_LichtHauptraum-%Y.log ws_LichtHauptraum
attr FileLog_ws_LichtHauptraum logtype text
attr FileLog_ws_LichtHauptraum room Werkstatt
Logfile gibt folgendes aus:
2014.02.22 22:58:54 2: IT set ws_LichtHauptraum on
2014.02.22 22:58:54 0: Strange call for nonexistent <undefined>: GetFn
2014.02.22 22:58:54 2: IT IODev device didn't answer is command correctly:
2014.02.22 22:58:59 2: IT set ws_LichtHauptraum off
2014.02.22 22:58:59 0: Strange call for nonexistent <undefined>: GetFn
2014.02.22 22:58:59 2: IT IODev device didn't answer is command correctly:
Habe auch schon ein attr IODev TRX_0 angehängt, brachte aber nichts.
Ist vermutlich auch nicht korrekt...?
Gruß
Patrick
Hallo,
In der Commandref steht unteranderem folgendes unter Intertechno:
http://fhem.de/commandref.html#IT (http://fhem.de/commandref.html#IT)
...this module at the moment supports just devices like switches, dimmers, etc. through an CUL device, so this must be defined first.
Und nun Commandref Eintrag für das passende RFXTRX433 Module :
http://fhem.de/commandref.html#TRX_LIGHT (http://fhem.de/commandref.html#TRX_LIGHT)
define ws_LichtHauptraum TRX_LIGHT ARC M5 light
damit klappt es dann ;)
Gruß Christoph
Danke Dir vielmals für die Hilfe, funktioniert wie versprochen :)
Gruß
Patrick