1

Having a digital sensor that allows more values than 2

Тема: Having a digital sensor that allows more values than 2

The gps device can send me a parameter where the value could be 20, 14 or 79. Can I have a sensor that can change its state according with the value of the parameter?

For Example:

param_x = 20 -> State of sensor: OPEN
param_x = 14 -> State of sensor: CLOSED
param_x = 79 -> State of sensor: HALF-CLOSED

Thanks so much for taking time to answer my question. wink

2

Having a digital sensor that allows more values than 2

Re: Having a digital sensor that allows more values than 2

Hello,

You can create just a custom sensor (not digital): https://docs.wialon.com/en/hosting/cms/ … ypes#other
In Intervals and colours you might set "from 14" - closed, "from 20 " - open and "from 79" -half-closed: https://docs.wialon.com/en/hosting/cms/ … sors/props
Thus on Monitoring tab the name of interval will be shown for the sensor.