Hello everyone,
I’m using a Teltonika TRB246 router and I want to receive an SMS only when the Input(2) state goes “High.” However, I keep getting random SMS messages that say “Low,” which I don’t want. Below is my current configuration:
- Input Pin 2 Setup
- Mode: “Configurable Input”
- Custom high state name: “Alarm 1 ON”
- Custom low state name: (left empty)
- Event Juggler Configuration
- I created a new event with the following parameters
- Event name:
SMS_AL1_ON
- Trigger interval:
1
- Event type:
I/O
- I/O pin name:
Configurable Input/Output (2)
- Trigger: Rising
- Event name:
- Action Data Configuration
- Action name:
Send_SMS_IF_Alarm1_ON
- Action type: “Send SMS”
- Text message:
%g1
- Recipients: “Group” (Phone group:
PhoneGroup1
) - Condition compatibility: “And”
- Active conditions:
Condition_Input2_High
- Condition Configuration
- Condition name:
Condition_Input2_High
- Condition type:
I/O
- I/O pin name:
Configurable Input/Output (2)
- Pin state:
High
Despite this setup, I receive random SMS messages showing “Low” at unpredictable times. I specifically want to avoid any SMS for the Low state. Is there a particular setting I’m missing or a different approach to ensure that the device only sends “Alarm 1 ON” SMS messages for High and never sends a “Low” message?
Thank you!