Skip to content

A smart power strip that use an RTC module or MQTT messages to switch power outlets.

Notifications You must be signed in to change notification settings

pguilbert/Ignition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A smart power strip that use an RTC module or MQTT messages to switch power outlets.

Build Status

Image of the first prototype: three relays with three switch on a breadboard.

This project can be integrated with home-assistant with the following configuration:

switch:
  - platform: mqtt
    name: Relay 1
    state_topic: "PG-6fb4d7b6/relay1"
    command_topic: "PG-6fb4d7b6/relay1/set"
    retain: true
  - platform: mqtt
    name: Relay 2
    state_topic: "PG-6fb4d7b6/relay2"
    command_topic: "PG-6fb4d7b6/relay2/set"
    retain: true
  - platform: mqtt
    name: Relay 3
    state_topic: "PG-6fb4d7b6/relay3"
    command_topic: "PG-6fb4d7b6/relay3/set"
    retain: true

Result:

Home-assistant user interface.

About

A smart power strip that use an RTC module or MQTT messages to switch power outlets.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published