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

Traccar Integration, additional Information

$
0
0

@karldonteljames wrote:

Afternoon everyone.

I’ve just added traccar as a stand-alone docker container on my unraid server, and it is working as expected. I’ve tested the app on my phone, and have just transferred my motorcycle tracker to update into traccar.

The motorcycle tracker reports battery voltage and this can be seen in the traccar WebUI, (shown below) Is it possible to get this information into home assistant? I’d like to set up a node-red flow that monitors the battery voltage on the bike, and when it drops below a specified value sends a notification.

Thanks in advance for the assistance.

image

Posts: 1

Participants: 1

Read full topic


DNS_PROBE_FINISHED_NXDOMAIN when accessing https://mydomain.duckdns.org/lovelace

$
0
0

@Klagio wrote:

Hi, I have everything working localy, I can surf the internet fine, router ports are forwarded ok. If I go to the site mydomain.duckdns.org/lovelace I receive the below error

DNS_PROBE_FINISHED_NXDOMAIN

This morning everyuthing was working fine

Posts: 2

Participants: 2

Read full topic

Home Assistant goes very slow and times out

$
0
0

@exiledyorkie wrote:

Hello,

I’ve been using HA for a few weeks now, which is great once I got my head around a few things. But it is unbelievably slow. It takes forever for my laptop to connect, my mobile app and constantly times out. It is that bad that it is becoming unusable, it even took me 10 minutes to get the app to work.

Maybe I’m doing something wrong, as I’m terrible with code, so I tend to go the long way around before I realise my error.

I’m using a Pi4 4gb
32gb sd card (new for HA, which has been running for circa 6 weeks)
It is currently configured for wifi, which I keep meaning to swap to a wired connection but my internet is pretty consistent across the board, so I wouldn’t expect it to be this slow, regardless.

Any direction to which to look for a solution?

Posts: 1

Participants: 1

Read full topic

InfluxDB crash every 2 days

Lovelace only loading sometimes?

$
0
0

@benblb wrote:

I’m really struggling to get Lovelace to load this morning. Normally it loads super quickly, but today it’s been very hit or miss. I’ve gotten it to pop up a couple times, but then I lose connection to it.

I’ve been messing with automations in Node Red, so I’m wondering if that has anything to do with it? I stopped Node Red, but I’m still having stability issues.

I’m still pretty new to HA so I’m not 100% sure what log files to check. I’ve looked at my HA logs and nothing jumps out at me as causing the problem.

Unless this is an issue, but it hasn’t been before…
“WARNING (MainThread) [homeassistant.loader] You are using a custom integration for hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.”

Does anyone have an idea of what might be happening? Could this be a DuckDNS issue? My network? I’m grateful for any help.

arch: amd64
boot: true
image: homeassistant/qemux86-64-homeassistant
last_version: 0.109.6
machine: qemux86-64
port: 8123
ssl: true
version: 0.109.4
version_latest: 0.109.6
wait_boot: 600
watchdog: true

Posts: 3

Participants: 2

Read full topic

WLED automations

$
0
0

@smith.james0 wrote:

Hi,

After my SD card failed I have had to start a fresh, which has meant using the latest version of HA (I just for got to update before) and I have updated my d1mini to use version 10 of WLED.

Lucky for me I had saved my automations, so I was able to copy and paste them back again.

The only problem is that my WLED automation have stopped working. I can get an automation to work if it’s just switching it on and off, but changing the colour / effects don’t work and I cannot find out why!

This was my ‘old’ code for switching the lights on at 6:00am with solid, colour white.

- id: '1575673790588'
  alias: Turn wled lights on at 06:00
  description: ''
  trigger:
  - at: 06:00
    platform: time
  condition: []
  action:
  - data:
      effect: '[FX=00] Solid'
      entity_id: light.wled_lights
      rgb_color:
      - 255
      - 255
      - 255
    service: light.turn_on

But when I try and use the effect now I just get errors / just doesn’t work! Can anyone help? Has something changed with the latest version of HA which would stop this working?

Ps I have googled but it hasn’t helped!

Regards
James

Posts: 1

Participants: 1

Read full topic

ESPHome Gateway

$
0
0

@cyn wrote:

I have an esp8266 sensor that I’ve developed on my home ISP for use in a different house/ISP. I have it setup with 2 ssid/password combinations as explained in the documentation. I also use static ip addressing.

Before sending it off to the second house I was thinking I would need to change the gateway but now I’m not sure exactly what that’s doing for me. House 1 routers’s ip is 192.168.1.1 and house2 is 192.168.1.254 I entered house2’s gateway and recompiled the sensor and it still connected to house1. I was thinking it shouldn’t have but evidently my thinking is wrong.

Can someone please explain what the gateway in the static ip configuration does for me?
Thanks

wifi:
  networks:
  - ssid: !secret wifi_ssid_house1
    password: !secret wifi_password_house1
  - ssid: !secret wifi_ssid_house2
    password: !secret wifi_password_house2

  manual_ip:
    static_ip: !secret static_ip_esp8266_test
    gateway: !secret static_gateway
    subnet: 255.255.255.0
    dns1: 8.8.8.8

Posts: 1

Participants: 1

Read full topic

Zwave lock unlocks when HA reboots

$
0
0

@amarant59 wrote:

Hey guys, I’ve noticed when I reboot my HA Pi4 that my Zwave lock on my front door unlocks. Is this normal behavior? Is it reverting to a default state? And if so is there any way I can set it’s default state to locked instead of unlocked? This is a security risk and I would like to get it resolved. Thanks

Posts: 1

Participants: 1

Read full topic


Custom-element doesn't exist

$
0
0

@svenschuldt wrote:

Dear Community,

there seems to be an ongoing issue with customer elements as some newly added/integrated simply don’t show up … for some odd reason. Searching here in the forum, as well as Reddit for example I found various topics on the issue but unfortunately no solution.

I am trying to install for the last two weeks the custom element “custom-header” - which I installed via HACS, where it says that the configuration requires “/hacsfiles/custom-header/custom-header.js” for the URL definition.
Interesting though that with the installation via HACS no directory hacsfiles was made - so I made the directory myself, but that did not help as well :frowning:

The entry for Lovelace on my configuration looks as follows:

- url: /hacsfiles/custom-header/custom-header.js
      type: module

the directory structure looks like this:

Screenshot 2020-05-17 at 19.36.41

Over the various days I have had the custom-header directory beneath community, community-plugin, I had the hacsfiles in the config directory - I tried all sorts of variations, without any success.

I am sure the problem sits in front of the screen - what am I doing wrong here, anybody has any idea? Any help HIGHLY appreciated!

Thanks a lot!

Sven

Posts: 2

Participants: 2

Read full topic

Nabu Casa Signup Issues

$
0
0

@amarant59 wrote:

I’m trying to signup for Nabu Casa but am running into a brick wall. When I try to sign up it says an account with this email already exists. When I try to sign in it says user does not exist. When I try to do a password reset it says user does not exist. Suggestions please. Thanks

Posts: 1

Participants: 1

Read full topic

Sonoff basic (tasmota) config in HA (manual)

$
0
0

@verityn wrote:

Hello I want to add an extra sonoff device in Home Assistant but it is greyed out (unavailable). This is very strange because I used the same procedure as another sonoff basic.
I followed these steps: https://tasmota.github.io/docs/Home-Assistant/

  1. after flashing, I connect to the sonoff-device and add my MQTT-settings.
  2. for this specific device, I chose sonoff01 as topic (under MQTT-settings)
  3. as per instructions, in the console I use the commands PowerRetain 1 en SetOption 59 1
  4. in a browser, I connect to the sonoff device and turn the switch on and off, so I can verify in the console
  5. in my configuration.yaml file, I add the following section:
#sonoff basic (sonoff01):
  - platform: mqtt
    name: "TEST"
    state_topic: "stat/sonoff01/RESULT"  
    value_template: "{{ value_json.POWER }}"
    command_topic: "cmnd/sonoff01/POWER"
    payload_on: "ON"
    payload_off: "OFF"
    availability_topic: "tele/sonoff01/LWT"
    payload_available: "Online"
    payload_not_available: "Offline"
    qos: 1
    retain: false
  1. reboot and add a card in the UI with this light

Result: the device is unavailable. The name on the card is greyed out.
chrome_CBj0TqsP3w

I find this very strange because the first light I installed has the exact same configuration (with a different MQTT-topic) and works fine.

Both of them look like this in my configuration.yaml:

light:
#sonoff basic (sonoff03):
  - platform: mqtt
    name: "Sofa light"
    state_topic: "stat/sonoff03/RESULT"  
    value_template: "{{ value_json.POWER }}"
    command_topic: "cmnd/sonoff03/POWER"
    payload_on: "ON"
    payload_off: "OFF"
    availability_topic: "tele/sonoff03/LWT"
    payload_available: "Online"
    payload_not_available: "Offline"
    qos: 1
    retain: false

#sonoff basic (BASIC1):
  - platform: mqtt
    name: "TEST"
    state_topic: "stat/sonoff01/RESULT"  
    value_template: "{{ value_json.POWER }}"
    command_topic: "cmnd/sonoff01/POWER"
    payload_on: "ON"
    payload_off: "OFF"
    availability_topic: "tele/sonoff01/LWT"
    payload_available: "Online"
    payload_not_available: "Offline"
    qos: 1
    retain: false

Posts: 1

Participants: 1

Read full topic

Tired of Phillips Hue not working/ Wakeup Light Fade-In help

$
0
0

@kmwhiten wrote:

So I am tired of my Phillips Hue lights in the bed room saying unavailable. So I am thinking about buy wifi bulbs and putting Tasmota on them, however one thing that my wife and I enjoy about the Hue lights is the fade-in wake up in the morning. Has anyone replicated this in Home Assistant Automation or Node Red? Or has anyone found a way to fix the Hue lights from being unavailable?

Posts: 1

Participants: 1

Read full topic

Ecovas / Debot

$
0
0

@pauldougwatts wrote:

Hi,

Complete newbie here (today is my first day using home assistant)

I have a Ecovas Debot N79S

Got the Robot into home assistant no problem can create a card in the ui no problem, allowing me to start a clean and stop, but can any one help me understand how i can create a card that has options to start, stop, dock, fan speed, current cleaning programs ect…

I understand this prob seems a dumb question but I’m keen on learning how it works

Any help would be appreciated, or you can point me to any tutorials to help my learn

Thanks

Posts: 1

Participants: 1

Read full topic

Best way to get default behavior when a notification is ignored?

$
0
0

@AdrianGarside wrote:

I had setup automation to turn on my alarm when both my wife and I leave the house. A few years back that would have been perfect but now the kids are teens and we occasionally leave them in the house when we run errands. So I setup an actionable notification with ‘turn on alarm’/‘don’t turn on alarm’. I thought that behavior: ‘default’ would mean the first choice would get fired as an event even without user interaction but it appears that’s not what it means. An ignored notification doesn’t trigger any event back to home assistant.

Is there a way to make an ignored notification trigger an event?

If not, can achieve the same with more complex automation with a delay waiting for a negative response to arrive that would then block turning on of the alarm when the delay expires?

Posts: 1

Participants: 1

Read full topic

Http vs https with duckdns

$
0
0

@404ClickBait wrote:

I installed the duckdns add-on for hass.io, created an account and subdomain on duckdns.org. But my subdomain is http://[mydomain].duckdns.org and duckdns doesn’t seem to let me create a subdomain other than pure http.

I forwarded port 8123 on my router to my Pi running HA and it works to access my HA over http. Great, but…

All guides and doc I’ve read only make mention of https. I can’t figure out how to configure things.

  1. Does duckdns care that my domain name is http vs https?

  2. Does HA care?

  3. Does my router care?

Sorry sifting through various doc but still confused.

Posts: 1

Participants: 1

Read full topic


What URL to use to open a picture entity directly

$
0
0

@jfka18 wrote:

Hi,

I receive notices to motion on Pushover, and I would like to include a URL to directly open up the picture-entity card that is referenced. My current link can open up the page, but would like to also then open up directly the camera referenced so I see a streaming view right away.

Thanks.

Jeff

Posts: 1

Participants: 1

Read full topic

OZW not reported in HA

$
0
0

@irgusite wrote:

Hi!

I just got a fibaro fgt thermostatic head. Love it so far, works as intended. But there is no way to get the setpoint from the head into home assistant. The thing is, openzwave is reporting the setpoint changes from the fgt. But it doesn’t get to HA.

The image is the ozw log, when I change the setpoint directly on the head.

image

And any set point changes sent with climate.set_temperature are registered by the head. The battery reporting works, the temperature also.

Any ideas why? Tried to reinclude it, changed nothing.

On raspi 2 B, with razberry zwave antenna. V 0.109.3

Thanks

Posts: 1

Participants: 1

Read full topic

Fibaro Smart Implant FGBS222 unknown

$
0
0

@tims300 wrote:

Just purchased a Smart Implant and it shows up as unknown type 0502 id 2000. Looking in /usr/local/lib/python3.7/site-packages/python_openzwave/ozw_config/manufacturer_specific.xml, I see there is a line for 0502 id 1000, but not id 2000. If I add a line for id 2000, then the device is recognized, but the sensors don’t seem to update properly. (ie, I get an initial temperature reading, but then it never updates again). Any one have ideas on how to fix?

Posts: 1

Participants: 1

Read full topic

Help with influxdb query like history_stats sensor

$
0
0

@yonny24 wrote:

Hi guys,

I have been playing around with history_stats in the config yaml.
Got some nice cards set up but I know that history_stats is pulling from the local sql db so only had 6/7 days of data.

I have my data now feeding into influxdb also with retention policy much longer.
How can I write a query equivalent to the one below but to pull the same data from influxdb? See blue arrows from my screen shot.

Thanks a lot

  - platform: history_stats
    name: Downstairs Heating ON 30 days
    entity_id: switch.sonoff_1000907bc4
    state: 'on'
    type: time
    end: '{{ now().replace(hour=0, minute=0, second=0) }}'
    duration:
      days: 30  

Posts: 1

Participants: 1

Read full topic

Home Assitant Running On DDWRT?

$
0
0

@gil_happy wrote:

Hi, has my post ever become more relevant than ever now that Wink has moved to a subscription model.

Now it is time for me to move forward with a new solution (away from Wink) since I am supposed to lose remote Wink access (to my Schlage) lock unless I pay the $5 / month. That being said, I have a couple of questions:

  • Since I have DDWRT, can I run Home Assistant on my DDWRT router instead of purchasing a Raspberry Pi? (It looks like maybe I can from a quick Google search)

  • Assuming I can run HA on DDWRT, are there any recommended ZigBee / Z-Wave USB dongles to use with DDWRT in the USB port?

Per a previous thread, my Schlage Lock is a Z-Wave device, but I plan to get a new Schlage lock, but I’m not sure of the exact model and don’t know if it will be Zigbee or Z-wave.

Thanks in advance!

Posts: 1

Participants: 1

Read full topic

Viewing all 106407 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>