Search found 25 matches

by xchatter
14 Apr 2015 17:58
Forum: RaZberry
Topic: Secure remote requests to Razberry
Replies: 16
Views: 19506

Re: Secure remote requests to Razberry

Ok, So i found out what pofs had in mind. Requests are possible via http://find.z-wave.me/ZWaveAPI/Run/ . No 8083 port is required. Now I need a way to pass authentication so I can make requests through my script. So far I haven't find a proper way. I tried just to see if working the following way: ...
by xchatter
14 Apr 2015 15:04
Forum: RaZberry
Topic: Secure remote requests to Razberry
Replies: 16
Views: 19506

Re: Secure remote requests to Razberry

Sorry for that.

Still no one can help me with my goal ? :/ (sadface)
by xchatter
12 Apr 2015 20:07
Forum: RaZberry
Topic: Secure remote requests to Razberry
Replies: 16
Views: 19506

Re: Secure remote requests to Razberry

Hi guys, pofs, thanks for the tip. I will try to use what you suggest, but I doubt I will be able to pass commands like "find.zwave.me:8083/zwaveapi/run/" because even when I'm logged via the browser(cookie is passed), I am not able to do this. I might got your idea wrong though. Can you p...
by xchatter
09 Apr 2015 13:53
Forum: RaZberry
Topic: How to Reset the Razberry (or PI) on a regular (weekly) base
Replies: 11
Views: 12861

Re: How to Reset the Razberry (or PI) on a regular (weekly)

Hi,

You can also add similar scheduled command to reset the z-way server (sudo service z-way-server restart), but i think with the Raspberry rebooted, everything attached to it is also rebooted. The z-way server definetely is.

If there is another catch, I hope someone shares with us. :)
by xchatter
09 Apr 2015 10:07
Forum: Device specific
Topic: ZXT-120
Replies: 5
Views: 11035

ZXT-120

Hi guys,

I am considering to buy a ZXT-120 air conditioning remote control.
Is this properly supported in the Razberry interface?


Thanks. :)
by xchatter
09 Apr 2015 09:54
Forum: RaZberry
Topic: How to Reset the Razberry (or PI) on a regular (weekly) base
Replies: 11
Views: 12861

Re: How to Reset the Razberry (or PI) on a regular (weekly)

Hi, You can use cron (should already be installed): Edit crontab: In terminal type sudo crontab -e The first time you might have to choose your preferred editor (like nano) Insert a line like 0 4 1 * * /sbin/shutdown -r +1 at the bottom. Explanation: (minute) (hour) (day of month) (month) (day of we...
by xchatter
08 Apr 2015 16:33
Forum: RaZberry
Topic: Secure remote requests to Razberry
Replies: 16
Views: 19506

Re: Secure remote requests to Razberry

Hi pofs,

Thanks for the tip.
Can you give me some clues where do I read how to use the find.zwave.me to make secure requests from external server to the Razberry?
I don't seem to fully understand what you mean.

Regards
by xchatter
08 Apr 2015 14:07
Forum: RaZberry
Topic: Problems with Fibaro Motion Sensor
Replies: 22
Views: 38968

Re: Problems with Fibaro Motion Sensor

Glad to hear that ! :)
by xchatter
08 Apr 2015 13:23
Forum: RaZberry
Topic: Secure remote requests to Razberry
Replies: 16
Views: 19506

Secure remote requests to Razberry

Hi guys, If anyone can help me with this, I will be grateful. Is there a way to make secure requests to the Razberry from a remote server? I know how to make requests from the Razberry to a remote host, but not vice-versa. The basic idea is that I want to get some values from devices or switch some ...
by xchatter
07 Apr 2015 13:27
Forum: RaZberry
Topic: Can I use jQuery and make ajax requests?
Replies: 3
Views: 4262

Re: Can I use jQuery and make ajax requests?

Thanks for the tip. :)
Works.