You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, the settings for each phase can be seen as attributes to the dynamic_circuit_limit sensor.
So you would in your case be able to access it as:
{{ state_attr('sensor.easee_vorgarten_dynamic_circuit_limit', 'state_dynamicCircuitCurrentP1'') }}
And so on.
Yes, the settings for each phase can be seen as attributes to the dynamic_circuit_limit sensor. So you would in your case be able to access it as: {{ state_attr('sensor.easee_vorgarten_dynamic_circuit_limit', 'state_dynamicCircuitCurrentP1'') }} And so on.
Thanks it worked. I only had to create an sensor with your code first.
Feature request
I use this:
to charge only as much as I have overload from the pv. But I cant set only this:
to just change one phase.Then what I set it will also set to current P2 and 3. Is it possible to read out the currentP2 and P3 from the wallbox?
What version of the integration are you using?
v0.9.43
Anything in the logs that might be useful for us?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: