Read Raw Register
victron_read_registerRead raw Modbus registers from Victron GX devices via TCP. Specify address, data type, and scale factor for precise readings.
Instructions
Read raw Modbus register(s). Modbus TCP only — not available via MQTT. Advanced tool for reading specific register addresses with explicit data type and scale factor. Use victron_search_docs or victron_list_registers first to find the correct address, data type, and scale factor for the register you want to read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | GX device IP address or hostname | |
| port | No | Modbus TCP port | |
| count | No | Number of registers (words) to read | |
| unitId | Yes | Modbus unit ID | |
| address | Yes | Starting register address | |
| dataType | No | How to interpret the register data | uint16 |
| scaleFactor | No | Scale factor to apply (value = raw / scaleFactor) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | ||
| value | No | ||
| address | Yes |