Replies: 2 comments 4 replies
-
what values don't look right? |
Beta Was this translation helpful? Give feedback.
0 replies
-
not sure, but this might be related: #215 (comment) - I've problems with meter integrated in backup box - AC Power seems ok, but KWh are totally odd. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Guys,
I just received my new solaredge home hub, with the new inline meter.
I have managed to get connect to the inverter, but some of the m1 values do not look right. The Inline meter modbus id is 2.
Hereby some screenshot of the values:
Inline meter:
https://www.solaredge.com/nl/products/solaredge-inline-meter
The configuration is:
{
"entry_id": "xxxxxxxxxxxxxxxxxxxxxxx",
"version": 1,
"domain": "solaredge_modbus",
"title": "SolarEdgeModbus",
"data": {
"name": "SolarEdgeModbus",
"host": "x.x.x.X",
"port": 1502,
"modbus_address": 1,
"power_control": false,
"read_meter_1": true,
"read_meter_2": false,
"read_meter_3": false,
"read_battery_1": false,
"read_battery_2": false,
"scan_interval": 10
},
"options": {},
"pref_disable_new_entities": false,
"pref_disable_polling": false,
"source": "user",
"unique_id": "x.x.x.x",
"disabled_by": null
}
Is there any way i can fix it?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions