Click here to see general information about application!
This application based on flask allows user to connect to chosen raspberry pi via ssh. After connect user can see real time chart with temperature near by raspberry pi. Personally, I use this application to check the temperature in the server room.
Click here to see the technologies used!
- Python 3.8.5
- Flask 1.1.2
- Docker 20.10.5
- Docker-compose 1.29.0
- Raspberry Pi 4 model B
- KAmodLM75A
Configuration Steps!
- Connect the KAmodLM75A module with the Raspberry pi.
- Configure Raspberry pi.
- Configure the application with "run_config.py".
- Run app using "run_app.py".
Click here to see how to configure Raspberry pi!
- Turn on SSH in your rassbery pi (use raspi-config)
- Set static ip address in your rassbery pi
sudo nano /etc/dhcpcd.conf
If your are in nano editor just add this lines below(use the correct addressing of course).
Click here to see how to configure app!
Click here to see how to set up docker-compose!
docker-compose -f docker-compose.yml -f docker-compose-dev.yml up --build -d & docker-compose ps --filter "status=running"