Tagged Questions

Home automation is the residential extension of "building automation". It is automation of the home, housework or household activity. Home automation may include centralized control of lighting, HVAC (heating, ventilation and air conditioning), appliances, and other systems, to provide improved convenience, comfort, energy efficiency and security.

learn more… | top users | synonyms

18
votes
6answers
367 views

Home automation in C#?

I want to develop a small C# application to control various components of a central heating. First, I would like to be able to retrieve values ​​from a temperature sensor. I must not be the first C# ...
8
votes
4answers
1k views

How does one get started writing applications that interact with x10 protocol?

As a hobby I'm looking into home automation. My understanding is that there are a couple open protocols out there and the most popular seems to be x10. I'm wondering if anyone with experience writing ...
7
votes
7answers
5k views

C# Home Automation Library

I'm a C# developer looking to get into home automation as a hobby. I have done a little research, but was wondering if anyone knows of a good .NET library that supports Insteon hardware. I'd rather ...
4
votes
2answers
1k views

Home-automation x10 with a Linux based NAS (synology)

I have automated my home with the x10 protocol and use the cm15pro interface on my computer to program the switches. Now I want to connect the cm15pro interface to my synology NAS and run commands ...
3
votes
5answers
95 views

Storing large amounts of data in a database

I'm currently working on a home-automation project which provides the user with the possibility to view their energy usage over a period of time. Currently we request data every 15 minutes and we are ...
2
votes
1answer
28 views

Uploading Home Automation Apps on AppStore

I have made one home automation application for iPhone/iPad. For interaction, we have to communicate with one external device. Now my question is while submitting this application to AppStore, what ...
1
vote
0answers
367 views

How to control more than one 220 V light bulb using Arduino and maybe a relay or a thyristor [closed]

I have had success in controlling one light using an BlackWidow and a relay for switching to control one 220 V light. You can see the demo in Home automation using BlackWidow, Android, iPhone, ...