https://github.com/strifel/templogger
Temp Logger. Logs temperature sensors
https://github.com/strifel/templogger
homebridge-compatible smarthome temperature temperature-monitoring
Last synced: 3 months ago
JSON representation
Temp Logger. Logs temperature sensors
- Host: GitHub
- URL: https://github.com/strifel/templogger
- Owner: strifel
- Created: 2020-04-13T19:57:43.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T11:39:36.000Z (over 2 years ago)
- Last Synced: 2025-01-03T04:41:21.175Z (5 months ago)
- Topics: homebridge-compatible, smarthome, temperature, temperature-monitoring
- Language: HTML
- Homepage:
- Size: 122 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tempLogger
Temp Logger. Logs your Temps`docker run /path/to/existing/database.sqlite:/templogger/database.sqlite -p 8002:8002 strifel/templogger`
# Insert
POST /input/name
{
"temperature": 25.4,
"humidity": 300,
"token": "84c22ffbdfd88f427250d653" // You get that on first start
}# Get
GET /current/nameOR:
GET /today/name