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
- Host: GitHub
- URL: https://github.com/vitexsoftware/thermoservice
- Owner: VitexSoftware
- License: mit
- Created: 2022-08-25T21:25:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-27T23:06:12.000Z (over 3 years ago)
- Last Synced: 2025-02-14T22:38:33.906Z (12 months ago)
- Language: Python
- Size: 85 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# thermoservice
Temperature sharing service for DS18B20

```
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