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
These are obviously how they display in https://github.com/CJNE/ha-myenergi, but from a quick glance the "order" is as per the ordering in this library:
Thanks for the suggestion!
However, the index of those strings directly relates to what command to send to the API, so they make sense to be like this here.
So this would be better solved in ha-myenergi.
These are obviously how they display in https://github.com/CJNE/ha-myenergi, but from a quick glance the "order" is as per the ordering in this library:
https://github.com/CJNE/pymyenergi/blob/6e958aeadd44a1bf734e10c0727243ee4c590dd1/pymyenergi/zappi.py#L6
https://github.com/CJNE/pymyenergi/blob/6e958aeadd44a1bf734e10c0727243ee4c590dd1/pymyenergi/eddi.py#L22
The difference in ordering (at least, related to the "Stopped") irks me a little.
Can we move "Stopped" on the eddi to second place without causing any issues? Presumably needing to change the "default" too in
charge_mode
...The text was updated successfully, but these errors were encountered: