Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piotrmaslanka/kayoss
My home BMS system
https://github.com/piotrmaslanka/kayoss
Last synced: 7 days ago
JSON representation
My home BMS system
- Host: GitHub
- URL: https://github.com/piotrmaslanka/kayoss
- Owner: piotrmaslanka
- Created: 2014-12-13T20:03:38.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-02-22T06:58:41.000Z (over 3 years ago)
- Last Synced: 2023-03-12T09:41:52.120Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 5.87 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
kayoss
======This is a core server for my "smart home" installation.
It monitors a couple of things using MODBUS serials,
utilizing the [smok-client](https://github.com/smok-serwis/smok-client)
library for these.
It has an implementation of MODBUS. It depends on
[smok](https://smok.co) to send notifications about changing states or
triggering of the alarm.It serves all collected stuff through HTTP and allows viewing/modification of that.
Of course, requires [Satella](https://github.com/piotrmaslanka/satella).
recent
------
2019:
There were a lost of changes. Kamkorder, PALHOST and SEALHOST were totally ditched because CCTV was dedicated to other hardware. Tibbo's Virtual Serial Port drivers were also removed, as they proved to be uncompilable to latest Raspberry Pi hardware. Therefore, a Tibbo Basic application called _P/6680_ (source will be attached later) was created which emulates a serial port (with preset baudrate and stuff) using simple TCP stream. Kayoss has now no dependencies, save for _soco_ and _satella_2021:
Kayoss was rewritten as a living showcase of `smok-client`'s capabilities.
Now entire house, including blinds, is controlled via a panel
on [smok.co](https://smok.co).