I checked everything and even started with a new settings file: no result.
I'm using 3 temperature/humidity sensors which are the same.
This is what I get:

When I hover over "TEMPERATUUR SLAAPKAMER", I get: "VOCHT WOONKAMER: 51%".
This is what the settings.js has:
Code: Select all
//other devices
['8', 'Humidity', 'cell7', 'Vocht woonkamer', 'woonkamer', '#b2c831'],
['8', 'LastUpdate', 'cell70', 'Vocht woonkamer'],
['650', 'Temp', 'cell8', 'Temperatuur slaapkamer', 'slaapkamer', '#2980B9'],
['650', 'LastUpdate', 'cell80', 'Temperatuur slaapkamer'],
['92', 'Usage', 'cell9', 'Elektra (Watt)'],
['92', 'Data', 'cell29', 'Elektra'],
['92', 'CounterToday', 'cell39', 'Elektra'],
['92', 'LastUpdate', 'cell19', 'Elektra'],
['667', 'Temp', 'cell10', 'Temperatuur werkkamer', 'werkkamer', '#C0382B'],
['667', 'LastUpdate', 'cell100', 'Temperatuur werkkamer'],
['630', 'Data', 'cell11', 'Kodi Status'],
['597', 'Status', 'cell12', 'Toiletverlichting Status'],
['509', 'Status', 'cell13', 'Ventilatie', 'arrow'],
];
I've found it. The 'divs' are hardcoded in frontpage.html and must not be changed:
Code: Select all
<!-- DONUT CHART -->
-knip-
<div id="badkamer" style="height: 11.313em;width: 11.313em;margin: auto;"></div>
-knip-
<!-- DONUT CHART -->
-knip-
<div id="woonkamer" style="height: 11.313em;width: 11.313em;margin: auto;"></div>
-knip-
<!-- DONUT CHART -->
-knip-
<div id="buiten" style="height: 11.313em;width: 11.313em;margin: auto;"></div>
-knip-