-
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
Zappi, ECO+ phase setting #28
Comments
* pymyenergi/zappi.py:
Any ideas how we could set the phase setting from HA to myenergi, would love to set the phase setting to single or three phase based on power produced by my solar panels through HA, looking at the code we need some |
Asked on the forum, see https://myenergi.info/viewtopic.php?f=54&t=12847&from_new_topic=1 |
I've tried to figure out the relevant HTTP Endpoints, if I am correct it seems to be: 3 Phase 1 Phase Auto
I am getting the following Response:
Maybe this helps? |
Is the > for three phase correct? This helps, will try to implement this next week |
That was a typo. I have edited it. The schema seems to be the same for all three. |
Thanks, will try to implement this asap, I really can use it as a workaround for the problems I have |
Yes, this works, great! I have updated PR #28 to also provide the feature to set the phase setting |
Handle num_phases correctly, can be 1, 3, or auto, see #28
Just upgraded to the latest zappi app (see https://myenergi.info/app-update-3-3-1-t12674.html#p122029) and this now has the option to set the phases to load in ECO+ mode, for this
phaseSetting
is used, when I change the setting in the app the diagnostics I can download in HA shows the following values:It looks my PR for using this as number of phases as part of #25 is not correct, it should return values 1, 3 or auto.
The text was updated successfully, but these errors were encountered: