Represents a user-given Name of a respective process. By default it is set to
process_[PROCESS_ID]
and can be changed to any string up to 13 characters long.learn more...
Main state represents a master switch directly affecting behavior of the selected process. Change the process' main state to:
Off - output turned off ([stat]=0)
Auto - output determined by inputs ([stat]=1)
On - output turned on ([stat]=2) or
Inactive - output unresponsive to inputs ([stat]=3)
In-bound addresses and topics:
MQTT named:
N/A
MQTT indexed:
N/A
HTTP named:
N/A
HTTP indexed:
N/A
learn more...
Main state:
Determines if the process is included in the Display loop.learn more...
Display:
Determines days and time intervals within those days when the process' output is being evaluated. During the unselected days or when outside of this interval, the input readings are being received and published, but the output is unresponsive.learn more...
Allows employing conditions based on the current state or value of any of the available variables. Then the process is only active if all the conditions including the Process timer are met. learn more...
Variable constraints:
+
()
+
()
+
()
Decides the reaction of the process's output to evaluation of the compound conditions Process timer and Variable constraints. By allowing:
On - the process will automatically turn on its output one time once the compound conditions evaluate to true after being previously evaluated as false.
Off - the process will automatically turn off its output one time once the compound conditions evaluate to false after being previously evaluated as true.
learn more...
Chooses the primary Input for the selected process out of the list.
You may only choose the enabled inputs according to the selected options in the In-out menu.
learn more...
In specific cases there are multiple values related to a single GPIO pin, while the Channel option is used to address them individually.
learn more...
When checking the input value, the Control period determines the time period for which the input must retain certain state or remain beyond
a certain threshold before the state or threshold is recognized as reached and the underlying condition satisfied.
learn more...
Shows the current reading. Although the device may perform measurements much more often, the figure displayed in the web control is only updated once every 2 seconds.
learn more...
Value:
When allowed and connection with MQTT broker is established, the live input reading will be published as an MQTT message in a regular interval.
Independently from this setting it is also accessible via on-demand HTTP request.
Out-bound addresses and topics:
MQTT named:
MQTT indexed:
HTTP named:
N/A
HTTP indexed:
N/A
learn more...
Determines frequency of input value publishing to an MQTT broker.
learn more...
When Use name is allowed, the topic of the input MQTT messages is altered by replacing the process_[id] with respective process' [name].
learn more...
Defines the event which leads to a subsequent switch of the output's state to ON. This event may be represented by a change of state of the underlying digital input,
an internal timer or satisfaction of a predefined condition.
learn more...
Defines the
Operator
and the Test value
of the Condition satisfaction of which is required for the output to be switched ON
. learn more...
Defines the upper bound of the Analog link
's input range.learn more...
The output is automatically turned ON after it remains in the OFF state for a predefined Idle time.
learn more...
Once the
On event
is recognized and a Delay on period is set to be greater than 0,
the output will wait for this period before it is turned ON as a reaction to the event.
learn more...
Setting the Fade-in to be greater than zero results into a gradual transition of the
PWM
output's pulse duty cycle from 0% to a Duty cycle
over the Fade-out period.
learn more...
Defines the event which leads to a subsequent switch of the output's state to OFF. This event may be represented by a change of state of the underlying digital input,
an internal timer or satisfaction of a predefined condition.
learn more...
Defines the
Operator
and the Test value
of the Condition satisfaction of which is required for the output to be switched OFF
. learn more...
Defines the lower bound of the Analog link
's input range.learn more...
The output is automatically turned OFF after it remains in the ON state for a predefined Running time.
learn more...
Once the
Off event
is recognized and a Delay off period is set to be greater than 0,
the output will wait for this period before it is turned OFF as a reaction to the event.
learn more...
Setting the Fade-out to be greater than zero results into a gradual transition of the
PWM
output's pulse duty cycle from a Duty cycle
to 0% over the Fade-out period.
learn more...
Peripheral selected as a primary process output targetlearn more...
Defines the Action performed with the
Memory slot
selected in the Output
once the output is triggered.
Increase / INC - increase the selected MEM
by 1 or by Mem value
if provided.
Decrease / DEC - decrease the selected MEM
by 1 or by Mem value
if provided.
Clear / CLR - reset the selected MEM
to 0.
Set / SET - set the selected MEM
to Mem value
.
learn more...
Enabling this will change the output to
PWM
mode.
learn more...
Logically Inverts the output as follows:
non-PWM output
the output now assumes a LOW
state (0V) when ON
and a HIGH
state (3.3V) when OFF
.
PWM output
the output now assumes a provided duty cycle when ON
and a constant HIGH
state (3.3V) when OFF
.
learn more...
Defines the lower bound of the
Analog link
's output range. learn more...
A number added to, deducted from or saved into the Memory slot
selected in the Output
. learn more...
RGB Brightness
. learn more...
Defines the upper bound of the
Analog link
's output range. learn more...
Determines the PWM
Duty cycle of an output. learn more...
RGB Speed
. learn more...
When allowed and connection with MQTT broker is established, the output's state will be published as an MQTT message upon each change.
Independently from this setting it is also accessible via on-demand HTTP request.
Out-bound addresses and topics:
MQTT named:
MQTT indexed:
HTTP named:
N/A
HTTP indexed:
N/A
learn more...
When Use name is allowed, the topic of the output MQTT messages is altered by replacing the process_[id] with respective process' [name].
learn more...
Defines Secondary outputs and how they Respond to the primary event.
The Secondary outputs represents the primary output of another process and is addressed by the respective process ID. All other output parameters apply.
learn more...
Secondary outputs:
Defines the period for which the process' output will remain in the
HIGH
state within a single cycle.
learn more...
Defines the period for which the process' output will remain in the
LOW
state within a single cycle.
learn more...
Determines how many times the process' output switches between
HIGH
and LOW
states when the process turns ON
.
If zero is provided then the Cycle is repeated indefinitely or until the process is turned OFF
.
learn more...