Giter Club home page Giter Club logo

smart-home-frontend's Introduction

Smart Home Frontend

This application is the frontend part and talks to the Smart Home Backend via WebSockets.
The UI is designed to run on a 5" touch display (800ร—480px) attached to a RaspberryPi.

Views

Lights

Display and toggle light state.

Lights view

Weather

Display the current weather for every client.

Displays the current weather

Charts

Display the weather data of the last 24 to 30 hours.

Displays the weather data as line chart

Plants

Display the current moisture level.

Plants view

Charts

Display the moisture level of the last seven days.

Render moisture as line chart

Settings

Open for further development.

Display settings

Installation

  1. Run npm install && npm run build
  2. Optional: Deploy to the production system
  3. Install screen via sudo apt-get install screen
  4. Open named screen session screen -S client
  5. Start the backend app that should be available at http://localhost:3000
  6. Run DISPLAY=:0 chromium-browser http://localhost:3000 --kiosk --noerrdialogs --disable-translate --no-first-run --fast --fast-start --disable-infobars --disk-cache-dir=/dev/null on the production system
  7. Leave session with strg+a d and reattach with screen -r client

Development

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your unit tests

npm run test:unit

smart-home-frontend's People

Contributors

tilmanjusten 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.