The card is cached somewhere and did not update #54
Unanswered
paulsteigel
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
HI Dante,
As I want to have showing details output per solar array, I tried to modify the following section of the card
and added with entities to reflect the live output of each solar array.
I failed in doing so as I don't understand the logic of programing on the following section of the file lux-power-distribution-card.js
I did a little test on changing pv_power to pv_power_1 to check whether the card will update with some new data putted in.
However, by the end, nothing worked. I revert back to your orgiginal code but the card did not accept the orginal pv_power but only pv_power_1 that is no longer in existent.
I remove the card from HACS and download again, I check the code on lux-power-distribution-card.js and it is the orgiginal code from your with pv_power
However, the card on dashboard only accept with the name pv_power_1. regardless how many time I do system restart. If I put pv_power, it simple throw an error.
With pv_power_1 the card shown but displaying no solar
Please be sorry for creating the mess.
Can you be so kind to help me solving the problem with thanks!
Best,
Ngoc
Beta Was this translation helpful? Give feedback.
All reactions