ich versuche den Sonoff CH4 (und den Sonoff POW R3) über das Dashboard zu schalten
Code: Alles auswählen
<a href="http://solaranzeige.local/sonoff_mqtt_senden.php?topic=cmnd/Sonoff-4CHPROR3/power1 on"><button style="background: #00FF00; color: black; width: 95%; margin: 1px; margin-bottom: 5px;">Relais 1 EIN</button></a>
<a href="http://solaranzeige.local/sonoff_mqtt_senden.php?topic=cmnd/Sonoff-4CHPROR3/power1 off"><button style="background: #E03434; color: black; width: 95%; margin: 1px; margin-bottom: 5px;">Relais 1 AUS</button></a>
<a href="http://solaranzeige.local/sonoff_mqtt_senden.php?topic=cmnd/Sonoff-4CHPROR3/power&wert=toggle"><button style="background: #00FF00; color: black; width: 95%; margin: 1px; margin-bottom: 5px;">Relais 1 EIN/AUS</button></a>
<a href="http://solaranzeige.local/sonoff_mqtt_senden.php?topic=cmnd/Sonoff-POWR3/power&wert=toggle"><button style="background: #00FF00; color: black; width: 95%; margin: 1px; margin-bottom: 5px;">Relais 1 EIN/AUS</button></a>
<iframe src="about:blank" name="frame" height="0" width="0" frameborder="0"/>
Über die IP im Browser kann ich ihn schalten
Code: Alles auswählen
http://192.168.2.163/cm?cmnd=power3 toggle
oder
http://192.168.2.163/cm?cmnd=power3 off