SEND A HTTP NOTIFICATION (PUSHINGBOX)
Answered
Hello,
i made a rule with HTTP request, Post, URL=http://api.pushingbox.com/pushingbox?devid=vxxxxxxx but i doesn't work.
I send an Email in the same time, and i receive it.
When i put this URL in Chrome, i receive a notification on my phone.
I try with Post, Get, Put, nothing works.
Have you an idea ?
No connection
Real-time notifications may not work
I added a rule on your box just to see if we're getting the requests, and it looks OK, I see requests.
The URL you've entered is OK for Get request on pushingbox, not Post.
Don't you need to set a variable on pushingbox to make it do something?
I added a rule on your box just to see if we're getting the requests, and it looks OK, I see requests.
The URL you've entered is OK for Get request on pushingbox, not Post.
Don't you need to set a variable on pushingbox to make it do something?
I added a rule on your box just to see if we're getting the requests, and it looks OK, I see requests.
The URL you've entered is OK for Get request on pushingbox, not Post.
Don't you need to set a variable on pushingbox to make it do something?
I added a rule on your box just to see if we're getting the requests, and it looks OK, I see requests.
The URL you've entered is OK for Get request on pushingbox, not Post.
Don't you need to set a variable on pushingbox to make it do something?
It works this morning, but i don't change anything
Thanks for all.
It works this morning, but i don't change anything
Thanks for all.
How to add the value of a meter in parameters of the request, for example the temperature of a thermometer?
I know how to add it in the request &temperature=25 for example and in the text I set something like: "the temperature of the room is $temperature$" but I do not know how to do it in the rule creator !
How to add the value of a meter in parameters of the request, for example the temperature of a thermometer?
I know how to add it in the request &temperature=25 for example and in the text I set something like: "the temperature of the room is $temperature$" but I do not know how to do it in the rule creator !
Currently you can't use dynamic parameters in "HTTP request" puzzle.
Currently you can't use dynamic parameters in "HTTP request" puzzle.
Do you plan to implement it?
Do you plan to implement it?
Yes we will implement it.
You can create an Idea so others can vote on that and speed up implementation ;)
Yes we will implement it.
You can create an Idea so others can vote on that and speed up implementation ;)
Hi,
is there, somewhere, an example to use HTTP request in POST mode?
Regards,
William
Hi,
is there, somewhere, an example to use HTTP request in POST mode?
Regards,
William
If you would use PushOver application this would be:
Method:Post
URL: https://api.pushover.net/1/messages.xml
Headers:
Body: token=yourtoken here&user=usernamehere&title=Zipato&message=yourmessage
If you would use PushOver application this would be:
Method:Post
URL: https://api.pushover.net/1/messages.xml
Headers:
Body: token=yourtoken here&user=usernamehere&title=Zipato&message=yourmessage
Look here:
http://www.domotica-blog.nl/post/push-notificatie-op-zipato
:)
Look here:
http://www.domotica-blog.nl/post/push-notificatie-op-zipato
:)
Great! Thank you HeroS
Great! Thank you HeroS
Great! Thank you HeroS
Great! Thank you HeroS
Hi,
Is it possible to send a value ?
for example :
Body:
token=yourtokenhere&user=usernamehere&title=Zipato&message=temperature+:+XX
where XX = temperature value
Hi,
Is it possible to send a value ?
for example :
Body:
token=yourtokenhere&user=usernamehere&title=Zipato&message=temperature+:+XX
where XX = temperature value
Not like that.
But you could make rule...
When temp=!0
If temp=10
http request temp=10
If Temp 15
http request temp=15
etc
Not like that.
But you could make rule...
When temp=!0
If temp=10
http request temp=10
If Temp 15
http request temp=15
etc
of course, yes!
thank you.
of course, yes!
thank you.
Hello,
I made a rule with HTTP request, Put, URL=http://api.pushingbox.com/pushingbox?devid=vxxxxxxx but i doesn't work.
I send an Email in the same time, and i receive it.
Test on Pushingbox virtual scenarios, i receive a notification on my phone.
But made a zipa ruIe HTTP request, tried with Post, Get, Put, nothing works.
Please help me how make a rule (when motion send me notification) which can send notification on my mobile with Newtifry ?
Hello,
I made a rule with HTTP request, Put, URL=http://api.pushingbox.com/pushingbox?devid=vxxxxxxx but i doesn't work.
I send an Email in the same time, and i receive it.
Test on Pushingbox virtual scenarios, i receive a notification on my phone.
But made a zipa ruIe HTTP request, tried with Post, Get, Put, nothing works.
Please help me how make a rule (when motion send me notification) which can send notification on my mobile with Newtifry ?
Hi SonyB,
the answer is in the message of slashroot:
In HTTP Request dialog box set this:
Method:Post
URL: https://api.pushover.net/1/messages.xml
Headers:
Body: token=yourtokenhere&user=usernamehere&title=Zipato&message=yourmessage
Hi SonyB,
the answer is in the message of slashroot:
In HTTP Request dialog box set this:
Method:Post
URL: https://api.pushover.net/1/messages.xml
Headers:
Body: token=yourtokenhere&user=usernamehere&title=Zipato&message=yourmessage
Thank you William NOEL
Thank you William NOEL
Replies have been locked on this page!