https://www.domoticz.com/forum/viewtopi ... 60#p242280
Minglarn wrote: ↑Saturday 04 April 2020 9:53 Question...
Realy like the GRAP funktion.. Smooth and nice...
Is there an option to rename the devices as they show up in the graph, I want them to show as there are named in Domoticz.
Graph block:Code: Select all
blocks['all_zones'] = { title: 'Room Temperatures', devices: [1831,2358,3016,1115,2887,2396], groupByDevice: 'horizontal', graphTypes: ['te'] };
As you can seem the 1831device is named "Groventre" in Dashticz but shows up as "Groventre (HUE)" in the graph..Code: Select all
blocks[1831] = {title: 'Groventre', width:3};