/config/bacnet/server/mstp

The BACnet over MS/TP configuration. This is used only if the mstp protocol is enabled.

Get /config/bacnet/server/mstp

SecurityApiKey
Request
query Parameters
max-depth
integer >= 1

Limit output depth of the response. See Max-Depth.

Example: max-depth=2
filter
string

Response filter string. See Filter-Spec.

Example: filter={foo,bar}
Responses
200

Normal response.

401

Unauthorized response.

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

Replace /config/bacnet/server/mstp

SecurityApiKey
Request
Request Body schema: application/json
[ 0 .. 127 ]
mac
integer (configBacnetServerMstpMac) [ 0 .. 127 ]

The MS/TP address of the meter's BACnet server.

max-mac
integer (configBacnetServerMstpMaxMac)

The maximum address used by any device connected to the same MS/TP network as this meter. A value of 127 is safe, but setting it to the lowest address in use significantly increases MS/TP performance.

port
string (configBacnetServerMstpPort)

The serial-port to use for the MS/TP protocol.

Responses
200

Normal response.

401

Unauthorized response.

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

Update /config/bacnet/server/mstp

SecurityApiKey
Request
Request Body schema: application/json
[ 0 .. 127 ]
mac
integer (configBacnetServerMstpMac) [ 0 .. 127 ]

The MS/TP address of the meter's BACnet server.

max-mac
integer (configBacnetServerMstpMaxMac)

The maximum address used by any device connected to the same MS/TP network as this meter. A value of 127 is safe, but setting it to the lowest address in use significantly increases MS/TP performance.

port
string (configBacnetServerMstpPort)

The serial-port to use for the MS/TP protocol.

Responses
200

Normal response.

401

Unauthorized response.

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

Delete /config/bacnet/server/mstp

Reset to default. See the descriptions of the individual endpoints for their default values. Commonly, arrays and strings are cleared to empty, numbers are cleared to 0, and booleans are cleared to false.

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

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