Meine Türglocke hängt an einem Aktor, den ich bislang mit einem Protokoll von der Mobotix über SmarthomeNG ansteuere.
Wie kann ich so etwas in Edomi lösen.
Ich schicke per Netzwerkbefehl ein TCP/IP Protokell mit dem Datentyp "nur Text" und dem Inhalt "ringbutton" an die IP (damals von smarthomeNG)
Wie kann ich so etwas in Edomi lösen.
Ich schicke per Netzwerkbefehl ein TCP/IP Protokell mit dem Datentyp "nur Text" und dem Inhalt "ringbutton" an die IP (damals von smarthomeNG)
Code:
if trigger['by']=='Item': if sh.EG.tuergong_protokoll() == 'ringbutton': sh.EG.tuergong_laeuten(1) sh.EG.tuergong_protokoll('') if sh.EG.TV_Wohnzimmer.OnOff() == 0: sh.EG.TV_Wohnzimmer.OnOff(1) sh.EG.TV_Wohnzimmer.OnOff.timer('1m','0')
Kommentar