Hi Manjey / Mikhail,
The main problems here is due to the sensor value fluctuate during the water pumping. The sensor reading change from Medium to High and back to Medium again. This sequence s repeating and cause the sms to keep sending.
I’m wish to configurate an auxiliary channel to count the tank trigger. If tank trigger more than certain value, the sms alert stop. I’m configure auxiliary channel as
Channel Type: Calculated/output
Input Formula: Val() + Cmd
Output Formula: SetData()
When i’m send command value = 1 to auxiliary channel, the channel value not updated to 1, but error show “Channel 136 not found among output channels”. How to configurate the channel so that it will add up the command value send to the auxiliary channel?