Search found 19 matches
- 26 Mar 2015 13:34
- Forum: RaZberry
- Topic: Access ZWaveAPI from userModule
- Replies: 4
- Views: 5455
Access ZWaveAPI from userModule
Hello! I've written a module that executes a script when SensorBinary level of a sensor is on. The sensor used is a BeNext panic watch. When someone push the panic watch, the following is sent: [2015-03-26 10:47:28.714] [D] [zway] RECEIVED: ( 01 09 00 04 00 06 03 20 01 FF 29 ) [2015-03-26 10:47:28.7...
- 26 Mar 2015 12:40
- Forum: RaZberry
- Topic: Correct way of processing an http.request response
- Replies: 4
- Views: 5108
Correct way of processing an http.request response
Hello! I'm writting a module that makes a call to an URL using http.request method. I need to process the result of the request but I'm not sure the right way to do it. I've tried this: http.request({ method: 'GET', url: encodeURI(myURL), success: function (response) { console.log("Success!&quo...
- 25 Mar 2015 11:22
- Forum: RaZberry
- Topic: FLIRS z-way
- Replies: 9
- Views: 9284
Re: FLIRS z-way
I have the new 5gen one. I don't understand what does 'Looks like all your devices really have zeroes in "listening"' imply.
- 24 Mar 2015 13:37
- Forum: RaZberry
- Topic: FLIRS z-way
- Replies: 9
- Views: 9284
Re: FLIRS z-way
Hi pofs! I work with marcosavo. Here is the log upon service start (just the lines including "01 41" bytes): [2015-03-24 10:04:17.444] [D] [zway] RECEIVED: ( 01 09 01 41 93 16 01 02 02 01 33 ) [2015-03-24 10:04:17.445] [D] [zway] SENT ACK [2015-03-24 10:04:17.445] [D] [zway] SETDATA device...
- 12 Feb 2015 18:44
- Forum: Discussions in English
- Topic: SensorBinary.Get() fires change:metrics:level event
- Replies: 0
- Views: 2724
SensorBinary.Get() fires change:metrics:level event
Hello, I've got some AEON 4 in 1 multisensors. I'm using the SensorValueLogging module to send movement detection to my server, so, whenever a change in level metric happens, the module sends on/off to my server. I've noticed that sometimes some values are lost, not even received by the z-way-server...
- 06 Feb 2015 10:50
- Forum: Discussions in English
- Topic: How does on time value affect battery lifetime?
- Replies: 6
- Views: 7104
Re: How does on time value affect battery lifetime?
- the device on time value (parameter 3) gives the time to stay "on" when "something is detected in the room". When this on time is high, and there is only movement in the room now and then, there will be many on/off messages sent and sending costs energy. If movement is permane...
- 04 Feb 2015 19:09
- Forum: Discussions in English
- Topic: How does on time value affect battery lifetime?
- Replies: 6
- Views: 7104
Re: How does on time value affect battery lifetime?
I don't understand quite well your reply... As far as I know, on time value means "how long should the device keep state On before sending it Off command" when movement is detected. The sensor is who puts himself back to sleep, not the RazBerry, isn't it? Anyway, does a low value decrease ...
- 04 Feb 2015 17:28
- Forum: Discussions in English
- Topic: How does on time value affect battery lifetime?
- Replies: 6
- Views: 7104
How does on time value affect battery lifetime?
Hello!
I would like to know if setting on time value to a low value (such as 10 seconds) will affect battery lifetime. Maybe it's an obvious question but I'm a complete newbie. I'm working with AEON Multisensor 4 in 1.
Thanks in advance.
I would like to know if setting on time value to a low value (such as 10 seconds) will affect battery lifetime. Maybe it's an obvious question but I'm a complete newbie. I'm working with AEON Multisensor 4 in 1.
Thanks in advance.
- 03 Feb 2015 20:12
- Forum: Device specific
- Topic: Interview failed with Philio PST02-1A
- Replies: 46
- Views: 64210
Interview failed with Philio PST02-1A
Hello! I've got two Philio 4 in 1 sensors model PST02-1A and a RaZberry working with z-way 2. I've tried to add the philio sensors to the network but the interview it's not completed. At the end the message of Interview failed always appears. I've already tried to exclude the sensors and include the...