Smart Bulbs With Light Switches

Borrowing this idea from Tom McGuinness.

This is the ultimate setup to allow features of a smart bulb like changing colours, Zigbee/Matter repeater and still retain the functional use of your light switch.

The concept is to disconnect the bulb from the switch. When the light switch is used, it does not physically cut or reconnect power. Instead, it the relay treats it as a sensor like button to say someone (or something) has pressed the light switch.

In Shelly, go the device setting > Input/output settings > Switch > Set Shelly device to be in “Detached” switch mode.

In Home Assistant, the sensor is named input for the switch.

The automation looks something like this in Home Assistant:
- id: "1700940016581"
alias: "Porch: Light Switch"
description: ""
trigger:
- platform: state
entity_id:
- binary_sensor.porch_main_light_input
condition: []
action:
- service: light.toggle
data: {}
target:
entity_id: light.porch
mode: single

I would encourage you to watch Tom’s video Shelly Relays And Smart Lights – My lightbulb moment!

About Danny

I.T software professional always studying and applying the knowledge gained and one way of doing this is to blog. Danny also has participates in a part time project called Energy@Home [http://code.google.com/p/energyathome/] for monitoring energy usage on a premise. Dedicated to I.T since studying pure Information Technology since the age of 16, Danny Tsang working in the field that he has aimed for since leaving school. View all posts by Danny → This entry was posted in IOT and tagged , , , , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *.

All comments must go through an approval and anti-spam process before appearing on the website. Please be patience and do not re-submit your comment if it does not appear.

This site uses Akismet to reduce spam. Learn how your comment data is processed.