Attempting to send a state update of an item which doesn't exist: SolarEdge_Aggregate_Week_Production
Attempting to send a state update of an item which doesn't exist: undefined
anyone observe the problem with SolarEdge binding with channel “Aggregate Week Production”? How to resolve that?
What’s the full log statement. All that stuff to the left is maningful and important. In this case it’s importatn because that error looks a whole lot like one that comes from MainUI, not the binding.
Ultimately, the warning is complaining about Item SolarEdge_Aggregate_Week_Production but your screenshot shows the Channel is linked to an Item named Solaredge_Production_Week.
So which Item is it? Which one exists? Where is the error/warning comming from?
Why I didn’t see the value of item lined to week channel? But I see values in other items lined to day/month/year.
PS: I created again new thing “SolarEdge2” (not linked to MainUI) + 2 new items for day and for week production - result is the same I see value of item for day, but I don’t see value of item for week (only “UNDEF”)
Please avoid posting screen shots as much as possible. They are hard to read, cannot be searched, copied, edited, etc.
Yes, that error is comming from MainUI and it means you have a widget that is asking for the state of an Item that doesn’t exist. It’s irrelevant to the Thing Channel and Item linked to the Thing.
Beyond that I don’t know this binding. Maybe it only updates the Item once a week?
Items get initialized to NULL so if the Item is UNDEF it is set to that by the binding itself. So the Item reflects what the binding is telling it to be. The docs for the add-on do not say why and under what circumstances it will set an Item to UNDEF. Maybe the logs will be informative.
If I recall, the weekly data has never worked for my system either. It’s not one of the values that I use so I’ve never looked in to it, but I think this has been a long standing issue.
thank you for the voice of another user, so the problem is not on my side, but still it is a pity that it does not work and has not been solved as you write for a long time