This object is in archive! 
HTTP request on local network
Answered
Hello,
Does the HTTP requests (from the rule creator) are sent from Zipato servers or from the Zipabox ?
In fact, I like to send HTTP commands to my Raspberry pi located on my private lan (192.168.x.x).
Is it possible ? (without passing by internet).
Thanks
No connection
Real-time notifications may not work
Currently the http request are only sent from the cloud. However, this is the feature which will be published very soon....
Currently the http request are only sent from the cloud. However, this is the feature which will be published very soon....
Good news!
Thanks for your response.
Good news!
Thanks for your response.
Cant you just NAT the R.Pi so it can be reached over internet?
Cant you just NAT the R.Pi so it can be reached over internet?
Yes. This is the solution I use. But it suppose to subscribe at dyndns or similar (I cant have fixed IP).
And soon will no longer free of charge, I'm sure. (it's now not possible to subscribe free dnyDNS without credit card number, free no-ip.org suppose to renew subscription every month...).
Yes. This is the solution I use. But it suppose to subscribe at dyndns or similar (I cant have fixed IP).
And soon will no longer free of charge, I'm sure. (it's now not possible to subscribe free dnyDNS without credit card number, free no-ip.org suppose to renew subscription every month...).
are you sure ??
I have http request in my rules and they are received by my rip to log stuff in mysql base and it works. I'm not using it anymore but a few weeks ago it was still working !
are you sure ??
I have http request in my rules and they are received by my rip to log stuff in mysql base and it works. I'm not using it anymore but a few weeks ago it was still working !
Yesterday it did not work.
But I have to say may be I made a mistake on URL configuration....
I have made a network sniffing and did not view any traffic addressed from Zbox to R.Pi. After Sebastian comment I stop debugging.
Yesterday it did not work.
But I have to say may be I made a mistake on URL configuration....
I have made a network sniffing and did not view any traffic addressed from Zbox to R.Pi. After Sebastian comment I stop debugging.
Sebastian, can you clarify please because on my zipato request are sent from my box and not the cloud.
Sebastian, can you clarify please because on my zipato request are sent from my box and not the cloud.
@Alain, @xmeslin
I think there's been a little misunderstanding.
Yes you can use local IPs in "HTTP request" puzzle, just make sure IP is reachable form the network on which is Zipato connected.
We don't support incoming HTTP requests yet (from local network), but it will be implemented soon.
@Alain, @xmeslin
I think there's been a little misunderstanding.
Yes you can use local IPs in "HTTP request" puzzle, just make sure IP is reachable form the network on which is Zipato connected.
We don't support incoming HTTP requests yet (from local network), but it will be implemented soon.
ok maybe sebastian was thinking about http access from iphone to the zipabox to get information. Anyway tks for clarification
ok maybe sebastian was thinking about http access from iphone to the zipabox to get information. Anyway tks for clarification
Ok folks.
My fault, I was just wrong on my HTTP request.
It works now through my private LAN.
Now I'm curious to know what is the new feature Sebastian has announced.
Tanks for your help.
Ok folks.
My fault, I was just wrong on my HTTP request.
It works now through my private LAN.
Now I'm curious to know what is the new feature Sebastian has announced.
Tanks for your help.
Can you give an example for local HTTP request?
My zipabox is on 192.168.0.11
Can you give an example for local HTTP request?
My zipabox is on 192.168.0.11
if you want to use local API:
and then use $id for other request like :
$uid is the one you can have in the API wbpage for the device
Enjoy
if you want to use local API:
and then use $id for other request like :
$uid is the one you can have in the API wbpage for the device
Enjoy
Hi,
I have a virtual sensor, activate is
https://my.zipato.com/zipato-web/remoting/attribute/set?serial=0100&ep=3df786&apiKey=d2b2ff72-3636-43a7-b5f8&state=true
How can i use this link in local like ;https://192.168.0.11/zipato-web/remoting/attribute/set?serial=0100&ep=3df786&apiKey=d2b2ff72-3636-43a7-b5f8&state=true
My goal;
I want to send a signal to my main zipabox from other zipaboxes which are in the same network. There is no internet in this network.
Hi,
I have a virtual sensor, activate is
https://my.zipato.com/zipato-web/remoting/attribute/set?serial=0100&ep=3df786&apiKey=d2b2ff72-3636-43a7-b5f8&state=true
How can i use this link in local like ;https://192.168.0.11/zipato-web/remoting/attribute/set?serial=0100&ep=3df786&apiKey=d2b2ff72-3636-43a7-b5f8&state=true
My goal;
I want to send a signal to my main zipabox from other zipaboxes which are in the same network. There is no internet in this network.
ah ok I never used it like this. I always use the cookie. I guess you have to try.
BTW, remove your API key form the post :)
ah ok I never used it like this. I always use the cookie. I guess you have to try.
BTW, remove your API key form the post :)
Ok thanks,
I wrote API key and others randomly, they are not correct ;)
Ok thanks,
I wrote API key and others randomly, they are not correct ;)
Hi! Any update on the release of incoming HTTP requests from local network feature?
I really hope this will also work with regular HTTP requests, not just HTTPS. Lots of microcontrollers do not have enough memory to run SSL/TLS...
Hi! Any update on the release of incoming HTTP requests from local network feature?
I really hope this will also work with regular HTTP requests, not just HTTPS. Lots of microcontrollers do not have enough memory to run SSL/TLS...
Replies have been locked on this page!