iec104_read_point
Read a single IEC 104 monitored point by its information-object address (IOA) to get its current value, quality, and timestamp from the configured endpoint.
Instructions
[READ][risk=low] Read one monitored point by information-object address (IOA).
Args:
io_address: The point's information-object address (IOA).
common_address: ASDU common address; omit for the configured/first station.
endpoint: Endpoint name from config (protocol 'iec104').
Returns dict: {endpoint, common_address, found, io_address, type, value, quality,
recorded_at}.
Example: iec104_read_point(io_address=1001, common_address=1, endpoint="rtu1").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint | No | ||
| io_address | Yes | ||
| common_address | No |