Good night, I’m a little lost in how to do somethings.
I bough 2 istartek vt600 devices.
This device uses in3 to sense ignition state, but only changes in3 to 1 or 0 if on or not, don’t show ignition state.
How can I program a calculated attribute that show ignition on or off with in3???? And, how can I do an alarm for other “in”??
Note: it’s meiligao protocol
Thanks in advance to all
Rodrigo from chile
Hi friend. Have you solved the problem?
Yes, try and fail .... finally I found the correct code....
I put
adc1 < 1 ? false : true; Boolean
And when adc1 changes to 1, it shows ignition on.
Many time without use it, but i remember that works.
I hope will be useful for you, or, thanks for asking if want to help ;)
Greetings from Chile again
Good night, I’m a little lost in how to do somethings.
I bough 2 istartek vt600 devices.
This device uses in3 to sense ignition state, but only changes in3 to 1 or 0 if on or not, don’t show ignition state.
How can I program a calculated attribute that show ignition on or off with in3???? And, how can I do an alarm for other “in”??
Note: it’s meiligao protocol
Thanks in advance to all
Rodrigo from chile