summaryrefslogtreecommitdiffstats
path: root/web/dashboard_info.js
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@tsaousis.gr>2017-07-25 21:46:35 +0300
committerGitHub <noreply@github.com>2017-07-25 21:46:35 +0300
commit22bac1ff475a00dfd571dfbd0fd5764bc0cbb313 (patch)
treeede4f92d05ce90dabbb319fe80d4d89149ab130d /web/dashboard_info.js
parent315417300918ef0c575a7b68a87f422c01914bc2 (diff)
parent8ae4005cee62e4a0d4ab44f5ad2c105e469d3353 (diff)
Merge pull request #2448 from BrainDoctor/stiebeleltron
add plugin for Stiebel Eltron heat pump system
Diffstat (limited to 'web/dashboard_info.js')
-rw-r--r--web/dashboard_info.js18
1 files changed, 17 insertions, 1 deletions
diff --git a/web/dashboard_info.js b/web/dashboard_info.js
index ffc3062d90..5a6d3eaed3 100644
--- a/web/dashboard_info.js
+++ b/web/dashboard_info.js
@@ -291,6 +291,12 @@ netdataDashboard.menu = {
info: undefined
},
+ 'stiebeleltron': {
+ title: 'Stiebel Eltron',
+ icon: '<i class="fa fa-thermometer-full" aria-hidden="true"></i>',
+ info: undefined
+ },
+
'snmp': {
title: 'SNMP',
icon: '<i class="fa fa-random" aria-hidden="true"></i>',
@@ -1430,5 +1436,15 @@ netdataDashboard.context = {
commonMin: true,
commonMax: true,
valueRange: "[0, null]"
- }
+ },
+
+ // ------------------------------------------------------------------------
+ // Stiebel Eltron Heat pump installation
+
+ 'stiebeleltron.system.roomtemp': {
+ commonMin: true,
+ commonMax: true,
+ valueRange: "[0, null]"
+ },
+
};