Hallo,
ich hab das folgendermaßen gemacht:
Zuerst mal ein Netzwerkmeldungsprofil erstellt:
mobotix_01.png
Dann bei den Aktionsgruppen zb. für den Video-Motion Sensor das gemacht:
mobotix_02.png
Und auf der eibPC Seite drauf reagiert:
Hoffe es hilft.
lg, Peter
ich hab das folgendermaßen gemacht:
Zuerst mal ein Netzwerkmeldungsprofil erstellt:
mobotix_01.png
Dann bei den Aktionsgruppen zb. für den Video-Motion Sensor das gemacht:
mobotix_02.png
Und auf der eibPC Seite drauf reagiert:
Code:
if event(readtcp(tcpSenderPort,tcpSenderIP,tcpSenderString)) and tcpSenderString==$DOOR_MOVE$ and boolShouldSwitchOnGarageLight==EIN then { boolGarageLightSwitchedOn=EIN; write("HDL1 e/a-1/3/2", EIN); closetcp(tcpSenderPort, tcpSenderIP); } endif
lg, Peter
Kommentar