Skip to content

Commit bf21797

Browse files
0xAHAclaude
andcommitted
docs: check the gateway feature, not the firmware version (#367)
tdalejandro's distillation is sharper than the original wording: two units from one manufacturer can be different product lines with separate firmware, so a version number that works for someone else says nothing about another model. The answerable question from a product page is whether it offers a genuine Modbus TCP to RTU mode with a configurable instruction timeout. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent d44ee83 commit bf21797

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

docs/troubleshooting/rs485-gateways.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@ This integration uses `pymodbus`'s `ModbusTcpClient`, which speaks Modbus TCP wi
1414

1515
That is a **mode setting**, not a hardware quality question. Check it before buying anything or blaming anything else.
1616

17+
### Buying a gateway: check the feature, not the firmware version
18+
19+
Two units from the same manufacturer, even with similar names, can be different product lines with separate firmware and separate behaviour. A version number that works for someone else tells you nothing about a different model.
20+
21+
The question that *is* answerable from a product page:
22+
23+
> Does it offer a genuine **Modbus TCP to RTU** mode with a configurable instruction timeout?
24+
25+
If yes, it will probably work. If it only does transparent passthrough, it cannot work with this integration at all — regardless of build quality, price, or how well it performs for other protocols.
26+
1727
---
1828

1929
## Field-tested hardware

0 commit comments

Comments
 (0)