https://github.com/accessd/ajax-temp-monitor
https://github.com/accessd/ajax-temp-monitor
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/accessd/ajax-temp-monitor
- Owner: accessd
- Created: 2024-01-14T11:30:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-11T17:53:47.000Z (10 months ago)
- Last Synced: 2025-01-21T00:05:37.169Z (3 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ajax Temperature Monitor
The part of the project for monitoring temperature in the apartment with Ajax app + Apple Shortcuts + Go + InfluxDB + Grafana.
More on https://morskov.com/blog/2024/01/15/ajax-temperature-monitoring-en## Installation
1. Clone
2. Setup InfluxDB:
```
docker-compose up -d influxdb
docker-compose exec influxdb influx setup
```4. Get auth token for InfluxDB:
```
docker-compose exec influxdb influx auth create \
--org org \
--all-access
```5. Put InfluxDB config params in .env file
6. Create the app `docker-compose up -d app`
## Deploy
You can fetch changes on the server with `./deploy.sh`. It's just run several commands by SSH.