From b1b5c6f2008531fd5b3197bd5699fed295eb22e7 Mon Sep 17 00:00:00 2001 From: D Delmar Davis Date: Wed, 16 Jul 2025 07:20:52 -0700 Subject: temps --- docs/buildnotes/buster-motion-and-bookworm.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'docs/buildnotes') 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 -- cgit v1.2.3