Git Product home page Git Product logo

mqttdashboard's Introduction

mqttDashboard

Simple Web Dashboard for MQTT via Websockets. Add buttons, sliders, ...

Demo

Might be available at: http://mqttdashboard.dirkheinke.de/

Docker

We provide a Dockerfile based on NGINX that allows you to run the MQTT Dashboard locally

Build image

docker build -t mqttdashboard:local .

Run container

docker run -d --rm --name mqttdashboard -p 8888:80 mqttdashboard:local

Run pre-built container

docker run -d --rm --name mqttdashboard -p 8888:80 darkdirk/mqttdashboard

In your browser, open: http://localhost:8888 and you should see the dashboard.

mqttdashboard's People

Contributors

dirkheinke avatar eggijan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

zwmyint

mqttdashboard's Issues

Deleting the currently used dashboard crashed app

Deleting the currently used dashboard results in an error on page refresh:

main.js:210 
Uncaught TypeError: Cannot read property 'name' of undefined
    at activateDashboard (main.js:210)
    at init (main.js:339)
    at main.js:346

No default dashboard

If no dashboard exists, adding a widget fails.

Solution 1: Automatically add a dashboard

Solution 2: Disable add button until a dashboard is loaded

Connection not checked

If you connect to a broker and use invalid settings, the user is not informed and the view switches to the next state.

The app should wait for on("connect"

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.