Skip to content

Home assistant integration to control impls relay (telerupteur) and back and forth switch

License

Notifications You must be signed in to change notification settings

Elwinmage/ha-adv-light-component

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a fork from https://github.com/benlbrm/ha-telerupteur-component adding support for back and Forth switch.

This component will set up the following platforms.

Platform Description
light Light control with a telerupteur.

Installation

  1. Add this repository to HACS.
  2. Click install.

Configuration is done in the configuration.yaml

light:
- platform: advlight
    name: Lumiere Chambre1
    type: impulse
    light_command: switch.dolightchambre1
    light_state: binary_sensor.dilightchambre1
- platform: advlight
    name: Lumiere Chambre2
    type: backAndForth
    light_command: switch.dolightchambre2
    light_state: binary_sensor.dilightchambre2

Required hardware to use this integration

  • Telerupteur to control lights with push buttons [[telerupteur-link]][link] or back anf forth swith
  • 24Vdc to 230Vac relay to control the telerupteur, this relay is wired like a push button
  • 230Vac to 24vdc relay to get the light status, this relay is wired like a light

About

Home assistant integration to control impls relay (telerupteur) and back and forth switch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%