Kubiac / homebridge-solaredge-realtime

Apache License 2.0
5 stars 3 forks source link

Parameters for Solaredge meter #9

Closed SchemaNature closed 1 year ago

SchemaNature commented 1 year ago

Describe Your Problem: Thanks for this great plugin! Totally new in this space and appreciate all the great work that has been done.

Have got this setup: Master inverter 1 with inverters 2,3,4 connected to on RS485-E with device ID 1 (all are single phase inverters) Ethernet connected to inverter 1 with Modbus/TCP enabled Three phase E+I meter (device ID 2) connected to inverter 1 on RS485-1. Two LG batteries with device ID 15 (?!) - but not interested in reading them Ethernet is also for SolarEdge comms - no wireless or cell options

What I hope to achieve is to read the overall import and export data of the whole combined setup i.e. from the E+I meter.

Have installed the plugin on Hoobs, got the port ID from the inverter and used the sample config just to give it a try.

All running stable and I have been getting a steady stream of data in the "Neg" sensor all the way through into Homekit - just that I can not (yet) make sense of the numbers when comparing them with any of the actual data.

Have cross checked the power address and scaling factor against the Solaredge technical note - Sunspec Logging and the 40206 should be the total real power and the 40210 the right scaling factor. Tried the "false" for the powerUnsigned value but that did not fix it either.

Thanks a lot for your help in advance!

Logs:

Show the Homebridge logs here, remove any sensitive information.

Plugin Config: { "name": "SolaredgeRealTime", "inverter": [ { "id": "myInverter-2", "displayName": "SolaredgeMeter", "ip": " ", "port": 502, "updateInterval": 30, "powerAddress": 40206, "powerSfAddress": 40210, "powerUnsignedValue": false } ], "platform": "SolaredgeRealTime" }

Show your Homebridge config.json here, remove any sensitive information.

Screenshots:

Environment:

SchemaNature commented 1 year ago

Thanks - found answers in other discussion