An open API service indexing awesome lists of open source software.

https://github.com/vitexsoftware/thermoservice

Temperature sharing service for DS18B20
https://github.com/vitexsoftware/thermoservice

Last synced: 10 months ago
JSON representation

Temperature sharing service for DS18B20

Awesome Lists containing this project

README

          

# thermoservice

Temperature sharing service for DS18B20

![Pi Thermo Service](static/favicon.svg?raw=true)

```
sudo apt install lsb-release wget apt-transport-https bzip2

wget -qO- https://repo.vitexsoftware.com/pubkey.gpg | sudo tee /etc/apt/trusted.gpg.d/vitexsoftware.gpg
echo "deb [signed-by=/etc/apt/trusted.gpg.d/vitexsoftware.gpg] https://repo.vitexsoftware.com $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/vitexsoftware.list
sudo apt update

sudo apt install thermoservice
```

run command ```thermo``` to print current teperature to stdout