Olen
Olen
Do they show data in the integrations page?
Any error-messages, either in the browser developer console or the home-assistant log?
Doesn't look like the card is configured correctly. `entity_id` seem to be empty? Try removing all the bars, and add them back one by one. Could be an issue with...
Thanks. I should probably add some checking if the sensors exists. The "lit-element"-error is just cosmetic for now, and there is another issue open to track that.
Yeah. I just released a 2024.7-beta of the plant integration. Hopefully that fixes it.
It might be that the connection succeeds, but that the characteristics are different for your device - hence `306b0002-b081-4037-83dc-e59fcc3cdfd0` does not exist. I have not had much time to work...
Not sure what this request is about. Each plant will only have one sensor of each type. And each plant can be uniquely named (and the name is displayed already).
That would mean that the script need to either cache the data locally and do different calculations or you need to find the correct IDs to poll to fetch the...
Just out of curiosity - do the historical data provide you with any info that you can not get if you log data to a database? If I already get...
Hi and thanks for the info. It's been a while since I looked at the code (it seems to work for my use case), but looking at what I have...