Installation and configuration of the Automation module in the OSGi environment.
Installation
There are two ways to install the desired module components: through the Kit Manager or manually.
Automated Installation
The Kit Manager is a utility that enables you to automatically install a component or a group of components by executing a predefined install script.
To use the Kit Manager to install a component:
kitman.install "<kit_ID>"
where <kit_ID> is the ID of the component's install script. The following scripts are available in the bin/pscripts directory:
kitman.install "Automation"
kitman.install "Automation Web Admin"
If you want to view or edit the content of these scripts you can find them in the <bosch.iot.sdk_home>/runtime/osgi/bin/pscripts directory.
Manual Installation
You can install only the needed bundles from the Automation module taking into account their dependencies both from this module and also from other modules. All Automation modules can be found in the <bosch-iot-gateway-sdk_home>/runtime/osgi/bundles directory.
System Properties
There are no system properties that influence the operation of the module.
Configuration Properties
Name |
PID |
Property |
Type |
Default Value |
Description |
|---|---|---|---|---|---|
Sun Position Location |
SunPositionLocation |
Latitude |
Double |
0 |
Specifies the latitude of the Sun Position Location. |
Sun Position Location |
SunPositionLocation |
Longitude |
Double |
0 |
Specifies the longitude of the Sun Position Location. |
Automation File Resources Config |
AutomationFileResources |
Automation Resources Root |
String |
../../../automation |
Specifies the parent directory in the file system for automation rule and template resources. |
Troubleshooting
No troubleshooting information is available for this module.