Author Topic: knx, linuxmce, eib part, ... help?  (Read 58497 times)

totallymaxed

  • LinuxMCE God
  • ****
  • Posts: 4660
  • Smart Home Consulting
    • View Profile
    • Dianemo - at home with technology
Re: knx, linuxmce, eib part, ... help?
« Reply #75 on: September 16, 2008, 04:11:11 pm »
Hi,

We have created a quick n dirty Wiki page about our bash-dce-knx code and how to install it on your Core as so many of you wanted it as quickly as possible ;-)

http://wiki.linuxmce.org/index.php/Bash_dce_knx

The Wiki page is pretty complete and should give you enough info to install the package.

Enjoy!

Andrew/Radu
Andy Herron,
CHT Ltd

For Dianemo/LinuxMCE consulting advice;
@herron on Twitter, totallymaxed+inquiries@gmail.com via email or PM me here.

Get Dianemo-Rpi2 ARM Licenses http://forum.linuxmce.org/index.php?topic=14026.0

Get RaspSqueeze-CEC or Raspbmc-CEC for Dianemo/LinuxMCE: http://wp.me/P4KgIc-5P

Facebook: https://www.facebook.com/pages/Dianemo-Home-Automation/226019387454465

http://www.dianemo.co.uk

domotiqa.com

  • Guru
  • ****
  • Posts: 206
    • View Profile
    • home automation
Re: knx, linuxmce, eib part, ... help?
« Reply #76 on: September 17, 2008, 08:54:47 am »
let me say one things, great ! ::)
http://www.domotiqa.com - home automation

guigolum

  • Regular Poster
  • **
  • Posts: 40
    • View Profile
Re: knx, linuxmce, eib part, ... help?
« Reply #77 on: September 18, 2008, 05:52:50 pm »
ok, i have several questions:

1) will you put the "shutters", "blinds" templates? actually, what templates your programm uses, and which of them do you add? i'd like to make my programm work on your specifications


2) how can i get sources of the next version lmce? i mean, i worked on the 7.10, but it seemed not to work with thelast version sources. there was some issues, or i didn't understand well, maybe. is the charon merge source compilable? i need to try and test my programm with the good sources :/

totallymaxed

  • LinuxMCE God
  • ****
  • Posts: 4660
  • Smart Home Consulting
    • View Profile
    • Dianemo - at home with technology
Re: knx, linuxmce, eib part, ... help?
« Reply #78 on: September 18, 2008, 10:29:55 pm »
ok, i have several questions:

1) will you put the "shutters", "blinds" templates? actually, what templates your programm uses, and which of them do you add? i'd like to make my programm work on your specifications


2) how can i get sources of the next version lmce? i mean, i worked on the 7.10, but it seemed not to work with thelast version sources. there was some issues, or i didn't understand well, maybe. is the charon merge source compilable? i need to try and test my programm with the good sources :/

Devices like 'Shutters' 'Blinds' etc will need to be added if you want them to behave correctly. We'll add some additional docs to the Wiki page to help you understand how to extend support to these types of devices.

For the new community svn try;

See http://wiki.linuxmce.org/index.php/Bash_dce_knx for updated steps for using the new community svn.

Andrew
Andy Herron,
CHT Ltd

For Dianemo/LinuxMCE consulting advice;
@herron on Twitter, totallymaxed+inquiries@gmail.com via email or PM me here.

Get Dianemo-Rpi2 ARM Licenses http://forum.linuxmce.org/index.php?topic=14026.0

Get RaspSqueeze-CEC or Raspbmc-CEC for Dianemo/LinuxMCE: http://wp.me/P4KgIc-5P

Facebook: https://www.facebook.com/pages/Dianemo-Home-Automation/226019387454465

http://www.dianemo.co.uk

rages

  • Guru
  • ****
  • Posts: 182
    • View Profile
Re: knx, linuxmce, eib part, ... help?
« Reply #79 on: October 15, 2008, 11:04:19 am »
Hi,

I read the bash-dec-knx installation in the wiki, but when I write
"svn checkout http://svn.linuxmce.org/pluto/trunk/src/" or
"svn checkout http://svn.charonmedia.org/trunk/src/" it goes out me error.

Is there perhaps need of a permission to download?

the connection internet works because before I have download with the command
"wget http://diapub.com/files/bash-dce-knx.tgz"

totallymaxed

  • LinuxMCE God
  • ****
  • Posts: 4660
  • Smart Home Consulting
    • View Profile
    • Dianemo - at home with technology
Re: knx, linuxmce, eib part, ... help?
« Reply #80 on: October 15, 2008, 12:03:54 pm »
Hi,

I read the bash-dec-knx installation in the wiki, but when I write
"svn checkout http://svn.linuxmce.org/pluto/trunk/src/" or
"svn checkout http://svn.charonmedia.org/trunk/src/" it goes out me error.

Is there perhaps need of a permission to download?

the connection internet works because before I have download with the command
"wget http://diapub.com/files/bash-dce-knx.tgz"

Ooops my mistake... there was a typo in the path to the charanmedia trunk I posted here and on the Wiki. Sorry for that :-(

The correct command & path is as follows;
Code: [Select]
svn checkout http://svn.charonmedia.org/svn/trunk/ <return>

All the best

Andrew
Andy Herron,
CHT Ltd

For Dianemo/LinuxMCE consulting advice;
@herron on Twitter, totallymaxed+inquiries@gmail.com via email or PM me here.

Get Dianemo-Rpi2 ARM Licenses http://forum.linuxmce.org/index.php?topic=14026.0

Get RaspSqueeze-CEC or Raspbmc-CEC for Dianemo/LinuxMCE: http://wp.me/P4KgIc-5P

Facebook: https://www.facebook.com/pages/Dianemo-Home-Automation/226019387454465

http://www.dianemo.co.uk

rages

  • Guru
  • ****
  • Posts: 182
    • View Profile
Re: knx, linuxmce, eib part, ... help?
« Reply #81 on: October 16, 2008, 06:43:31 pm »
Thanks a lot Andrew.... to the next one  :P


rages

  • Guru
  • ****
  • Posts: 182
    • View Profile
Re: knx, linuxmce, eib part, ... help?
« Reply #82 on: October 17, 2008, 01:49:28 pm »
hi, you excuse but I have another problem...

I have succeeded in downloading with the command
"svn checkout http://svn.charonmedia.org/svn/trunk / "

footstep to the following command..  "Cp / usr / pluto / lib / * pluto / src / lib ", but it tells me that the directory "/ pluto / src / lib"  doesn't exist.



totallymaxed

  • LinuxMCE God
  • ****
  • Posts: 4660
  • Smart Home Consulting
    • View Profile
    • Dianemo - at home with technology
Re: knx, linuxmce, eib part, ... help?
« Reply #83 on: October 17, 2008, 03:29:28 pm »
hi, you excuse but I have another problem...

I have succeeded in downloading with the command
"svn checkout http://svn.charonmedia.org/svn/trunk / "

footstep to the following command..  "Cp / usr / pluto / lib / * pluto / src / lib ", but it tells me that the directory "/ pluto / src / lib"  doesn't exist.

When using the Charonmedia trunk the path must be changed for the destination directory as below;

cp /usr/pluto/lib/* trunk/src/lib <return>

All the best

Andrew


Andy Herron,
CHT Ltd

For Dianemo/LinuxMCE consulting advice;
@herron on Twitter, totallymaxed+inquiries@gmail.com via email or PM me here.

Get Dianemo-Rpi2 ARM Licenses http://forum.linuxmce.org/index.php?topic=14026.0

Get RaspSqueeze-CEC or Raspbmc-CEC for Dianemo/LinuxMCE: http://wp.me/P4KgIc-5P

Facebook: https://www.facebook.com/pages/Dianemo-Home-Automation/226019387454465

http://www.dianemo.co.uk

hari

  • Administrator
  • LinuxMCE God
  • *****
  • Posts: 2428
    • View Profile
    • ago control
Re: knx, linuxmce, eib part, ... help?
« Reply #84 on: May 24, 2009, 10:39:46 am »
Heya guigolum,

dunno if you still read here but I was able to run your code with a few mods (stripped the eibd spawning thread and the getAway stuff). I'll test it and see how we can properly integrate it into 0810 over the next weeks.

best regards,
Hari
rock your home - http://www.agocontrol.com home automation

hari

  • Administrator
  • LinuxMCE God
  • *****
  • Posts: 2428
    • View Profile
    • ago control
New eibd based KNX driver
« Reply #85 on: May 24, 2009, 10:58:50 am »
32bit binary replacement for 0810alpha is here: http://vt100.at/files/EIB-32bit-0810-binary

I'm running "eibd" on the core with the following command line (FT1.2 via usb/rs232 adapter in this example): eibd -i -R -S -T -D -u ft12:/dev/ttyUSB1

That allows to run ETS3 in parallel.

best regards,
Hari
« Last Edit: May 24, 2009, 06:33:28 pm by hari »
rock your home - http://www.agocontrol.com home automation

rages

  • Guru
  • ****
  • Posts: 182
    • View Profile
Re: knx, linuxmce, eib part, ... help?
« Reply #86 on: May 26, 2009, 08:32:02 pm »

what should I do with this binary file?

I have I said that I would have done tests, but certain aspects of linux still does not understand very well....

Emanuele

hari

  • Administrator
  • LinuxMCE God
  • *****
  • Posts: 2428
    • View Profile
    • ago control
Re: knx, linuxmce, eib part, ... help?
« Reply #87 on: July 07, 2009, 04:03:33 pm »
put it into the place of the old one.
rock your home - http://www.agocontrol.com home automation

hari

  • Administrator
  • LinuxMCE God
  • *****
  • Posts: 2428
    • View Profile
    • ago control
Re: knx, linuxmce, eib part, ... help?
« Reply #88 on: July 07, 2009, 04:04:07 pm »
the float handling seems to be broken:
05   07/07/09 15:59:40.899      Set Temp Debug: value: 44.000000 <0xb67ffb90>
DEBUG: setting data from float: 44.000000
DEBUG: conversion: 19476 size: 2
DEBUG: converting ushort to float: 1.280000
DEBUG: conversion: 128 size: 2
05   07/07/09 15:59:40.899      Set Temp Payload: 1.280000 <0xb67ffb90>

br, Hari
rock your home - http://www.agocontrol.com home automation

rages

  • Guru
  • ****
  • Posts: 182
    • View Profile
Re: knx, linuxmce, eib part, ... help?
« Reply #89 on: July 07, 2009, 08:25:47 pm »
ok my KNX works with linuxmce 8.10, but it is normal to read only when the orbiter is launched?
I use a FT1.2.

should not read every telegram that passes on the bus?

Rages