Previous Topic

Next Topic

Book Contents

Book Index

Management via FIM Web Console

You can manage KNX devices via the FIM user interfaces.

To do that, you must install the following Kitman scripts:

Manually Adding Devices

You can add devices manually, without using ETS project file. To do so follow the steps bellow:

mbs_knx_webconsole1

Creating Devices

Enter the following JSON script in the second field:

{"uid":"MyTestDeviceUID","adapter.name":"KNX","name":"MySwitch","attributes":{"address":"1.1.1"},"items":[{"uid":"MyTestDeviceUID_Switch","name":"Switch","objectClass":"com.prosyst.mbs.services.da.items.Switch","attributes":{"Switch.dp_switch.address":"1/1/11","Switch.dp_status.address":"1/1/12"},"tags":null}],"tags":null}

caution

Alternatively, you can achieve the same result in a more user-friendly way by using the editor to prepare the same JSON string.

To populate each parameter separately, click the Edit (pencil) button in the above screenshot. The following dialog will appear:

caution

Set up the device attribute:

KNX Web Console

Set up the device item:

caution

Create device item Switch:

caution

Create device item Switch datapoints:

caution

Removing Devices

Remove Device

Alternatively, you can remove the device and all its corresponding device items via the Web Admin:

Remove Device Item KNX

Using KNX Device Items

To inspect the properties of a device:

caution

For example, inspect and update the datapoints and their group addresses of the other device items within the device:

caution

See also