Giter VIP home page Giter VIP logo

yply / homegenie Goto Github PK

View Code? Open in Web Editor NEW

This project forked from genielabs/homegenie

0.0 0.0 0.0 103.15 MB

HomeGenie, the open source, programmable, home automation server for smart connected devices and applications

Home Page: https://genielabs.github.io/HomeGenie

License: GNU General Public License v3.0

C# 17.36% CSS 11.74% JavaScript 52.74% HTML 14.47% Shell 0.16% Inno Setup 0.21% Batchfile 0.08% TypeScript 3.11% SCSS 0.14%

homegenie's Introduction

Travis Build Status Build status

HomeGenie

Embeddable, Smart Home server for Windows, Mac and Linux.

  • Integrated drivers for X10, Z-Wave and ZigBee* (*coming soon), GPIO, SPI, I2C
  • Works 100% off-line without relaying on any external cloud service
  • Widgets designer and powerful scripting engine with fluent API supporting csharp, javascript, python
  • Powerful scheduler supporting extended cron expressions (with variables, conditions and logical operators)
  • Voice and text message based control
  • Localization
  • Dashboards, groups, configuration backup, plugin repository and much more!

Documentation

https://genielabs.github.io/HomeGenie

Precompiled packages and install instructions

Windows, Mac, Linux

https://genielabs.github.io/HomeGenie/download.html

Development

Contributing

Read the CONTRIBUTING.md file for information about contributing to this repository.

Repository structure

The main solution file is HomeGenie.sln that is located in the repository root.

  • assets/build common (all) and OS specific static files that are copied after the build process
  • assets/deploy OS specific files required for bundling and deploying the app redistributable
  • src/HomeGenie main application project files implemented as netcore app
  • src/HomeGenie.Net461 .net 4.6.1 project files sharing the same source code base from src/HomeGenie
  • src/HomeGenie.Tests project implementing Unit Tests
  • src/SupportLibraries support and utility libraries used by HomeGenie
  • src/WindowsService Windows specific solution for deploying HomeGenie as a Windows service
  • src/homegenie-ui-app This folder (currently in very early development stage) contains the new HomeGenie user interface implemented as a Angular 2 PWA.

Building from command line

In order to build HomeGenie msbuild version >= 15 is required.

From the repository root folder enter the command

msbuild /p:Configuration=Debug HomeGenie.sln

This will generate both the netcore and the net461 version of HomeGenie app.

netcore -> src/HomeGenie/bin/Degbu/netcore3.0

net461 -> src/HomeGenie.Net461/bin/Debug

Running

netcore

cd src/HomeGenie/bin/Debug/netcore3.0
./HomeGenie # (or 'dotnet HomeGenie.dll')

net461

cd src/HomeGenie.Net461/bin/Debug
./HomeGenie.exe # (or 'mono HomeGene.exe')

Integrated Development Enviroment

JetBrains Rider is the official IDE employed for developing this project.

JetBrains Logo JetBrains Rider Logo

Related projects


Disclaimer

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

homegenie's People

Contributors

bounz avatar clintoncrick avatar dansantee avatar dmayard avatar fgeorgsson avatar fmstrat avatar genemars avatar gitbjo avatar gitter-badger avatar hybridview avatar jeroenketels avatar klagopsalmer avatar mdave avatar mvdarend avatar noliono avatar oohansen avatar owenfromcanada avatar raptorjr avatar snagytx avatar wolfgang928 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.