Skip to content

klckagan/furnace-temperature-alarm-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

Python 3.9+

An email account with SMTP support (e.g., Gmail – with an App Password)

Note: No extra dependencies are required since only standard libraries are used (csv, os, datetime, smtplib, random).

Configuration
Inside alarm_sistemi.py:

Thresholds: MIN_TEMP and MAX_TEMP (e.g., 800–900°C)

Email: SMTP server, port, sender/receiver addresses

If using Gmail, enable 2FA and create an App Password to use here.

Run

(Optional) Create a virtual environment:

python -m venv .venv
# Windows
.venv\Scripts\activate
# macOS/Linux
source .venv/bin/activate

About

Python-based furnace temperature alarm system that monitors real-time data, detects threshold breaches, and sends automated email alerts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages