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}
# OTA flashing
ota:
- platform: esphome
wifi: # Your Wifi network details
# Enable fallback hotspot in case wifi connection fails
ap:
# Enabling the logging component
logger:
# Enable Home Assistant API
api:
# Enable the captive portal
captive_portal:
Edit this page on GitHub