Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gabrielcnr/pyheating
- Owner: gabrielcnr
- License: lgpl-3.0
- Created: 2015-09-14T17:23:48.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-14T18:21:22.000Z (about 9 years ago)
- Last Synced: 2023-03-03T13:56:40.163Z (over 1 year ago)
- Language: Python
- Size: 145 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyheating
Pair Programming Sessions with Hiten to build a Heating remote controllerThe 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