Use this when implementing or refactoring HA custom components that communicate with Modbus devices.
Quick start
Pick connection mode (tcp, rtuovertcp, serial); set timeout and message spacing.
Always pass the correct unit id (device_id/slave) on every read/write.
Batch contiguous reads, lock IO, and tier polling; cache last good data for availability.
Encode multi-register writes (float32/uint32) and avoid immediate post-write refresh.
Use translation_key + entity.sensor names and stable unique/device ids.
References
references/connection-modes.md
references/read-write-patterns.md
references/resilience-and-pacing.md
references/translations-and-ids.md
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: plebann-eastron-sdm-ha-integration-ha-modbus-integration3description: HA Modbus Integration4---56# HA Modbus Integration78Use this when implementing or refactoring HA custom components that communicate with Modbus devices.910## Quick start11- Pick connection mode (tcp, rtuovertcp, serial); set timeout and message spacing.12- Always pass the correct unit id (device_id/slave) on every read/write.13- Batch contiguous reads, lock IO, and tier polling; cache last good data for availability.14- Encode multi-register writes (float32/uint32) and avoid immediate post-write refresh.15- Use translation_key + entity.sensor names and stable unique/device ids.1617## References18- [references/connection-modes.md](references/connection-modes.md)19- [references/read-write-patterns.md](references/read-write-patterns.md)20- [references/resilience-and-pacing.md](references/resilience-and-pacing.md)21- [references/translations-and-ids.md](references/translations-and-ids.md)2223---24> Converted and distributed by [TomeVault](https://tomevault.io/claim/plebann) — claim your Tome and manage your conversions.25<!-- tomevault:4.0:skill_md:2026-04-13 -->
Run npx skillmds@latest add tomevault-io/plebann-eastron-sdm-ha-integration-ha-modbus-integration in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
HA Modbus Integration It is listed under Integrations & APIs on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.