Author Topic: "knxnet ip only" or RESTFul for DIY electronics  (Read 2570 times)

psp

  • First post!
  • Posts: 1
    • View Profile
"knxnet ip only" or RESTFul for DIY electronics
« on: April 11, 2012, 06:20:45 pm »
hello

I'm new to the whole thing but I want to upgrade my system.  When l sas building my house I didn't have the time or experience to decide what system to put in so I just routed everything (push buttons, light switches, powers sockets, ...) to one point and used impulse relays.  I have two 96 national instruments DIO cards (and some DIY electonics with uln2803 to convert 12V to 5V) sitting in a RT PC and some Labview code.  I want to upgrade my system:

1) redundancy (high waf)
2) low power consumption
3) better dimmer integration (current system is not good at all, just switches lights on and off on a preset intensity)
4) integration into LMCE

my idea's

1) I want to keep my relays and the physical connection between the pushbutton of a particular switch and the relay (if all else fails, I can still switch on the light)
2) replace  home made electronics with other home made electronics
3) add a micro-controller capable of interpreting simple text (from SD) (e.g. IF_(OR(Switch_button1Kitchen,Sensor_Kitchen))DO(On(Light_Kitchen)) ) This what I currently have running in LV: create txt, upload, behavior changes.   I'm currently implementing this into arduino.
3) add LMCE
And this is where my question comes in:  two options to integrate the micro-controller into LMCE: implement "KNXnet IP only" or use RESTful webservices.  Both are new to me but it  looks like finding the documentation for the KNX solution is not that easy and the current KNXnet implementation of LMCE (or how I understand it) is aimed ad using a KNXnet bridge, not a KNXnet IP only device.  For the second option: I'm not clear on how exactly I will have to create a device template to define all of the actions/buttons of the micro-controller and if it is possible at all to create an event from the micro-controller or if only polling will be possible.

So If anyone can comment on the integration of a micro-controller into LMCE please do
(I know I can probably do without the micro-controller, but I prefer an option where I do not have to have a pc running and still have most of the home automation functionality running)

psp

workonwomen

  • First post!
  • Posts: 1
    • View Profile
Re: "knxnet ip only" or RESTFul for DIY electronics
« Reply #1 on: May 23, 2012, 02:24:42 pm »
Hi

I read your project which amazed me as this is exactly my projecz except that my house will be built end of this year.
I bought already an arduino with ethernet card, some temp sensors, display... and played around with.
As I have some exams till eof June I did not continued my project, but:
Please keep in touch as your expectations, plans... are matching with me!
Please forget KNX... There is no Arduino library and also an KNX system costs more then  a from the shelf system, like inels.com or w w w. rwe.de/web/cms/de/1165170/privatkunden/technikprodukte/smarthome/
(put 3w at the begin... Had to remove as it say's "Sorry, you are not allowed to post links.")
These both system are really good, but I would like to build my own one as it will be cheaper and fit my own ideas.
And yes, this will be Arduino web switch or RS232. In July to be continued.

Regards
Ww
« Last Edit: May 23, 2012, 02:28:18 pm by workonwomen »

Marie.O

  • Administrator
  • LinuxMCE God
  • *****
  • Posts: 3675
  • Wastes Life On LinuxMCE Since 2007
    • View Profile
    • My Home
Re: "knxnet ip only" or RESTFul for DIY electronics
« Reply #2 on: May 23, 2012, 02:30:21 pm »
Doing DIY stuff is always a valid approach. It can be fulfilling.

When you factor in your own time, it sometimes is no longer less expensive than buying stuff.