Skip to content

eunbiline98/Smart-Switch-Momentary-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart Switch Momentary

DIY Smart Switch momentary 2 Gang and 2 Channel Relay SPDT

List Item

Schematic

schematic

Layout

Top View

top

Bottom View

bottom

Home Assistant

Under covers in HA, use this config

mqtt:
  broker: "Your IP Broker/server"
  port: Your port MQTT
  username: "Your username"
  password: Your password

switch:
  - platform: mqtt
    name: "General Lamp"
    state_topic: "switch/bedroom1/1/state"
    command_topic: "switch/1/command"
    payload_on: "1"
    payload_off: "0"

 switch:
  - platform: mqtt
    name: "Cove Lighting"
    state_topic: "switch/bedroom1/2/state"
    command_topic: "switch/2/command"
    payload_on: "1"
    payload_off: "0"

IMG_20210930_115609

IMAGE ALT TEXT HERE

Reference

Update

  • DIY_switch_3_gang_Ver_1_0 (Test Board Circuit)
  • DIY_switch_3_gang_Ver_1_0_WM (Update Feature WifI Manager)
  • DIY_switch_3_gang_Ver_1_1_WM (Update Last State Condition Dashboard Home Assistant)
  • DIY_switch_3_gang_Ver_1_2_WM (Update Feature WiFi and Mqtt Config Manager)

Dimension

  • L = 69,84 mm
  • W = 70,87 mm

About

DIY Smart Switch momentary 2 Gang and 2 Channel Relay SPDT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published