Search found 35 matches

by jucs
06 Jan 2017 23:48
Forum: Z-Uno
Topic: Reset after Wakeup
Replies: 3
Views: 4789

Re: Reset after Wakeup

Thank you, I know about NZRAM now, but actually my problem is a different one as discussed in the other thread...
by jucs
06 Jan 2017 01:36
Forum: Z-Uno
Topic: Makefile for the Z-Uno
Replies: 4
Views: 4963

Makefile for the Z-Uno

Hello everyone, I'd like to use a more serious IDE than the Arduino IDE; thus, I'd like to be able to compile without it. Is there any public Makefile or something for the Z-Uno stuff? Even when enabling debug output, there are still some commands missing on the terminal, so I'm having trouble makin...
by jucs
06 Jan 2017 00:55
Forum: Z-Uno
Topic: Strange updates to zero
Replies: 7
Views: 7205

Re: Strange updates to zero

Another update: The problem also (sometimes) occurs in ZUNO_SLEEPING_MODE_SLEEPING mode, namely when waking up after the configured wake-up period. Update: It seems like this happens again if the controller has queued some command for the sensor. In particular, it seems to happen at the next wake-up...
by jucs
05 Jan 2017 18:38
Forum: RaZberry
Topic: C API plus web server
Replies: 4
Views: 5399

C API plus web server

Hi there, I'm currently playing around with the C API of the Z-Way server. I'm using the example project from http://razberry.z-wave.me/index.php?id=15. As noted in several threads in the forum, I have to stop the regular server before I start my own tool since they both use the controller. My quest...
by jucs
05 Jan 2017 18:01
Forum: Z-Uno
Topic: Strange updates to zero
Replies: 7
Views: 7205

Re: Strange updates to zero

Here is a more extensive log from the Z-Way server: [2017-01-05 16:00:08.207] [I] [core] --- ZWayVDev_zway_76-1-49-1 performCommand processing: {"0":"update","1":{}} [2017-01-05 16:00:08.208] [I] [zway] Adding job: SensorMultilevel V5 Get [2017-01-05 16:00:08.217] [D] [...
by jucs
05 Jan 2017 04:54
Forum: Z-Uno
Topic: Strange updates to zero
Replies: 7
Views: 7205

Re: Strange updates to zero

Thanks for your answer! Unfortunately, I've already tried your workaround. It even doesn't work if I return a constant value (other than zero, obviously) from the getter, so I'm pretty sure there is something deeper going wrong... Could it be that the getter is called (because, as I've tried with th...
by jucs
04 Jan 2017 15:28
Forum: Z-Uno
Topic: Strange updates to zero
Replies: 7
Views: 7205

Re: Strange updates to zero

If it's any help, this is how such a polling looks in the OpenHAB log file: 2017-01-04 00:47:46.612 [ItemStateChangedEvent ] - zwave_device_86d1d009_node76_sensor_temperature changed from 30.25 to 0 2017-01-04 00:47:46.793 [ItemStateChangedEvent ] - zwave_device_86d1d009_node76_sensor_temperature ch...
by jucs
04 Jan 2017 11:14
Forum: Z-Uno
Topic: Strange updates to zero
Replies: 7
Views: 7205

Re: Strange updates to zero

There is a remark for "ZUNO_SWITCH_MULTILEVEL()" on the reference page that says "This type is allowed only in ZUNO_SLEEPING_MODE_ALWAYS_AWAKE power mode"; however, I can't find the same remark on the reference page for ZUNO_SENSOR_MULTILEVEL(). I have also tried ZUNO_METER() wit...
by jucs
04 Jan 2017 04:18
Forum: Z-Uno
Topic: Strange updates to zero
Replies: 7
Views: 7205

Strange updates to zero

Hello everyone, I'm currently trying to implement a simple temperature sensor in FLiRS mode. The sensor works when it initiates an update of the temperature (using an interrupt, for example); however, if I query the temperature from the device using my my Z-Wave controller, I oftentimes get readings...
by jucs
03 Jan 2017 17:24
Forum: Z-Uno
Topic: Reset after Wakeup
Replies: 3
Views: 4789

Re: Reset after Wakeup

Solved, I just didn't know that the RAM is set to zero during sleeping :lol: