Announcement
Collapse
No announcement yet.
Homeseer initiated triggers not working
Collapse
X
-
You are welcome. Of course it would be nice if we didn't have to do this and the IFTTT integration just worked!
-
simonmason
That is exactly what I needed. I created an event to run an immediate script command with &hs.GetUrl and your string example (with my event name and key) and it works perfectly. Seems to trigger in under 5 seconds on IFTTT.
Thanks!!
Leave a comment:
-
yvrtim
Here are my notes that I use to create the webhooks:
Create a new applet
Choose Service Webhooks
Enter a Name (Example_Name) - not sure if you need underscores for spaces
The pick the IFTT service you would like to run
Then create an event in Homeseer that runs the following URL with the name of the Webhook inserted into the string:
result=hs.GetURL("http://maker.ifttt.com/trigger/Example_Name/with/key/KEYHERE","/",TRUE,80)
To get key go to this page and click on documentation:
https://ifttt.com/maker_webhooks
Hopefully that helps.
- Likes 1
Leave a comment:
-
I am having the same problem with IFTTT triggers not working reliably. To be specific, this is the IFTTT trigger based on if a homeseer device is turned on or off.
Homeseer actions (IFTTT->Homeseer) are working perfectly, 100% of the time.
With the triggers, they occasionally work (5% of the time?), but essentially useless. Has there been any suggestions or progress on fixing this?
Somebody mentioned a script to send a webhook to IFTTT as a possible workaround, however I do not see a link to the script (or a post with a sample) - can somebody point me in the correct direction here?
thanks
/-Tim
Leave a comment:
-
Originally posted by Skinnez View Post
As Jean Francois pointed out a few posts up, the simple way would be to use the IFTTT homeseer service and the blink camera service. It apparently works reliably without the need for webhooks controlling homeseer from an IFTTT trigger.
Cheers
J
I've got 8 Blink XT (outdoor) cameras although I use a couple indoors. The indoor Blink model does not have night vision which makes them fairly useless for security purposes and the price difference is only about $20. Through various sales I've bought the Blink XTs at an average price around $90 and ended up with 3 Sync Modules. Anyway I don't want this thread to become a Blink critique because generally the moderators don't like it when the primary topic gets put aside but will say my experience with the Blinks is not the same as barto. I'm pretty pleased with them. Are they as good as Nest cameras? Heck no but they are a lot cheaper to buy and no cost at all for a subscription. And nothing touches the battery life of a Blink.
Back to the primary topic: Using IFTTT applet with Blink motion detection as the IF and HomeSeer controlled siren as the THEN, any motion detected by the camera I chose does set off the siren. There is about a 5 second delay. I also tested the BLINK motion detection to turn on some smart plugs and in that case the delay was maybe 3 seconds at most.
So everything works as it should thanks mostly to this forum. I'll start a new topic tonight where I'll lay out my experience with the Blink XTs which has been pretty positive.
- Likes 2
Leave a comment:
-
Originally posted by jeff98363 View Post
Very happy to be able to be able to use the script template provided by Skinnez to initiate an action outside of HomeSeer based on conditions met within HomeSeer. However, I can't figure out a way to do the reverse (as originally brought up by barto). In my case I want to turn on a siren controlled by HomeSeer when a Blink camera detects motion. Can anyone explain how this is done (in language a 6th grader could understand)Thanks.
Cheers
J
Leave a comment:
-
I contacted Amazon after about 3 months and said I wasn't happy. They are not fit for purpose and they took them back and refunded me.
Leave a comment:
-
Originally posted by barto View PostI sent my blink camera systems back for many reasons. As soon as there was the slightest bad weather they where useless. They also false trigger way to easy. You can’t have individual schedules for each camera (you have to have more base units)
But the main reason was that they don’t use the instant ifttt api when there is motion detection.
They only use an api that is checked “within the hour”
So getting ifttt based alerts for motion detection on blink is pointless. The security event is long over by the time your action is initiated.!
Cheers
J
Leave a comment:
-
I sent my blink camera systems back for many reasons. As soon as there was the slightest bad weather they where useless. They also false trigger way to easy. You can’t have individual schedules for each camera (you have to have more base units)
But the main reason was that they don’t use the instant ifttt api when there is motion detection.
They only use an api that is checked “within the hour”
So getting ifttt based alerts for motion detection on blink is pointless. The security event is long over by the time your action is initiated.!
Leave a comment:
-
Originally posted by jeff98363 View Post
Very happy to be able to be able to use the script template provided by Skinnez to initiate an action outside of HomeSeer based on conditions met within HomeSeer. However, I can't figure out a way to do the reverse (as originally brought up by barto). In my case I want to turn on a siren controlled by HomeSeer when a Blink camera detects motion. Can anyone explain how this is done (in language a 6th grader could understand)Thanks.
Cheers
J
- Likes 1
Leave a comment:
-
Originally posted by Skinnez View Post
When “Event in IFTTT” POST http request to your HS3 server IP with webhooks
I’m pretty sure you can configure HS3 to take http requests to fire an event.
Cheers
JThanks.
Leave a comment:
-
I concur that the web hooks works really nicely. It is also quite fast. It has prompted me to dig through some of the options on IFTTT in more detail. For example I now have a voice announcement in the house every time someone goes into space using the NASA IFTTT integration. I haven't actually heard it speak yet, but for all I know no one has gone into space recently!
Leave a comment:
-
Hello
I use webhook service in IFTTT because HS3 Don't fire the applet in IFTTT,
BUT IFTTT Always run an event or switch a device in HS3
On resume:
HS3 --> IFTTT don't work i use a script with webhook service
IFTTT --> HS3 Always work
Jean-francois.
Leave a comment:
-
Originally posted by barto View PostI understand that, but how do I do the same the other way round?
I want to make other services in IFTTT trigger events and devices in Homeseer.
Eg. A do button if IFTTT that turns a homeseer light on?
Obviously this should work using the standard setup of Button trigger > homeseer device action in IFTTT but this also does always work.
I’m pretty sure you can configure HS3 to take http requests to fire an event.
Cheers
J
Leave a comment:
Leave a comment: