Skip to content

pyramidak/switch

Repository files navigation

pyramidak switch firmware

DIY smart home the easy way https://firm.jantac.net/

  1. Non-limiting hardware with schema and PCB that you can simply order from https://jlcpcb.com
  2. Full manual about pyramidak firmware, what all you can do with pyramidak smart switches
  3. How to easily connect pyramidak firmware to open central system like Home Assistant

Big thanks to these authors who made some functions of the pyramidak firmware easier for me, the list of libraries that need to be imported into the Arduino IDE:

#include <X9C.h> https://github.com/philbowles/Arduino-X9C

#include <DHTesp.h> https://github.com/markruys/arduino-DHT

#include <OneWire.h> https://github.com/PaulStoffregen/OneWire

#include <DallasTemperature.h> https://github.com/milesburton/Arduino-Temperature-Control-Library