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

Parsing through JSON file with JAVA-SCRIPT

I have a json file that looks something like this. I need to write a JS code that will parse through this file and read specific elements of the file like sensor_state of the first element and write to the specific element like change the…
sakib11
  • 496
  • 1
  • 5
  • 20
0
votes
1 answer

ArduinoJson, Error while parsing Array with quotation mark in front of the square brackets

For three days I tried in vain to parse a JSON string (stream). Today I found out that it is not possible to parse a JSON string that has a quotation mark in front of the square brackets. Unfortunately, I can not query the JSON string…
0
votes
1 answer

How to control speaker volume with Google Home?

I've looked up device traits in manual https://developers.google.com/actions/smarthome/traits/ but I don't see any way to control speaker type devices (volume up/down/mute). But I see that it can control its own speaker volume, chromecast, and maybe…
Poma
  • 8,174
  • 18
  • 82
  • 144
0
votes
1 answer

Requesting help to proceed with interfacing my device with voice commands

I have created a smart switch using NodeMcu Esp8266 wireless chip and programmed Websocket to create a TCP protocol to communicate. I wanted to know how should I proceed to interface this with google assistant and host my app on home control…
0
votes
3 answers

How to get a complete description of the available commands for a z-wave device?

I bought a Zipato Bulb 2. The datasheet and user's manual are very minimalist with no comprehensive description of the available commands. I looked into the XML description of OpenZWave but it is also incomplete. So I asked Zipato directly, but the…
nowox
  • 25,978
  • 39
  • 143
  • 293
0
votes
1 answer

Bind kivy properties from one screen to another screen

newbie here trying to test my hand on something new.I'm trying to display slider value from one screen on another screen. The screen I want the value to be displayed in has multiple screens embedded in it. the first picture is the first screen. home…
0
votes
0 answers

RPi + ESP8266 stability issues

I was recently working on a home automation project which has finally come to end and I am thinking to install it in my home. First of all, I would like to brief you with the basic architecture. I am using a Raspberry Pi 3 as the central controller…
Rohit Mathur
  • 131
  • 2
  • 7
0
votes
2 answers

Html/Php Code for turning on lights using Raspberry Pi not working

So I have been working on a project to turn on/off LED lights remotely through my Raspberry Pi but I have run into an issue. My index.html code should work properly but when I press the on or off button, nothing happens. The issue is not with the…
0
votes
1 answer

Actions on Google Smart Home Skill: Room Hint / Home Graph

The documentation at https://developers.google.com/actions/smarthome/create-app#actiondevicessync mentions that the roomHint field of the JSON response to the sync request can be used to have Google automatically assign devices to correct…
Wasda
  • 162
  • 7
0
votes
1 answer

Home-Assistant (Automation) Websockets server monitoring another server?

In an attempt to utilize my web-connected security system with Home-Assistant (home-assistant.io), I did some research on it’s web interface, and it looks like it uses websockets to imitate keypad presses. I would like Home-Assistant, which…
Coby
  • 136
  • 1
  • 2
  • 8
0
votes
1 answer

Google Assistant actions on google

All my hardware is already developed. I use MQTT for communication between my devices, I have lights, fans, heaters and many more ioT appliances. I can controll all of these from my Android application which i have built. I would like to use Google…
user8222166
  • 69
  • 1
  • 8
0
votes
2 answers

Google home integration

I would love some advise on how to make voice commands given to my Google home device be executed through my Mqtt server and my Node Red installation. My mqtt broker and my node red is on a local raspberry pi placed safely behind my firewall. I…
0
votes
3 answers

Google Assistant on Raspberry Pi. Can I use voice commands with Home Assistant?

How can I use Google Assistant on Raspberry Pi 3 with Home Assistant (or any other home automation system)? I cannot find how to use voice commands to manage lights, tv, garage door, etc.... Can someone help? Thank you.
0
votes
1 answer

How to monitor XBee GPIO data through X-CTU console?

I'm using PIR sensor for motion detection and XBee s2c for transmission. The remote(transmitting) XBee, connected to PIR, is configured as below CE=0 DH=0 DL=0 D4=3 IR=3E8 (500ms) IC=FF (Change Detection on all pins) The base(receiving) XBee is…
0
votes
2 answers

Use Amazon Alexa to switch on Hue Light and switch off Wemo plug simultaneously

I have a Philips Hue light dimmable bulb for a night light and a regular floor lamp connected to a Belkin Mini WeMo smart plug. I have added both as devices in the Alexa app and can control them individually, or together as part of a group. But I…
Web User
  • 7,438
  • 14
  • 64
  • 92