Pushover command not recognized!?

I would like to use pushover to send push messages to my iPhone.
(e.g. Burglary alarm).

My rule looks like this:

rule “Notify Balcony Alarm”
when
Item Trigger changed
then
pushover(“Trigger received”)
logInfo(“pushover - BLABLA Trigger changed”, Trigger)
end

But I get an error in the openhab log:
The name ‘pushover()’ cannot be resolved to an item or type.

According to some websites I need to install the pushover addon, but I do not find it.
I am using apt-get and there is no file like pushover.
A hint would be greatly appreciated.

Best regards,
NCO

Do you have org.openhab.action.pushover-<version>.jar in your addons directory?

You should be able to:

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

To see all the openHAB packages:

sudo apt-cache search openhab

There you go!
That was the hint I needed!!
Thank you very much @watou!!!

So I guess this is from an older openhab version!?
sudo apt-get install openhab-addon-binding-pushover?

Is that from documentation, do you have a link to those instructions? Thanks!

No, I actually found it on a german website, which seems to be quite up to date.
http://www.marcsblog.de/2015/07/pushover-openhab-benachrichtigt-ueber-das-smartphone/

You might consider asking the author if it’s just a typo that he would correct.

Good Idea!
Will do.
Cheers,
NCO