-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[NewFeature] Is it possible to add sensor for actual energy of panel? #19
Comments
No, i don't think this would be a good idea. (This would require an extra request per panel). If you want a daily sensor you can use a utility meter with the lifetime sensor as input and the cycle to daily. Then you can have a sensor with the daily value. |
Not at all. This would require only one request. All |
Ok true. It would require 1 extra request. But with a 16 panel setup, it is now build to make 16 request + 1 request for the life time energy sensor. I don't see the reason to add 1 more request to get the daily value when you get the same request with a utility meter. |
it is not Daily value. It is current ie. at the moment of update value. Ideał for making charts or more. It changes during the day |
but that value is reset after each day i think? And it keeps counting up? not down i assume? But for now, no, i wont look at this. Im trying to rebuild this intergration in order to make it more stable, So my focus is on that. If it all works again and is more stable (trying to decrease the number of requests) i will take a look at this again. |
The value is 0 when there is no production so it is dark outside. So one might say that it is reset every day but to be more accurate it falls to 0 after sunset and start rising after sunrise. |
Yesy I know. But having for example 20 panels forces you to create 20 utility meters extra besides sensors from integration. |
For the total number of sensors in HA it doesn't matter where you create them, you will still need to have them. 20 meters for total energy (provided by the integration) and 20 utility meters reset per day (those you make yourself). |
For monthly and yearly data I would advice sending your daily-values to InfluxDB (using Node-Red) and plotting graphs from this data with Grafana. Saves you a lot of sensors :) |
You don't have to create any extra entity for this. It can be added as a new atribute to the existing ones like any other. So no need to create any extra entitites just use the ones provided by integration. |
Hi,
is it possible to add sensor for actually produced energy? I think it is available in this endpoint https://monitoring.solaredge.com/solaredge-apigw/api/sites/<<SITE_ID>>/layout/logical in reportersData sesction:
For now your integration have only lifetimeEnergy sensor
The text was updated successfully, but these errors were encountered: