Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jehy/arduino-movement-sensor-mqtt
Simple movement sensor + MQTT sketch for Arduino.
https://github.com/jehy/arduino-movement-sensor-mqtt
arduino movement mqtt
Last synced: about 1 month ago
JSON representation
Simple movement sensor + MQTT sketch for Arduino.
- Host: GitHub
- URL: https://github.com/jehy/arduino-movement-sensor-mqtt
- Owner: jehy
- Created: 2022-02-06T20:02:21.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-06T20:36:35.000Z (about 3 years ago)
- Last Synced: 2024-11-10T15:41:15.490Z (3 months ago)
- Topics: arduino, movement, mqtt
- Language: C++
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Arduino movement sensor mqtt
[![Compile Sketch](https://github.com/jehy/arduino-movement-sensor-mqtt/actions/workflows/compile-sketch.yaml/badge.svg)](https://github.com/jehy/arduino-came-reader/actions/workflows/compile-sketch.yaml)
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/jehyrus)Simple movement sensor + MQTT sketch for Arduino.
Sample config for Home Assistant:
```yaml
binary_sensor:
- platform: mqtt
unique_id: esp-move-1
name: "ESP move 1"
state_topic: "esp/home/move/1"
payload_on: "1"
payload_off: "0"
device_class: "motion"
qos: 0
```