I am wanting to plot 2 entities on this card. One is measured in percent (0-100) and the other presence (home/away).
Is it possible to get these on the same graph using a secondary Y?
I have tried all sorts of combinations unsucessfully.
Here is my card:
Great, what could happen when using state_map is that an âolderâ state_map configuration gets cached, so if you e.g. initially specify an invalid/broken state_map and then correct it later, the old one will probably be cached causing the line not to render as expected. This should fix itself with time as the sensor is updated but itâs also force cleared when changes to the hours_to_show option is made and the browser window is refreshed.
I see, I looked for the sensor number CCS811
I am sure that even if those are not the right one, you can find the right one on Aliexpress on a cheaper price
I did look into monitor.sh long time ago and yes, it does look a bit of a mess to configureâŠ
I guess Iâll have to do it at some pointâŠ
I have noticed on my test that the state_map wasnât working⊠at least not all the time⊠So for night/day I do use a template sensor, you might want to use the sameâŠ
Just make it return 1 or 0 depending if itâs home or away
Hello everyone,
I got two questions for you.
Is it possible to group by week or by month?
Is it possible to display multiple entities on a bar chart?
I use utility_meter integration to know my energy consumption at home for five different power sensors.
I would love to see per week/month the usage of each sensor and compare them to each other.
Anybody knows how to achieve that?
No, you could group by a rolling seven days period but I guess you want it to be sunday-sunday.
For a rolling 7-days set points_per_hour to 0.005952380952381 (1/168) and hours_to_show to 168 times amount of weeks you want to display.
Yes, you can list several entities under the entities option.