Tasker as Android Client

Tasker is an android app for automation.
With its http-get action it’s easy to combine with openHAB.

I use Habdroid as default client - sometimes 3House.

But most of the time I prefer situative controls.

  • If TV is running, Phone shows permanent Notification for blind controll
  • If I put my Smartphone in the loadingstation after 23:00 it sends an ALL-OFF-Command
  • If it rings at the door I see a “OpenDoor”-Notification
  • If the last family-member leaves a 300m radius around the house the blind switching into a safety-auto-mode

So the smartphones are acting as sensors for openHAB.

1 Like

I don’t suppose you’ve worked out an easy way to use NFC tags with tasker to control OpenHAB? I want to just tap a tag with my phone and the gate opens… From my research it looks like I’ll need to install an app to read the NFC which then talks to tasker which then talks to openHAB… Sounds a bit over complicated?

If you longpress an item in Habdroid, you can write NFC tags without tasker.
Or you can use https://play.google.com/store/apps/details?id=com.jwsoft.nfcactionlauncher&hl=de

I use the Locale NFC Plugin with tasker and it works quite well.

I’m actually looking for a working Beacon-Plugin to combine Tasker+Eddystone+openHAB…
But couldn’t find any working one for Android M so far.

Hi,
I’m planning a security alarm system using Openhab.
I have to add a phone call system in case of pir or switch sensors activate.
My idea is to use an android phone that receive http request through wifi from Openhab and automatically start a phone call.
Do you think tasker is the right way to do this stuff?

You can start a call from tasker. And in combination with autoremote you could execute that task with a http-request.

Tip: You can use RESTask tasker plugin to get full REST access to OpenHAB, and not just the CMD http GET actions.