I would like to also display the CT sensor power as a percentage as these change for each sensor. Currently there are 31 sensors (i have one spare). Ideally I would like the percentage displayed on the same line as the power value and to change as the values change. Also I wish to keep the list sorted, high to low.
I have no idea how to accomplish this so any help would be very useful.
Does each device have an entity for power consumption as a percentage or do they only an entity for power consumption in watts as shown in your screenshot?
If they have an entity for percentage then use the custom:multiple-entity-row card with the auto-entities card to display both values.
If they do not have an entity for percentage then the only thing i could think of would be to create a custom sensor for each device that calculates its percentage by dividing the value of its watts by the value of the total watts. You could then use the custom:multiple-entity-row card with the auto-entities card to display both values.
Thanks for your reply. Each device (breaker) has 3 entities. These are all in Watts or Kw. They are Month, Today and Minute Average. I fear that I shall need to try your suggestion of addin up all the Watts and generating individual percentages for each breaker and time period. That sounds like nearly 70 Helpers if I include percentages for the two incoming phases. I am not sure I want to maintain all of those.
I had thought to do this before I posted and I posted because I did not want to have 70 Helpers I still don’t want them. I think that I shall live without percentage values. After all, I have Excel.