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
1
vote
0 answers

Nest API - APIError: blocked - Using Python Package

I'm using the Nest API to poll the current temperature and related temperature data from two of my Nests (simultaneously). I was initially polling this data every minute but started getting an error: nest.nest.APIError: blocked I don't get the…
Ryan Martin
  • 1,613
  • 3
  • 24
  • 36
1
vote
1 answer

polling and state machine in Z-Wave

Good afternoon, seniors. I'm learning about Z-Wave and have some Z-Wave specifications. But they are not sufficient to understand Open-Zwave concept.. Especially, the principle of Polling and State machine in Open-Zwave is so hard for me to…
owcred601
  • 43
  • 7
1
vote
1 answer

Zigbee Home Automation

I am looking for the device ID of humidity sensor for Zigbee Home Automation Profile, but did not find it anywhere. Can anyone tell me what is the device ID for humidity sensor? Or is there any other way to associate humidity sensor as an endpoint?
1
vote
2 answers

Remote resource discovery using coap

I am trying to create a small academic project in the area of home automation. I explored various protocols and standards in IOT domain and find COAP close to my requirements. The intent is pretty simple: To have a peripheral at home (like bulb,…
scorpio
  • 329
  • 1
  • 18
1
vote
2 answers

Using javascript for real time update from a file on my server

First off, thanks to all of the great answers that I have seen that have helped me out with past projects. Here is what I'm trying to do. I am putting together a home automation system and one of the things I would like to do is send a request to my…
Kevin Dunn
  • 11
  • 3
1
vote
1 answer

Android HttpUrlConnection with Arduino Uno

Happy new year all :) I am working on a home automation project using Arduino Uno and Android application what can communicate through my TP-Link router. I am having a java.io.IOException: unexpected end of stream on Connection once I send a query…
1
vote
0 answers

iOS keep app always alive for home automation purpose

I'm building home automation system for my house. The plan is to have lots of different rfduino nodes talking to one wall mounted iPad through the bluetooth. So far all working perfect apart from keeping an app alive all the time, device is plugged…
Greg Lukosek
  • 1,774
  • 20
  • 40
1
vote
0 answers

Reading Mac data of Zigbee

Iam working on a project using one of the popular Zigbee based RF-MCU Mac-codebases.I have integrated a sensor to the MCU and the same is reading data and iam sending data to the gateway using the Zigbee protocol stack.I was trying to read data…
chetan
  • 55
  • 10
1
vote
1 answer

wireless communication with lifx virtual bulb

I saw LIFX Virtual Bulb the other day and am curious to know how does this communication take place... For those who don't know what is LIFX - it is a wireless RGB LED bulb which can be controlled via iPhone and Android app. If you don't have a bulb…
jainam
  • 363
  • 1
  • 6
  • 16
1
vote
1 answer

How to slave the Honeywell Tuxedo Touch to OpenHAB?

I have the Honeywell Tuxedo Touch and it supports Z-Wave technology. How can I slave the Tuxedo alarm panel to OpenHAB (also supports Z-Wave) running on Raspberry Pi? Or do I need to slave OpenHAB to the Tuxedo? What hardware would be needed to do…
Seth Eden
  • 1,142
  • 2
  • 20
  • 42
1
vote
1 answer

J.A.R.V.I.S. recreation in java

If you have ever seen Iron Man or Iron Man 2, you know he has an assistant that can do plenty of things. This is more of an opinion question(s) than anything. Would Java be the best language for this, I was thinking that because it's an object…
Quinton M.
  • 154
  • 1
  • 8
0
votes
0 answers

My nodemcu with tasmota auto disconnect with the wifi

I have a esp8266 which works with tasmota and control some relays, after flashing and configuring the esp with wifi creds. if I go to its given IP it works fine but after 1 or 2 days being connect to the wifi it looses connection and does not…
Gr8 BEAST
  • 13
  • 5
0
votes
1 answer

How Can I achieve device-to-device automation on Matter Fabric?

As explain over here https://blog.espressif.com/matter-device-to-device-automations-bdbb32365350, how we can bind two devices to each other using the binding cluster. And then two devices can talk to each other without the app? This binding should…
Vikrant Shah
  • 547
  • 1
  • 4
  • 18
0
votes
1 answer

How to test IoT devices in the context of home automation?

suppose you have 4 home automation product – thermostat , speaker, screen , camera .We need to make sure the interoperability is working as expected . what is the infra that we need to test it What type testing that we need to do here ? I am…
CSB
  • 21
  • 1
0
votes
0 answers

Testing data from web hook in Home Assistant

I receive numerous webhooks from several vehicle GPS trackers in Home Assistant. The web hook is defined in a template in the config file as a sensor with numerous attributes; that all works. One of the data items in the json string is a vehicle…
gprade
  • 11
  • 4