View single post by slychiu
 Posted: Sunday Apr 6th, 2025 09:39 am
 PM  Quote  Reply  Full Topic 
slychiu



Joined: Saturday Apr 29th, 2006
Location: Singapore
Posts: 5865
Status: 
Offline

  back to top

It is possible to graph the sensor values on the dashboard  using the built in graphing tool in Home Assistant.



The graph above is done by editing the Dashboard Raw configuration Editor. 

views:
  - title: Home
    cards:
      - type: history-graph
        entities:
          - entity: sensor.temperature
          - entity: sensor.humidity
        hours_to_show: 24
        refresh_interval: 60

views:
  - title: Home
    cards:
      - type: statistics-graph
        entities:
          - entity: sensor.temperature
          - entity: sensor.humidity
        chart_type: line
        period: hour

This can be viewed live at our demo system
http://slychiu.ddns.net:9000/dashboard-environment/0
user name: comfortpassword Cytech408935

Last edited on Friday Apr 11th, 2025 06:29 am by slychiu

 Close Window