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

Command design pattern when invoker and client may be on different machines

I read about the Command design pattern on Head First Design Patterns. Note that they use a remote control and household appliance as an example. I noticed that their client and invoker code both reside on the same machine, but in their example, the…
Beast
  • 370
  • 2
  • 14
0
votes
1 answer

How to talk to a different echo device from within an alexa skill?

The alexa skill gets launched from echo device Kitchen and shall do a dialogue using echo device Bedroom as example. Is it possible at all? How to do it in node.js or python? This should be done by a skill not by a routine because the actual…
Blcknx
  • 1,921
  • 1
  • 12
  • 38
0
votes
0 answers

Start Spotify "Now Playing" from Home Assistant on remote device

I am trying to launch the spotify app on a remote Android device from a Home Assistant automation. The app opens fine using the launch app command, but I would like to launch the "now playing" screen directly as opposed to the app's home screen. I…
doug144
  • 387
  • 3
  • 9
0
votes
0 answers

Develop Android app for connecting to smart devices/Home automation app

So, for the start I have a smart light device. I want to develop a app which searches this smart light and then connect to it. After connection I want to access the traits offered by that smart light and control it from my application. What I have…
primo
  • 1,340
  • 3
  • 12
  • 40
0
votes
2 answers

attempt to index a nil value (field 'eth0')

this is a Lua quickapp problem i install it a year ago and it was working fine but went through some problems in my system because of electricity. This is the part I Have problem with: function BroadlinkDeviceManager:discover(func) local blDevices =…
Abdullah
  • 1
  • 1
0
votes
0 answers

Nodejs Smart Light Asynchronous Loop

I want to adjust my smart bulb according to the current average color on the computer screen. I'm using image-average-color and screenshot-desktop libraries to take screenshot and get the average color value of that image. Finally, there's…
kutaykurt
  • 23
  • 8
0
votes
1 answer

Send data from web Application to ESP32 or ESp8266

I am working on Home Automation project. I am stuck on getting data from web application to my ESP.I had successfully send data from ESP to web API. We are in progress of developing web application. The problem I am facing is how do I receive…
0
votes
0 answers

Connecting Home Assistant to PLC using modbus

I’m using PFC200 from Wago to automate my home. The blinds and lights are working fine, I got a lot of scenes implemented in the PLC. Now I would like to visualize the state of lights and be able to turn them on/off from HA. HA will be just as a…
Dawid Rutkowski
  • 2,658
  • 1
  • 29
  • 36
0
votes
1 answer

Intereat Vacuun cleaner Cybovac E31 for home automation

I search a way to control my CybovacE31 with a computer to integrate it into home automation system. I know that it is compatible with google home and Alexa but i don't find the protocol used. Do you have an idea how to do it? Thanks. My vacuum :…
0
votes
1 answer

HTTP get Request using ESP8266

Why I am unable to send get request. It always response 400.The URL are okay there is no problem in it. Actually I need to send data using get request. I have tried my best to find the solution but I didn't get any idea about it. Please anyone can…
0
votes
1 answer

Enroll MCCGQ12LM (Aqara Door & Window Sensor T1)

Has anyone successfully enrolled a MCCGQ12LM into a custom coordiantor? I would love to look at some logs, or get some guidelines. I'm trying to enroll my MCCGQ12LM into my CIE, and after writing the CIE address to the CIE Address attribute, i get…
Oleyyh
  • 1
  • 3
0
votes
1 answer

Dimming Lights without PWM. Possible? Using Raspberry Pi

I'm using a Raspberry Pi to dim a light, using python to get 0%....50%...100% and various % brightnesses in between. Taking a PWM approach in the code means a flickering light, which won't work for the lower % brightness, as the flicker will become…
IHG
  • 3
  • 2
0
votes
1 answer

Have Google Home trigger smart device

I'm developing a smart device that needs to respond to a trigger and take an action. I'm having some trouble however determining what will host the code that fires the trigger. Google Home appears to have events based on time but I can't seem to…
0
votes
2 answers

Sending several phrases to Alexa

I'm trying to create a routine to where I can send several phrases to Alexa. From my understanding this is not possible (I miss my Google home :-( ). My lights are connected to a service to where I can't exactly control them as a device. It's pretty…
0
votes
1 answer

Alexa Smart Home Skill - Need help to make an http request

I'm trying to build a home automation system by myself. For this, I use the Blynk server to control my hardware. I can control my hardware by requesting the URL of the blynk server. For example: When I make a request to…