Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.17 KB

README.md

File metadata and controls

37 lines (31 loc) · 1.17 KB

HOMER

Java CI with Gradle License: GPL v2

About The Project

HOMER is a smart home emulator. It allows to control multiple devices and sensors through a dashboard, and it's able to automatically manage some scenarios to improve electrical consumption, air quality and heat waste. Of course it's just an emulator, it won't open your windows or turn on any light in your house while you're sleeping, hopefully. Features:

  • Air quality tracking
  • Temperature tracking
  • Electrical consumption tracking
  • Graph view
  • Add and remove devices

This software is developed by:

Building and running the project

You can build using Gradle: Unix-based systems:

chmod +x gradlew
./gradlew build

Windows:

gradlew.bat build