devices.esphome.io

LocalBytes Smart Plug

LocalBytes Smart Plug

Device Type: plug
Electrical Standard: euuk
Board: esp8266
Difficulty: Comes with ESPhome, 1/5

alt text Maker: https://mylocalbytes.com/

Preflashed with ESPHome or Tasmota

GPIO Pinout

PinFunction
GPIO3Button
GPIO4BL0937 CF
GPIO5HLWBL CF1
GPIO12HLWBL SELi
GPIO13LedLink
GPIO14Relay

Basic Configuration

substitutions:
name: localbytes-plug-pm-<NAME>
friendly_name: Localbytes Plug PM <NAME>
packages:
localbytes.plug-pm: github://LocalBytes/esphome-localbytes-plug/localbytes-plug-pm.yaml@main
esphome:
name: ${name}
name_add_mac_suffix: false
friendly_name: ${friendly_name}
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
Edit this page on GitHub