Pages marked with a Input tag
-
Analog Element – The AnalogElement is used to capture the voltage level from the Analog Input pin with the integrated ADC and to emit corresponding events. It also handles some of the often occurring problems around capturing analog values.
-
Digital Input Element – The DigitalInElement is used to capture digital input signal and create actions based on level changes. This can e.g. be used to capture actively from buttons and switches but also some sensors offer a digital output as a 0 / 1 value.
-
Digital Signal Element – The DigitalSignalElement is used to handle digital input with short time level changes that might be missed when using the DigitalInput Element. On a changing input a pulse value is created with a defined duration.
-
Display Button Element – The DisplayButtonElement enables creating Actions by touching a visual button on a display supporting pixel based graphics.
-
Display Touch Element – The Display Touch Elements enables detecting touch events by touching a specific area on a display.
-
Display TouchCST816 Element – The DisplayTouchCST816 Element enables retrieving one point touch events on displays using the Capacitive Touch Sensor based on the CST816 chip.
-
Display TouchGT911 Element – The DisplayTouchGT911 Element enables retrieving touch events on displays using the Capacitive Touch Sensor based on the GT911 chip.
-
Rotary Element – The RotaryElement is used to capture increments and decrements for values using a rotary encoder.
-
SHT20 Element – The SHT2x sensors provide some high precision temperature and humidity sensors that communicate on the I2C bus.
-
Touch Element – The TouchElement enables creating Actions by using touch input feature of the ESP32 than detects changes in the capacity e.g. when a finger is nearby.
-
WeatherFeed Element – The WeatherFeedElement pulls information on the weather forecasts for a specific location from the internet and dispatches actions with specific data items.