Closed roberthau1981 closed 1 year ago
BTW i love the flair integrated into homekit.
I'm unable to see what image you're attempting to upload (it wasn't uploaded).
What entity are you using? (The climate entity from your structure, room, etc)
I'm unable to see anything. All of your replies are coming in like this:
Switch over to the github site to upload images/reply.
What card are you using in Home Assistant to display the graph?
Also, can you please provide pictures of each of the rooms that aren't showing up in the graph --> Provide images from the Flair integration screen for each room that shows all entities associated with each room. For example:
Also please provide the YAML code that you have for the graph card you are using. You can do that by editing the card and selecting "SHOW CODE EDITOR", which will show the YAML being used to create the card.
This is the multiple Graphs.
type: custom:plotly-graph entities:
This is a sample thermostat type: thermostat entity: climate.hallway_room
From what I can see in the YAML, your graph card doesn't have the climate entities for the 3 Flair rooms you're missing defined. Since the Flair room climate entities are climate entities and not sensors, you will also need to define the attribute that you want to plot for each one of them (as shown in the plotly-graph documentation). For example, if I want to plot the current temperature for my Flair dinning, bedroom, and office rooms, the YAML would look like this:
type: custom:plotly-graph
entities:
- entity: climate.dining_room_room
attribute: current_temperature
- entity: climate.bedroom_room
attribute: current_temperature
- entity: climate.office_room
attribute: current_temperature
hours_to_show: 24
refresh_interval: 10
What you end up with is this:
your awesome that was the fix.
We have 3 thermostats in the house.
The thermostat card shows the current value, but i can't graph the value anywhere.
I'm using a nest 3rd gen and 2 honeywell d6 pro's1
![Uploading image.png…]()