Computed Attributes - SMS

Kjetil Pedersen6 years ago

Hello!
Have readed some about Computed Attributes, but not sure how to set up..
Have SMPP that is working.
I want a SMS if Power drop below 12.00V
Maybe someone can help me :) ?

Anton Tananaev6 years ago

You need to return "lowPower" value for "alarm" attribute to trigger the event.

Kjetil Pedersen6 years ago

Really appreciate if you can give me a concrete example :)

Anton Tananaev6 years ago

Something like:

power < 12.0 ? "lowPower" : null

I haven't tested it. It's just to give you an idea of what it should look like.

Joseph Santos6 years ago

good morning dear sr. Anton Tananaev I have a q24 modems that I used with another platform for SMS messaging and I need to add it here in traccar and be able to configure it sms notifications

Anton Tananaev6 years ago

@Joseph, please never comment on unrelated topics like this or I'll have to ban you from forum.

I have seen your other thread and I don't know how I can help you. Traccar currently only supports SMPP option for SMS messaging.

Joseph Santos6 years ago

ok thank you very much and I apologize for missing the estimated regulations

Kjetil Pedersen4 years ago

Is there a way to add the Power value to the email/sms`?