Questions tagged [home-automation]

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.

A home automation system integrates electrical devices in a house with each other. The techniques employed in home automation include those in building automation as well as the control of domestic activities, such as home entertainment systems, houseplant and yard watering, pet feeding, changing the ambiance "scenes" for different events (such as dinners or parties), and the use of domestic robots. Devices may be connected through a computer network to allow control by a personal computer, and may allow remote access from the internet. Through the integration of information technologies with the home environment, systems and appliances are able to communicate in an integrated manner which results in convenience, energy efficiency, and safety benefits.

Source: http://en.wikipedia.org/wiki/Home_automation

155 questions
0
votes
1 answer

Cannot figure out how to get the twilio API to work in home assistant

Ok, so I am using home assistant to automatically send myself a message at certain times of the day using the twilio api. https://home-assistant.io/getting-started/troubleshooting-configuration/ It is all done in the configuration.yaml file, so here…
user5617839
0
votes
1 answer

IFTTT Maker Channel - Send POST Request to ipv6 adress

Is ist possible to send POST requests to ipv6 addresses using the ifttt.com service? I found the maker channel but it doesn't seem to work (with ipv6 addresses). Here the request I want to send to my openhab system: POST…
Benjamin
  • 85
  • 1
  • 2
  • 11
0
votes
1 answer

Connecting MQTT server with OpenHab

As a sample test, I just want to ON/OFF a bulb using OpenHab via wifi. So I connect the hivemq server and openhab as follows in the openhab configuration. mqtt:broker.url=tcp://127.0.0.1:1883 mqtt:broker.clientId=openhab So when starting openhab I…
lsc
  • 681
  • 3
  • 8
  • 26
0
votes
1 answer

Android Home Automation development necessary to take care

i was working on android home automation app , basic things to take care while doing this user based app like , i should sync data with server on i should keep data in local, please give me links of libraries if some one worked . help me to build…
impathuri
  • 574
  • 6
  • 21
0
votes
2 answers

Why esp8266 wifi connection automatically disconnecting while switch on the AC appliance?

I am new for esp8266 device. Actually I'm interfacing esp8266 wifi device with Arduino for wifi and Android based home automation. But when I switch on the light that time, wifi connection automatically disconnecting. Why it's happening? And what is…
Sathish
  • 1
  • 1
0
votes
2 answers

What are the Home automation prerequisites?

I want to design a home automation system. I want to include some basic features to that system like 1. Light on/off 2. Fan on/off and speed control 3. AC on/off 4. Water pump on/off 5. CCTV camera monitor What should the basic things I should…
user007
  • 451
  • 2
  • 5
  • 10
0
votes
0 answers

Control arduino digital pins using serial com by python

I want to control a relay board using arduino for home automation. I am using raspberry-pi2 on which a PHP script to run a python script that establishes a serial com to arduino via USB. Every time I run the python script by PHP, the arduino…
Sam Fischer
  • 51
  • 1
  • 6
0
votes
0 answers

Can serially transmitting faster baud rate ruin a device?

I have a TV that accepts 9600 8N1 serial transmission to control it. I have a USB to serial cable that I use to control this TV with my computer (to control things such as power off, power on, volume, etc). I just got the cable yesterday and I got…
Shai UI
  • 50,568
  • 73
  • 204
  • 309
0
votes
3 answers

Apple HomeKit HMCharacteristics

I'm currently working on a quite important study project. I'm working on the topic of home automation. Therefore I would like to implement the HomeKit framework to control action modules. My App is already able to search for Homes, Rooms,…
A. Osterthun
  • 175
  • 1
  • 3
  • 18
0
votes
1 answer

Webserver: how to run a python script from a local webpage

I ported my Somfy sketch to Python with the help of the very good pigpio library, so that my Raspberry Pi can open the blinds in the morning and close them after sunset. Everything works and I'm happy with it. To add a bit of interactivity, I would…
Nicolas
  • 25
  • 6
0
votes
1 answer

Does Z-Stack Supports Keil Compiler?

I will try to do a project with z-stack home automation profile for smart home automation with zigbee. But, according to my researches z-stack is only supoorts IAR compilers. Does anybody know that is there any version of z-stack that supports Keil…
aanilapaydin
  • 65
  • 3
  • 7
0
votes
2 answers

Handling gpio value using localhost

i am making a Universal windows Application for home automation, the app UI and hardware interfacing is ready and working i'm using raspberry pi 2 to serve as gpio and i plan to use the same app on my windows phone to trigger the ON/OFF request over…
0
votes
1 answer

Arduino with multiple sensors via serial communication

I am trying to build a home automation -thing- system for Arduino via Bluetooth on an android device , and have several devices and sensors that are sending data and other receiving (photo-resistor,temp and humidity from the arduino to the phone ,…
user2976492
0
votes
1 answer

Wemo and Python Incorporation For a beginner

let me give a little back story before i ask the question *this is my first post to StackOverflow. so im sorry if i offend anyone or if i dont know the proper rules attached to this forum *im a beginner in coding and dont understand much of the…
BOF007
  • 1
  • 2
0
votes
0 answers

Energenie Pi-Mote simple on, wait, off script not working Raspberry Pi Home Automation

I've bought an Energenie module and plug for use with the raspberry pi. I'm completely new to GPIO and managed to get it working with the demo script on their website (https://energenie4u.co.uk/res/pdfs/ENER314%20UM.pdf) I've since followed the…
user1721451
  • 247
  • 6
  • 15