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

Main Menu

Help. LinuxMce compatible devices

Started by kr-oleg, June 09, 2010, 12:01:48 PM

Previous topic - Next topic

kr-oleg

Hello. Very much automate my home with LinuxMce. I  want to make the maximum possible functions (preferably all at the Z-Wave (EURO) devices) : media center, camera, lighting, climate control, access control, security, irrigation, touch panels ..... I'm not IT specialist and sorry for my bad English. For a long time searching on the wiki and the forum did not give accurate results. Please help what should be compatible wireless equipment - safety: sensor flooding, smoke sensor, glass break sensor, motion sensor, access control, climate: temperature sensor? Thank you in advance.
Best regards Oleg.

valent

Feel free to look around on the wiki - http://wiki.linuxmce.org/index.php/Hardware and on this LinuxMCE shopping site - http://lmcecompatible.com/

enjoy.
LinuxMCE - If it was easy, everybody would be doing it!!
My setup - [url="http://wiki.linuxmce.org/index.php/User:Valent"]http://wiki.linuxmce.org/index.php/User:Valent[/url]

Techstyle

Techstyle UK Ltd
[url=http://www.techstyleuk.co.uk]http://www.techstyleuk.co.uk[/url]

Techstyle US Inc.
[url=http://www.techstyleus.com]http://www.techstyleus.com[/url]

kr-oleg

Thanks for your advice. These links I've looked but still can not find all the components (EURO) to be fully compatible with LinuxMce. With some of the features I hope is understandable, such as media, but the automation I have compatibility issues, such as: security: sensor flooding, smoke sensor, glass break sensor, motion sensor, access control, climate: temperature sensor? Maybe instead put Honeywell / Ademco Vista? But I Do not Know if it will combine it with Lmce? Honeywell-sensors will or not under the control of the control panels Lmce, and include them in different scenarios? Or maybe there are compatible devices, X-10 (EURO, with two-way communication (previously only wanted to Z-Wave))?
Glad I will any advice.
Best regards

mihajzm

When I good understand your issue, you have problem to get ready supported devices in Europe. This is true. I been facing the same problem.
But if you are will to learn, you can make your own driver for devices, it's not so hard.
I've made driver's for my home made devices (temperature sensor, opto input's, rele's etc.)

Now I go further. This week i become for testing wireless system from local supplier (http://www.enika.cz/cz/instalacni-elektronika/bezdratove-ovladani---system-bosys.html, it's in Czech language but you can throw it through GoogleTranslate). They have wireless transmitter/receiver for PC on USB/Serial port. and many receivers for lights, reles. Transmitter contac's, PIR sensors and so on. I want to make driver's for this devices.

On other words, you can use any device when make the driver.And trust me it's easy.





nite_man

Quote from: mihajzm on June 11, 2010, 08:56:35 AM
When I good understand your issue, you have problem to get ready supported devices in Europe. This is true. I been facing the same problem.
But if you are will to learn, you can make your own driver for devices, it's not so hard.
I've made driver's for my home made devices (temperature sensor, opto input's, rele's etc.)

Now I go further. This week i become for testing wireless system from local supplier (http://www.enika.cz/cz/instalacni-elektronika/bezdratove-ovladani---system-bosys.html, it's in Czech language but you can throw it through GoogleTranslate). They have wireless transmitter/receiver for PC on USB/Serial port. and many receivers for lights, reles. Transmitter contac's, PIR sensors and so on. I want to make driver's for this devices.

On other words, you can use any device when make the driver.And trust me it's easy.

Could you give more details about how you develop drivers for the new devices? Do you use GSD and Ruby or C++?
Michael Stepanov,
My setup: [url="http://wiki.linuxmce.org/index.php/User:Nite_man#New_setup"]http://wiki.linuxmce.org/index.php/User:Nite_man#New_setup[/url]
Russian LinuxMCE community: [url="http://linuxmce.ru"]http://linuxmce.ru[/url]

mihajzm

I'am a C programmer, therefore C++ is my preferred way. The starter point for me was answer from tschak909 in my post http://forum.linuxmce.org/index.php?topic=7706.msg49568#msg49568. The basic code is prepared automatic.You just insert your code in prepared functions.
Ok you must know some basics about programming in C/C++.
Just try something simple at start to catch up the principles.


nite_man

Thanks, mihajzm, for clarification. tschak909's post is very informative and good enough to start a simple device interface on C++. Sometime ago I developed an interface for custom lighting controller based on ICPDAS for Plutohome installation. But I used GSD and Ruby because I'm more familiar with interpretive programming languages.
Michael Stepanov,
My setup: [url="http://wiki.linuxmce.org/index.php/User:Nite_man#New_setup"]http://wiki.linuxmce.org/index.php/User:Nite_man#New_setup[/url]
Russian LinuxMCE community: [url="http://linuxmce.ru"]http://linuxmce.ru[/url]