Has something changed to the history tab or is it the data I am feeding it? My issue I can not seem to work out is how to change my sensor monitoring Solar Panels to a history graph not a line with blocks?
Created a sensor which is working fine and then a Node Red flow to monitor the MQTT state. Created a gauge which works. Added a History Graph Card and rather than a graph its a line with colors?
Right is a Power Monitor which is how I want the History Graph on the right to look?
Solar Power Sensor:
Blockquote
- platform: mqtt
name: “Output Power”
state_topic: “home/PV/PVOutputPower”
scan_interval: 30
icon: mdi:transmission-tower
Smart Meter Sensor
Blockquote
- platform: mqtt
name: “home-energy-monitor-2”
state_topic: “homeassistant/sensor/home-energy-monitor-2/state”
unit_of_measurement: “Kwh”
icon: mdi:transmission-tower