ESP01 Wifi Relay Housing

ESP01 Wifi Relay Housing

prusaprinters

ESP-01s & ESP01 Relay V4.0 HousingDIY WIFI AC Relay(Flash your ESP module using EspHome Webtools online flasher)Print tips:PETG (Preferable)0.2 Layer heightNo supportsBed 70Nozzle 235Components:3D printed ESP01_Relay_Housing3D printed ESP01_Relay_TopESP8266 ESP01 (or 01s) WIFI moduleESP01 1ch relay V4.0 module110/220V - 5V 700ma step down moduleBasic YAML code for EspHome: (I'm not a coder guy, might have a lot of errors if evaluated by a coder, but it works perfect for my needs).esphome: name: nameofyourchoicewithoutspcesorcapitalletters esp8266: board: esp01_1m logger: api: ota: password: "" wifi: ssid: YourNetworkSSID password: YourPassword ap: ssid: "ESP Hotspot" password: “” captive_portal: binary_sensor: - platform: gpio pin: GPIO0 name: "state" id: estado sensor: - platform: wifi_signal name: ${devicename} wifi signal update_interval: 60s switch: - platform: gpio name: "Inverted" pin: GPIO0 id: relay inverted: False - platform: template name: "WIFI Relay" lambda: |- if (id(estado).state) { return false; } else { return true; } turn_on_action: - switch.turn_off: relay turn_off_action: - switch.turn_on: relay

Download Model from prusaprinters

With this file you will be able to print ESP01 Wifi Relay Housing with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on ESP01 Wifi Relay Housing.