← Back to list

modbus-troubleshooting
by plebann
⭐ 2🍴 0📅 Jan 12, 2026
SKILL.md
name: modbus-troubleshooting description: Diagnostics for Modbus in Home Assistant custom components—framing/extra-data errors, unit_id mismatches, pacing/timeouts, write contention, and logging patterns. license: Complete terms in LICENSE.txt
Modbus Troubleshooting
Use when Modbus IO misbehaves (timeouts, extra data, wrong values).
Quick checks
- Verify device_id/unit_id on every call; wrong unit → timeouts.
- Add pacing (
message_wait_milliseconds) and avoid immediate post-write polls. - For RTU-over-TCP, flush/reset framer/buffer; reconnect on extra-data.
- Log address/unit/function and raw words to spot endian or offset issues.
References
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon