Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

aprosvetova/sp4ce-button

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sp4ce-button

The Button

The Button is used to open the B4CKSP4CE door.

Protocol

When the button is pressed or released, down or up (respectively) is published to the bus/devices/opener.button/event topic.

Pressing the button will also turn on green light for 1.5 seconds.

Publish on or off to the bus/devices/opener.button/rainbow topic to control rainbow effect.

Hardware

The Button is powered with DC 5V.

3 addressable WS2812B LEDs are connected to GPIO2.

The button of the button is connected to GPIO4.

Building and Flashing

Secrets

Create and fill secrets.yaml:

api_password: <string> # used to flash OTA
wifi_ssid: <string>
wifi_password: <string>
mqtt_broker: <string>
mqtt_username: <string>
mqtt_password: <string>

Dependencies

You will need esphome to build the firmware.

pip3 install esphome

Flashing

One simple command will build the firmware and flash the ESP8266.

esphome run sp4ce-button.yaml

The ESP8266 is flashed Over The Air by default. If you have a USB-UART adapter connected, you will be able to use it to flash over UART.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published