-
Notifications
You must be signed in to change notification settings - Fork 2
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
Support for hybrid inverters such as the Sunny Tripower Smart Energy #13
Comments
Oh, interesting! This is a hybrid inverter AFAICT: solar & battery all in one? This one, right? https://www.sma.de/en/products/hybrid-inverters/sunny-tripower-smart-energy Can you share your log output? 🙏 |
I get the exact error message when I hardcode my IP as recommended in version 1.1.1. It worked well with inserting it in 1.0.2. I think that has to do with querying the register codes which is new since 1.1.0. |
@Scream4Life Yes, but you have 2 separate inverters, not a hybrid one. Different problem, same symptom! |
@wimleers yes that is the inverter i have in use. Here is the log from the home bridge: [29/03/2023, 09:22:26] [homebridge-sma-home-manager] Restarting child bridge... |
Yes, but when I hardcode the IP in the index.js it finds only the PV inverter and gives the message above. That’s why your current version does not work for my right now 😞 |
Yes. I am aware, as I wrote at #5 (comment). Please stay tuned as I figure this out. I'm doing all this in my spare time! Blame SMA for A) making their devices work so inconsistently, B) not providing any documentation 😞 Thanks for your offer to schedule a remote session, I will take you up on your offer! 😊 |
@andrejditz Thanks, that looks like what I suspected! f5db4fd only looks at the device class. You're getting Expect an update in the coming days. |
Don‘t worry. I‘m thankful for every minute you‘ve spent with this. The solution is already great and I‘m sure it‘s getting even better over time. Next week I‘m off for holiday. Let me know when you‘ve time for a session afterwards. |
I literally can't find any documentation detailing all of the device classes … 😬 The closest I found was https://files.sma.de/downloads/ClusterController_MODBUS-TI-en-18.pdf, which lists:
So … I'll do a |
Except for 8009, there all coming from official SMA sources. |
Done: d7ff8ef Shipped in https://github.com/wimleers/homebridge-sma-home-manager/releases/tag/1.1.2 — @andrejditz , please update to this version and report back what you're seeing in the log. That will give us the answers we need 😊 |
@sbf- HAH! I just shipped the logic that would have given me that same number. 😆 Well, let's hope that @andrejditz confirms it's It's interesting that you even have charging station, gas meter, generic meter and so on in there. Where did you find those?! 😳 P.S.: are you the |
@wimleers thank you for the new version and quick support. Here is the log with the new version 1.1.2: If I should do something else to help you please let me know. |
That confirms it. Already committed that in 209ce84. Next up: explicitly allowing hybrid inverters 😊 Expect an update later today. |
Tried this as well with entering my fixed PV inverter IP address...not additional clues I think.
|
In the resource files of SunnyExplorer you can find a lot of info... Installed in
Modbus is the way to go... unlike SMAData2+ that is used with Speedwire it is well documented. SMAData2+ is a closed protocol, so there is no documentation available |
I installed the new version. It looks much better but still some problems. Here again the log: Also the value in the production is not correct the SAM app is showing something with 4600W and the value from home bridge is 800w. |
Hm, it looks like hybrid inverters behave kind of like battery inverters. I'll need to figure out how to query them — which means this overlaps with #5 😬 |
Could you please also provide the |
The device type is 19051, see log below. Here the log: [30/03/2023, 16:16:30] [Homebridge UI] Homebridge log truncated by Homebridge. |
Hello, I have a similar issue with a Sunny Boy Storage 5.0: [homebridge-sma-home-manager] The discovered inverter is not a solar or hybrid inverter! Please create a bug report with as much detail as possible. energyManager: The Firmware Revision I find is 3.12.33R |
@OlsHub can you please install https://apps.apple.com/be/app/discovery-dns-sd-browser/id305441017?l=nl and make a screenshot of what you see after tapping “World Wide Web”? 🙏 |
Website for SMA-Inverter: SMA3006893402._http._tcp.local. SMA3006893402.local:443 Website for SMA-Inverter: SMA3009496172-3._http._tcp.local. SMA3009496172-3.local:443 Website for SMA-Inverter: SMA3010761336._http._tcp.local. SMA3010761336.local:80 Website on SMA3009878251._http._tcp.local. SMA3009878251.local:80 I removed all IPV6 addresses... Seems not all of the inverters are offering https. Thanks a lot for your help and for doing this! P.S.: maybe this additional information helps as well: |
I have a Sunny Tripower Smart Energy 10.0 and it looks like this type of inverter is not supported.
It is a hybrid inverter with a DC connection to a battery.
I got the following error in the Homebridge log:
The discovered inverter is not a solar inverter! Please create a bug report with as much detail as possible.
Please inform me if you need more information.
The text was updated successfully, but these errors were encountered: