Search found 61 matches

by billyboy
19 Dec 2018 09:34
Forum: RaZberry
Topic: Association not working
Replies: 3
Views: 4039

Re: Association not working

Is there no one who can help me?
by billyboy
12 Dec 2018 09:27
Forum: RaZberry
Topic: Association not working
Replies: 3
Views: 4039

Association not working

When I add other devices to double click, it's not working. When I make the association, I see a red triangle with an exclamation mark next to the added device. See picture:
Association.PNG
Association.PNG (61.99 KiB) Viewed 4039 times
What is going wrong?
by billyboy
24 Oct 2018 17:23
Forum: RaZberry
Topic: [Load custom JavaScript file] Error on var rpio = require('rpio');
Replies: 1
Views: 2366

[Load custom JavaScript file] Error on var rpio = require('rpio');

When I try to load a custom LavaScript file To control GPIO on my Raspberry I get a error loading the file. I hooked up a shift register to some GPIO's and therefore including the next line in my code: var rpio = require('rpio'); When I run my JavaScript file with "node myCode.js" there is...
by billyboy
16 Aug 2018 15:35
Forum: Z-Uno
Topic: after zunoSendDeviceToSleep output is not set at next run
Replies: 3
Views: 3986

Re: after zunoSendDeviceToSleep output is not set at next run

I am now using version 2.14
Where can I find this beta and how to install?
by billyboy
22 Jul 2018 13:58
Forum: Z-Uno
Topic: after zunoSendDeviceToSleep output is not set at next run
Replies: 3
Views: 3986

after zunoSendDeviceToSleep output is not set at next run

I am trying to get it work, but I fail. When I add zunoSendDeviceToSleep() to my code, the HC_SR04_POWER_PIN is not set high again. if I remove zunoSendDeviceToSleep() from my code and add a delay() then the output is set correctly. What do I do wrong? // Connect VCC of the BMP085 sensor to 3.3V (NO...
by billyboy
05 Jul 2018 20:03
Forum: RaZberry
Topic: Configure the FIBARO RGBW Controller
Replies: 0
Views: 2773

Configure the FIBARO RGBW Controller

The FIBARO RGBW Controller has 2 operation modes, RGBW mode to control ed. LED strips and a input/output mode. Default it's in RGBW mode. When I include this device to the network it's a RGBW device but I need it in input/output mode. Therefor I need to configure parameter 14 to 34952. I can do this...
by billyboy
04 Jun 2018 09:59
Forum: RaZberry
Topic: Create a sprinkler program
Replies: 6
Views: 6867

Re: Create a sprinkler program

Thanks Eagle!! That is exactly what I needed!
by billyboy
03 Jun 2018 16:09
Forum: RaZberry
Topic: Create a sprinkler program
Replies: 6
Views: 6867

Re: Create a sprinkler program

Still nobody has a answer?
by billyboy
03 Jun 2018 16:06
Forum: RaZberry
Topic: Howto: timed sequence
Replies: 1
Views: 2512

Howto: timed sequence

Can someone help me to setup a timed sequence by a push of a toggle button? For now I made a scene that starts the first step, and then a Delayed action to start the second one after some time. Created a Group button to trigger the scene by a toggle button. But this are all seperate controls. I want...