-
Notifications
You must be signed in to change notification settings - Fork 12
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
Power Production not valued #50
Comments
Hello, yes this is something I also have seen. I will fix that. |
Thank you |
Tried to fix this by deactivating the devices like this:
But i get the following error in the logs: Referenced entities light.bad_eg are missing or not currently available As im new to python and ha development i do not know why this is happening. Can you point me in the right direction? would it make sense to simply return 0 if the power is not valued instead of aborting ? |
Thank you I will test that. |
Version of the custom_component
1.7 la
Configuration
Active Power:
net Consumption:
Is negative when power is exported (most of the day)
Describe the bug
the device is turned on as soon as there is enough power. This works well. But in the evening there is not enough power the device is not turned off.
The Logs say that power production is not valued. but according to homeassistant it has the value 0. What can i do?
Debug log
The text was updated successfully, but these errors were encountered: