Compleo WallBe Eco SL-01.04.21 — Modbus TCP writes blocked, HR 3872 inaccessible via portal or Modbus #32924
Unanswered
nishad-apollo
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Description:
Device
Problem
Attempting to control the WallBe Eco via Modbus TCP. Reads work correctly across all register types. However all Modbus TCP writes are blocked — the device responds with:
Write output (holding) register failed: Illegal data address
Root Cause
HR 3872 (Modbus TCP Access) controls write access:
Current state:
[3872]: 0
This creates a chicken-and-egg problem — writes are blocked because HR 3872 = 0, but HR 3872 itself cannot be written because writes are blocked. The register is also not exposed in the web portal UI on this firmware version.
Newer firmware appears to expose a Modbus TCP Access dropdown under the Network tab — this section is absent on SL-01.04.21.
Secondary Blocker — D7 vs D10
For full Modbus control all three layers are required:
HR 3872 = 2 → Modbus writes allowed
D10 enabled → Coil 400 is charging authority
Coil 400 = 1 → charging starts
What Was Tried
Questions
Environment
All reactions