A web connected PIR motion sensor detecting movement running on Raspberry Pi
Project description
pi_pir_webthing
A web connected PIR motion sensor on Raspberry Pi
This project provides a webthing API to a PIR motion sensor such as descriped here.
The pi_pir_webthing package exposes an http webthing endpoint which supports detecting motion via http. E.g.
# webthing has been started on host 192.168.0.23
curl http://192.168.0.23:9544/properties
{
"motion": true,
"last_motion": "2020-09-28T08:04:02.330388"
}
The RaspberryPi/PIR sensor hardware setup and wiring may look like HC SR501 example.
To install the software you may usePIP package manager such as shown below
sudo pip install pi_pir_webthing
After this installation you may start the webthing http endpoint inside your python code or via command line using
sudo pir --command listen --port 9544 --gpio 14
Here, the webthing API will be bind on port 9544 and be connected to the PIR pin using gpio 14
Alternatively to the listen command, you can use the register command to register and start the webthing service as systemd unit. By doing this the webthing service will be started automatically on boot. Starting the server manually using the listen command is no longer necessary.
sudo pir --command register --port 9544 --gpio 14
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pi_pir_webthing-0.1.1.tar.gz
.
File metadata
- Download URL: pi_pir_webthing-0.1.1.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e465a40e65171480ffaefe35db2e7fe81137afbe7e1b548b6ae8395d0bc8d8c |
|
MD5 | 766938cf4e3f829859e6e444fe36c599 |
|
BLAKE2b-256 | aceb80fbc756fb6c65d8eb9ce6cbd02672e8b92d08cc4acb4ed37bc1716e85de |
File details
Details for the file pi_pir_webthing-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: pi_pir_webthing-0.1.1-py3-none-any.whl
- Upload date:
- Size: 10.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 524069aa53245a593b325977456da7186236e053d89595c27258da19400d5c97 |
|
MD5 | db31221eb19e7388dac69d2ad1e4100b |
|
BLAKE2b-256 | 12efd4409e62896e6042e70442685574c4b760cb0cf1f8178a3b5cde77c10294 |