No alarm notifications are generated

controlsat7 days ago

Updated a month ago from version 4.14 to the latest official version 6.6; however, there are events such as battery disconnection and analog input that are not interpreted correctly and therefore do not generate the notification.
They work sometimes, and most of the time they don't. I tried installing on another server to rule out conflicts, and it still doesn't work properly on the new server. I had to install version 4.14, and it works 100% there.
It's worth mentioning that the other alerts for engine start, engine stop, and vibration work very well.
The configuration I use for the Teltonika is:
io252 == 1 ? "powerCut" : null
io9 > 600 ? "door" : null
This setup works great for me on version 4.14

Anton Tananaev7 days ago

The behavior of computed attributes changes a bit recently. If you return null, it will clear the attribute. In you can it means one alarm can clear the other. To fix this you should return the original value instead of null.