Skip to content

Pytomation & Tasker for Android

Dustin S edited this page Apr 1, 2015 · 2 revisions

Requirements

  • Tasker
  • a Pytomation server

Bare minimum

  • To send device commands

    • Create a HTTP Post task
      • Server:Port - http://[username]:[password]@[yourPytomationHost]:[port]
      • Path - /api/device/
      • Data / File - command=
      • Content Type - (leave blank)
  • To get device status

    • Create a HTTP Get task
      • Server:Port - http://[username]:[password]@[yourPytomationHost]:[port]
      • Path - /api/device/
  • To use voice commands to devices

  1. Create a Get Voice
  2. Create a HTTP Post task
    • Server:Port - http://[username]:[password]@[yourPytomationHost]:[port]
    • Path - /api/device/
    • Data / File - command=%VOICE
    • Content Type - (leave blank)

Clone this wiki locally