Quantcast
Channel: Configuration - Home Assistant Community
Viewing all 106825 articles
Browse latest View live

Vertical-Stack

$
0
0

@MDLefevere wrote:

Hello,

I’m trying to fix a problem were 2 cards show underneath eachother. On my tablet it’s nicer to have them next to eachother.

I tried to edit it in the main “big” file. The plain configuration editor, but can’t find how to fix it.

This is the part of the code i’m talking about.

  - background: var(--background-image)
    icon: 'mdi:brightness-6'
    title: Brightness
    badges: []
    cards:
      - type: horizontal-stack
        cards:
          - type: light
            entity: light.staande_lamp
            color_type: card
            color: 'rgb(164, 213, 222)'
            name: Bank
            icon: 'mdi:sofa'
            size: 50%
            styles:
              card:
                - height: 150px
          - type: light
            entity: light.dressoir_lamp
            color_type: card
            color: 'rgb(164, 213, 222)'
            name: Dressoir
            icon: 'mdi:lamp'
            size: 50%
            styles:
              card:
                - height: 150px
          - type: light
            entity: light.tv
            color_type: card
            color: 'rgb(164, 213, 222)'
            size: 50%
            name: TV
            icon: 'mdi:led-strip-variant'
            styles:
              card:
                - height: 150px
      - type: horizontal-stack
        cards:
          - type: light
            entity: light.shelly_shdm_1_db2fb3
            color_type: card
            color: 'rgb(164, 213, 222)'
            name: Keuken
            icon: 'mdi:microwave'
            size: 50%
            styles:
              card:
                - height: 150px
          - type: light
            entity: light.plafondlamp
            color_type: card
            color: 'rgb(164, 213, 222)'
            name: Plafond
            icon: 'mdi:vanity-light'
            size: 50%
            styles:
              card:
                - height: 150px
          - type: light
            entity: light.shelly_shdm_1_db32e6
            color_type: card
            color: 'rgb(164, 213, 222)'
            size: 50%
            name: Eettafel
            icon: 'mdi:table-chair'
            styles:
              card:
                - height: 150px

Posts: 1

Participants: 1

Read full topic


Tenvis TH661 IP Camera, Anybody got this working?

$
0
0

@DaveTiff wrote:

Hi, just trying to get my camera working. Have tried most settings I have seen in other threads but cant get a static or streamed image.

Anybody using a Tenvis TH661 camera?

Regards, Dave

Posts: 1

Participants: 1

Read full topic

Conbee 2 @ hass.io & deConz - Setup

$
0
0

@rockas wrote:

Hi folks,

Due to been unable to discovery my Xiaomi GW v3 on HA (still wasn’t able to find out root cause) bought 2 Conbee II usb sticks. It’s crucial integrate my Xiaomi door and windows sensors in HA.

Though would be more plug & play, but far from being right :frowning: , after setting up deConz in HA still not able to pair the sensors. Process seems preatty basic, just go to sensor in Phoscon (after of course configuring ConBee II GW), choose “other”, finally have 3 minutes to pair.

On Xiaomi door sensor, press reset button for 10 seconds, sensor blue light starts blinking however not found in Phoscon. Doing process with sensor next to USB stick.

deConz / Phoscon / hass.io are installed within Synology DS916+, container based.

Another question, for sure noob, each ConBee II usb stick needs to be connect to Raspberry or any hardware containing Phoscon? Have 4 floors, hence need several sticks to cover all areas. Again, thought after initial pair process would just be needed to connect to any usb power on power outlet.

Almost giving up on this and return material :frowning:

Any help is welcome.

Posts: 5

Participants: 3

Read full topic

Automatic discovery not adding mqtt devices

$
0
0

@Krzysiek_Zet wrote:

Hello guys,
I try to add Xiaomi temperature and humidity sensor. zigbee2mqtt and broker are installed and configured. Device is added to zigbee and I can see readouts in logslogs:

zigbee2mqtt:info 2019-12-22 20:21:01: MQTT publish: topic 'zigbee2mqtt/0x00158d000363f2ef', payload '{"temperature":25.92,"linkquality":31,"humidity":53.65}'

I’ve also added configuration to HA as in (https://github.com/danielwelch/hassio-zigbee2mqtt)
First of all I thought that broker in HA configuration.yaml part is wrong so I used all: ip, ip:address, core-mosquito literal but non of them worked

mqtt: broker: 192.168.88.231:1883 #here I tried different settings discovery: true

However the temperature sensor does not pop up in dashboard nor in availabe sensors (entities file).

When I add the mqtt sensor manualy all the readouts are ok.
Do you know what can be the issue ?
Thanks

Posts: 1

Participants: 1

Read full topic

Harmony Hub not working after 0.103.2 update?

$
0
0

@HanSyt wrote:

Am I wrong? Noticed yesterday that my scripts for harmony hub end with an error, on both hass.io and pip3 installed versions (got both).
Error ends with:

voluptuous.error.MultipleInvalid: must contain at least one of entity_id, area_id.

Before this, things were working fine

Posts: 2

Participants: 1

Read full topic

Groups Breakout / Switches and Lights

$
0
0

@TheOne007 wrote:

Hello All,

Im trying to get some entities in my home organized. Question is, is it possible to create a group that includes lights and switches? For example I would like to have a group called “Kitchen” that includes lights (Hue) and switches for the coffee maker and a couple other things. Is this possible? This way when we go to work in the morning we can be sure that all entities are off in the kitchen.

Also,

Is it possible to break out the groups into individual .yaml files? This would make configuring groups easier than dealing with a larger config file. I was able to do this with “Automation” files but it seems like groups are different and require the user to set up groups in the main “Configuration” file.

Im sure these things are possible, just unsure about how to go about it.

Thank you

Cheers!

Posts: 2

Participants: 2

Read full topic

Environment Canada Weather

$
0
0

@richard2 wrote:

I’m new to HA so please bare with be. I’m trying to add the Environment Canada Weather sensors to my setup. I added the following to my configuration.yaml but no luck. I’m on HassOS 3.7

weather:

  • platform: environment_canada
    latitude: 45.xxxxxx
    longitude: -73.xxxxxx
    Station: AB/s0000635

I see in the setup notes that I’m supposed to run “sudo apt-get install libatlas-base-dev libopenjp2-7” . I have the SSH addon but when I ssh and try this command I get “command not found” I also tried “apt-get install libatlas-base-dev libopenjp2-7” and also get “command not found”

Posts: 1

Participants: 1

Read full topic

Presence detection not triggering automation

$
0
0

@D34DC3N73R wrote:

I’m new to home assistant and I’m having trouble getting some automations to work. I installed via docker and went through the initial setup. For presence detection, I’m using asuswrt. This is what I have in my configuation.yaml

asuswrt:
  host: 192.168.0.1
  username: admin
  ssh_key: /config/id_rsa
  port: 22
  sensors:
    - upload
    - download
    - upload_speed
    - download_speed

I see devices listed as home or away correctly, and have added relevant devices to the appropriate persons, which also show home or away correctly.

I set up automations through the gui, and can trigger the actions manually. The following is an example of an automation that doesn’t trigger when my device gets home.

- id: '1576998215828'
  alias: Say Hi
  description: custom greetings from google home
  trigger:
  - entity_id: person.me
    event: enter
    platform: zone
    zone: zone.home
  condition: []
  action:
  - data_template:
      message: '{{ (''Welcome home. Its good to see you.'', ''Whats shakin-bacon'', ''whats-up... buttercup'' )|random }}'
    entity_id: media_player.google_home
    service: tts.google_say

In the logbook, I can see people set to away when they leave, and home when they arrive, but there isn’t any reference to the automations. Can anyone point me in the right direction to see why these aren’t working?

Posts: 10

Participants: 3

Read full topic


HA and Google Assistant - the devices not sync

$
0
0

@henaa wrote:

Hi
I have some problem with Google Assistant
When I used it somtimes to turn on/off some device
The action it’s happen. The problem is the device show in HA not on, but it’s on.

The next example I use the Google Assistant to turn kitchen light. It’s turn on. But HA show it’s not

How I fix it?

Posts: 2

Participants: 2

Read full topic

Layout of cards

$
0
0

@denver wrote:

Im trying to get 6 picture-entity cards displayed on a tablet.

Im after a group of 4 and then 2 next to them, all on the same line/row, Ive been trying to do this with Custom:layout-card, horizontal-stack and vertical-stack with no joy. Im now wondering if its possible

I will be displaying other cards below this but have been concentrating on the first line/row first.

Any help please.

Posts: 2

Participants: 2

Read full topic

Harmony Hub won't detect Emulated Hue

$
0
0

@spudje wrote:

Running Hass (0.103.3) in docker on a Synology NAS

Since I want to operate both deconZ and Hue bridge devices with my Harmony I added emulated hue. It’s running fine, on default settings, port 8300 and host ip = (LAN) NAS ip. I only expose a couple of devices and can see all via http://NAS ip:8300/description.xml and http://NAS ip:8300/api/pi/lights.

But my Harmony hub does not want to see the emulated hue. Both when searching for it from the Android Harmony app as from the windows Harmony app.

What am I doing wrong?

Posts: 1

Participants: 1

Read full topic

How do I refresh Google Calendar

Solving a serious conflict issue brought on my IOS 2.0 App dropping all my xiaomi devices

$
0
0

@Stewface wrote:

Hi everyone,

I’ve run into a serious issue which seems to be caused (but not the root of) problems as soon as I activated notifications on iOS app 2.0.

All was working well with the old app, I tested the new app never got it working properly (due to lack of time to experiment and get everything going) but alas I got a new iphone and my hand was forced to get the new app (thanks apple…) as i’ve lost notifications on my phone currently and needed to get them back.

Everything was working pretty seemlessly with HASS but as soon as I add the few extra lines of code I need for notifications to work everything went up in smoke.

notify:
  - name: iOSApps
    platform: ios
    target: 'd9gIxbnZNUQ:APA91bHywcwTljAl2eKPZacgPRPHwtgMg0DZ1e2io97uqekrev0mobvSm8pOTXa0HDv0jV2A6R3glhMq79QpnQS5DtGUnwRNF38HmG80tdDiuwf6HW0D651jIa5AUP__DtMwXXXXXXXX'``

My wifes phone is setup in there exactly the same using the old ios app with notifications working perfectly (and still works even after these new lines of code break everything)

Strangely as soon as this line is added and I reboot, all my xiaomi devices drop off, 8 temp sensors, 2 gateways, 5 motion sensors, 10 door/window (says it can’t discover the gateway), that’s the main issue, but also my intergrations for broadlink RF stop and as well as some issues with my solar inverter (fronius)

More frustratingly is the fact that I can’t seem to backtrack and remove the code and get them to be discovered, soon as I do that the problem remains, (and then I lose notifications too) sometimes even after restoring a old backup over the top with the last backup with xiaomi sensors working it doesn’t solve it.

I can get them back with a fresh install (on a blank SD) and update then restoring a backup (strangely not when doing a restore over the top of it after its broken) then as soon as I add the notifty IOS line it all breaks and I need to wipe the card, download and install a fresh hass version.

Things i’ve attempted to debug (with my limited knowledge)

  1. Slowly removing intergrations & lines of the configuration on the broken install (without success) getting back to an almost fresh install (that still doesn’t work)
  2. Upgrading to latest version
  3. Installing the App + notifications & Xiaomi devices on a fresh install (which does work!) but with dozens of devices and customisations it would take days to install everything piece by piece.

P.S. @robbiet480 I’m sure this has nothing to do with your coding of the incredible app you have put together and more so some sloppy integration work ive done at some point in time that has for some reason come to light now.

Anyone heard of anything like this, here is a summary of what i’ve got in hass:

bwalarm
duckdns
hass cloud
alexa
mqtt

8x sonos
broadlink rf
xiaomi:
8x temp
12x door/window
5x motion
1x curtain
iotawatt power sensor
fronius solar inverter
2x sony bravia tvs
6x hikvision cameras
1x magichome LED light (Via tasmota)
10x sonoff via tasmota lights
2x diakin climate
dozens of automations

Posts: 1

Participants: 1

Read full topic

Influxdb system logs

$
0
0

@tmanolescu wrote:

Anyone tried to push the system logs to influxdb ?
I like the Log viewer interface here but is not populated by default and I didn’t find a clear solution.
What I have is listen to system_log_events and send post requests with the data or try with telegraf and syslog plugin.

Posts: 1

Participants: 1

Read full topic

Mqtt sensor from two differenct devices

$
0
0

@Juergen wrote:

Folks,
i am sniffering with a RTL433 different devices and sending them via MQTT but all on the same topic RTL_433/JSON.
I am trying to create two sensor for two different humidities.
One:
{“time” : “2019-12-23 00:54:52”, “model” : “Prologue sensor”, “id” : 5, “rid” : 67, “channel” : 1, “battery” : “OK”, “button” : 0, “temperature_C” : 12.900, “humidity” : 23}

second:
{“time” : “2019-12-23 00:55:24”, “model” : “Fine Offset Electronics WH1080/WH3080 Weather Station”, “msg_type” : 0, “id” : 101, “temperature_C” : 5.600, “humidity” : 76, “direction_deg” : 90, “speed” : 7.344, “gust” : 8.568, “rain” : 404.700, “battery” : “OK”, “mic” : “CRC”}

what makes the sender unique is the “model” : “Fine Offset Electronics WH1080/WH3080 Weather Station” and “model” : “Prologue sensor”.
well to be specific I do get values from three different sensors from the “model” : “Prologue sensor” where the differentiation will be the “channel” : 1

When I run in config.yaml

   - platform: mqtt
    name: "Wetterstation Humidity"
    state_topic: "RTL_433/JSON"
    unit_of_measurement: '%'
    value_template: "{{ value_json.humidity }}"
    availability_topic: "RTL_433/JSON"

How can I ensure to get it from the weather station as there are many humidity values on the same topic?

Posts: 1

Participants: 1

Read full topic


Somos join

$
0
0

@Jose_Luis_Maza_Perez wrote:

Hello
Im new in this application and i cant understand how it works. I want to create a button to join my sonos speakers. I have created a script in scripts.yaml

'1577020468673':
  alias: "Grupper alle Sonos"
  sequence:
  - service: media_player.sonos_join
        data:
          master: media_player.salon
        entity_id:
          - media_player.sonos_alrum

But i dont know if it is ok. Whats next? or how can i create the button?
Just to test i have created a new entity I can see like a card in the home panel

entities:
  - entity: script.1577020468673
title: join_all_sonos

Where is my fail? or what i cant understand? All help is wellcome :slight_smile:

Posts: 3

Participants: 2

Read full topic

Z-Stick Gen5 Poor Performance / ZWave USB Stick Recommendations

$
0
0

@tekmaven wrote:

Hello HA Community -

I moved from a Vera hub recently to a Z-Stick Gen5 US ZW090. Overall the experience has been much better, however, I realized the Z-Stick has a lot of trouble communicating to multiple devices simultaneously. Are there any other sticks that do this better? What is the top recommended stick for HA these days?

I have a growing network, with over 15 devices. I’m ready to install a bunch more, but I want to figure out this key cog in communication before I go much further.

Thanks!

Posts: 6

Participants: 3

Read full topic

Google Home "Sync Entities to Google" fails

$
0
0

@Chake wrote:

Hi there,
I have (had) a working setup with Google Home Integration, but lately the button for syncing displays red after being triggered. The entities which are already synced can still be used in the Google Home app and via Google Assistant without problems. I can’t find any log entries or hint what fails. How can I better debug this, or is there anything to get it working again? I’m expecting some new devices in the near future :wink:

Posts: 2

Participants: 2

Read full topic

Will "Confirmation" in picture-elements ever work with Cast?

$
0
0

@Mats_Karlsson wrote:

I have working Lovelace front-end based on Picture-elements where I want to make sure some buttons are not pressed by mistake. I’m using the “confirmation” option successfully to ensure proper intent.

Is there any chance that we will be able to use “confirmation” when casting to a Nest Hub? Since it opens a dialog windows it seems it does not currently work with cast.

Posts: 1

Participants: 1

Read full topic

Lovelace Horizontal Scroll Bars?!?!?

$
0
0

@klogg wrote:

Has any one ever seen this before?
Because I haven’t?

image
As you can see from the picture above there is a tiny bit of the card ‘off the column’ on the right hand side.

This is a custom:state-switch at the bottom of vertical-stack which has some buttons in a horizontal stack above it and another vertical stack next to it.

I’m just curious as it is a new one to me.

Posts: 5

Participants: 2

Read full topic

Viewing all 106825 articles
Browse latest View live