MyController V2.0 no metrics on the Dashboard
- 
 Hey all, I installed MyController v2.0 on a NanoPi. 
 InfluxDB v1 is up and running.
 I also connected a MySensors serial Gateway plus few sensors - all good: But I´m not able to show any metrics on the Dashboard ;( 
 The Resource config for a Line Chart looks like:
  but I´m always getting > Error: no resource available to get metric data 
 Any hint on this?
 Or documentation for v2.0 yet..?;)) Thank you so much! 
- 
 in Yaml format it's easier to understand your problem. welcome with MyController, the minimalist of the minimalists  Here is an example of a temperature sensor on one of my Dasboards 8565-f5945591f8bc title: Sallon - Sensor Temp - 12hours showTitle: true scrollbarDisabled: false static: false type: widget_utilization_panel layout: w: 37 h: 53 x: 35 'y': 0 config: chart: color: '#ffa940' fillOpacity: 15 height: 70 interpolation: basis strokeWidth: 1.5 thickness: 20 yAxisMaxValue: '' yAxisMinValue: '' metric: duration: '-12h' interval: 3m metricFunction: percentile_99 refreshInterval: '300000' resource: displayName: true filter: {} filterType: quick_id isMixedResources: false nameKey: name quickId: GwRs485.33.9.V_TEMP resources: [] roundDecimal: 0 timestampKey: current.timestamp type: field unit: deg valueKey: current.value table: {} type: spark_area
- 
 ...changing to Utilization Panel did the trick! 
 Now I´m getting metrics into the Dashboard 
 Also the filter looks logical to me (GW.Node.Type.Value):
- 
  
- 
 btw: 
 could you pls change the topic into:
 "MyController V2.0 no metrics on the Dashboard"
 if that makes sense Thank you so much 
- 
 @vidpix welcome to MyController  
 if you uselabelsas filter appendlabels.as prefix of the key.
 samples:labels.ms_node_id,labels.ms_sensor_idin the filter key you can choose anything. you can easily understand if you see yaml view of a field.