@mpahic wrote:
As you can see from the picture, the points show ok values, but the x-axis and y-axis are totally jumbled. How can I fix this?Here is my graph config:
name: Temperature entities: - name: Bedroom entity: sensor.room_temperature type: history-graph hours_to_show: 48
And this is my sensor config:
- platform: mqtt name: "Room Temperature" state_topic: "room1/temperature" qos: 0 unit_of_measurement: "°C"
Posts: 6
Participants: 3