Weather-chart-card not working with sensor entity

Trying to use card with my WeatherFlow Tempest system and all of its entities are “senor”, not “weather”.

I tried to use the card and I get “Please, check your weather entity”.

My temperature entity is:

sensor.tempest_st_00001664_temperature

They all start with sensor.

How do I get this card to work with this weather station. I do not see anything wrong with the various Tempest items being called sensors as that is what they are?

Thanks

@Yevgeniy I think this is your custom card? Any way it can support both weather and sensor entities?

This might help…
Template Weather Provider - Home Assistant (home-assistant.io)

Ok, more to read and cross reference etc.
This looks like it takes my sensors and makes them part of a weather entity.
Also loos like it cannot handle all the sensor entities I have.
Oh, well, its a start.
Definitely not an easy task for a novice to complete.

Thanks, I’m off to give this a go…

Give up for now.

custom:mini-graph-card is working much easier with mu actual sensor entity names.

of course you can work with individual sensors, there is also a very nice and complex weather card that can do this but there is a though behind the ‘weather’ part, a.o. being comparable amongst one another on setup and attribs. I can not image why ‘weather’ would not be able to deal with your sensors but why spending time on that if you are not too :slight_smile:

Makin-Things/platinum-weather-card: This is a fully customisable weather card for Home Assistant with a graphical configuration. (github.com)

I guess I’ll have to take a closure look.

My point was that without having to manually setup “weather” in YAML and it looks like basically having to manually map all my “sensors” to a “weather” equivalent, I can simply tell the “mini-graph-card” the “sensor” entity and it plots them.

There must be some benefit to remapping everything to “weather” so I’ll read a bit more before I commit either way.