diff options
| author | D Delmar Davis <don@suspectdevices.com> | 2025-07-16 07:20:52 -0700 |
|---|---|---|
| committer | D Delmar Davis <don@suspectdevices.com> | 2025-07-16 07:20:52 -0700 |
| commit | b1b5c6f2008531fd5b3197bd5699fed295eb22e7 (patch) | |
| tree | 876339845ee1a2893854a9c4903d6ded56841951 /docs/buildnotes | |
| parent | a513a64c8c587d0cf8e8c2c92d60a2cb9d470e73 (diff) | |
temps
Diffstat (limited to 'docs/buildnotes')
| -rw-r--r-- | docs/buildnotes/buster-motion-and-bookworm.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/buildnotes/buster-motion-and-bookworm.md b/docs/buildnotes/buster-motion-and-bookworm.md index daf1941..0660dc2 100644 --- a/docs/buildnotes/buster-motion-and-bookworm.md +++ b/docs/buildnotes/buster-motion-and-bookworm.md @@ -1,4 +1,27 @@ # Install motion on raspberry pi running debian bookworm +## install the base os. +## install the temperature monitor +```sh +ssh-keygen +nano .ssh/authorized_keys +nano ~-root/.ssh/authorized_keys +nano ~root/.ssh/authorized_keys +raspi-config +... Enable spi,i2c,text console, no splash, expand filesystem ... +reboot +apt install -y git-core +cd /usr/local/ +git clone git@github.com:feurig/merlot.git +i2cdetect 1 +i2cdetect 2 +i2cdetect 0 +cd merlot/ +ls +pip3 install -r requirements.txt --break-system-packages +apt install -y prometheus-node-exporter +bin/readtemp.py +``` +## Install motion. Install and check the status of the motion service |
