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
31
votes
7 answers

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# developer looking to get this kind of stuff. I…
Bastien Vandamme
  • 17,659
  • 30
  • 118
  • 200
25
votes
3 answers

iOS 8 run app forever or disable screen

I'm building a home automation system, I have chosen iPad as the main hub/bridge device to control lots of bluetooth devices (some custom made using RFDuino). The iPad (iOS 8.4.1) is mounted on the wall and plugged into charger all the time. I need…
Greg Lukosek
  • 1,774
  • 20
  • 40
17
votes
8 answers

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 use Insteon than X10 due to reliability…
Aaron
  • 2,427
  • 4
  • 30
  • 41
10
votes
1 answer

How long does it take to detect an iBeacon while region monitoring?

Take this scenario: user has an iPhone in the pocket passing by an iBeacon. Her phone is region monitoring for it. How much time is needed in real world to from entering the region to the moment app is woken up? I have found an excellent article on…
tomikk
  • 101
  • 1
  • 6
8
votes
3 answers

Detecting when an Apple TV 4th generation has woken from sleep

I'm working on some home automation programs and one of the things I want to be able to do is detect when my 4th generation Apple TV has woken from sleep. This will generally only ever happen when someone pressed a button on its Siri remote to wake…
Bri Bri
  • 2,169
  • 3
  • 19
  • 44
5
votes
6 answers

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 expecting around 2000 users for our first big…
Exelian
  • 5,749
  • 1
  • 30
  • 49
5
votes
2 answers

How to control WIFI plug GWF-S171using Raspberry Pi

I bought some See-Time GWF-S171 (wifi sockets) to work with my Raspberry Pi. I use my Raspberry Pi as a home automation platform and I managed to connect all kind of devices, smart meter, solar panels, Orvibo s20 (also Wifi socket). Now I am not…
case
  • 61
  • 1
  • 3
4
votes
1 answer

Home Assistant with MODBUS

Integrating a MODBUS installation with Home Assistant MODBUS controller in the Gavazzi SH2WEB24 Home Assistant Configiguration.yaml: modbus: name: SmartHouse type: tcp host: port: 502 # SmartHouse Functions switch: platform:…
Davy
  • 1,720
  • 1
  • 19
  • 42
4
votes
1 answer

Display power usage as temperature with Node-Red in Apple HomeKit

I would like to display the power usage in HomeKit. Unfortunately there is no category to do that in HomeKit. That's why I had the idea to display this not as a power usage but as temperature in HomeKit. The idea is to control HomeKit scenes with…
3
votes
1 answer

How to get a list of areas or devices in my home assistant via API

I have checked the home assistant documentation page for API's. I could not get and endpoint that would return a list of created areas(kitchen, living room etc) or a list of all my devices. Is there a way to achieve this?
user7498826
  • 173
  • 3
  • 9
3
votes
3 answers

Select String value as Integer in Grafana with Influxdb

I would like to show a string value as a boolean or int value in a timeseries graph (data coming from home-assistant) What I have: > select temperature, hvac_action_str from state where entity_id = 'my_entity_id' name: state time …
sven
  • 31
  • 1
  • 5
3
votes
1 answer

Kappelt gBridge on Raspberry Pi

I am trying to install Kappelt gBridge on a Raspberry Pi 3 model B, using this guide: https://doc.gbridge.io/selfHosted/hostItYourself.html I have generated a docker-compose.yml using this generator: https://about.gbridge.io/dockergen/. I am using…
3
votes
1 answer

Put a Windows 10 pc remotely to hibernate from a raspberrypi

I'm running homeassistant on a RaspberryPi3 in my local network and what I want to achieve is a switch inside homeassistant to switch on and off my computer (Win10) Apparently my Desktop PC does not support Wake on LAN from a real "shutdown" to S5,…
3
votes
0 answers

Issues with Pubnub + Wink Hub and sensors

I'm trying to get my Wink Hub working with Pubnub subscriptions in my iOS app, but all I ever get is a PNUnexpectedDisconnectCategory status in the didReceiveStatus callback. Here is the code: class AppDelegate: UIResponder, UIApplicationDelegate,…
JonahGabriel
  • 3,066
  • 2
  • 18
  • 28
3
votes
2 answers

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 with PHP on the NAS to the interface Are there…
Marco
  • 2,306
  • 2
  • 26
  • 43
1
2 3
10 11