Open thiagofigueiro opened 3 years ago
Same problem on SE3000H
. I am not experienced with Go but I am happy to debug and provide more context if that can help. @dave92082 would you be interested by that?
@snicoll you might want to try this: https://github.com/nmakel/solaredge_modbus/. It works well with my inverter and meter module.
Yup it does too but I like the gauge and Prometheus export this project provides.
@thiagofigueiro , I noticed in your output that you listed your config as port 1502. Would that happen to be a typo in your config as the default port on my SE5000 is 502 not 1502.
@snicoll Can you provide the initial log/cli output? I can try to add additional debug logging to assist with troubleshooting. Without having access to an SE3000 to test with, debugging over comments is going to be interesting, but I'm happy to help.
It's 1502 for me. Using a wrong port would not allow to read the info about the inverter.
I think the OP and I have exactly the same problem. My logs are the same as them (all values are 0.0). I am on the same firmware as they are.
I bet if you updated the firmware of yours you'd be affected too. Unfortunately you can't do that unless you have admin rights on your inverter.
The doc you mentioned in the read me had an update in December 2020 that shows the mapping has been updated. See version 2.2. Maybe related?
Thanks for the info @snicoll and confirming the port number, I was not aware they changed the mapping. I'll review the updated documentation and see if we can somehow accommodate both versions.
Looks as if they kept the same address relationship and just changed the register mappings. Should be an easy change to accommodate both. @snicoll, are you on the same version as @thiagofigueiro ?
Yes.
Hi! thanks for sharing this project. I tried using it with my SolarEdge inverter but no meter values came back.
Here's the output with debug enabled:
Using https://github.com/nmakel/solaredge_modbus, I get these values:
In the readme you mention this was "Tested with SE5000 w. CPU version 3.2221.0". If this is comparable to the
c_version
above, then I'm running4.11.30
, which is a major version above.I'd be happy to provide some debugging data to try and get this working with the new version. Please let me know if I can go anything on my side. Thank you.