diff --git a/ioBroker/Blockly/CradLChart_Influx2.js b/ioBroker/Blockly/CardLChart_Influx2.ts similarity index 99% rename from ioBroker/Blockly/CradLChart_Influx2.js rename to ioBroker/Blockly/CardLChart_Influx2.ts index 2f48d31e..6eb4ef5d 100644 --- a/ioBroker/Blockly/CradLChart_Influx2.js +++ b/ioBroker/Blockly/CardLChart_Influx2.ts @@ -12,8 +12,8 @@ const xAxisLabelEveryM = 240; // add all sensors which are to be displayed in this script, there is no need to use multiple scripts const sensors : Record = {}; /* ↓ Id of the sensor ↓ Id of the data source for the charts */ -sensors['deconz.0.Sensors.65.temperature'] = Path + 'buero_temperature'; -sensors['deconz.0.Sensors.65.humidity'] = Path + 'buero_luftfeuchte'; +sensors['deconz.0.Sensors.65.temperature'] = Path + 'buero_temperature.ACTUAL'; +sensors['deconz.0.Sensors.65.humidity'] = Path + 'buero_luftfeuchte.ACTUAL'; // create data source for NsPanel on script startup Object.keys(sensors).forEach(async x => {