Problem with NotifyMyAndroid

Hi,

I’m trying to use a simple NMA rule and I’m getting a strange error

Here is the rule

rule "Back Door Alarm"
when
Item EventState02 received update "OPEN"
then
logInfo(“BackDoor”,“ALARM”)
notifyMyAndroid(“Security”,“Alarm has been tripped”)
end

which is giving the following error

[ERROR] [o.o.c.s.ScriptExecutionThread ] - Error during the execution of rule ‘Back Door Alarm’: The name ‘notifyMyAndroid(,)’ cannot be resolved to an item or type.

Can anyone tell me what I am doing wrong?

Do you have the NMA action binding installed? There should be a org.openhab.action.nma-<verision number>.jar in <openhab home>/addons ?

Ah, no I don’t

Where can I download it from?

How did you install/get OH?

What operating system?

I’m on Ubuntu and I am sure these were the instructions I used

I found what I needed

sudo apt-get install openhab-addon-action-nma

Thanks!