Page 1 of 1

Domoticz Health Dashboard (written in Node-Red)

Posted: Friday 19 October 2018 21:18
by ben53252642
Hey folks,

I've released my health dashboard for Domoticz written in Node-Red.

A web interface displays problems found throughout a home automation system using information from Domoticz.

Problems are ordered and rated by severity:
  • Low
  • Medium
  • High
  • Critical
Problem definitions include:
  • Devices not seen for an extended duration (missing)
  • Low battery levels
  • Devices reporting a low signal
  • Detect unidentified Z-Wave nodes
  • Detect dead Z-Wave nodes
There are different sub severity levels within each definition, for example a battery level of 50% would show up as low severity at the bottom of the list (something to potentially keep an eye on). As the battery level continues to drop it will make its way up the list and eventually be marked as critical. Should the device fail / stop responding before it reaches critical battery, it will be picked up via the missing devices definition.

screenshot.png
screenshot.png (251.61 KiB) Viewed 2485 times

Better quality screenshot and instructions can be found here:
https://github.com/ben423423n32j14e/dom ... hdashboard

The project was created out of a personal need to make sense of the huge amount of data available via Domoticz to see where problems are in the system and what needs my attention.

Re: Domoticz Health Dashboard (written in Node-Red)

Posted: Saturday 20 October 2018 9:52
by remb0
Looks very nice! I have tried it and got: 20 Oct 09:50:14 - [error] [json:9a3dfb6a.01c068] Unexpected token < in JSON at position 5
But as a real node-red noob I don't know where to look :P