Search found 5 matches
- 09 Aug 2020 02:42
- Forum: User Help / Bug Reports
- Topic: The End of Automagic
- Replies: 54
- Views: 4796424
Re: The End of Automagic
I felt like someone punched me when I read the news today. It's very sad but still, understandable. I will keep using it until I find some critical malfunction with no workaround. Perhaps someone else can pick up the development torch. Or maybe you can work it as a subscription model (I would gladly...
- 29 Sep 2019 22:46
- Forum: User Help / Bug Reports
- Topic: usng string function to extract values
- Replies: 5
- Views: 16238
Re: usng string function to extract values
Just wanted to jump in to thank Martin. Your solution worked. 2 days trying to find a workable script finally came to an end.
- 04 May 2019 20:42
- Forum: User Help / Bug Reports
- Topic: WiFi Scan Results Available
- Replies: 1
- Views: 7460
WiFi Scan Results Available
Hello. I recently upgraded to Pie while using a OnePlus 5T. The Trigger "WiFi Scan Results Available" on Oreo would work reasonably well, getting results every few minutes. Now on Pie it can take more than 20 minutes to get a result, therefore my version of "WiFi automatically on" which this Trigger...
- 02 Sep 2018 14:49
- Forum: User Help / Bug Reports
- Topic: HTTP Post translation to Automagic
- Replies: 5
- Views: 22791
Re: HTTP Post translation to Automagic
Thank you for the very detailed answer.
I was able to "translate" the original cURL command to use POST instead using a plugin called HTTP Shortcuts which works on Automagic as well.
I was able to "translate" the original cURL command to use POST instead using a plugin called HTTP Shortcuts which works on Automagic as well.
- 30 Aug 2018 21:28
- Forum: User Help / Bug Reports
- Topic: HTTP Post translation to Automagic
- Replies: 5
- Views: 22791
HTTP Post translation to Automagic
Hello. I am trying to make a HTTP POST request from Automagic in order to control smart bulbs and plugs. The commands are the following: curl --request POST "https://eu-wap.tplinkcloud.com/?token=YOUR_TOKEN_HERE HTTP/1.1" \ --data '{"method":"passthrough", "params": {"deviceId": "YOUR_DEVICEID_HERE"...