<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Solaredge - modbus]]></title><description><![CDATA[<p dir="auto">Hi all,<br />
I have a SE8K-RWB48BFN4 with a three-phase Backup Interface (BIEU3P) and a SolarEdge Home Battery 48V (3 modules, 14.55 kWh). The hardware commissioning appears correct — BIEU3P is physically installed, RS485 wiring is in place, battery is charging/discharging normally.<br />
However, during blackout tests the system does not hold island mode: loads power up for ~1 second, then the inverter shuts down, retries every 10-15 seconds in a loop.<br />
Reading the inverter via Modbus TCP (port 1502) I found that register 63250 (proprietary SolarEdge, community-identified as "Backup Enable") reads 0 on my system.<br />
My question: on your SE8K-RWB48 or SE10K-RWB48 with a working Backup Interface, what value does register 63250 return?</p>
<hr />
<p dir="auto">from pymodbus.client import ModbusTcpClient<br />
client = ModbusTcpClient('YOUR_INVERTER_IP', port=1502, timeout=5)<br />
client.connect()<br />
r = client.read_holding_registers(address=63250, count=1, device_id=1)<br />
print(f"Register 63250: {r.registers[0]}")<br />
client.close()</p>
<hr />
<p dir="auto">I expect the value should be 1 on a correctly commissioned system, but I would appreciate confirmation from someone whose backup is actually working.<br />
Thanks in advance.</p>
]]></description><link>https://forum.iobroker.net/topic/84256/solaredge-modbus</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Apr 2026 22:31:45 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/84256.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 09 Apr 2026 06:34:51 GMT</pubDate><ttl>60</ttl></channel></rss>