Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piotrmaslanka/morda
My home BMS system - as an y/OS application
https://github.com/piotrmaslanka/morda
Last synced: 7 days ago
JSON representation
My home BMS system - as an y/OS application
- Host: GitHub
- URL: https://github.com/piotrmaslanka/morda
- Owner: piotrmaslanka
- Created: 2014-05-26T20:04:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-01T16:31:33.000Z (over 10 years ago)
- Last Synced: 2023-03-12T09:41:52.131Z (over 1 year ago)
- Language: Python
- Size: 316 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
As a member of a reliable company that develops reliable technologies, we dogfood.
We dogfood __a lot__.
That's why, as I'm developing y/OS (see http://github.com/piotrmaslanka/systemy ), I've decided to dogfood. Not on my customers, but on myself.
# morda
_morda_ is a reimplementation of my home BMS as a y/OS app, utilizing it's y/Page runtime system.
Right now devices plugged in are:
* Heating controller, via RS232
* Electric power meter, via RS485
* Alarm system, via RS485
* Garden irrigation, via RS485
* Second floor temperature sensor, via RS485## Modules rundown
All modules in this project contain a _run.py_ file that contains the entry-point tasklet. It's purpose is well-defined and understandable - just read the docs. So far there are:
* timesynced - time synchronization (irrigation, alarm and heating need that)
* serialTasklet - serial port communications server. Clients send serial port requests, and it rolls'em