Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

HALDOR collects data from *doors*, *PIR*, and one-wire *Temperature Sensors.*

## Branch Description
This branch exists to edit the haldor GPIO data collection methods to include
the now-default and cross-platform `gpiod`.

## Description
HALDOR collects data from the sources listed above. The collected data is reported via MQTT in two different ways: interrupt and checkup. Interrupts are posted on `/event` and trigger automatically when any door or PIR changes state. Checkups are requested via `reporter/checkup_req` and include all sensors when posted on `/checkup`. On a configurable number of checkups, there is a long checkup which includes a configurable system information report.

Expand Down
Loading