Giter Club home page Giter Club logo

livisi-unofficial-smarthome-frontend's Introduction

Unofficial LIVISI Gateway

This is a community project and is not affiliated with LIVISI in any way. It enables a higher performance by caching

  • Locations
  • Devices
  • Capabilities (The things a device can perform)

as they won't change often. This results in an incredible performance boost as now only 3 other requests need to be performed on device.

Deploying

version: '3'
services:
  gateway:
    image: samuel19982/gateway:latest
    volumes:
      - "./db:/app/db"
    ports:
      - "80:8000"
    environment:
      - BASE_URL=<your-livsi-url>
      - PASSWORD=<your-livisi-password>
      - USERNAME=<your-livisi-username>

The url normally starts with http://<ip-address:8080 . Please don't add a / to the end of the url. The username is currently hardcoded in every LIVISI product admin. The password can be retrieved from the serial number of the device.

Deploying on Windows

  1. Download the latest artifacts from the summary tab of the Build release binaries tab.
  2. Extract the files to a folder.
  3. Open the file run.bat in your favorite editor
  4. Enter the base url e.g. http://192.168.1.20:8080
  5. Enter the username, normally admin
  6. Enter your livisi shc password
  7. Run the script with .\run.bat
  8. Visit the ip address of your computer on port 8000. You will be redirected to /ui.

UI

The UI is available at /ui. It is a beautiful interface to view the cached data.

charts

Settings

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.