Ah yes I see! Does this one also auto plan the charging? The idea of my EMS is that you do not need to think about it. You only give it some requirements and settings and it will plan automatically when to do what. I’ll upload the full functionality here shortly to give an impression.
Charging is supported, you can also configure safety margins and auto delays. Haven’t figured out the options on specific charge plans based on weekday and time. It can charge based on solar surplus and it does have a button to bypass the EMS and start charging immediately. Don’t have a home battery yet, but I am considering all options. What I miss in most HEMS that are supplied by the battery manufacturer is that they lack the capability to control a EV charger via OCPP. While this is one of the most important things for a HEMS in my opinion, considering the load. I am happy to test every HEMS Homey app, as long as it doesn’t get to technical to install it.
Hi, as the dev of the linked app, indeed the button/cap to bypass for loading is flow enabled so you can add flow based triggers, like scheduling that easy. Next it uses a target soc setting when you enable the car will be used button, the next low tariff period will then be used to speed charge the car.
So it does car charging optimization (low fee periods or solar surplus) and charge need based on a target.
And with the override you can force whenever you need it by flows
I get your point but this EMS is working differently. Your homey already has the EV Controller app, this EMS is looking at these capabilities to use it. So I don’t need to do OCPP in the EMS.
Just installed and configured it. Looking good! I have a few suggestions:
when choosing a device you get to choose every device. Maybe its possible to filter on devices that have the required capabilities
You can select multiple heatpumps, but not multiple cars or PV inverters
With the PV system configuration it would help to calculate the expected solar better if you would also take the angle and direction of the panels in consideration
Maybe make it possible to enter the number of PV panels and Wp per panel and calculate total Wp
Looking forward to see what it does tomorrow when there is surplus of solar.
Yeah you are right, the list is pretty long. I’ll have a look at this.
the other thing, if you set a time for the peak solar generation it will make a parabol out of it with the sunrise and sunset times as start and end point. So angle does not really matter because it knows what the wp is. The solar generation always follows the parabolic curve. I could consider the sun positioning to optimize for winter days…
Great to see you developing an app in this space. I’m currently using Roedi’s SlimLaden app, which works well for my setup, but it does not provide the even broader HEMS functionality that your app aims to offer.
I’ve just installed your app and wanted to share a few initial observations that may be useful as the project evolves:
The app does not currently detect my car (Citroën C5 Plug-in Hybrid).
My Zaptec Go 2 charger is not being discovered.
I couldn’t find an option to configure multiple battery systems. In my case, I use a Zendure SolarFlow 2400 AC+ with 2 × AB3000L batteries alongside a HomeWizard Plug-in Battery.
The solar setup appears to assume a single PV installation, whereas my system consists of two separate single-phase inverters (SolarEdge)
I realize the app is still in its early stages, so please take these comments as constructive feedback from a potential user. The overall concept looks very promising, and I’m looking forward to seeing how the app develops.
It’s probably the hysteresis doing its job. I’m working on you other points.
regarding the solar orientation ill try to explain this better, let me get back to you about this.
Do I need to build flows for it to actually command devices? I assumed that when you configured a certain device, like a car, it automatically understands how to communicate with the device. But seeing the flow triggers I’m starting to doubt that.