-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Non SunSpec Model block received #11
Comments
I checked in change to relax checking of the model block (8cec1ee), can you try it with the new version? |
`C:\Users\User\Desktop\sunspec-monitor-master\sunspec-monitor-master>perl sunspec-status -d -v 192.168.178.92
Power Output (AC): -1000000000000 W
So i guess its moved by 1? |
Changing my $SUNSPEC_I_MODEL_BLOCK_START = 40069; to 40070 i get this which shoud be correct? `C:\Users\User\Desktop\sunspec-monitor-master\sunspec-monitor-master>perl sunspec-status -d -v 192.168.178.92
Power Output (AC): 120 W
|
I have the same response (Non SunSpec common block received (not SunSpec compliant device?) at ./sunspec-status line 127) when querying a SMA Sunny Island 4.4 inverter. Maybe the same issue with starting address. |
C:\Users\User\Desktop\sunspec-monitor-master>perl sunspec-status -V 192.168.178.92
INVERTER:
Model: KACO new energy blueplanet 4.6 TL1
Firmware version: V3.61
Serial Number: 4.6TL10117xxxx (the x are numbers in real)
Non SunSpec Model block received (not SunSpec compliant device?) at sunspec-status line 197.
It is definetly an SunSpec compatible inverter, as seen here in the Software Downloads:
https://kaco-newenergy.com/de/produkte/blueplanet-3.0-5.0-TL1/
What im doing wrong?
The text was updated successfully, but these errors were encountered: