Skip to content
#

home-automation

Here are 2,261 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 10, 2020
  • Java
OpenMQTTGateway
phdelodder
phdelodder commented May 4, 2020

Before submitting a problem please check the troubleshooting section
https://docs.openmqttgateway.com/upload/troubleshoot.html

Describe the bug
The Config published for illumination:

homeassistant/sensor/80EACA890C56-MiFlora-lux/config {"stat_t":"home/OMG_Garage/BTtoMQTT/80EACA890C56","name":"MiFlora-lux","uniq_id":"80EACA890C56-MiFlora-lux","dev_cla":"illuminance","val_tpl":"{{ va
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

bjornfor
bjornfor commented Aug 29, 2019

The instructions for setting up deconz development on Linux is documented in the readme as:

sudo apt install deconz-dev
(clone repo)
(build)

But one also need the "build-essential" package. One solution is to update the readme. Seeing as there is already a deconz-dev package, perhaps a better way is to update that package with a dependency on "build-essential"?

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

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.