LinuxMCE Forums
May 23, 2013, 04:15:11 am GMT-1 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com
 
   Home   Help Search Chat Login Register  
Pages: 1 ... 4 5 [6] 7 8
  Print  
Author Topic: knx, linuxmce, eib part, ... help?  (Read 17405 times)
totallymaxed
LinuxMCE God
****
Posts: 4310


View Profile WWW
« Reply #75 on: September 16, 2008, 03: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
Logged

Andy Herron,
Convergent Home Technologies Ltd
United Kingdom

Dianemo S Now Shipping on Ubuntu 12.04LTS
Build your system on the latest Ubuntu OS Release!

Get a Dianemo S License: http://forum.linuxmce.org/index.php?topic=8880.0
iOS Orbiter: http://wiki.linuxmce.org/index.php/Dianemo_iOS_Orbiter
Follow us on Facebook: https://www.facebook.com/pages/Dianemo-Home-Automation/226019387454465

Sales & Info:
http://www.dianemo.co.uk
domotiqa.com
Guru
****
Posts: 206



View Profile WWW
« Reply #76 on: September 17, 2008, 07:54:47 am »

let me say one things, great ! Roll Eyes
Logged

http://www.domotiqa.com - home automation
guigolum
Regular Poster
**
Posts: 40


View Profile
« Reply #77 on: September 18, 2008, 04: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 :/
Logged
totallymaxed
LinuxMCE God
****
Posts: 4310


View Profile WWW
« Reply #78 on: September 18, 2008, 09: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
Logged

Andy Herron,
Convergent Home Technologies Ltd
United Kingdom

Dianemo S Now Shipping on Ubuntu 12.04LTS
Build your system on the latest Ubuntu OS Release!

Get a Dianemo S License: http://forum.linuxmce.org/index.php?topic=8880.0
iOS Orbiter: http://wiki.linuxmce.org/index.php/Dianemo_iOS_Orbiter
Follow us on Facebook: https://www.facebook.com/pages/Dianemo-Home-Automation/226019387454465

Sales & Info:
http://www.dianemo.co.uk
rages
Guru
****
Posts: 182


View Profile
« Reply #79 on: October 15, 2008, 10: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"
Logged
totallymaxed
LinuxMCE God
****
Posts: 4310


View Profile WWW
« Reply #80 on: October 15, 2008, 11:03:54 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"

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:
svn checkout http://svn.charonmedia.org/svn/trunk/ <return>

All the best

Andrew
Logged

Andy Herron,
Convergent Home Technologies Ltd
United Kingdom

Dianemo S Now Shipping on Ubuntu 12.04LTS
Build your system on the latest Ubuntu OS Release!

Get a Dianemo S License: http://forum.linuxmce.org/index.php?topic=8880.0
iOS Orbiter: http://wiki.linuxmce.org/index.php/Dianemo_iOS_Orbiter
Follow us on Facebook: https://www.facebook.com/pages/Dianemo-Home-Automation/226019387454465

Sales & Info:
http://www.dianemo.co.uk
rages
Guru
****
Posts: 182


View Profile
« Reply #81 on: October 16, 2008, 05:43:31 pm »

Thanks a lot Andrew.... to the next one  Tongue

Logged
rages
Guru
****
Posts: 182


View Profile
« Reply #82 on: October 17, 2008, 12: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.


Logged
totallymaxed
LinuxMCE God
****
Posts: 4310


View Profile WWW
« Reply #83 on: October 17, 2008, 02: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


Logged

Andy Herron,
Convergent Home Technologies Ltd
United Kingdom

Dianemo S Now Shipping on Ubuntu 12.04LTS
Build your system on the latest Ubuntu OS Release!

Get a Dianemo S License: http://forum.linuxmce.org/index.php?topic=8880.0
iOS Orbiter: http://wiki.linuxmce.org/index.php/Dianemo_iOS_Orbiter
Follow us on Facebook: https://www.facebook.com/pages/Dianemo-Home-Automation/226019387454465

Sales & Info:
http://www.dianemo.co.uk
hari
Administrator
LinuxMCE God
*****
Posts: 2413



View Profile WWW
« Reply #84 on: May 24, 2009, 09: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
Logged

rock your home - http://www.agocontrol.com home automation
hari
Administrator
LinuxMCE God
*****
Posts: 2413



View Profile WWW
« Reply #85 on: May 24, 2009, 09: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, 05:33:28 pm by hari » Logged

rock your home - http://www.agocontrol.com home automation
rages
Guru
****
Posts: 182


View Profile
« Reply #86 on: May 26, 2009, 07: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
Logged
hari
Administrator
LinuxMCE God
*****
Posts: 2413



View Profile WWW
« Reply #87 on: July 07, 2009, 03:03:33 pm »

put it into the place of the old one.
Logged

rock your home - http://www.agocontrol.com home automation
hari
Administrator
LinuxMCE God
*****
Posts: 2413



View Profile WWW
« Reply #88 on: July 07, 2009, 03: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
Logged

rock your home - http://www.agocontrol.com home automation
rages
Guru
****
Posts: 182


View Profile
« Reply #89 on: July 07, 2009, 07: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
Logged
Pages: 1 ... 4 5 [6] 7 8
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!