With this plugin you can create simple automations in Homekit for a light connected with a physical button. It creates two fake switches that can be linked to your physical button and your physical light correspondingly.
The button switch will start a timer when turned ON
. When the delay time is reached the switch will automatically turn OFF
and it will flip the state of the light switch from ON
to OFF
, and from OFF
to ON
accordingly.
By adding this plugin you can avoid converting your automation to Shorcuts and doing if conditions that are not always reliable.
{
"name": "My Switch Light",
"delay": 500,
"switchName": "Button Switch",
"lightName": "Light Switch",
"accessory": "HomebridgeSwitchButton"
}
Single Press
action of your physical button to turn the button switch to ON
.ON
your physical light when the light switch is turned ON
.OFF
your physical light when the light switch is turned OFF
.Vualá! You're all set.
If you regularly use the Home app or Siri to turn on your lights, it's also best to replace the physical light with the virtual light so that the ON/OFF
state is always managed by the virtual light. You can do so following these steps:
OFF
"Add to Home View", and toggle OFF
"Include in Favorites". Rename this light to something different from the original name, i.e. "Physical Guest Room Light"ON
"Add to Home View" and (optionally) toggle ON
"Include in Favorites". Rename this light to the original name of your physical light, i.e. "Guest Room Light".You should now see the virtual light in the Home dashboard.