Skip to content

randomizerxd/pymodbus_RevSec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HVAC system

Usage:

  1. ./hvac_server.py
  2. ./hvac_client.py
  3. ./set_temp.py <temp>

Inputs:

  • temperature

Outputs:

  • heater
  • cooler

Logic:

  • if heater is on, then increase temp by 1
  • elif cooler is on, then decrease temp by 1
  • if temp < 70, then turn heater on
  • elif temp > 70, then turn cooler on

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages