Statistics Graph not finding Jandy - need alternative

I am wanting to create a graph on my dashboard to show me what my pool temperature has been over the past 30 days.
My pool temp sensor has been added with the Jandy integration but seems the stats graph card can’t find it.

Is there an alternative method here? Maybe a custom card or something?

Your sensor needs a valid device_class, state_class and unit_of_measurement.

If any of those are missing from the sensor attributes than you can add them using manual customisation.

1 Like

circling back around to this one after being on vacation.

I am still not able to find it.
I see it has a unit of measurement.
I did add device_class for temperature.
It still does not show up.

image

homeassistant:
    external_url: hidden URL
    customize:
        sensor.pool_temp:
            device_class: temperature

quick update after doing a search.
I can finally see the sensor, but no data showing.
I am going to assume that if I create this card, if will THEN START saving data?


homeassistant:
    external_url: Some URL
    customize:
        sensor.pool_temp:
            device_class: temperature
            state_class: measurement
            on: true

Adding quick note, changed it to hour. The pool is on and showing temp, but even after changing the graph to hour, still not seeing anything.

From my pool dashboard:

image

I solved this.
I had the attributes in the wrong spot.