Some items missing from Grafana

I managed to set up everything with Influx+Grafana, but noticed that not all my items are available for Grafana to graph. I´m Espesially looking for my lux sensor from the Multisensor6. I can see that influx is logging the sensordata in hand:

Enter an InfluxQL query
> use openhab_db
Using database openhab_db
> show series
key
---
AstroSunData_Daylight_EndTime
Bathroom_CO2
Bathroom_HeatIndex
Bathroom_Humidex
Bathroom_Humidity
Bathroom_Noise
Bathroom_Pressure
Bathroom_SignalStrength
Bathroom_Temperature
DEVICEBryter1_Switch
.......
ZWaveNode8ZW100Multisensor6_BatteryLevel
ZWaveNode8ZW100Multisensor6_BinarySensor
ZWaveNode8ZW100Multisensor6_MotionAlarm
ZWaveNode8ZW100Multisensor6_SensorLuminance
ZWaveNode8ZW100Multisensor6_SensorRelativeHumidity
ZWaveNode8ZW100Multisensor6_SensorTemperature
ZWaveNode8ZW100Multisensor6_SensorUltraviolet
ZWaveNode8ZW100Multisensor6_TamperAlarm

But nothing in Grafana. Any ideas? Is Grafana looking for any specific to display the Items?

If I remember well, Grafana will only show Items which have already stored data in the DB

check with:

select * from ZWaveNode8ZW100Multisensor6_BatteryLevel limit 10

actually… there should be data there since the series have been created… so I don’t know why they don’t show up in Grafana :frowning: