/config/modbus/server/id

The address of the meter on the Modbus/RTU network. Every Modbus device must have a unique address. The default unit id is 1.

Note Address 0 is the broadcast address and addresses 248..255 are reserved for future use.

Get /config/modbus/server/id

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

get/config/modbus/server/id
Request samples
Response samples
application/json
{
  • "result": 1,
  • "error": "Error message (present if an error occurred)."
}

Replace /config/modbus/server/id

SecurityApiKey
Request
Request Body schema: application/json
integer (configModbusServerId) [ 1 .. 247 ]

The address of the meter on the Modbus/RTU network. Every Modbus device must have a unique address. The default unit id is 1.

Note Address 0 is the broadcast address and addresses 248..255 are reserved for future use.

Responses
200

Normal response.

401

Unauthorized response.

put/config/modbus/server/id
Request samples
application/json
1
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Update /config/modbus/server/id

SecurityApiKey
Request
Request Body schema: application/json
integer (configModbusServerId) [ 1 .. 247 ]

The address of the meter on the Modbus/RTU network. Every Modbus device must have a unique address. The default unit id is 1.

Note Address 0 is the broadcast address and addresses 248..255 are reserved for future use.

Responses
200

Normal response.

401

Unauthorized response.

post/config/modbus/server/id
Request samples
application/json
1
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Delete /config/modbus/server/id

Reset to 1.

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

delete/config/modbus/server/id
Request samples
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}