Thanks for replyinh.
No it is not showing up in history but it is not excluded specifically. Dam, I forgot about that. I prob need a config line on the sensor for history.
schoolboy error. I had a recorder.yaml in my packages area that I meant to remove months back but forgot. You made me recall it. The sensor domain was excluded - for a test I was doing at the time.
Thanks. Working now.
So all working, but from the config options, I am unsure how I would plot a switch (on/off) state (1/0) on a graph of sensor temps. I’m getting N/A but as an aside, I would imaging it would only plot 0 or 1 on the Y axis which would not really be visible in this graph?
How might I do this-if at all? I was looking into data-generator but i don’t feel it is that complex and there’s probably a simple way - I just do not know it. Issue is, that 0 would be off the axis and so would 1 (on).
Yep, the transform would be idea - I was looking for something like that , a function, but couldn’t find anything. Sure, I would set it to 0:5 or something , so that I get no plot (0) or a column bar to y=5 high. That would provide a nice emulated digital plot along the bottom.
Will download the beta and report back.
Y axis title working thanks and warning understood.
WTH… how can I install it via HACS? Am I blind? I searched through and cannot find it:
I’m on 2021.1.5 and most recent version of HACS… even reinstalled it to make sure it is properly updated with info about repositories. I get notifications about new repositories as these arrives… what is wrong?
Yeah, as per edit above, I cleared the cache. darn annoying. I will look into HACS thanks.
For the moment just trying to understand why my switch.danfoss_ch_2 is not plotting 0 or 5. It is not plotting at all yet I have the history for it.
HA card code editor keeps changing transform: "return x === 'on' ? 5 : 0;"
to transform: 'return x === ''on'' ? 5 : 0;'
note the quotes.
EDIT: If I hover the mouse over the X axis , and slide left to right, the values 0 and 5 are shown in the popup , but I can’t take a pic of this because when I mouse-click to grab a screenshot , the popup on the graph is not shown. So the graph seems to “know” the correct 0 and 5 values , but not plotting them?