Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gabrielcnr/pyheating

Pair Programming Sessions with Hiten to build a Heating remote controller
https://github.com/gabrielcnr/pyheating

Last synced: 26 days ago
JSON representation

Pair Programming Sessions with Hiten to build a Heating remote controller

Awesome Lists containing this project

README

        

# pyheating
Pair Programming Sessions with Hiten to build a Heating remote controller

The boiler is gonna be connected to the main control unit

The main control unit can turn on and off the boiler.

The main control will gather information from TRV Units

TRV Unit can get temperature information

TRV Unit can request heat on/off from the main control unit

HeatController

TRVUnit

Boiler

User