Updated README.md file
57
README.md
Normal file → Executable file
|
|
@ -1 +1,56 @@
|
|||
test
|
||||
# Hal
|
||||
|
||||
Hal is a home automation hub with sensor statistics with the functionality to share that data between friends.
|
||||
It is developed to be very extensible so future Sensors and other input devices can be supported.
|
||||
|
||||
Currently supported devices:
|
||||
- **Tellstick**
|
||||
- NexaSelfLearning
|
||||
- Oregon0x1A2D
|
||||
- **Raspberry Pi**, GPIO connected sensors
|
||||
|
||||
|
||||
The project is currently in alpha state, as such things will change and break.
|
||||
|
||||
### Screenshots
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
## Installing
|
||||
|
||||
A step by step series of examples that tell you have to get a development env running
|
||||
|
||||
Stay what the step will be
|
||||
|
||||
```
|
||||
ant run
|
||||
```
|
||||
|
||||
Check `hal.conf.example` for available configuration options.
|
||||
|
||||
## Running the tests
|
||||
|
||||
The current test coverage is greatly lacking, but to run the JUnit test cases run:
|
||||
|
||||
```
|
||||
ant test
|
||||
```
|
||||
|
||||
## Authors
|
||||
|
||||
* **Daniel Collin**
|
||||
* **Ziver Koc**
|
||||
|
||||
|
||||
## License
|
||||
|
||||
This project is licensed under the MIT License - see the [LICENSE.txt](LICENSE.txt) file for details
|
||||
|
||||
## Acknowledgments
|
||||
|
||||
* Tellstick, for open-sourcing their code
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 103 KiB After Width: | Height: | Size: 103 KiB |
|
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 68 KiB |
|
Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 74 KiB |
|
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |