FHEM Forum

FHEM - Hausautomations-Systeme => InterTechno => Thema gestartet von: NDR008 am 05 Juni 2017, 19:26:36

Titel: Can FHEM + CUL detect Intertechno style switches?
Beitrag von: NDR008 am 05 Juni 2017, 19:26:36
I am now expanding my home system with 433,92Mhz CUL and IT/APAR3-1500R sockets.

I want to have a Wand Tastur like this:
http://www.schalterversand.de/Funk-Schalt-Systeme/INTERTECHNO-Funk-Schalt-System/Funk-Wand-Sender-INTERTECHNO/Selbstlern-Funk-Sender-Serien-Wand-Sender-ITW-852-INTERTECHNO-Fuer-alle-selbstlernenden-Empfaengertypen-33-69-Euro.html

Can CUL detect the signal by FHEM / RPi and transmit the command to different Schalter?

Thanks.



Titel: Antw:Can FHEM + CUL detect Intertechno style switches?
Beitrag von: RaspiLED am 05 Juni 2017, 19:46:59
Hi,
Short answer: generally yes
Longer answer: Different ways to do so, but if you hit the buttons on the remote, your cul should autocreate devices for this. Notify or doif can than switch other devices in FHEM.
Warm regards
Arnd


Raspi2 mit FHEM, CUL, Signalduino, MySensors, HomeBridge, Presence, Bravia, ...
Titel: Antw:Can FHEM + CUL detect Intertechno style switches?
Beitrag von: RaspiLED am 05 Juni 2017, 20:52:36
Hi Nadir,
What exactly are you planning?

There is an IT remote with 4 Buttons:
IT_Remote_Button_A, B, C and D

Let us say it sends for each Button 0001 for on and 0010 for off.

And there is a lamp: Lamp_A
Which has on, off and toggle.

Now we can use notify to inform the Lamp_A about the Button_A:
define Notify_A notify Button_A set Lamp_A $EVENT
In $EVENT on and off will be transferred ;-)

Please see for more info the FHEM commandref

Regards, Arnd


Raspi2 mit FHEM, CUL, Signalduino, MySensors, HomeBridge, Presence, Bravia, ...
Titel: Antw:Can FHEM + CUL detect Intertechno style switches?
Beitrag von: NDR008 am 05 Juni 2017, 21:03:05
I think I understood, today I figured out how to use notify finally. So when I have the CUL I will try :)

Thanks.