/rpi-temperature-monitor-server

Monitor the temperature at a remote location using a raspberry pi. http://philipnewcomer.net/raspberry-pi-remote-temperature-monitor/

Primary LanguagePHP

Raspberry Pi Temperature Monitor Server

Monitor the temperature at a remote location using a Raspberry Pi

This repo contains the server counterpart to the Temperature Monitor Daemon.

The server is a Laravel app which records temperature readings received from the remote Raspberry Pi device running the daemon. The server also provides a web interface to view the recorded readings.

Setup

  1. Install the app in the standard Laravel way.
  2. Configure REMOTE_SECRET_KEY in the app's .env file.