Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ nettemp Public

Interface for controlling the temperature sensors DS18B20, supports; serial DS9097, usb DS9097U, usb DS2490, Raspberry Pi GPIO

Notifications You must be signed in to change notification settings

sosprz/nettemp

Repository files navigation

www.nettemp.pl www.nettemp.pl/forum

nettemp.pl

Nettemp work's on any system based on debian. But only on Raspberry Pi gpio will work.

FEATURES:

Read temp 1-wire sensors from DS18b20 over GPIO4
Read temp 1-wire sensors from DS18b20 over DS2482 (I2C)
Read humidity DHT11, DHT22 over GPIO
Read servers temperature over SNMP
Read value from BMP180, TSL2561, HTU21D, HIH6130, TMP102, MPL3115A2 over I2C - thanks to ro-an nad kamami.pl
Read temperatures form lm-sensors
Read internal temperature from Raspberry Pi, Banana Pi
View charts with temeratures and humidity
Send mail notofication when temperature is to high or to low, You can set value.
Set gpio on/off, gpio temperature on/off, gpio time on/off
You can connect APC UPS over USB and recieve notification form UPS
OpenVPN server. User + Pass + CRT
Radius server 802.1x EAP TLS
Firewall function
System stats

UPDATE:

If You update from master or nettemp2 please make fresh installation.

Debian, RaspberryPi:

download and run like root, script will install all requirements like php, www.

mkdir -p /var/www/nettemp && cd /var/www
sudo apt-get -y install git
git clone https://github.com/sosprz/nettemp
cd nettemp && ./install_nettemp

BETA:

mkdir -p /var/www/nettemp && cd /var/www 
apt-get update && apt-get install -y git
git clone https://github.com/sosprz/nettemp
cd nettemp && git checkout beta && ./install_nettemp

or all in one line

mkdir -p /var/www/nettemp && cd /var/www && apt-get update && apt-get install -y git && git clone https://github.com/sosprz/nettemp && cd nettemp && git checkout beta && ./install_nettemp   

Changelog:

4.2

Fix installer for DEbian Buster

About

Interface for controlling the temperature sensors DS18B20, supports; serial DS9097, usb DS9097U, usb DS2490, Raspberry Pi GPIO

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 5