- Prepare 1-Wire Sensors
- Run
echo "dtoverlay=w1-gpio,gpiopin=4" | sudo tee -a /boot/config.txt
if not already contained in/boot/config.txt
(source) - Reboot
- Check via
lsmod | grep w1
. Output should containw1_therm
andw1_pgio
- Run
- Run
make setup
to install all dependencies
- Run
make run
to launch node-red, mqtt, and pigpiod (for pin accessing) - Run
make help
to get a list of all available commands