-
Notifications
You must be signed in to change notification settings - Fork 17
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
[Request] MyEnergi device priority #2
Comments
The ME system already does this, the device set as priority-1 takes solar excess then when satisfied device with priority-2 takes over? |
I think you've taken this up a little wrong. The goal here is to accurately estimate the green energy used by each device. The green energy values from ME are not accurate, particularly for the zappi. To estimate them correctly using this integrations sensors I need to know each devices priority. Right now I have the device priority hard coded based on what I have set in the app, what I want is to replace this hard coded value with the polled correct device priority. |
I was merely observing that in the ME systems priority is taken care of and no way to turn it off, so why try and override it. |
Thanks for your feedback but I think you are picking this request up wrong and this issue is becoming a discussion without need. |
Fixed in latest version |
Update API endpoint for location discover
Updated location discovery API endpoint
Hi,
I am creating custom sensors to correctly calculate the green energy used by the house, zappi and eddi. They essentially work backwards using House power (total - myenergi) and solar, if solar is > house power then put it into priority 1 device, if what this is greater than what is in priority 1 device then assign it to priority 2 device ....
To do this accurately going forward it would be great to have the priority of the devices. Right now I have it hardcoded.
The text was updated successfully, but these errors were encountered: