Not all items showing up in Grafana

running oh 3.4.3. influx version 1.8.10.

I run a show measurements on my openhabdb in the cmd window and i get the following measurements:

CO2LevelOne
CO2OneTemp
DailyGallonsUsed
Daily_Heater_Runtime_Hours
Disease_Severity_Index
Disease_Severity_Temp
FieldSensorOneTemp
Field_Sensor_One_Humidity
FlowRateGPM
GreenhouseHeater_HeaterTemperature
Greenhouse_Disease_DiseaseOptions
Greenhouse_Disease_Humidity
Greenhouse_Disease_PlantLocation
Greenhouse_Disease_PlantOptions
Greenhouse_Disease_Severity
Greenhouse_Disease_Temperature
Greenhouse_Disease_TimeStamp
Greenhouse_PowderyMildew_Humidity
Greenhouse_PowderyMildew_PlantLocation
Greenhouse_PowderyMildew_PlantOptions
Greenhouse_PowderyMildew_Temperature
Greenhouse_PowderyMildew_TimeStamp
Greenhouse_Tower
Greenhouse_Tower_FormSubmit
Greenhouse_Tower_PlantOptions
Greenhouse_Tower_TimeStamp
HeaterTotalRuntime
Heater_Daily_Usage
Heater_Daily_Usage_MSec
LeftFan_LeftFanCurrent
LeftFan_LeftFanEnergyToday
LeftFan_LeftFanPowerLoad
LeftFan_LeftFanTotalEnergy
LeftFan_LeftFanVoltage
LeftFan_Thermostat_SP_F
LeftShutter_LeftShutterSwitch
LeftShutter_Thermostat_SP_F
MainHeater
MainHeater_On_Duration
MainHeater_Runtime_Hours
MainHeater_Runtime_Hours_Total
MainHeater_Runtime_Minutes
MainHeater_Runtime_Minutes_Total
MainHeater_Start_Time
MainHeater_Stop_Time
MainHeater_timestamp
MainWaterFlow_MainWaterFlow
Main_Heater_Last_On
Main_Heater_Today_Runtime
OneCallAPIWeatherandForecast_Current_Apparenttemperature
OneCallAPIWeatherandForecast_Current_Condition
OneCallAPIWeatherandForecast_Current_Gustspeed
OneCallAPIWeatherandForecast_Current_Humidity
OneCallAPIWeatherandForecast_Current_Pressure
OneCallAPIWeatherandForecast_Current_Rain
OneCallAPIWeatherandForecast_Current_Sunrise
OneCallAPIWeatherandForecast_Current_Sunset
OneCallAPIWeatherandForecast_Current_Temperature
OneCallAPIWeatherandForecast_Current_Windspeed
OneCallAPIWeatherandForecast_ForecastHours10_Snow
OneCallAPIWeatherandForecast_ForecastToday_Maxtemperature
OneCallAPIWeatherandForecast_ForecastToday_Mintemperature
OneCallAPIWeatherandForecast_ForecastToday_Uvindex
PropaneRemaining
PropaneUsageMonth
PropaneUsageToday
PropaneUsageWeek
PropaneUsageYear
PropaneUsageYesterday
Propane_DailyUsage
RightFan_RightFanCurrent
RightFan_RightFanEnergyToday
RightFan_RightFanPowerLoad
RightFan_RightFanTotalEnergy
RightFan_RightFanVoltage
RightFan_Thermostat_SP_F
RightShutter_ShutterTwoSwitch
RightShutter_Thermostat_SP_F
SGFrontHumidity
SGFrontTemp
SGLeftShutterPower
SG_LeftFan_Thermostat_SP_F
SG_LeftShutter_Thermostat_SP_F
SG_RightFan_Power
SG_RightFan_Thermostat_SP_F
SG_RightShutter_Thermostat_SP_F
Sensor1_AirTempFahrenheit
Sensor1_Sensor1Battery
Sensor1_Sensor1EC
Sensor1_Sensor1Light
Sensor1_Sensor1Moisture
Sensor1_Sensor1Temp
Sensor2_AirTempFahrenheit
Sensor3_AirTempFahrenheit
Sensor3_Sensor3Battery
Sensor3_Sensor3EC
Sensor3_Sensor3Light
Sensor3_Sensor3Moisture
Sensor4_AirTempFahrenheit
Sensor4_Sensor4Battery
Sensor4_Sensor4EC
Sensor4_Sensor4Light
Sensor4_Sensor4Moisture
Sensor4_Sensor4Temp
Thermostat_SP_F
TimeString
Today_MainHeater_Runtime_Hours
TotalGallonsUsed
TriplePlug_OutdoorTower
WaterFlow_GPD
WaterFlow_GPH
WaterFlow_GPM
WaterFlow_GPMO
WaterMeter_FarmWaterFlow
WaterMeter_FarmWaterFlow_GPM
WaterUsageLastUpdate
WeeklyGallonsUsed
field_sensor_one_battery
field_sensor_one_moist
g_farm_lights
g_sg_avg_temp
greenhouse_Temp_TodayMax
greenhouse_Temp_TodayMax_Time
greenhouse_Temp_TodayMin
greenhouse_Temp_TodayMin_Time
heater_Runtime_Total
left_fan
right_fan
sg_left_fan_power
sg_left_shutter_power
tower_greenhouse_FrontDewPoint
tower_greenhouse_FrontHumidity
tower_greenhouse_FrontTemperature

Everything posts into grafana up to the line starting with: Sensor4_Sensor4EC. From there on down none of those show up in grafana. Not sure that I can set something from a timeline that I did differently with the install. I added another database instance in grafana and connected to the same database. Still only shows those values.

They are in my persist file. Here is an example of one of them:

WeeklyGallonsUsed : strategy = everyChange, restoreOnStartup

So all of these do not show in grafana but are listed in the influxdb:

Sensor4_Sensor4EC
Sensor4_Sensor4Light
Sensor4_Sensor4Moisture
Sensor4_Sensor4Temp
Thermostat_SP_F
TimeString
Today_MainHeater_Runtime_Hours
TotalGallonsUsed
TriplePlug_OutdoorTower
WaterFlow_GPD
WaterFlow_GPH
WaterFlow_GPM
WaterFlow_GPMO
WaterMeter_FarmWaterFlow
WaterMeter_FarmWaterFlow_GPM
WaterUsageLastUpdate
WeeklyGallonsUsed
field_sensor_one_battery
field_sensor_one_moist
g_farm_lights
g_sg_avg_temp
greenhouse_Temp_TodayMax
greenhouse_Temp_TodayMax_Time
greenhouse_Temp_TodayMin
greenhouse_Temp_TodayMin_Time
heater_Runtime_Total
left_fan
right_fan
sg_left_fan_power
sg_left_shutter_power
tower_greenhouse_FrontDewPoint
tower_greenhouse_FrontHumidity
tower_greenhouse_FrontTemperature

and I have no errors in the log.

no clue.

thanks!

WeeklyGallonsUsed : strategy = everyChange, restoreOnStartup
WeeklyGallonsUsed* : strategy = everyChange, restoreOnStartup

here are a couple of more examples that do work from the persist file. are you saying they need to have the * at the end? that would be something new.

CO2LevelOne : strategy = everyChange, everyHour, restoreOnStartup
CO2OneTemp : strategy = everyChange, everyHour, restoreOnStartup

Now the star is for persistance of the group items but not the group itself i thought that is what you wanted. Start by showing how your items are defined do you string ?

no, those are all just individual items. here is the associated item:

Number WeeklyGallonsUsed "Weekly Gallons Used [%.2f gal]"

i don’t do anything with groups.

https://community.openhab.org/t/solved-cant-configure-items-in-grafana-through-influxdb-persist-not-refreshing-the-list/88327

wow, that’s crazy. that was it! just typed it in and it found it. thanks so much @stamate_viorel !