Skip to content

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.

This section outlines the properties included in the initial parameter descriptions.

Property Description
Parameter Type Specifies the parameter type:
  • Boolean: accepts true or false values.
  • String: accepts any character sequence following the specified syntax for that parameter.
  • Integer: accepts a numerical value.
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:

  1. Log in to the Fibaro admin panel.
  2. Go to the Devices tab in the side menu.
  3. Find and open the device from the list.
  4. Go to the Variables tab at the top of the device view.
  5. Find the variable corresponding to the parameter you wish to change.
  6. Enter the new value in the text field next to the variable.
  7. Save your changes by clicking the Save button.

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

The SYS_MODE parameter specifies the current operating mode of the device.

Property Description
Parameter Type String
Default Value AUTO
Editable false

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

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

The ENERGY_TRACKER parameter stores self-consumption statistics values.

Property Description
Parameter Type String
Editable false

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

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

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

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

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

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