Search found 201 matches

by A.Harrenberg
19 May 2017 20:59
Forum: Z-Uno
Topic: ZUNO hangs after week uptime
Replies: 9
Views: 8647

Re: ZUNO hangs after week uptime

Hi, your sketch is quite similar to a sketch I use here at the moment... ,-) I have a PIR, a DHT11, a VH1750, another simple luminance sensor, a BMP180, a DS18B20 and an OLED... (and two relay outputs that just switch the onboard LED and another LED on my breadboard) I cant find anything particular ...
by A.Harrenberg
19 May 2017 19:45
Forum: Z-Uno
Topic: ZUNO hangs after week uptime
Replies: 9
Views: 8647

Re: ZUNO hangs after week uptime

Hi, no suggestion so far from my side, but what kind of sketch are you using and how do you use the device? I experience that my USB ZWave-Dongle freezes sometimes, especiall when I am not "using" the system activly. Other users in my forum also report the same issue. It seems that if the ...
by A.Harrenberg
15 May 2017 20:18
Forum: Z-Uno
Topic: Z-uno is not responsive (USB and Push Button)
Replies: 7
Views: 7840

Re: Z-uno is not responsive (USB and Push Button)

Hi, the Z-UNO is a node and not really ment to control other nodes... How do you solved the problem for the first plug? I assume that you used a SWITCH_BINARY and instead of switching on output pin you used zunoSendToGroupSetValueCommand() to send the on/off command to the wall plug? If that worked ...
by A.Harrenberg
15 May 2017 15:44
Forum: Z-Uno
Topic: Z-uno is not responsive (USB and Push Button)
Replies: 7
Views: 7840

Re: Z-uno is not responsive (USB and Push Button)

Hi, I am not sure if I understand your task correct, but you want to retrieve the power readings from another node in the Z-Uno? I think that is not supported by the (current) Z-Uno libraries... The ZUNO_METER refer to an implementation of a metering device IN the Z-Uno itself and are not ment for a...
by A.Harrenberg
15 May 2017 08:42
Forum: Z-Uno
Topic: Z-uno is not responsive (USB and Push Button)
Replies: 7
Views: 7840

Re: Z-uno is not responsive (USB and Push Button)

Hi, what do you mean by the "service button doesn't work"? The reset mode must work under all circumstances. It is part of the internal system that can't be erased or overwritten with a user sketch. But you really have to HOLD the service button while pressing the reset button for a second...
by A.Harrenberg
14 May 2017 10:24
Forum: Z-Uno
Topic: Z-uno is not responsive (USB and Push Button)
Replies: 7
Views: 7840

Re: Z-uno is not responsive (USB and Push Button)

Hi, you can try rescue mode: To go into Rescue mode hold down the Service Button and then hold down the Reset button, wait for a second, release the Reset button then release the Service Button. User code will not be executed until reboot (it is not erased from Z-Uno). or try a Device reset: Device ...
by A.Harrenberg
13 May 2017 17:11
Forum: Z-Uno
Topic: Kommunikation at ZWave-protocoll only at 9600Baud
Replies: 4
Views: 4754

Re: Kommunikation at ZWave-protocoll only at 9600Baud

Hi PoltoS, but my expectation was/is that when a communicatin on 40k with the "speed modified" flag set is successful, that this will re-enable 100k transmission, as both party can see that the other device is capable of the higher speed. And beside that, I could not notice an active routi...
by A.Harrenberg
13 May 2017 12:57
Forum: Z-Uno
Topic: Kommunikation at ZWave-protocoll only at 9600Baud
Replies: 4
Views: 4754

Re: Kommunikation at ZWave-protocoll only at 9600Baud

Hi PoltoS, sorry for not updating the status of this topic here... I already updated the neighbors in the past and that fixed the issue, the device was back at 100k. But recently it is "down" to 40k again! But I can't see that a routing is ongoing, so there is a direct communication betwee...
by A.Harrenberg
11 Apr 2017 20:43
Forum: Z-Uno
Topic: Kommunikation at ZWave-protocoll only at 9600Baud
Replies: 4
Views: 4754

Kommunikation at ZWave-protocoll only at 9600Baud

Hi PoltoS, this is more of an internal question, but I noticed that one of my Z-Uno is only communicating at 9600 Baud with my UZB controller, while the other two are working on 100k datarate. I know that in case of missing ACK the device will try to re-transmit, re-route and finally decrease the da...
by A.Harrenberg
13 Mar 2017 00:02
Forum: Z-Uno
Topic: Problem using Arduino IDE with Z-Uno
Replies: 15
Views: 16673

Using "portable" version of Arduino-IDE

Hi, as for now we have to use the old 1.6.5 release of the Arduino-IDE. For a project with an Maple-mini I needed to install a version 1.6.13. So I looked for a solution to separate both installs and found something a very easy solution that I was not aware off... If you install using the zip-files ...