Search found 25 matches

by xchatter
08 May 2015 10:55
Forum: RaZberry
Topic: ThermostatSetPoint temperature unit incorrect in scaleTitle
Replies: 12
Views: 15047

Re: ThermostatSetPoint temperature unit incorrect in scaleTi

Hi there,

What device are you using?
I am using ZXT-120 and the ScaleString values are OK in my case(all set to Celsius).
by xchatter
05 May 2015 14:24
Forum: Discussions in English
Topic: Z-wave Alarm system, first steps
Replies: 5
Views: 11385

Re: Z-wave Alarm system, first steps

Hi, As we talked in PM, i write here my example of an alarm system. :) I use Fibaro Multisensor and now I am buying Everspring HSM02 Z-Wave Mini Door / Window Sensor or similar EU variant(i suppose you mean something similar by basic magnetic contacts). 1. The fibaro sensor motion parameter is eithe...
by xchatter
05 May 2015 13:24
Forum: Discussions in English
Topic: Z-wave Alarm system, first steps
Replies: 5
Views: 11385

Re: Z-wave Alarm system, first steps

For door/window sensors, a good deal is Everspring HSM02 Z-Wave Mini Door / Window Sensor.
It is on ebay for 30 bucks. I can't share how they behave since i don't have one of them. :) Just sharing.
if in EU -> VISION ZD 2102EU-5 Z-WAVE PLUS

I also use a Fibaro sensor.
by xchatter
20 Apr 2015 23:33
Forum: Recipes
Topic: [HowTo] Authentication for your Razberry (using nginx)
Replies: 3
Views: 20901

Re: [HowTo] Authentication for your Razberry

Thanks for this dolpheen !
by xchatter
19 Apr 2015 09:58
Forum: RaZberry
Topic: Secure remote requests to Razberry
Replies: 16
Views: 19095

Re: Secure remote requests to Razberry

Hi guys, if this will be useful to anyone, I got this working using PHP and cURL. I am very happy now :D Here is an example code for anyone interested: $username = 'xxx'; $password = 'xxx'; $url = 'http://find.z-wave.me/zboxweb'; $cookie="cookie.txt"; //Make sure you create this file and s...
by xchatter
17 Apr 2015 09:08
Forum: Device specific
Topic: ZXT-120
Replies: 5
Views: 10914

Re: ZXT-120

hi dolpheen, Can you help me out? I have some trouble with my ZXT-120. It only shows # Device name Temperature Date 4 General Thermostat V2_4 In the UI. I thought I was with old firmware(2.0.0) and upgraded to 2.0.1-rc25 and controls showed(on/of/temp slider etc.). But i have messed a lot with the r...
by xchatter
16 Apr 2015 12:59
Forum: Device specific
Topic: ZXT-120
Replies: 5
Views: 10914

Re: ZXT-120

I have just received mine. I didn't know you can control a tv with it, cool :D So it's not showing some user friendly controls in the UI ? I have a Fibaro Multisensor and had some hard time configure it to behave as expected, now I get another not fully supported out of the box device. LOL :D I hope...
by xchatter
15 Apr 2015 17:58
Forum: RaZberry
Topic: Secure remote requests to Razberry
Replies: 16
Views: 19095

Re: Secure remote requests to Razberry

:/
I guess I will wait for your nginx recipe since I am out of ideas right now.
Thanks anyway
by xchatter
15 Apr 2015 12:15
Forum: RaZberry
Topic: Secure remote requests to Razberry
Replies: 16
Views: 19095

Re: Secure remote requests to Razberry

Hi dolpheen,

I tried this way also, but the result is the same.
I only get the HTML document as data result, but there is no session id which i can store.
And the cookies are empty.
by xchatter
15 Apr 2015 10:41
Forum: RaZberry
Topic: Secure remote requests to Razberry
Replies: 16
Views: 19095

Re: Secure remote requests to Razberry

Hi dolpheen, Thanks for your hints. I got no success on getting the cookie from ajax request. What i did is: $.ajax({ type: 'POST', url: 'https://find.z-wave.me/zboxweb?act=login&login=xxxxxx&pass=xxxxxxxx', success: function (output, status, xhr) { console.log(xhr.getResponseHeader('ZBW_SES...