GitHunt
AC

accessd/ajax-temp-monitor

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
  1. Get auth token for InfluxDB:
docker-compose exec influxdb influx auth create \
  --org org \
  --all-access
  1. Put InfluxDB config params in .env file

  2. 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.

Contributors

Created January 14, 2024
Updated July 11, 2024