Search found 36 matches

by luria
Mon May 09, 2011 10:50 pm
Forum: DomotiGa Forum
Topic: Pass data from Arduino using TCP/IP
Replies: 4
Views: 4605

Re: Pass data from Arduino using TCP/IP

Sure: http://domoticaforum.eu/viewtopic.php?f=63&t=5325 The Perl stuff is all very basic entrylevel code and my arduino C is a mess. But at least you'll get up and running. The bitwise library is a bit ;) more complicated to install than other libraries - the files must be dropped into the ether...
by luria
Mon May 09, 2011 1:47 pm
Forum: DomotiGa Forum
Topic: Pass data from Arduino using TCP/IP
Replies: 4
Views: 4605

Re: Pass data from Arduino using TCP/IP

I'm using UDP and the bitwise library with my arduinos and perl scripts to pass this information to/from Domotiga. You can find one of my projects in the "Arduino"-forum with some (outdated) code. I'm reading temperatures and setting device states directly in the database. TCP had too much...
by luria
Sat Feb 12, 2011 11:41 am
Forum: Raspberry, Arduino, Cubietruck and other clones Forum
Topic: Arduino Entry system using 12VAC doorbell trafo
Replies: 18
Views: 27856

Re: Arduino Entry system using 12VAC doorbell trafo

The semi-finished installation: The setup has been working since december. The outside is done, all i have left is to sand & paint the inside wooden box when I put up the flush woodwork around the door. Youtube video : http://www.youtube.com/watch?v=e7Udrjz-Y-g IMG_2973.jpg IMG_2971.jpg A short ...
by luria
Fri Feb 11, 2011 12:20 pm
Forum: DomotiGa Forum
Topic: Trouble with Nexa (KaKu) and RFXcom transmitter
Replies: 0
Views: 2627

Trouble with Nexa (KaKu) and RFXcom transmitter

I'm having a lot of problems with my Nexa gear since the last upgrade (0.194). I can't switch using the ARC protocol anymore. I'm using NEXA plugin appliance switches which respond to both HE and ARC protocol and NEXA 12v trafodimmers which is ARC exlusively. I can switch the trafodimmers using wall...
by luria
Sun Jan 23, 2011 5:17 pm
Forum: DomotiGa Forum
Topic: Aeon Labs Z-Stick Series 2
Replies: 43
Views: 31258

Re: Aeon Labs Z-Stick Series 2

As for me, I'm satisfied with a polling routine ala plcbus, but wery happy with the effort you are making in getting z-wave support a bit further in domotiga. With som many variations between switches and manufacturers implementation of z-wave, polling is probably the only way we can get consistent ...
by luria
Fri Jan 14, 2011 11:23 pm
Forum: DomotiGa Forum
Topic: Aeon Labs Z-Stick Series 2
Replies: 43
Views: 31258

Re: Aeon Labs Z-Stick Series 2

Sorry for not rtfm, I just dived into this again after a long break from HA. My ACT ZDW232 dimmer supports associations, (groups 1-4), but apparently no direct feedback: http://www.act-remote.com/HPW/Inst/ZDW232_instr.pdf Classes: COMMAND_CLASS_SWITCH_MULTILEVEL COMMAND_CLASS_SWITCH_ALL COMMAND_CLAS...
by luria
Fri Jan 14, 2011 2:59 pm
Forum: DomotiGa Forum
Topic: Aeon Labs Z-Stick Series 2
Replies: 43
Views: 31258

Re: Aeon Labs Z-Stick Series 2

I was a bit too quick, same problem too: No status update when I operate switch locally.
by luria
Wed Jan 12, 2011 1:13 pm
Forum: DomotiGa Forum
Topic: Aeon Labs Z-Stick Series 2
Replies: 43
Views: 31258

Re: Aeon Labs Z-Stick Series 2

Thanks! I'm running the latest EU version.

Edit: After a quick svn and a recompile, everything works like a charm!
by luria
Sun Jan 09, 2011 6:33 pm
Forum: DomotiGa Forum
Topic: Aeon Labs Z-Stick Series 2
Replies: 43
Views: 31258

Re: Aeon Labs Z-Stick Series 2

I'm having the same problem, but my controller is connected to the right port (/dev/ttyUSB4)

Code: Select all

[   30.371118] usb 2-6: cp210x converter now attached to ttyUSB4
I'm able to control my z-wave devices, but local changes is not updated in Domotiga.
by luria
Sun Oct 31, 2010 3:16 pm
Forum: Raspberry, Arduino, Cubietruck and other clones Forum
Topic: Arduino Entry system using 12VAC doorbell trafo
Replies: 18
Views: 27856

Re: Arduino Entry system using 12VAC doorbell trafo

How easy it is! I was trying a rather complex tcp connection to the server, parsing and sending/receiving chunks of data. This would have delayed the execution by 600ms in order to establish connection, sending/receiving data and closing connection. But why use tcp? I already had included the UdpBit...
by luria
Fri Oct 29, 2010 10:52 pm
Forum: Raspberry, Arduino, Cubietruck and other clones Forum
Topic: Arduino Entry system using 12VAC doorbell trafo
Replies: 18
Views: 27856

Re: Arduino Entry system using 12VAC doorbell trafo

It is ready for mounting. Top of the pic shows the arduino and ethernet shield. On top is the homemade shield with the doorbell IC and connectors. To the top left is the indoor lcd, speaker and connections for buttons/reedswitches. I will try to find a enclosure for this tomorrow. Bottom left shows ...
by luria
Sat Oct 16, 2010 3:45 pm
Forum: Raspberry, Arduino, Cubietruck and other clones Forum
Topic: Arduino Entry system using 12VAC doorbell trafo
Replies: 18
Views: 27856

Re: Arduino Entry system using 12VAC doorbell trafo

Weekend update: All electronics are done, everything hooked up with utp network-cable and working nicely (pics to follow). Started the big coding job. Got buttons, LCD and RFID working. Next is to log data to the domotiga server (have to set up some arbitrary devices there) and storing some importan...
by luria
Thu Oct 07, 2010 6:59 pm
Forum: Raspberry, Arduino, Cubietruck and other clones Forum
Topic: Arduino Entry system using 12VAC doorbell trafo
Replies: 18
Views: 27856

Re: Arduino Entry system using 12VAC doorbell trafo

Finshed the electronics on the breadboard. I now have all components working. In addition to the LCD wiring, you also see the SAE800 IC hooked up - this makes the "ding, dang, dong" noise and will be the adult bell -The arduino will play the Supermario theme song for the kids. all_hooked_u...
by luria
Sat Oct 02, 2010 5:19 pm
Forum: Raspberry, Arduino, Cubietruck and other clones Forum
Topic: Arduino Entry system using 12VAC doorbell trafo
Replies: 18
Views: 27856

Re: Arduino Entry system using 12VAC doorbell trafo

weekend update! As you remember, I was able to finish off the doorbell and most of it's connections last weekend. This weekend I was able test the doorbell assembly and do some modifiactions to the software. The RFID reader, doorbell and reed switch readings and the VFD is working. The doorbell asse...
by luria
Fri Sep 24, 2010 10:51 pm
Forum: Raspberry, Arduino, Cubietruck and other clones Forum
Topic: Arduino Entry system using 12VAC doorbell trafo
Replies: 18
Views: 27856

Re: Arduino Entry system using 12VAC doorbell trafo

Moving forward. I got a few hours male-time tonight, most of the breadboardstuff is transfered to the experimentboard. Getting late, making the final connections tomorrow. electro_cute.jpg Some may notice the green connectors- Yes, I ordered the wrong ones. However, they are perfectly useable. This ...

Go to advanced search