DEPRECATED! Look at https://github.com/Neuronix2/IRISv3
A new version of IRIS-X (home automation system) with strong modular system. This is core part of smart home system with no human interface. Interface is available from IRISv2-Web repository.
Please remember that this project is in deep alpha and now is mostly for developers than for users.
- Extensible plugin system
- AMQP messaging protocol inside (RabbitMQ)
- JavaScript based dynamic scripts support for better automation
- More other stuff :)
- ZWave
- Noolite
- JDK 8
- RabbitMQ server
- Linux OS (work with Windows not tested)
mvn package
In project root directory you will find assembled IRISv2-linux-release.zip. Unpack them. Database for IRISv2 will be created dynamically at first run.
- Rename main.property.example to main.property in /conf directory
- Rename log4j2.property.example to log4j2.property in /conf directory
- Change what you need in main.property and log4j2.property
Type in command line: java -jar iris-core.jar or use conf/irisd script
Apache 2.0