Announcement

Collapse
No announcement yet.

Error when passing location via MyHS from Tasker

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Error when passing location via MyHS from Tasker

    I am having issues passing location data to the api when using the MyHS connection from Tasker. I have reviewed the documentation and verified the syntax of the URL and HTTP Data field matches whats listed in the userguide.

    I have had success using the direct connection URL from a tasker action, as well as pushing location with Backtitude both direct and through MyHS connection.

    In reviewing the logs I see that the PHLocation API receives the HTTP Post data but is unable to parse correctly. In comparing it to the successful attempts using the direct connection URL, the received post data also seems to be formatted correctly.

    Has anyone else on the forums had success with this configuration? Any troubleshooting thoughts or assistance is greatly appreciated.

    Log Error:
    Code:
    PHLocation Error	(phlapi) POST Error: Invalid or missing GET data type for data: dtype=CU&Type=TP&PHLID=360&loc=40.7484,73.9857&acc=9.1
    
    PHLocation	(phlapi) POST Data Received: dtype=CU&Type=TP&PHLID=360&loc=40.7484,73.9857&acc=9.1
    Tasker Configuration:
    Code:
    URL: user:pass@connected2.homeseer.com/phlapi?dtype=CU
    Data: Type=TP&PHLID=360&loc=%LOC&acc=%LOCACC
    Content Type: text/html
    Versions:
    Code:
    Homeseer: 3.0.0.368
    PHLocation: 3.0.1.109

    #2
    not that it helps, but I'm having the exact same issue

    Comment

    Working...
    X