GithubHelp home page GithubHelp logo

emoncms's Introduction

Emoncms with mqtt input configured

Emoncms is a powerful open-source web-app for processing, logging and visualizing energy, temperature and other environmental data. Emoncms with mqtt_input configured

Run with:

docker run -d --name='emoncms-mqtt' --net='bridge' \
          -e 'MYSQL_PASSWORD'='password' \
          -e 'MQTT_HOST'='host_ip' \
          -e 'MQTT_PORT'='1883' \
          -e 'MQTT_USER'='username' \
          -e 'MQTT_PASS'='password' \
          -p '8080:80/tcp' \
          -v '/tmp/emoncms/etc/mysql':'/etc/mysql' \
          -v '/tmp/emoncms/mysql':'/var/lib/mysql' \
          -v '/tmp/emoncms/phpfiwa':'/var/lib/phpfiwa' \
          -v '/tmp/emoncms/phpfina':'/var/lib/phpfina' \
          -v '/tmp/emoncms/phptimeseries':'/var/lib/phptimeseries' \
          -v '/tmp/emoncms/html':'/var/www/html' \
          -v '/tmp/emoncms/crontabs':'/var/spool/cron/crontabs' \
          -v '/etc/localtime':'/etc/localtime':'ro' \
          jakezp/emoncms

Change:
MYSQL_PASSWORD - MySQL password
MQTT_HOST - MQTT hostname or IP (If MQTT_HOST is not specified, MQTT support will not be enabled)
MQTT_PORT - Optional. If not specified, 1883 will be configured.
MQTT_USER - Optional. If not specified, it will be left blank.
MQTT_PASS - Optional. If not specified, it will be left blank.
/tmp/emoncms - preferred location on the host

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.