✪ Shelly1 - https://dealheros.de/produkt/shelly…tion-%e2%9c%aa/
✪ FTDI -https://dealheros.de/produkt/ftdi-a…d-5v-%E2%9C%AA/
✪ USB Kabel - https://dealheros.de/produkt/amazon…eter-%e2%9c%aa/
✪ Jumper Kabel - https://dealheros.de/produkt/jumper…male-%e2%9c%aa/
✪ Sonoff Mini - ✪ Sonoff Basic - https://dealheros.de/produkt/sonoff…-10a-%e2%9c%aa/
****************************************************************
Mit sehr geringem Aufwand lässt sich so ziemlich alles in ein SmartHome Device verwandeln und das für wenig Geld. Ein Shelly ist out of the Box schon cool und mit Tasmota mag ich ihn noch lieber.
****************************************************************
ESPEasy zum flashe
https://github.com/letscontrolit/ESPEasy
Tasmota Firmware
http://thehackbox.org/tasmota/release/
****************************************************************
Hier das Bild aus dem Video damit ihr sehr wie ich quasi einen Funk Schalter gebaut habe
Und hier der Blockly Code für meine Schaltung für alle die es interessiert...
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="on" id="i={`iP[jI:sy_4gjW~~|" x="-537" y="-337">
<field name="OID">sonoff.0.Shelly1-Wohnzimmerlicht.POWER</field>
<field name="CONDITION">ne</field>
<field name="ACK_CONDITION"></field>
<statement name="STATEMENT">
<block type="controls_if" id=",9_Nr-P-{%Fd+Tc0-=Nu">
<mutation else="1"></mutation>
<value name="IF0">
<block type="logic_compare" id=";_i]cfZdrmL/qXWB6PuO">
<field name="OP">EQ</field>
<value name="A">
<block type="get_value" id="05hB:}da}@CQX_^vBlC@">
<field name="ATTR">val</field>
<field name="OID">sonoff.0.Shelly1-Wohnzimmerlicht.POWER</field>
</block>
</value>
<value name="B">
<block type="logic_boolean" id="ZT5]2tgD5CM]Of-|;}#F">
<field name="BOOL">TRUE</field>
</block>
</value>
</block>
</value>
<statement name="DO0">
<block type="control" id="}6;6~]L4/!BY.JwxYt#d">
<mutation delay_input="false"></mutation>
<field name="OID">sonoff.0.Wohnzimmerlicht.POWER</field>
<field name="WITH_DELAY">FALSE</field>
<value name="VALUE">
<block type="logic_boolean" id="PDGjw4AYy[^(T_9;v]R|">
<field name="BOOL">TRUE</field>
</block>
</value>
</block>
</statement>
<statement name="ELSE">
<block type="control" id="+@{biE3y*jbNc2044U04">
<mutation delay_input="false"></mutation>
<field name="OID">sonoff.0.Wohnzimmerlicht.POWER</field>
<field name="WITH_DELAY">FALSE</field>
<value name="VALUE">
<block type="logic_boolean" id="a3kU*SH_t*wtJ2Cxa.aq">
<field name="BOOL">FALSE</field>
</block>
</value>
</block>
</statement>
</block>
</statement>
</block>
</xml>
Display More