Search found 62 matches

by OWK
Fri Jun 19, 2015 10:00 pm
Forum: Click On Click Off & Home Easy
Topic: Mechanical Ventilation - with Kaku?
Replies: 7
Views: 17283

Re: Mechanical Ventilation - with Kaku?

Hi DJ, that is quite some time ago! I used a KaKu with the formfactor of an ACM1000, but one of the cheaper series. Because I did not build it into the eco fan size did not matter. Inside the gray box is a 220 volt socket and squeezed the releais pcb to the side that holds the contacts in parallel t...
by OWK
Fri Dec 19, 2014 11:50 pm
Forum: Click On Click Off & Home Easy
Topic: conneting LED to AWMR-230
Replies: 5
Views: 10889

Re: conneting LED to AWMR-230

Just a tip: there is a AWMR-300 supporting LED lamps. No glowing of the lamp while it is switched off.
See: http://www.klikaanklikuit.nl/advies/pro ... -awmr-300/
by OWK
Sun Jun 01, 2014 2:36 pm
Forum: DomotiGa Forum
Topic: temperature average day
Replies: 16
Views: 20046

Re: temperature average day

Start with what is working already and build on that. So setting the variable the first time with: Main.setGlobalVar(Var_Temp_n, devicevalue) is your starting point. Then concentrate on the second argument only (the one behind the comma) and change nothing to the rest. Note: Maybe val(1) is not corr...
by OWK
Sun Jun 01, 2014 9:50 am
Forum: DomotiGa Forum
Topic: temperature average day
Replies: 16
Views: 20046

Re: temperature average day

You did not follow my advise to use val().

Your script should be reading: Main.SetGlobalVar(Var_Temp_n, val(Var_Temp_n)+val(1))

If that is not solving the problem i'm lost. Maybe other forum members can help from here

Lets wait and see what happens

Regards
OWK
by OWK
Sat May 31, 2014 9:10 pm
Forum: DomotiGa Forum
Topic: temperature average day
Replies: 16
Views: 20046

Re: temperature average day

So you tried this ?

Main.SetGlobalVar(VarHumidity, val(VarHumidity) + val(Device_value))

Regards
OWK
by OWK
Wed May 28, 2014 10:19 pm
Forum: DomotiGa Forum
Topic: temperature average day
Replies: 16
Views: 20046

Re: temperature average day

It could be that the varables are strings and not numbers.
Try/experiment to convert your variable to numbers if used in calculations, maybe that helps. The way to do this is: val(variableName).

Regards
OWK
by OWK
Tue May 27, 2014 9:38 pm
Forum: DomotiGa Forum
Topic: temperature average day
Replies: 16
Views: 20046

Re: temperature average day

I was brain storming on your request for help ;-) Never the less, I use global variables in my system. There are two ways to set a global var: -by action type 'Set GlobalVar' -by action type 'Script' Setting a gobal var using the script action can be done using: Main.SetGlobalVar("VarName"...
by OWK
Mon May 26, 2014 9:36 pm
Forum: DomotiGa Forum
Topic: temperature average day
Replies: 16
Views: 20046

Re: temperature average day

Idea: use global variables that reset each day after irrigating Create a variable for: -Sum of temperature -Count of measurements Add the result of each temperature measurement to the global var. Also increase the counter after each measurement. Set your condition to the average temperature value to...
by OWK
Wed Apr 16, 2014 10:30 pm
Forum: Click On Click Off & Home Easy
Topic: Mechanical Ventilation - with Kaku?
Replies: 7
Views: 17283

Re: Mechanical Ventilation - with Kaku?

Hi DJ I'm using KaKu and DomotiGa to control my Eco Fan. In the kitchen there is a High/Low switch to set the speed manually. The two wires from this switch are extended in parrallel to a place where a standard KaKu unit is installed. The KaKu unit controls a small relay connected to the two wires. ...
by OWK
Tue Sep 10, 2013 9:18 pm
Forum: Questions & Discussions Forum
Topic: How to control 12 LED strips individually
Replies: 4
Views: 5411

Re: How to control 12 LED strips individually

Not an exact answer to your question, but maybe it helps: http://stairlighting.org/category/automatic-stair-lighting/ And this guy developed a pcb to control strairs lights: http://youtu.be/PZVizaSaaK8 This Guy too: http://alan-parekh.vstore.ca/project-kits-stair-light-c-1_2.html Is 12 strips not to...
by OWK
Wed Jun 12, 2013 7:22 pm
Forum: Who has a realtime website
Topic: Real-time online websites
Replies: 35
Views: 59808

Re: Real-time online websites

Creative solution you have.

So if the phones' WiFi is always on, it does not connect to your private network if in range?

Thanks for sharing!
Reagrds
OWK
by OWK
Tue Jun 11, 2013 9:19 pm
Forum: Who has a realtime website
Topic: Real-time online websites
Replies: 35
Views: 59808

Re: Real-time online websites

Fine result!

You report presence using WiFi.
How do you detect the WiFi signal from the mobile devices?

Missed some technical details of your domotica software on the site...

Regards
OWK
by OWK
Sun May 26, 2013 5:12 pm
Forum: Rfxcom Receivers & Transmitters Forum
Topic: Don't use AC door/window sensors
Replies: 40
Views: 128401

Re: Don't use AC door/window sensors

The KaKu AEX-701 signal repeater re transmits signals for selected KaKu transmitters and it also does that for 2-3 seconds (avg 12 times) for each received code.
Be aware

OWK
by OWK
Tue Mar 19, 2013 11:20 pm
Forum: DomotiGa Forum
Topic: Raspberry PI backup strategy
Replies: 2
Views: 4546

Re: Raspberry PI backup strategy

Time to update on this issue. USBit creates also a bit copy of the SD card, so has the same issue as Win32DiskImager has: Restore to the same card is OK. Restoring to another card of the same size and brand is not. This is due to the fact that a SD card does not always have the same size as the orig...
by OWK
Mon Feb 11, 2013 9:45 pm
Forum: DomotiGa Forum
Topic: Raspberry PI backup strategy
Replies: 2
Views: 4546

Raspberry PI backup strategy

Dear Forum Can someone please advise on rPI backup and restore strategy I'm running DomotiGa on Raspberry PI B-model 512MB. Before upgrading to a new version Domotiga or rPI firmware I like to have a working restore procedure in place. I made a backup using Win32DiskImage as advised on the rPI forum...

Go to advanced search