Skip to content
Snippets Groups Projects
Commit 6f6e2921 authored by Zandor Smith's avatar Zandor Smith :computer:
Browse files

Add readme.md

parents
No related branches found
No related tags found
No related merge requests found
# DS18B20 for CH Monitor
This is a simple script written in PHP to submit the temperature read from a DS18B20 sensor to CH Monitor.
## Setup
You will need to setup the pi to add OneWire support.
Start by adding the following line to `/boot/config.txt` at the very bottom:
```
dtoverlay=w1-gpio
```
Then edit `/etc/modules` and add the following 2 lines at the very bottom:
```
w1-gpio
w1-therm
```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment