Just FYI about v2.6.6:
The MW spikes are gone and the daily yield + MPP C tracker work great. Thanks, Richard
Sound great, when will the 2.6.6 become available?
I’m experiencing the same MW spikes.
Thanks in advance.
It is available as a test version, and will be live when the release is approved by Athom
Hello, since the last update the data from the inverter is not available in Homey anymore.
The last update of the shown data is 5 days ago.
I can see this error message:
2025-02-11T02:12:18.066Z
Error: connect ECONNREFUSED IP Address:502
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16)
I checked the IP address of the inverter and it’s still correct.
Thanks in advance for your help!
Have you maybe tried to restart the app? Sometimes after a new version this is required.
Thanks for the fast answer Richard and for the easy fix
It works again. Have a nice weekend
I also can confirm that spikes are gone.
I test the new beta version of the energy panel. Unfortunately is the SBS 5.0-10 presented as solar power and not as battery. This also leads to wrong graphics.
Is there a way or trick to register the SBS 5.0-10 as battery?
I looked into it. I wrote a script to change classes, settings and the energy object.
The SBS should have the class battery and not solarpanel. Also the homeBattery flag of the energyObj should be true. The batteries array can be set to [ ‘INTERNAL’ ]:
energyObj = {
batteries: [ "INTERNAL" ],
homeBattery: true
};
This will result in
Unfortunately there is no battery tile coming up, but a battery is shown at the house. Perhaps this can be a bug or something undocumented.
The total energy daily graph is not working correct. Total energy graph is working with data from the SHM 2.0. The problem here is, that the measure_power property don’t show negative watts, if the system exports energy; the property measure_power.surplus is showing the exportet energy.
I have SMA Sunny Tripower 10.0 Smart Energy hybrid inverter.
Is there anyway we can get control over the battery charge/discharge-power and start/stop?