no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


en:complexsensors [2025/08/31 23:18] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== What is a compplex sensor? ======
  
 +If you have configured at least two simple sensors, you can combine them by creating a compound sensor. Creating compound sensors is described by logical expressions like:
 +
 +   * ' ( 4 and ( 3 or ( 1 and 2) ) or 2 '
 +   * '1 and (3 or 2)'.
 +   * '1 and 2'.
 +
 +Note that to write the expression correctly ** all characters must be separated by spaces **.