<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.linuxmce.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Avajon</id>
	<title>LinuxMCE - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.linuxmce.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Avajon"/>
	<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php/Special:Contributions/Avajon"/>
	<updated>2026-05-11T05:28:51Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=EIB/KNX&amp;diff=22906</id>
		<title>EIB/KNX</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=EIB/KNX&amp;diff=22906"/>
		<updated>2010-04-28T12:04:01Z</updated>

		<summary type="html">&lt;p&gt;Avajon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
[[Category: EIB]]&lt;br /&gt;
[[Category: 0810]]&lt;br /&gt;
&lt;br /&gt;
KNX (EIB) is a standardised (EN 50090,ISO/IEC 14543), OSI-based network communications protocol for intelligent buildings. KNX is the successor to, and convergence of, three previous standards: the European Home Systems Protocol (EHS), BatiBUS, and the European Installation Bus (EIB).&lt;br /&gt;
&lt;br /&gt;
The KNX standard is administered by the Konnex Association. [http://www.konnex.org konnex.org]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== How to install and use EIB ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; There is also new driver available supporting bidirectional communication and &amp;quot;eibd&amp;quot; (e.g. for KNX/IP, ...): [[EIB/KNX_with_eibd|EIB/KNX with eibd]] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Connect your Core-Server with a serial cable to the EIB. To connect to the EIB, you need a data interface (speaking FT1.2 protocol), for example the GIRA RS-2323 (SKU 050403), a bus connector to connect the interface to the EIB, for example the GIRA (SKU 064500). You can use it from any Company (Gira, Berker, Siemens, ... ) but it is very important to have the correct protocol. (I bought the wrong one). &lt;br /&gt;
When you have connect it you have to add the EIB Interface in the WebAdmin. Go to Devices--&amp;gt;Interface and choose EIB, select the correct COM-Port, do a reload - router and you are ready to use it.&lt;br /&gt;
You can also go in a console and look into the log file (DeviceID_EIB.log) to see if everything works fine.&lt;br /&gt;
&lt;br /&gt;
== How to add devices ==&lt;br /&gt;
&lt;br /&gt;
In the Webadmin you have on the left side new menu buttons for Lights, Drapes, Sensors and Thermostats. At first you have to add the groupadresses. You have to upload a file with the correct information about your System. The format is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;quot;LichtARschalt&amp;quot;/&amp;quot;0&amp;quot;/&amp;quot;0&amp;quot;/&amp;quot;1&amp;quot;&lt;br /&gt;
&amp;quot;Licht-SZ-schalt&amp;quot;/&amp;quot;0&amp;quot;/&amp;quot;0&amp;quot;/&amp;quot;10&amp;quot;&lt;br /&gt;
&amp;quot;Licht-SZ-dimm&amp;quot;/&amp;quot;0&amp;quot;/&amp;quot;0&amp;quot;/&amp;quot;11&amp;quot;&lt;br /&gt;
&amp;quot;Licht-SZ-wert&amp;quot;/&amp;quot;0&amp;quot;/&amp;quot;0&amp;quot;/&amp;quot;12&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Lights ===&lt;br /&gt;
&lt;br /&gt;
Goto EIB Lights on the Webadmin. Give the Name of your Light and choose if it is dimmable or not. Click on the &amp;quot;Pick&amp;quot; Button -&amp;gt; choose the correct groupaddress for on/off and dim. In Webadmin-&amp;gt;Lights you can add the room and type of your light. After that you can put the EIB light on the floorplan. &lt;br /&gt;
&lt;br /&gt;
=== Thermostats ===&lt;br /&gt;
&lt;br /&gt;
In my house the thermostats have two states (cold and warm). I don&#039;t want to change the temperature with LinuxMCE, i only want to turn on and off the heating. When the temperature is reached the EIB turns off the heating by itself. &lt;br /&gt;
So, what did i do? &lt;br /&gt;
At first i allowed my thermostat to change the state (on/off) by the bus and gave it a groupaddress (like 2/0/10)&lt;br /&gt;
I go to the Webadmin-&amp;gt;Scenarios-&amp;gt;Climate and create for every room two scenarios (on and off). Then go to the Webadmin-&amp;gt;Advanced-&amp;gt;Configuration-&amp;gt;Scenarios-Climate and choose the first Scenario. Add the EIB Device and the Command  EIB_Write. &lt;br /&gt;
Now you have to insert the groupaddress, data string and data type. Insert the groupaddress (2/0/10), the data string (1=on, 2=off) and for the data type put 6 in the field. Press save and you can test it. &lt;br /&gt;
&lt;br /&gt;
This is a lot of work, but so you can write a very small php-page to execute one of the scenarios. That&#039;s very comfortable because you can turn on and off the heating from anywhere with the browser of a mobile phone.&lt;br /&gt;
&lt;br /&gt;
=== Drapes ===&lt;br /&gt;
&lt;br /&gt;
It&#039;s the same as the thermostats. I don&#039;t use the EIB-Drapes, I create my own scenarios and send the commands with EIB_Write to the bus. This works very well.&lt;br /&gt;
&lt;br /&gt;
=== Sensors ===&lt;br /&gt;
&lt;br /&gt;
I don&#039;t really have sensors. I only tried to create a sensor that is a light-switch. Every time I turn on the light the sensor was tripped and the Commands were executed.&lt;br /&gt;
&lt;br /&gt;
=== Send Time to the bus ===&lt;br /&gt;
&lt;br /&gt;
I found the solution! The question was the correct format - because LMCE Implementation uses integer values. Here is a short script which you can add to the crontab. Just change the groupadress.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/usr/bin/perl&lt;br /&gt;
$ENV{&#039;PATH&#039;}=&amp;quot;/usr/bin&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
($second, $minute, $hour, $dayOfMonth, $month, $yearOffset, $dayOfWeek) = localtime(time);&lt;br /&gt;
$dayOfWeek = 7 if ($dayOfWeek==0);&lt;br /&gt;
$time2 = sprintf &#039;%s\n&#039;, ($second &amp;lt;&amp;lt; 16) | ( $minute &amp;lt;&amp;lt; 8) | ($hour) | ($dayOfWeek &amp;lt;&amp;lt; 5);&lt;br /&gt;
@args = (&amp;quot;/usr/pluto/bin/MessageSend localhost -r 0 40 1 273 108 \&amp;quot;3/0/50\&amp;quot; 109 \&amp;quot;$time2\&amp;quot; 110 \&amp;quot;3\&amp;quot;&amp;quot;);&lt;br /&gt;
system(@args);&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Additional Information ==&lt;br /&gt;
To control a light with EIB the light has to be connected to an EIB actor. For example the GIRA Dimmaktor (SKU 105800). It is important to note, that you have to have special software (ETS) to programm (name) your EIB devices, before you can use LinuxMCE to control the devices.&lt;br /&gt;
&lt;br /&gt;
== Problems ==&lt;br /&gt;
&lt;br /&gt;
=== How to send the Time on the bus? ===&lt;br /&gt;
&lt;br /&gt;
solved. see above.&lt;br /&gt;
&lt;br /&gt;
=== Can&#039;t read from the bus ===&lt;br /&gt;
&lt;br /&gt;
I want to read data from the bus. Like how warm is it in the rooms or is a light on or off. &lt;br /&gt;
I think this function isn&#039;t implemented yet... I will try to implement it, but i don&#039;t know how to build a working development system.&lt;br /&gt;
== Links ==&lt;br /&gt;
https://www.auto.tuwien.ac.at/%7Emkoegler/index.php/eibd&lt;/div&gt;</summary>
		<author><name>Avajon</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=EIB/KNX_with_eibd&amp;diff=22905</id>
		<title>EIB/KNX with eibd</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=EIB/KNX_with_eibd&amp;diff=22905"/>
		<updated>2010-04-28T12:03:42Z</updated>

		<summary type="html">&lt;p&gt;Avajon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
[[Category: EIB]]&lt;br /&gt;
[[Category: 0810]]&lt;br /&gt;
==what==&lt;br /&gt;
&lt;br /&gt;
this page is an help one, made up to install the version of EIB that i started to make&amp;lt;br /&amp;gt;&lt;br /&gt;
the aim is to install an EIB version which can be uses several devices: ip, usb,...&amp;lt;br /&amp;gt;&lt;br /&gt;
the physical part issupported by the eibd program.&lt;br /&gt;
&lt;br /&gt;
==installing eibd==&lt;br /&gt;
look here:&lt;br /&gt;
 http://www.auto.tuwien.ac.at/~mkoegler/index.php/eibdeb&lt;br /&gt;
i link the page in case they want to modify it.. thus this page doesn&#039;t have to be modified too&lt;br /&gt;
&lt;br /&gt;
==installation of EIB==&lt;br /&gt;
===LinuxMCE 0810 alpha===&lt;br /&gt;
No device data needed but you need to make sure that eibd is running. The driver is in the src/EIB-eibd directory of the 0810 branch.&lt;br /&gt;
&lt;br /&gt;
===linuxmce 710===&lt;br /&gt;
you first need to get a partially compiled version of linuxmce 710, and its sources. you may have problems doing so, but if the libs are compiled there is no actual matter. see [[Compiling from 710 sources]] to get one.&amp;lt;br /&amp;gt;&lt;br /&gt;
when it&#039;s done, grab the file at&lt;br /&gt;
 http://mantis.linuxmce.org/view.php?id=4299&lt;br /&gt;
(you need to create an account, until someone releases it )&amp;lt;br /&amp;gt;&lt;br /&gt;
then untar it and copy it instead of the former EIB sources.(rename them to be able to get them later, just in case).&lt;br /&gt;
&lt;br /&gt;
then you must connect to lmce webadmin, and go in advanced=&amp;gt; templates. here modify the EIB template, so it has the following parameters:&lt;br /&gt;
 bus type&lt;br /&gt;
 bus address&lt;br /&gt;
&lt;br /&gt;
both must be string. type must be one of:&lt;br /&gt;
* ft12&lt;br /&gt;
* bcu1&lt;br /&gt;
* tpuart24&lt;br /&gt;
* tpuart&lt;br /&gt;
* ip&lt;br /&gt;
* ipt&lt;br /&gt;
* bcu1s&lt;br /&gt;
* tpuarts&lt;br /&gt;
* usb&lt;br /&gt;
&lt;br /&gt;
address is required for ip, ipt and usb&amp;lt;br /&amp;gt;&lt;br /&gt;
(type in console eibd --help for details.)&lt;br /&gt;
&lt;br /&gt;
now you must compile and run sql2cpp: place yourself in the source folder, run &lt;br /&gt;
 cd sql2cpp; make; ./sql2cpp&lt;br /&gt;
and you template modifications are recorded&lt;br /&gt;
you just have to place yourself in the EIB source folder, type &lt;br /&gt;
 make&lt;br /&gt;
to get the EIB programm. rename the former one in /usr/pluto/bin (such as old_EIB) and move the one you compiled instead. restart your lmce router&lt;br /&gt;
&lt;br /&gt;
dont forget to modify the existing EIB so that it has good launching parameters!&lt;br /&gt;
== Send time/date to KNX ==&lt;br /&gt;
http://www.hoerndlein.de/cms/attachments/eibtime.pl&lt;br /&gt;
== Links ==&lt;br /&gt;
https://www.auto.tuwien.ac.at/%7Emkoegler/index.php/eibd&lt;/div&gt;</summary>
		<author><name>Avajon</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=User_talk:GnEeErKd&amp;diff=22133</id>
		<title>User talk:GnEeErKd</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=User_talk:GnEeErKd&amp;diff=22133"/>
		<updated>2010-01-17T17:55:03Z</updated>

		<summary type="html">&lt;p&gt;Avajon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== More than one phone? ==&lt;br /&gt;
&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;br /&gt;
great Page! Do you know if it is possible to use more than one phone for the Bluetooth Proximity Control? That would be very nice when every family-member can use it.&lt;br /&gt;
&lt;br /&gt;
thanks&lt;br /&gt;
&lt;br /&gt;
update: two bluetooth phones work. :) i have the bluetooth dongle only on the core, so everytime a family-member enters the house the light is going on - it&#039; really very cool! :) thank you!&lt;br /&gt;
&lt;br /&gt;
--[[User:avajon|avajon]]&lt;br /&gt;
&lt;br /&gt;
== Wow. Nice write up. ==&lt;br /&gt;
&lt;br /&gt;
I just wanted to say that what you have done here, has answered a lot of questions about the system, that I was afraid to try on my own.&lt;br /&gt;
&lt;br /&gt;
Great job, and Thank You.&lt;br /&gt;
&lt;br /&gt;
--[[User:Sethj|Sethj]] 18:59, 12 January 2010 (CET)&lt;br /&gt;
&lt;br /&gt;
== Thanks guys! ==&lt;br /&gt;
&lt;br /&gt;
Hey guys! thanks for the good words, glad to hear that this page isn&#039;t going entirely unnoticed, haha...I still have a few more things to add, so keep watching for updates&lt;br /&gt;
&lt;br /&gt;
Multiple phones may work...I happen to have an extra phone with bluetooth so I will try some things out and update that section if I figure it out!&lt;br /&gt;
&lt;br /&gt;
feel free to ask any questions, I love to help!&lt;br /&gt;
also, I will probably clean a few things up once I have everything done that I want to do, if there is something you want me to experiment with and write what I find, let me know!&lt;br /&gt;
&lt;br /&gt;
Thanks again!&lt;br /&gt;
&lt;br /&gt;
--[[User:GnEeErKd|Matt]]&lt;br /&gt;
&lt;br /&gt;
== UPDATE: Multiple bluetooth proximity devices ==&lt;br /&gt;
&lt;br /&gt;
I updated the bluetooth proximity section with a bit of information regarding the use of multiple phones as proximity devices...make sure you read it all and heed all warnings!&lt;br /&gt;
&lt;br /&gt;
--[[User:GnEeErKd|Matt]]&lt;br /&gt;
&lt;br /&gt;
== UPDATE: Lots of stuff ==&lt;br /&gt;
&lt;br /&gt;
I added a bit of stuff tonight, stuff in the bluetooth section, stuff in the skype/webcams section and made a new section for text message/email alerts...thanks for reading! more to come soon&lt;br /&gt;
&lt;br /&gt;
--[[User:GnEeErKd|Matt]]&lt;br /&gt;
&lt;br /&gt;
== This has changed the way I use LinuxMCE ==&lt;br /&gt;
&lt;br /&gt;
I just wanted to take another moment to thank you for this write up. I have added channels from di.fm per your post to my office and bedroom media directors, and falling asleep to the Chill Out channel on that stream and using it&#039;s Ambient station in the office has made working and sleeping around the house excellent.&lt;br /&gt;
&lt;br /&gt;
The next steps I will take from your wiki will be the bluetooth proximity bits, and the e-mail notifications regarding changes in the office. I will post my results here.&lt;br /&gt;
&lt;br /&gt;
Thanks again, and have a great day!&lt;br /&gt;
&lt;br /&gt;
--[[User:Sethj|Sethj]] 16:54, 15 January 2010 (CET)&lt;br /&gt;
&lt;br /&gt;
== No problem! ==&lt;br /&gt;
&lt;br /&gt;
My pleasure, if you have any difficulties following the write up or getting things to work in general, let me know and I will try to help you out. Glad to know this is helping! The original intent was mainly to help myself in the future whenever I have to re-do things, I did almost the same setup in lmce0710 r2 but wanted a clean install of 0810 and therefore had to redo it all...figured I should take notes this time around...knowing people are reading my notes encourages me to keep them detailed and thorough! I still have a few more things I want to do...and need to figure out how to get this skype thing working&lt;br /&gt;
&lt;br /&gt;
--[[user:GnEeErKd|Matt]]&lt;/div&gt;</summary>
		<author><name>Avajon</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=User_talk:GnEeErKd&amp;diff=22066</id>
		<title>User talk:GnEeErKd</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=User_talk:GnEeErKd&amp;diff=22066"/>
		<updated>2010-01-12T16:03:41Z</updated>

		<summary type="html">&lt;p&gt;Avajon: New page: hi,  great Page! Do you know if it is possible to use more than one phone for the Bluetooth Proximity Control? That would be very nice when every family-member can use it.  thanks avajon&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;hi,&lt;br /&gt;
&lt;br /&gt;
great Page! Do you know if it is possible to use more than one phone for the Bluetooth Proximity Control? That would be very nice when every family-member can use it.&lt;br /&gt;
&lt;br /&gt;
thanks&lt;br /&gt;
avajon&lt;/div&gt;</summary>
		<author><name>Avajon</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=EIB/KNX_Devices&amp;diff=21597</id>
		<title>EIB/KNX Devices</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=EIB/KNX_Devices&amp;diff=21597"/>
		<updated>2009-11-13T08:57:06Z</updated>

		<summary type="html">&lt;p&gt;Avajon: New page: Category: Serial Category: EIB  To connect LinuxMCE (with the &amp;quot;old&amp;quot; driver) with your EIB/KNX environment you MUST use a serial bus connector. I use a Berker FT1.2 (order nr. 75060...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Serial]]&lt;br /&gt;
[[Category: EIB]]&lt;br /&gt;
&lt;br /&gt;
To connect LinuxMCE (with the &amp;quot;old&amp;quot; driver) with your EIB/KNX environment you MUST use a serial bus connector. I use a Berker FT1.2 (order nr. 750600xx). &lt;br /&gt;
If you try to use the new driver, you can use any connector because it works with eibd ([[EIB/KNX with eibd]]).&lt;/div&gt;</summary>
		<author><name>Avajon</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=User:Avajon&amp;diff=21318</id>
		<title>User:Avajon</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=User:Avajon&amp;diff=21318"/>
		<updated>2009-10-03T11:25:40Z</updated>

		<summary type="html">&lt;p&gt;Avajon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To avoid that mythtv records on all disks add in StorageDevice_Symlinks.sh in line 92: &lt;br /&gt;
&lt;br /&gt;
 if [ [ &amp;quot;$mediaDir&amp;quot; == &amp;quot;pvr&amp;quot; ] ] ;then&lt;br /&gt;
    echo &amp;quot;pvr wird kein symlink gesetzt&amp;quot;&lt;br /&gt;
 else&lt;br /&gt;
    ln -sn &amp;quot;$symlinkSource&amp;quot; &amp;quot;$symlinkDestination&amp;quot;&lt;br /&gt;
    echo &amp;quot;$symlinkDestination -&amp;gt; $symlinkSource&amp;quot;&lt;br /&gt;
 fi&lt;br /&gt;
&lt;br /&gt;
I have to do this, because liveTV wouldn&#039;t work when it records to the other disks - i don&#039;t know why....&lt;/div&gt;</summary>
		<author><name>Avajon</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=EIB/KNX&amp;diff=6887</id>
		<title>EIB/KNX</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=EIB/KNX&amp;diff=6887"/>
		<updated>2007-11-02T12:05:43Z</updated>

		<summary type="html">&lt;p&gt;Avajon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; {| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
[[Category: Hardware| ]]&lt;br /&gt;
[[Category: Automation]]&lt;br /&gt;
&lt;br /&gt;
KNX (EIB) is a standardised (EN 50090,ISO/IEC 14543), OSI-based network communications protocol for intelligent buildings. KNX is the successor to, and convergence of, three previous standards: the European Home Systems Protocol (EHS), BatiBUS, and the European Installation Bus (EIB).&lt;br /&gt;
&lt;br /&gt;
The KNX standard is administered by the Konnex Association. [http://www.konnex.org konnex.org]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== How to install and use EIB ==&lt;br /&gt;
&lt;br /&gt;
Connect your Core-Server with a serial cable to the EIB. Your BUS Connector has to have the FT1.2Protocol. (like [http://www.eibmarkt.com/cgi-bin/eibmarkt.storefront/46f9364200e19a48274450f3362b0652/Product/View/N434019 this]). You can use it from any Company (Gira, Berker, Siemens, ... ) but it is very important to have the correct protocol. (I bought the wrong one). &lt;br /&gt;
When you have connect it you have to add the EIB Interface in the WebAdmin. Go to Devices--&amp;gt;Interface and choose EIB, select the correct COM-Port, do a reload - router and you are ready to use it.&lt;br /&gt;
You can also go in a console and look into the log file (DeviceID_EIB.log) to see if everything works fine. &lt;br /&gt;
&lt;br /&gt;
== How to add devices ==&lt;br /&gt;
&lt;br /&gt;
In the Webadmin you have on the left side new menu buttons for Lights, Drapes, Sensors and Thermostats. At first you have to add the groupadresses. You have to upload a file with the correct information about your System. The format is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;quot;LichtARschalt&amp;quot;/&amp;quot;0&amp;quot;/&amp;quot;0&amp;quot;/&amp;quot;1&amp;quot;&lt;br /&gt;
&amp;quot;Licht-SZ-schalt&amp;quot;/&amp;quot;0&amp;quot;/&amp;quot;0&amp;quot;/&amp;quot;10&amp;quot;&lt;br /&gt;
&amp;quot;Licht-SZ-dimm&amp;quot;/&amp;quot;0&amp;quot;/&amp;quot;0&amp;quot;/&amp;quot;11&amp;quot;&lt;br /&gt;
&amp;quot;Licht-SZ-wert&amp;quot;/&amp;quot;0&amp;quot;/&amp;quot;0&amp;quot;/&amp;quot;12&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Lights ===&lt;br /&gt;
&lt;br /&gt;
Goto EIB Lights on the Webadmin. Give the Name of your Light and choose if it is dimmable or not. Click on the &amp;quot;Pick&amp;quot; Button -&amp;gt; choose the correct groupaddress for on/off and dim. In Webadmin-&amp;gt;Lights you can add the room and type of your light. After that you can put the EIB light on the floorplan. &lt;br /&gt;
&lt;br /&gt;
=== Thermostats ===&lt;br /&gt;
&lt;br /&gt;
In my house the thermostats have two states (cold and warm). I don&#039;t want to change the temperature with LinuxMCE, i only want to turn on and off the heating. When the temperature is reached the EIB turns off the heating by itself. &lt;br /&gt;
So, what did i do? &lt;br /&gt;
At first i allowed my thermostat to change the state (on/off) by the bus and gave it a groupaddress (like 2/0/10)&lt;br /&gt;
I go to the Webadmin-&amp;gt;Scenarios-&amp;gt;Climate and create for every room two scenarios (on and off). Then go to the Webadmin-&amp;gt;Advanced-&amp;gt;Configuration-&amp;gt;Scenarios-Climate and choose the first Scenario. Add the EIB Device and the Command  EIB_Write. &lt;br /&gt;
Now you have to insert the groupaddress, data string and data type. Insert the groupaddress (2/0/10), the data string (1=on, 2=off) and for the data type put 6 in the field. Press save and you can test it. &lt;br /&gt;
&lt;br /&gt;
This is a lot of work, but so you can write a very small php-page to execute one of the scenarios. That&#039;s very comfortable because you can turn on and off the heating from anywhere with the browser of a mobile phone.&lt;br /&gt;
&lt;br /&gt;
=== Drapes ===&lt;br /&gt;
&lt;br /&gt;
It&#039;s the same as the thermostats. I don&#039;t use the EIB-Drapes, I create my own scenarios and send the commands with EIB_Write to the bus. This works very well.&lt;br /&gt;
&lt;br /&gt;
=== Sensors ===&lt;br /&gt;
&lt;br /&gt;
I don&#039;t really have sensors. I only tried to create a sensor that is a light-switch. Every time I turn on the light the sensor was tripped and the Commands were executed.&lt;br /&gt;
&lt;br /&gt;
=== Send Time to the bus ===&lt;br /&gt;
&lt;br /&gt;
I found the solution! The question was the correct format - because LMCE Implementation uses integer values. Here is a short script which you can add to the crontab. Just change the groupadress.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/usr/bin/perl&lt;br /&gt;
$ENV{&#039;PATH&#039;}=&amp;quot;/usr/bin&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
($second, $minute, $hour, $dayOfMonth, $month, $yearOffset, $dayOfWeek) = localtime(time);&lt;br /&gt;
$dayOfWeek = 7 if ($dayOfWeek==0);&lt;br /&gt;
$time2 = sprintf &#039;%s\n&#039;, ($second &amp;lt;&amp;lt; 16) | ( $minute &amp;lt;&amp;lt; 8) | ($hour) | ($dayOfWeek &amp;lt;&amp;lt; 5);&lt;br /&gt;
@args = (&amp;quot;/usr/pluto/bin/MessageSend localhost -r 0 40 1 273 108 \&amp;quot;3/0/50\&amp;quot; 109 \&amp;quot;$time2\&amp;quot; 110 \&amp;quot;3\&amp;quot;&amp;quot;);&lt;br /&gt;
system(@args);&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Problems ==&lt;br /&gt;
&lt;br /&gt;
=== How to send the Time on the bus? ===&lt;br /&gt;
&lt;br /&gt;
solved. see above.&lt;br /&gt;
&lt;br /&gt;
=== Can&#039;t read from the bus ===&lt;br /&gt;
&lt;br /&gt;
I want to read data from the bus. Like how warm is it in the rooms or is a light on or off. &lt;br /&gt;
I think this function isn&#039;t implemented yet... I will try to implement it, but i don&#039;t know how to build a working development system.&lt;/div&gt;</summary>
		<author><name>Avajon</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Talk:LinuxMCE_710_DVD_Installation&amp;diff=6813</id>
		<title>Talk:LinuxMCE 710 DVD Installation</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Talk:LinuxMCE_710_DVD_Installation&amp;diff=6813"/>
		<updated>2007-10-27T19:51:02Z</updated>

		<summary type="html">&lt;p&gt;Avajon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;When will the DVD download link become available?&lt;br /&gt;
done [[User:Trout|Trout]] 04:55, 16 September 2007 (MST)&lt;br /&gt;
&lt;br /&gt;
how long should the part with &amp;quot;/dev/sda5: TYPE=&amp;quot;swap&amp;quot;....&amp;quot; take??? I wait for an hour and nothing happend... [[User:Avajon|Avajon]] 07:56, 27 October 2007 (MST)&lt;br /&gt;
:It has been a while since I last installed, but from what I remember, the installation took a very long time. The numbers on [[What To Expect]] look like it took that person over 2 hours and from what I remember that was about right for me too.  I did install with the DVD, so I know that it works. --[[User:Rwilson131|Rwilson131]] 08:28, 27 October 2007 (MST)&lt;br /&gt;
&lt;br /&gt;
::i toke a other hdd and now it works... thank you! [[User:Avajon|Avajon]] 12:50, 27 October 2007 (MST)&lt;/div&gt;</summary>
		<author><name>Avajon</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Talk:LinuxMCE_710_DVD_Installation&amp;diff=6812</id>
		<title>Talk:LinuxMCE 710 DVD Installation</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Talk:LinuxMCE_710_DVD_Installation&amp;diff=6812"/>
		<updated>2007-10-27T19:50:46Z</updated>

		<summary type="html">&lt;p&gt;Avajon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;When will the DVD download link become available?&lt;br /&gt;
done [[User:Trout|Trout]] 04:55, 16 September 2007 (MST)&lt;br /&gt;
&lt;br /&gt;
how long should the part with &amp;quot;/dev/sda5: TYPE=&amp;quot;swap&amp;quot;....&amp;quot; take??? I wait for an hour and nothing happend... [[User:Avajon|Avajon]] 07:56, 27 October 2007 (MST)&lt;br /&gt;
:It has been a while since I last installed, but from what I remember, the installation took a very long time. The numbers on [[What To Expect]] look like it took that person over 2 hours and from what I remember that was about right for me too.  I did install with the DVD, so I know that it works. --[[User:Rwilson131|Rwilson131]] 08:28, 27 October 2007 (MST)&lt;br /&gt;
&lt;br /&gt;
i toke a other hdd and now it works... thank you! [[User:Avajon|Avajon]] 12:50, 27 October 2007 (MST)&lt;/div&gt;</summary>
		<author><name>Avajon</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Talk:LinuxMCE_710_DVD_Installation&amp;diff=6805</id>
		<title>Talk:LinuxMCE 710 DVD Installation</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Talk:LinuxMCE_710_DVD_Installation&amp;diff=6805"/>
		<updated>2007-10-27T14:56:40Z</updated>

		<summary type="html">&lt;p&gt;Avajon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;When will the DVD download link become available?&lt;br /&gt;
done [[User:Trout|Trout]] 04:55, 16 September 2007 (MST)&lt;br /&gt;
&lt;br /&gt;
how long should the part with &amp;quot;/dev/sda5: TYPE=&amp;quot;swap&amp;quot;....&amp;quot; take??? I wait for an hour and nothing happend... [[User:Avajon|Avajon]] 07:56, 27 October 2007 (MST)&lt;/div&gt;</summary>
		<author><name>Avajon</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=User_talk:Trout&amp;diff=5716</id>
		<title>User talk:Trout</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=User_talk:Trout&amp;diff=5716"/>
		<updated>2007-09-26T12:35:28Z</updated>

		<summary type="html">&lt;p&gt;Avajon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;sup?&lt;br /&gt;
&lt;br /&gt;
many thanks to correct my english :-) [[User:Avajon|Avajon]] 05:35, 26 September 2007 (MST)&lt;/div&gt;</summary>
		<author><name>Avajon</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=User_talk:Avajon&amp;diff=5709</id>
		<title>User talk:Avajon</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=User_talk:Avajon&amp;diff=5709"/>
		<updated>2007-09-26T07:40:51Z</updated>

		<summary type="html">&lt;p&gt;Avajon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==[[EIB]]==&lt;br /&gt;
&lt;br /&gt;
Good work on EIB, keep it up :o) --[[User:Samme|Samme]] 13:51, 25 September 2007 (MST)&lt;br /&gt;
&lt;br /&gt;
:thanks, but my english is very bad :-) [[User:Avajon|Avajon]] 00:40, 26 September 2007 (MST)&lt;/div&gt;</summary>
		<author><name>Avajon</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=LinuxMCE_Admin_Website&amp;diff=5697</id>
		<title>LinuxMCE Admin Website</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=LinuxMCE_Admin_Website&amp;diff=5697"/>
		<updated>2007-09-25T20:33:13Z</updated>

		<summary type="html">&lt;p&gt;Avajon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;p&amp;gt;The LinuxMCE Admin web site is used to setup and configure your LinuxMCE system.  It also allows you to do a lot of other tasks, like checking your voice-mail, organizing your media and so on.  The web site runs on your own LinuxMCE Core, and you can access it from a Web Browser on the Core, or any other computer in your home connected to the same network.  By default, the LinuxMCE Admin web site is not accessible outside your home--everything is stored on the Core in your home, and you can only access the web site from the computers in your home.  This makes the system completely secure, however, it prevents you from accessing the web site outside the home via the internet.  You can turn on internet access, allowing you to access the web site anywhere, however, for your security, we recommend you first read about the [[Security &amp;amp; Privacy Issues]].&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Normally, from within your house, you access the website by opening any web browser (Internet Explorer, Mozilla, etc.) on any computer and going to http://dcerouter/&lt;br /&gt;
    Note this assumes that the name of your core is dcerouter, which is the default name if you use a Kick-Start CD.  Otherwise, substitute the real IP address or name of your core instead of &amp;quot;dcerouter&amp;quot;.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;LinuxMCE is a very modular platform with a wide variety of optional modules and devices to do just about anything.  Plus you can have lots of [[media director]] computers connected, all with their own mix of modules too.  Generally, each module will have one or more web pages to configure or use that module.  The LinuxMCE Admin web site has a pull-down menu that lets you quickly access any of those pages.  So, the menu options for your particular home will be unique to your own configuration.  If, for example, you have a LinuxMCE telephone system, then your LinuxMCE Admin will have menu options to setup your phones, check your voice-mail, and so on.  Someone else who does not have a LinuxMCE phone system will not have those options.  Note that there is only 1 LinuxMCE Admin web site for the whole house, and it is used to configure any device within the house.  If you have a media director in your den, for example, and there is a camera attached to it, you will control and view that camera using the same LinuxMCE Admin web site running on the core.  The [[Media Directors]] do not have their own sites--everything runs on the [[Core]].&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The 2 menu options that you will always see no matter what modules you have in your installation are &amp;quot;Wizard&amp;quot; and &amp;quot;Advanced&amp;quot;.  The &amp;quot;Wizard&amp;quot; is the normal way to configure and setup your LinuxMCE system.  When you choose Wizard, you will see a series of steps.  What steps you see will depend on what devices you have in your home.  However, all the pages in the Wizard section are intended to be simple for the average user and allow you to start using LinuxMCE with minimal effort and no technical skills.  If you are a techie or want to do development, there are more low level options under the &amp;quot;Advanced&amp;quot; level.  But regardless, you should always complete the wizard first since it&#039;s the fastest way to get going.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The rest of the menu options are all specific to your particular mix of modules: security cameras, phone systems, etc.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;For a general overview of how the &amp;quot;Wizard&amp;quot; works and what is involved in setting up your LinuxMCE system, [[Wizard Pages]].  If you have a question about any page or form on the website, just click the &amp;quot;Help&amp;quot; button in the upper right part of the screen.  It is context sensitive, so it will take you straight to a help page that explains whatever you currently see on the screen.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==LinuxMCE Admin Website Sections==&lt;br /&gt;
*[[Wizard Pages]]&lt;br /&gt;
**[[Basic Info]]&lt;br /&gt;
***[[Users]]&lt;br /&gt;
***[[Rooms]]&lt;br /&gt;
**[[Devices]]&lt;br /&gt;
***[[Orbiters]]&lt;br /&gt;
***[[Interfaces]]&lt;br /&gt;
***[[Devices Security]]&lt;br /&gt;
***[[Lights]]&lt;br /&gt;
***[[Media Directors]]&lt;br /&gt;
***[[Climate]]&lt;br /&gt;
***[[AV Devices]]&lt;br /&gt;
****[[Infrared Codes]]&lt;br /&gt;
*****[[Learning/typing my own code]]&lt;br /&gt;
****[[AV Properties]]&lt;br /&gt;
****[[TOAD vs Discrete Codes]]&lt;br /&gt;
***[[Floorplans]]&lt;br /&gt;
***[[Surveillance Cameras]]&lt;br /&gt;
***[[Phone Lines]]&lt;br /&gt;
***[[Phone Extensions]]&lt;br /&gt;
***[[EIB]]&lt;br /&gt;
**[[Scenarios]]&lt;br /&gt;
***[[Lighting Scenarios]]&lt;br /&gt;
***[[Climate Scenarios]]&lt;br /&gt;
***[[Media Scenarios]]&lt;br /&gt;
***[[Scenarios Security]]&lt;br /&gt;
***[[Telecom]]&lt;br /&gt;
**[[Events]]&lt;br /&gt;
***[[Respond to Events]]&lt;br /&gt;
***[[Timed Events]]&lt;br /&gt;
***[[Active sensors]]&lt;br /&gt;
***[[Security-Video Links]]&lt;br /&gt;
***[[Notifications]]&lt;br /&gt;
***[[Settings By Alert Type]]&lt;br /&gt;
***[[Outside Access]]&lt;br /&gt;
*[[Advanced Pages]]&lt;br /&gt;
**[[Device Templates]]&lt;br /&gt;
***[[List Page]]&lt;br /&gt;
***[[Edit Page]]&lt;br /&gt;
***[[Design Objects]]&lt;br /&gt;
**[[Packages]]&lt;br /&gt;
**[[Advanced Pages Devices]]&lt;br /&gt;
**[[Advanced Pages Scenarios]]&lt;br /&gt;
**[[Boot Sequence]]&lt;br /&gt;
**[[Network Settings]]&lt;br /&gt;
**[[Add Software]]&lt;br /&gt;
**[[Privacy Settings]]&lt;br /&gt;
**[[Advanced Pages Events]]&lt;br /&gt;
**[[DCE]]&lt;br /&gt;
**[[Device Status]]&lt;br /&gt;
**[[Execute Scenarios]]&lt;br /&gt;
**[[Alert Logs]]&lt;br /&gt;
**[[Mode Change Logs]]&lt;br /&gt;
**[[Status]]&lt;br /&gt;
**[[View Cameras]]&lt;br /&gt;
*[[Files&amp;amp;Media]]&lt;br /&gt;
**[[Cover Art]]&lt;/div&gt;</summary>
		<author><name>Avajon</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=EIB/KNX&amp;diff=5693</id>
		<title>EIB/KNX</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=EIB/KNX&amp;diff=5693"/>
		<updated>2007-09-25T17:15:27Z</updated>

		<summary type="html">&lt;p&gt;Avajon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;KNX (EIB) is a standardised (EN 50090,ISO/IEC 14543), OSI-based network communications protocol for intelligent buildings. KNX is the successor to, and convergence of, three previous standards: the European Home Systems Protocol (EHS), BatiBUS, and the European Installation Bus (EIB).&lt;br /&gt;
&lt;br /&gt;
The KNX standard is administered by the Konnex Association. [http://www.konnex.org konnex.org]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== How to install and use EIB ==&lt;br /&gt;
&lt;br /&gt;
Connect your Core-Server with a serial cable to the EIB. Your BUS Connector has to have the FT1.2Protocol. (like [http://http://www.eibmarkt.com/cgi-bin/eibmarkt.storefront/46f9364200e19a48274450f3362b0652/Product/View/N434019 this]. You can use it from any Company (Gira, Berker, Siemens, ... ) but it is very important to have the correct protocol. (I bought the wrong one). &lt;br /&gt;
When you have connect it you have to add the EIB Interface in the WebAdmin. Go to Devices--&amp;gt;Interface and choose EIB, select the correct COM-Port, do a reload - router and you are ready to use it.&lt;br /&gt;
You can also go in a console and look into the log file (DeviceID_EIB.log) to see if everything works fine. &lt;br /&gt;
&lt;br /&gt;
== How to add devices ==&lt;br /&gt;
&lt;br /&gt;
In the webadmin you have on the left side new menu buttons for Lights, Drapes, Sensors and Thermostats. At first you have to add the groupadresses. You have to upload a file with the correct information about your System. The format is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;quot;LichtARschalt&amp;quot;/&amp;quot;0&amp;quot;/&amp;quot;0&amp;quot;/&amp;quot;1&amp;quot;&lt;br /&gt;
&amp;quot;Licht-SZ-schalt&amp;quot;/&amp;quot;0&amp;quot;/&amp;quot;0&amp;quot;/&amp;quot;10&amp;quot;&lt;br /&gt;
&amp;quot;Licht-SZ-dimm&amp;quot;/&amp;quot;0&amp;quot;/&amp;quot;0&amp;quot;/&amp;quot;11&amp;quot;&lt;br /&gt;
&amp;quot;Licht-SZ-wert&amp;quot;/&amp;quot;0&amp;quot;/&amp;quot;0&amp;quot;/&amp;quot;12&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Lights ===&lt;br /&gt;
&lt;br /&gt;
Goto EIB Lights on the Webadmin. Give the Name of your Light and choose if it is dimmable or not. Click on the &amp;quot;Pick&amp;quot; Button -&amp;gt; choose the correct groupaddress for on/off and dim. In Webadmin-&amp;gt;Lights you can add the room and type of your light. After that you can put the EIB light on the floorplan. &lt;br /&gt;
&lt;br /&gt;
=== Thermostats ===&lt;br /&gt;
&lt;br /&gt;
In my house the termostats have two states (cold and warm). I don&#039;t want to change the temperature with LinuxMCE, i only want to turn on and off the heating. When the temperature is reached the EIB turn&#039;s off the heating by itself. &lt;br /&gt;
So, what did i do? &lt;br /&gt;
At first i allowed my thermostate to change the state (on/off) by the bus and gave it a groupaddress (like 2/0/10)&lt;br /&gt;
I go to the Webadmin-&amp;gt;Scenarios-&amp;gt;Climate and create for every room two scenarios (on and off). Then i go to the Webadmin-&amp;gt;Advanced-&amp;gt;Configuration-&amp;gt;Scenarios-Climate and choose the first Scenario. Add the EIB Device and the Command  EIB_Write. &lt;br /&gt;
Now you have to insert the groupaddress, data string and data type. Insert the groupaddress (2/0/10), the data string (1==on, 2==off - i don&#039;t know why it&#039;s 2 for off...) and for the data type put 6 in the field. Press save and you can test it. &lt;br /&gt;
&lt;br /&gt;
This is a lot of work, but so you can write a very small php-page to execute one of the scenarios. That&#039;s very comfortable because i can turn on and off the heating from anywhere with the browser of my mobile phone.&lt;br /&gt;
&lt;br /&gt;
=== Drapes ===&lt;br /&gt;
&lt;br /&gt;
It&#039;s the same like the thermostats. I don&#039;t use the EIB-Drapes, i create my own scenarios and send the commands with EIB_Write to the bus. This works very well.&lt;br /&gt;
&lt;br /&gt;
=== Sensors ===&lt;br /&gt;
&lt;br /&gt;
I don&#039;t really have sensors. I only tried to create a sensor that is a light-switch. Every time i turn on the light the sensor was tripped and the Commands were executed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Problems ==&lt;br /&gt;
&lt;br /&gt;
=== How to send the Time on the bus? ===&lt;br /&gt;
&lt;br /&gt;
I want to send the system time of the server every ten minutes to the bus. The reason is, the internal clocks of the thermostats don&#039;t have a real clock, so they need the correct time/date every hour to synchronize. &lt;br /&gt;
Has anyone tried this???&lt;br /&gt;
&lt;br /&gt;
=== Can&#039;t read from the bus ===&lt;br /&gt;
&lt;br /&gt;
I want to read data from the bus. Like how warm is it in the rooms or is a light on or off. &lt;br /&gt;
I think this function isn&#039;t implemented yet?!?!? I would try to implement it, but i don&#039;t know how to build a working development system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
sorry for the bad english :)&lt;/div&gt;</summary>
		<author><name>Avajon</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Automation&amp;diff=5691</id>
		<title>Automation</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Automation&amp;diff=5691"/>
		<updated>2007-09-25T16:31:44Z</updated>

		<summary type="html">&lt;p&gt;Avajon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{NeedsToBeFixed}}&lt;br /&gt;
&lt;br /&gt;
There are several types of automation products available that are compatible with LinuxMCE.  Usually, they work by sending signals through the home&#039;s power lines.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;300&amp;quot; style=&amp;quot;text-align:center; background:#efefef; width:75%; border:1px solid black&amp;quot; &lt;br /&gt;
|+&#039;&#039;&#039;Sections&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! [[Automation]]&lt;br /&gt;
| [[Lights]]&lt;br /&gt;
| [[Appliances]]&lt;br /&gt;
| [[Thermostats]]&lt;br /&gt;
| [[Irrigation]]&lt;br /&gt;
|-&lt;br /&gt;
! [[EIB]]&lt;br /&gt;
| [[EIB Hardware Installation]]&lt;br /&gt;
| [[EIB LinuxMCE Configuration]]&lt;br /&gt;
| [[EIB Troubleshooting]]&lt;br /&gt;
|-&lt;br /&gt;
! [[X10]]&lt;br /&gt;
| [[X10 Hardware Installation]]&lt;br /&gt;
| [[X10 LinuxMCE Configuration]]&lt;br /&gt;
| [[X10 Troubleshooting]]&lt;br /&gt;
|-&lt;br /&gt;
! [[Insteon]]&lt;br /&gt;
| [[Insteon Hardware Installation]]&lt;br /&gt;
| [[Insteon LinuxMCE Configuration]]&lt;br /&gt;
| [[Insteon Troubleshooting]]&lt;br /&gt;
|-&lt;br /&gt;
! [[Z-Wave]]&lt;br /&gt;
| [[Z-Wave Hardware Installation]]&lt;br /&gt;
| [[Z-Wave LinuxMCE Configuration]]&lt;br /&gt;
| [[Z-Wave Troubleshooting]]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Avajon</name></author>
	</entry>
</feed>