Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 805 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 805 Bytes

ESP8266-based MQTT Motion Detector (PIR) 🏃

A script to connect ESP8266-based PIR motion detectors to MQTT. Can be used with 🏠 Home Assistant. Built using the Arduino Core for ESP8266.

Requirements

Setup Instructions

  • Clone this repository and copy the src/sample.configuration.h file to src/configuration.h:

    cp src/sample.configuration.h src/configuration.h
    
  • Edit the src/configuration.h file to use your credentials.

  • Install the required libraries.

  • Build and upload to your ESP8266 using the PlatformIO IDE.