domotiqua, i'll answer later. just for the read command to EIB, it's useless, the knx elements are supposed to send their value when it has been changed. and anyhow, w/o an event handler to manage the modifications, it's useless: whatever the EIB sends to the DCER, if it is not in the security plugin, atm it is just not handled. not sure about that, though.. i need to know the events the LightinginPlugin can handle.
<MrTuttle> guigolum, and eibd supports plenty of devices, additionally you can connect with ETS3 to EIBD to do setup
[09:23] <guigolum> i don't know ETS3
[09:24] <MrTuttle> the freebus guys are working on a free implementation
[09:24] <MrTuttle> guigolum, until then you can use any installer software that supports IP/EIBNET
[09:25] <guigolum> i just don't understand the meaning of your sentence. i am working atm on the EIB part of the code. should i stop, and start working on another one?
[09:25] <guigolum> i mean, is another version of the EIB dce device being built , so i should work on it instead of the older EIB
[09:26] <MrTuttle> guigolum, no
[09:26] <MrTuttle> guigolum, to configure EIB you need some ETS3 software)
[09:26] <MrTuttle> guigolum, the freebus guys are working on a free ETS3 installer software
[09:27] <MrTuttle> guigolum, if we would use eibd in our dce device, any ets3 software could also attach to the BUS _while_ the DCE device is running
[09:27] <guigolum> to configure the programm EIb, the devices on EIB(children), the event/command you can send to/through EIB?
[09:27] <MrTuttle> and you can connect over IP
[09:27] <guigolum> ok, you mean u need a DCE device interacting with the EIBD
[09:28] <MrTuttle> guigolum, i'm no EIB expert, but you use ETS3 to program the devices, BCUs, whatever
[09:28] <MrTuttle> guigolum, exactly
[09:28] <-- atomic__ has left this server (Read error: 110 (Connection timed out)).
[09:28] <MrTuttle> guigolum, our actual device, that you are working on, does not use EIBD
[09:28] <guigolum> i know that
[09:28] <guigolum> it's a full block program
[09:29] <guigolum> ok, so. i should learn how to make a base DCE peripheral
[09:29] <MrTuttle> guigolum, thats very easy
[09:29] <guigolum> then, how to handle sockets(i'm a newb..)
[09:29] <MrTuttle> guigolum, i'm just writing an alternative zwave driver
[09:29] <guigolum> then, implement dce/eib translatin(with events)
[09:30] <MrTuttle> guigolum, what i did, i just regenerated the existing DCE device from the database with DCEGen
[09:30] <MrTuttle> guigolum, and then filled my code in
[09:30] <guigolum> ok
[09:30] <MrTuttle> guigolum, so we can swap the old and the new driver, they use both device template #1754
[09:30] <guigolum> .. very good then
[09:30] <MrTuttle> guigolum, when you DCEGen the EIB device, you get a STUB project
[09:30] <guigolum> may i copypasta that on the forum?
[09:30] <MrTuttle> guigolum, with all commands
[09:31] <MrTuttle> guigolum, why not?
[09:31] <guigolum> MrTuttle: STUB project, then..?
[09:32] <guigolum> u got some links to me?
[09:32] <MrTuttle> guigolum, the DCEGen gives you an empty project
[09:32] <MrTuttle> guigolum, you just have to fill the commands that are put in there from the database
[09:32] <guigolum> the dcegen in the webadmin?
[09:32] <MrTuttle> guigolum, no, there is a tool DCEGen
[09:32] <guigolum> ok
[09:32] <MrTuttle> guigolum, like sql2cpp
[09:32] <MrTuttle> guigolum, i'll search a link for you
[09:32] <guigolum> i din't yet use sqlcvs, sql2cpp nor dcegen
[09:33] <MrTuttle> guigolum,
http://forum.linuxmce.org/index.php?topic=3675.0[09:33] <guigolum> thanx
[09:39] <guigolum> MrTuttle: shall i create a devicetemplate (i think so..) ? and then fill it with the EIB commands(READ and WRITE) ?
[09:39] <guigolum> .. doorbell
[09:39] <guigolum> w8 i make some verification
[09:39] <MrTuttle> guigolum, i would just DCEGen the existing template
[09:39] <MrTuttle> guigolum, it has read and write, just fill them
[09:40] <guigolum> ok./ i suppose i can get the goal and parameters of both commands in the webadmin
[09:49] <guigolum> ok, my boss agrees with EIBD