Originally started as an exam in university, now evolved into a fun project for selfmade Smarthome modules in a highly dynamic context. This EnergyHandler is a optional module with aims to give this Project a automatic control for connected modules/devices.
Table of Contents
The proof of concept was achieved with the protoype that was submitted as an university exam. Currently this EnergyHandler can connect to the kernel and get some data from the meross-module. This function is programmed statically, a dynamic implementation and controlling of modlues and devices is not programmed. Further developments should add a more dynamic structur for controlling available modules/devices. As in this PoC-State, this software may have several bugs and problems.
- JavaScript
- Typescript
Currently, there is no dedicated installer for any module of the DIY-Smarthome ecosystem. You can clone this repository and try the example code (not working atm!) or clone the Dev-Environment and use the module with others.
You will need NodeJs and npm to use this module.
- Clone the Dev-Environment from https://github.com/DIY-Smarthome/Dev-Environment
git clone https://github.com/DIY-Smarthome/Dev-Environment.git
- Enter the lib folder
- Clone the module
git clone https://github.com/DIY-Smarthome/EnergyHandler.git
- Install NPM packages
npm install
- Build Dev-Environment and all modules
npm run build
We will follow-up with examples for this module.
- Repair Code
- Add functions to control modules
- Improve current implemetation in communication with an Dashboard
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the GPL v3.0 License. See LICENSE.txt for more information.
- Quisel on Twitter: @Quisel_
- Quisel via Email: contact@quisel.eu
- Contact the community on the Discord
Project Link: https://github.com/DIY-Smarthome/EnergyHandler