Configuration Parameters
The module offers extensive customization capabilities to suit individual user needs, system characteristics, and expected outcomes.
After successful installation, the module adopts a default configuration that ensures basic and safe operation. However, the user can modify individual parameters at any time.
The following sections provide a detailed overview of each parameter, including basic information, its impact on system operation, and tips and recommendations.
How to Read Parameter Descriptions
Section titled “How to Read Parameter Descriptions”This section outlines the properties included in the initial parameter descriptions.
| Property | Description |
|---|---|
| Parameter Type | Specifies the parameter type:
|
| Default Value | Specifies the value adopted by the parameter if no value is explicitly provided. |
| Editable | Specifies whether the parameter can be edited: true indicates that the parameter can be modified by the user, while false indicates that the value is managed exclusively by the system. |
| Value Range | Specifies the range of allowed values for the parameter, presented as a minimum and maximum value or a list of values. This property does not apply to all parameters. |
How to Change Parameter Values in the Fibaro Interface?
Section titled “How to Change Parameter Values in the Fibaro Interface?”Parameters are modified through the standard user interface of the Fibaro gateway (Home Center 3 / Yubii Home) in the section dedicated to device variables. To make changes, follow these steps:
- Log in to the Fibaro admin panel.
- Go to the Devices tab in the side menu.
- Find and open the device from the list.
- Go to the Variables tab at the top of the device view.
- Find the variable corresponding to the parameter you wish to change.
- Enter the new value in the text field next to the variable.
- Save your changes by clicking the Save button.
LANGUAGE
Section titled “LANGUAGE”The LANGUAGE parameter defines the interface language and messages generated by the module.
| Property | Description |
|---|---|
| Parameter Type | String |
| Default Value | AUTO |
| Editable | true |
| Value Range | AR, CS, DA, DE, EN, ES, ET, FI, FR, HU, IT, JA, KA, LT, NL, NO, PL, PT, RO, RU, SL, SV, TR, ZH, AUTO |
SYS_MODE
Section titled “SYS_MODE”The SYS_MODE parameter specifies the current operating mode of the device.
| Property | Description |
|---|---|
| Parameter Type | String |
| Default Value | AUTO |
| Editable | false |
NOTIFICATION
Section titled “NOTIFICATION”The NOTIFICATION parameter specifies whether the system sends PUSH notifications to the user.
| Property | Description |
|---|---|
| Parameter Type | String |
| Default Value | true |
| Editable | true |
The CLASS parameter defines which class the EMS Prime Switch belongs to.
| Property | Description |
|---|---|
| Parameter Type | String |
| Default Value | icas.ems.primeSwitch |
| Editable | false |
PRIORITY
Section titled “PRIORITY”The PRIORITY parameter defines the numerical priority assigned to the controlled device.
| Property | Description |
|---|---|
| Parameter Type | Integer |
| Default Value | 1 |
| Editable | true |
| Value Range | 1 - 999 |
ENERGY_TRACKER
Section titled “ENERGY_TRACKER”The ENERGY_TRACKER parameter stores self-consumption statistics values.
| Property | Description |
|---|---|
| Parameter Type | String |
| Editable | false |
SWITCH_ID
Section titled “SWITCH_ID”The SWITCH_ID parameter specifies the identifier of the device to be launched when surplus energy is detected.
| Property | Description |
|---|---|
| Parameter Type | Integer |
| Default Value | 0 (no assigned device) |
| Editable | true |
| Value Range | Greater than 0 |
SWITCH_PWR
Section titled “SWITCH_PWR”The SWITCH_PWR parameter specifies the device’s power consumption (in watts) during normal operation.
| Property | Description |
|---|---|
| Parameter Type | Integer |
| Default Value | AUTO |
| Editable | true |
| Value Range | Greater than 0 or AUTO |
SWITCH_PWR_THLD
Section titled “SWITCH_PWR_THLD”The SWITCH_PWR_THLD parameter specifies the device’s power threshold percentage that must be covered by solar surplus power for the device to turn on. The default value of 100% means the device will only start when surplus energy fully covers the power defined in the SWITCH_PWR parameter.
| Property | Description |
|---|---|
| Parameter Type | Integer |
| Default Value | 100 |
| Editable | true |
| Value Range | Greater than 0 |
MIN_IDLE_TIME
Section titled “MIN_IDLE_TIME”The MIN_IDLE_TIME parameter specifies the minimum duration (in seconds) that surplus power must remain at a positive level for the device to be activated. This prevents accidental triggering caused by short spikes in surplus energy.
| Property | Description |
|---|---|
| Parameter Type | Integer |
| Default Value | 300 |
| Editable | true |
| Value Range | Greater than 30 |
MIN_RUN_TIME
Section titled “MIN_RUN_TIME”The MIN_RUN_TIME parameter specifies the minimum operating time (in seconds) of the device once turned on, regardless of surplus availability. This prevents excessive device cycling, protecting its components from wear and failure.
| Property | Description |
|---|---|
| Parameter Type | Integer |
| Default Value | 1200 |
| Editable | true |
| Value Range | Greater than 30 |
POWER_ON_RULE
Section titled “POWER_ON_RULE”The POWER_ON_RULE parameter defines the custom logic condition that must be met for the device to launch (e.g., temperature below 55°C). The parameter value is a boolean expression following the [ID:property] syntax, evaluated by the system in real time.
Example:
[123:value] > 55 and [234:value] < 0
| Property | Description |
|---|---|
| Parameter Type | String |
| Default Value | TRUE |
| Editable | true |