The Wayback Machine - https://web.archive.org/web/20200716224728/https://github.com/topics/home-automation
Skip to content
#

home-automation

Here are 2,346 public repositories matching this topic...

core
majuss
majuss commented Apr 28, 2020

The problem

I copied the arduino integration into custom_components:

cp -R /srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/arduino/ /home/homeassistant/.homeassistant/custom_components/

and made homeassistant the owner:

sudo chown -R homeassistant:homeassistant arduino/

Environment

Latest hass, latest raspbian on Pi 4.

  • Home A

Blynk is an Internet of Things Platform aimed to simplify building mobile and web applications for the Internet of Things. Easily connect 400+ hardware models like Arduino, ESP8266, ESP32, Raspberry Pi and similar MCUs and drag-n-drop IOT mobile apps for iOS and Android in 5 minutes
  • Updated May 31, 2020
  • Java
haesslo
haesslo commented Jun 24, 2019

It seems that this was changed from
bool globalInputHandler(const HomieNode& node, const String& property, const HomieRange& range, const String& value)
to:
bool globalInputHandler(const HomieNode& node, const HomieRange& range, const String& property, const String& value)

...took me a while of digging to find out... maybe to update the V3 documentation:
https://homieiot.github.io/homie-esp

Apollon77
Apollon77 commented Jan 3, 2019

We should try to make sure users are not installing ioBroker with an unsupported node version.
In detail we support:

  • node 8.12+
  • node 10.9+
  • no node 9, no node 11

The installer should stop installation if this is not met, BUT (especially for dev environments) we should allow an optional parameter like "-ignore-node-version-restrictions" or such to bypass the check. This is then logged i

teslamate
cwanja
cwanja commented Apr 19, 2020

Describe the bug

Not necessary a "bug", nor a feature. More aesthetics. The color of "charging" on the pie chart is green, which reflects "sleeping" in the states dashboard.

This might be a feature :) Could we also add a pie chart to the "States" dashboard instead of the boxed legend under the continuous bar?

To Reproduce

Steps to reproduce the behavior:

  1. Go to Trip da
RaspberryMatic
jens-maus
jens-maus commented Apr 17, 2019

The following WebUI dependencies should be evaluated to be updated with newer versions available:

Improve this page

Add a description, image, and links to the home-automation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the home-automation topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.