Skip to content

APCOvernight/huelog-statuspage

Repository files navigation

HueStatus Log Status Page

NPM Package License Build Status Coverage Status Maintainability Dependencies Greenkeeper badge

HTML page for HueStatus logs

Features

  • Quickly see the most recent log event
  • Shows the most recent

Installation

npm install -g huestatus huelog-statuspage

Create a .huerc file on your home directory, see HueStatus Docs for more info. Add an object like this to the reporters array:

{
  "name": "huelog-statuspage", // Required to tell HueStatus to load this reporter
  "logLevel": "info", // Level of logs to be sent to the Status Page - debug, info or error (info is most useful)
  "port": 3131 // Port to serve the status page on. Make sure this port is not in use by antother process (Defaults to 80)
}

Then run huestatus, an express server will be started and you can browse to it to see the latest status.

About

HTML status page for latest HueStatus log events

Resources

Stars

Watchers

Forks

Packages

No packages published