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

Area related sensors in templates

$
0
0

When editing an area you can set related temperature and humidity sensors. Is there a way to retrieve those from a template?

I looked at the templating documentation, but didn’t find any functions that would allow one to read those configured sensors.

I’m thinking something like the following:

{{ states(area_temperature(‘area_id’)) }}

Any advice or pointers greatly appreciated!

1 post - 1 participant

Read full topic


Zigbee2mqtt stopped working overnight (Herdsman errors) - help needed

$
0
0

Hi all,
Need some help as Zigbee2mqtt stopped working overnight and won’t start anymore.
Some context:
I’m moving from conbee ii on a RPI to Sonoff Dongle E (flashed with: ncp-uart-hw-v7.4.4.0-zbdonglee-115200.gbl) on a Proxmox VM with HA core (2025.4.3).
The new VM with Sonoff is running with a new Zigbee network with a different channel for some weeks without issues.
Yesterday I started moving devices to the ‘Sonoff network’, from 4 devices to about 25.
So far so good. Everything works
During the night it started with these errors (sensor values appear in HA up to this time and before this time only info related messages):

[2025-04-21 01:01:37]  [31merror [39m: 	zh:ember:ezsp: ERROR Transaction failure; status=ASH_ERROR_TIMEOUTS. Last Frame: [FRAME: ID=52:"SEND_UNICAST" Seq=148 Len=7].
[2025-04-21 01:01:37]  [31merror [39m: 	zh:ember: Adapter fatal error: ASH_ERROR_TIMEOUTS
[2025-04-21 01:01:37]  [32minfo [39m: 	zh:ember:uart:ash: ASH COUNTERS since last clear:
[2025-04-21 01:01:37]  [32minfo [39m: 	zh:ember:uart:ash:   Total frames: RX=1216, TX=1483
[2025-04-21 01:01:37]  [32minfo [39m: 	zh:ember:uart:ash:   Cancelled   : RX=0, TX=0
[2025-04-21 01:01:37]  [32minfo [39m: 	zh:ember:uart:ash:   DATA frames : RX=1209, TX=267
[2025-04-21 01:01:37]  [32minfo [39m: 	zh:ember:uart:ash:   DATA bytes  : RX=30399, TX=7462
[2025-04-21 01:01:37]  [32minfo [39m: 	zh:ember:uart:ash:   Retry frames: RX=7, TX=0
[2025-04-21 01:01:37]  [32minfo [39m: 	zh:ember:uart:ash:   ACK frames  : RX=0, TX=1216
[2025-04-21 01:01:37]  [32minfo [39m: 	zh:ember:uart:ash:   NAK frames  : RX=0, TX=0
[2025-04-21 01:01:37]  [32minfo [39m: 	zh:ember:uart:ash:   nRdy frames : RX=0, TX=0
[2025-04-21 01:01:37]  [32minfo [39m: 	zh:ember:uart:ash:   CRC errors      : RX=0
[2025-04-21 01:01:37]  [32minfo [39m: 	zh:ember:uart:ash:   Comm errors     : RX=0
[2025-04-21 01:01:37]  [32minfo [39m: 	zh:ember:uart:ash:   Length < minimum: RX=0
[2025-04-21 01:01:37]  [32minfo [39m: 	zh:ember:uart:ash:   Length > maximum: RX=0
[2025-04-21 01:01:37]  [32minfo [39m: 	zh:ember:uart:ash:   Bad controls    : RX=0
[2025-04-21 01:01:37]  [32minfo [39m: 	zh:ember:uart:ash:   Bad lengths     : RX=0
[2025-04-21 01:01:37]  [32minfo [39m: 	zh:ember:uart:ash:   Bad ACK numbers : RX=0
[2025-04-21 01:01:37]  [32minfo [39m: 	zh:ember:uart:ash:   Out of buffers  : RX=0
[2025-04-21 01:01:37]  [32minfo [39m: 	zh:ember:uart:ash:   Retry dupes     : RX=7
[2025-04-21 01:01:37]  [32minfo [39m: 	zh:ember:uart:ash:   Out of sequence : RX=0
[2025-04-21 01:01:37]  [32minfo [39m: 	zh:ember:uart:ash:   ACK timeouts    : RX=0
[2025-04-21 01:01:37]  [31merror [39m: 	zh:ember:ezsp: ERROR Transaction failure; status=NOT_CONNECTED. Last Frame: [FRAME: ID=52:"SEND_UNICAST" Seq=148 Len=7].
[2025-04-21 01:02:07]  [32minfo [39m: 	zh:ember:uart:ash: Port closed.
[2025-04-21 01:02:07]  [32minfo [39m: 	zh:ember:uart:ash: ======== ASH stopped ========
[2025-04-21 01:02:07]  [32minfo [39m: 	zh:ember:ezsp: ======== EZSP stopped ========
[2025-04-21 01:02:07]  [32minfo [39m: 	zh:ember: ======== Ember Adapter Stopped ========
[2025-04-21 01:02:07]  [31merror [39m: 	z2m: Adapter disconnected, stopping
[2025-04-21 01:02:07]  [32minfo [39m: 	z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/bridge/state', payload '{"state":"offline"}'
[2025-04-21 01:02:07]  [32minfo [39m: 	z2m: Disconnecting from MQTT server
[2025-04-21 01:02:07]  [32minfo [39m: 	z2m: Stopping zigbee-herdsman...
[2025-04-21 01:02:07]  [32minfo [39m: 	z2m: Stopped zigbee-herdsman
[2025-04-21 01:02:07]  [32minfo [39m: 	z2m: Stopped Zigbee2MQTT

(I have watchdog off for now to notice if there would be issues).
Every time when I restart zigbee2mqtt I get these errors:

[2025-04-21 07:23:21] info: 	zh:ember: Using default stack config.
[2025-04-21 07:23:21] info: 	zh:ember: ======== Ember Adapter Starting ========
[2025-04-21 07:23:21] info: 	zh:ember:ezsp: ======== EZSP starting ========
[2025-04-21 07:23:21] info: 	zh:ember:uart:ash: ======== ASH Adapter reset ========
[2025-04-21 07:23:21] info: 	zh:ember:uart:ash: RTS/CTS config is off, enabling software flow control.
[2025-04-21 07:23:21] info: 	zh:ember:uart:ash: Serial port opened
[2025-04-21 07:23:21] info: 	zh:ember:uart:ash: ======== ASH starting ========
[2025-04-21 07:23:24] info: 	zh:ember:uart:ash: ======== ASH Adapter reset ========
[2025-04-21 07:23:24] info: 	zh:ember:uart:ash: ======== ASH starting ========
[2025-04-21 07:23:26] info: 	zh:ember:uart:ash: ======== ASH Adapter reset ========
[2025-04-21 07:23:26] info: 	zh:ember:uart:ash: ======== ASH starting ========
[2025-04-21 07:23:29] info: 	zh:ember:uart:ash: ======== ASH Adapter reset ========
[2025-04-21 07:23:29] info: 	zh:ember:uart:ash: ======== ASH starting ========
[2025-04-21 07:23:31] info: 	zh:ember:uart:ash: ======== ASH Adapter reset ========
[2025-04-21 07:23:31] info: 	zh:ember:uart:ash: ======== ASH starting ========
[2025-04-21 07:23:34] error: 	z2m: Error while starting zigbee-herdsman
[2025-04-21 07:23:34] error: 	z2m: Failed to start zigbee-herdsman
[2025-04-21 07:23:34] error: 	z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start_crashes-runtime.html for possible solutions
[2025-04-21 07:23:34] error: 	z2m: Exiting...
[2025-04-21 07:23:34] error: 	z2m: Error: Failed to start EZSP layer with status=HOST_FATAL_ERROR.
    at EmberAdapter.initEzsp (/app/node_modules/.pnpm/zigbee-herdsman@3.4.11/node_modules/zigbee-herdsman/src/adapter/ember/adapter/emberAdapter.ts:672:19)
    at EmberAdapter.start (/app/node_modules/.pnpm/zigbee-herdsman@3.4.11/node_modules/zigbee-herdsman/src/adapter/ember/adapter/emberAdapter.ts:1538:24)
    at Controller.start (/app/node_modules/.pnpm/zigbee-herdsman@3.4.11/node_modules/zigbee-herdsman/src/controller/controller.ts:136:29)
    at Zigbee.start (/app/lib/zigbee.ts:69:27)
    at Controller.start (/app/lib/controller.ts:104:13)
  • What does the HOST_FATAL_ERROR mean? Is that related to the mosquitto host (core-mosquitto)? or communication to/from the Sonoff adapter, something else?

Restarted several times (restart zigbee2mqtt, restart HA, restart VM), the error stays. I did not change anything while sleeping!
The configuration.yaml:

version: 4
mqtt:
  base_topic: zigbee2mqtt
  server: mqtt://core-mosquitto:1883
  user: addons
  password: xxxxx
  keepalive: 60
  reject_unauthorized: true
  version: 4
serial:
  port: /dev/ttyUSB0
  adapter: ember
  baudrate: 115200
  rtscts: false
advanced:
  log_level: info
  channel: 25
  network_key:
    - [16 lines with numbers]
  pan_id: xxxxx
  ext_pan_id:
    - [8 lines with numbers]
frontend:
  enabled: true
  port: 8099
homeassistant:
  enabled: true
devices:
[devices after this line]

Mosquitto is running fine and receives messages from several other non-zigbee mqtt devices.
I tried the config also with:

  port: >-
    /dev/serial/by-id/usb-Itead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_V2_c84c4fc1d112ef11bca275b8bf9df066-if00-port0
user: mosquitto
password: [the password]

No difference.

In the zigbee2mqtt configuration tab of the addon the mqtt and serial sections where empty.
I added to test this morning:

mqtt:
  base_topic: zigbee2mqtt
  server: mqtt://core-mosquitto:1883
  user: mosquitto
  password: [password]
  • I understand that Herdsman errors are related to mqtt communication but do not see what changed/went wrong.
  • Is something scheduled at 01:00 hours for zigbee2mqtt?
  • I really do not understand what I am doing wrong. Can someone point me into the right direction? Thanks!

1 post - 1 participant

Read full topic

Onvif disable HTTPS new setup

$
0
0

Hello, I am trying to setup this ONVIF but am met with the attached error. There is no means to disable from the configuration as the installer fails. How do I fix this? Thank you.

1 post - 1 participant

Read full topic

Power on pattern

$
0
0

How to create entity, that is on and off in 15 min intervals starting 7min30s after midnight.

Reasoning:
My electricity operator started to use power payment based on months third biggest hourly consumption. And the payment is quite big. At summer we will have 15 min interval for nettoing electricity production. In both cases it would be useful to be able to run things so, that it is on for example 7min 30s and keeps alternating state every 15 min. Average consumption is halved, and also solar production will be better utilised.

1 post - 1 participant

Read full topic

Actionable notification allowing user to extend a toggle helpers on time

$
0
0

Hi everyone. My first post here, so bear with me if I omit needed info or ramble too much.

So, I have automations setup to turn on my garage lights when motion is detected. However, because we work in the garage and driveway where motion isn’t always detected, I created a toggle helper that when on, overrides the auto turn off on the motion automations. I want to create an automation with an actionable notification that allows the user to extend the time that the override is allowed to stay on. For example, after the override has been active for 2 hours, a notification is sent to the user and gives them the option to extend another 2 hours, or the override will turn off.

Oh, forgot to mention if it matters, the override is toggled on through a tag scan.

Thanks in advance for any assistance!!!

Justin

3 posts - 2 participants

Read full topic

Zigbee stops working after restart

$
0
0

Unfortunately I get problems with zigbee2mqtt when I have to stop the addon to get a battery for example

. Unfortunately, zigbee will no longer start with the following log:

Unfortunately I get problems with zigbee2mqtt when I have to stop the addon to get a battery for example. Unfortunately, zigbee will no longer start with the following log:


[10:01:31] INFO: Preparing to start…

[10:01:31] INFO: Socat not enabled

[10:01:31] INFO: Starting Zigbee2MQTT…

Starting Zigbee2MQTT without watchdog.

[2025-04-21 10:01:32] info: z2m: Logging to console, file (filename: log.log)

[2025-04-21 10:01:32] info: z2m: Starting Zigbee2MQTT version 2.2.1 (commit #unknown)

[2025-04-21 10:01:32] info: z2m: Starting zigbee-herdsman (3.4.11)

[2025-04-21 10:02:02] info: zh:zstack:znp: Opening SerialPort with {“path”:“/dev/ttyACM0”,“baudRate”:115200,“rtscts”:false,“autoOpen”:false}

[2025-04-21 10:02:02] info: zh:zstack:znp: Serialport opened

[2025-04-21 10:02:03] info: z2m: zigbee-herdsman started (resumed)

[2025-04-21 10:02:03] info: z2m: Coordinator firmware version: ‘{“meta”:{“maintrel”:3,“majorrel”:2,“minorrel”:6,“product”:0,“revision”:20211115,“transportrev”:2},“type”:“zStack12”}’

[2025-04-21 10:02:03] info: z2m: kelder (0xa4c138886545e705): TH02Z - Tuya Temperature and humidity sensor (EndDevice)

[2025-04-21 10:02:03] info: z2m: tuin (0xa4c1387289d33d14): TS0201 - Tuya Temperature & humidity sensor with display (EndDevice)

[2025-04-21 10:02:03] info: z2m: kas (0xa4c13875c3b1f023): TS0201 - Tuya Temperature & humidity sensor with display (EndDevice)

[2025-04-21 10:02:03] info: z2m: Currently 3 devices are joined.

[2025-04-21 10:02:03] info: z2m: Connecting to MQTT server at mqtt://core-mosquitto:1883

[2025-04-21 10:02:03] info: z2m: Connected to MQTT server

[2025-04-21 10:02:03] info: z2m:mqtt: MQTT publish: topic ‘zigbee2mqtt/bridge/state’, payload ‘{“state”:“online”}’

[2025-04-21 10:02:03] info: z2m: Started frontend on port 8099

[2025-04-21 10:02:03] info: z2m:mqtt: MQTT publish: topic ‘zigbee2mqtt/kelder’, payload ‘{“battery”:100,“humidity”:56.56,“linkquality”:26,“temperature”:20.32,“voltage”:3000}’

[2025-04-21 10:02:03] info: z2m:mqtt: MQTT publish: topic ‘zigbee2mqtt/tuin’, payload ‘{“battery”:79,“humidity”:55.5,“linkquality”:60,“temperature”:20,“update”:{“installed_version”:-1,“latest_version”:-1,“state”:null},“voltage”:2900}’

[2025-04-21 10:02:03] info: z2m:mqtt: MQTT publish: topic ‘zigbee2mqtt/kas’, payload ‘{“battery”:86,“humidity”:52.2,“linkquality”:0,“temperature”:20,“update”:{“installed_version”:-1,“latest_version”:-1,“state”:null},“voltage”:2900}’

[2025-04-21 10:02:03] info: z2m: Zigbee2MQTT started!

[2025-04-21 10:02:05] info: zh:zstack:znp: Port closed

[2025-04-21 10:02:05] info: zh:zstack:znp: closing

[2025-04-21 10:02:05] error: z2m: Adapter disconnected, stopping

[2025-04-21 10:02:05] info: z2m:mqtt: MQTT publish: topic ‘zigbee2mqtt/bridge/state’, payload ‘{“state”:“offline”}’

[2025-04-21 10:02:05] info: z2m: Disconnecting from MQTT server

[2025-04-21 10:02:05] info: z2m: Stopping zigbee-herdsman…

[2025-04-21 10:02:05] info: z2m: Stopped zigbee-herdsman

[2025-04-21 10:02:05] info: z2m: Stopped Zigbee2MQTT

The only way I found to get it working again is to remove the addon along with Mosquitto and the

folder “/var/lib/homeassistant/homeassistant/zigbee2mqtt”. Unfortunately, I have to reset all the devices.

There must be another way, but how? Hopefully you have a solution?

1 post - 1 participant

Read full topic

Add a matter device (new node) to HA server without HA app(Android and Web)

$
0
0

It is possible to add a Matter device(or a new node) to the home assistant server(Python Matter server) without the HA app or the home assistant admin portal. like REST API, or websocket, or adding a YAML script

1 post - 1 participant

Read full topic

Zigbee button trigger appliance to run at set time

$
0
0

Am after some advice please on how to make automation.

I have a zigbee button and when I push it I want it to turn the dishwasher on at 10am when off peak power.

So basically

Zigbee button is pushed, automation schedules for 10am, dishwasher start command is sent at 10am

Can anyone give me any pointers on how to achieve that, even if there is an existing post I havent found.

1 post - 1 participant

Read full topic


Tutorial: “TTS-Piper” change language in automation and send output to another device

$
0
0

The automation enables the output on a tablet with fully kiosk (media_player_entity_id: media_player.fire8_2). i have extracted the language list from https://huggingface.co/rhasspy/piper-voices/resolve/v1.0.0/voices.json. the language to be used can be selected: (selected_index: 15). when a language is used for the first time, it is downloaded automatically, which takes some time.
Procedure:
-install piper add on
-new automation
-ymal mode
-insert code

alias: Demo TTS mit variabler Stimme
description: TTS Auswahl per Index aus einer Liste
triggers: []
actions:
  - target:
      entity_id: tts.piper
    data:
      cache: false
      media_player_entity_id: media_player.fire8_2
      options:
        voice: "{{ voice_list[selected_index].split(': ')[1] }}"
      message: Guten Tag und Hallo!
    action: tts.speak
variables:
  voice_list:
    - "0: ar_JO-kareem-low"
    - "1: ar_JO-kareem-medium"
    - "2: ca_ES-upc_ona-medium"
    - "3: ca_ES-upc_ona-x_low"
    - "4: ca_ES-upc_pau-x_low"
    - "5: cs_CZ-jirka-low"
    - "6: cs_CZ-jirka-medium"
    - "7: cy_GB-gwryw_gogleddol-medium"
    - "8: da_DK-talesyntese-medium"
    - "9: de_DE-eva_k-x_low"
    - "10: de_DE-karlsson-low"
    - "11: de_DE-kerstin-low"
    - "12: de_DE-mls-medium"
    - "13: de_DE-pavoque-low"
    - "14: de_DE-ramona-low"
    - "15: de_DE-thorsten-high"
    - "16: de_DE-thorsten-low"
    - "17: de_DE-thorsten-medium"
    - "18: de_DE-thorsten_emotional-medium"
    - "19: el_GR-rapunzelina-low"
    - "20: en_GB-alan-low"
    - "21: en_GB-alan-medium"
    - "22: en_GB-alba-medium"
    - "23: en_GB-aru-medium"
    - "24: en_GB-cori-high"
    - "25: en_GB-cori-medium"
    - "26: en_GB-jenny_dioco-medium"
    - "27: en_GB-northern_english_male-medium"
    - "28: en_GB-semaine-medium"
    - "29: en_GB-southern_english_female-low"
    - "30: en_GB-vctk-medium"
    - "31: en_US-amy-low"
    - "32: en_US-amy-medium"
    - "33: en_US-arctic-medium"
    - "34: en_US-bryce-medium"
    - "35: en_US-danny-low"
    - "36: en_US-hfc_female-medium"
    - "37: en_US-hfc_male-medium"
    - "38: en_US-joe-medium"
    - "39: en_US-john-medium"
    - "40: en_US-kathleen-low"
    - "41: en_US-kristin-medium"
    - "42: en_US-kusal-medium"
    - "43: en_US-l2arctic-medium"
    - "44: en_US-lessac-high"
    - "45: en_US-lessac-low"
    - "46: en_US-lessac-medium"
    - "47: en_US-libritts-high"
    - "48: en_US-libritts_r-medium"
    - "49: en_US-ljspeech-high"
    - "50: en_US-ljspeech-medium"
    - "51: en_US-norman-medium"
    - "52: en_US-ryan-high"
    - "53: en_US-ryan-low"
    - "54: en_US-ryan-medium"
    - "55: es_ES-carlfm-x_low"
    - "56: es_ES-davefx-medium"
    - "57: es_ES-mls_10246-low"
    - "58: es_ES-mls_9972-low"
    - "59: es_ES-sharvard-medium"
    - "60: es_MX-ald-medium"
    - "61: es_MX-claude-high"
    - "62: fa_IR-amir-medium"
    - "63: fa_IR-gyro-medium"
    - "64: fi_FI-harri-low"
    - "65: fi_FI-harri-medium"
    - "66: fr_FR-gilles-low"
    - "67: fr_FR-mls-medium"
    - "68: fr_FR-mls_1840-low"
    - "69: fr_FR-siwis-low"
    - "70: fr_FR-siwis-medium"
    - "71: fr_FR-tom-medium"
    - "72: fr_FR-upmc-medium"
    - "73: hu_HU-anna-medium"
    - "74: hu_HU-berta-medium"
    - "75: hu_HU-imre-medium"
    - "76: is_IS-bui-medium"
    - "77: is_IS-salka-medium"
    - "78: is_IS-steinn-medium"
    - "79: is_IS-ugla-medium"
    - "80: it_IT-paola-medium"
    - "81: it_IT-riccardo-x_low"
    - "82: ka_GE-natia-medium"
    - "83: kk_KZ-iseke-x_low"
    - "84: kk_KZ-issai-high"
    - "85: kk_KZ-raya-x_low"
    - "86: lb_LU-marylux-medium"
    - "87: ne_NP-google-medium"
    - "88: ne_NP-google-x_low"
    - "89: nl_BE-nathalie-medium"
    - "90: nl_BE-nathalie-x_low"
    - "91: nl_BE-rdh-medium"
    - "92: nl_BE-rdh-x_low"
    - "93: nl_NL-mls-medium"
    - "94: nl_NL-mls_5809-low"
    - "95: nl_NL-mls_7432-low"
    - "96: no_NO-talesyntese-medium"
    - "97: pl_PL-darkman-medium"
    - "98: pl_PL-gosia-medium"
    - "99: pl_PL-mc_speech-medium"
    - "100: pl_PL-mls_6892-low"
    - "101: pt_BR-edresson-low"
    - "102: pt_BR-faber-medium"
    - "103: pt_PT-tugão-medium"
    - "104: ro_RO-mihai-medium"
    - "105: ru_RU-denis-medium"
    - "106: ru_RU-dmitri-medium"
    - "107: ru_RU-irina-medium"
    - "108: ru_RU-ruslan-medium"
    - "109: sk_SK-lili-medium"
    - "110: sl_SI-artur-medium"
    - "111: sr_RS-serbski_institut-medium"
    - "112: sv_SE-nst-medium"
    - "113: sw_CD-lanfrica-medium"
    - "114: tr_TR-dfki-medium"
    - "115: tr_TR-fahrettin-medium"
    - "116: tr_TR-fettah-medium"
    - "117: uk_UA-lada-x_low"
    - "118: uk_UA-ukrainian_tts-medium"
    - "119: vi_VN-25hours_single-low"
    - "120: vi_VN-vais1000-medium"
    - "121: vi_VN-vivos-x_low"
    - "122: zh_CN-huayan-medium"
    - "123: zh_CN-huayan-x_low"
  selected_index: 15
mode: single

2 posts - 2 participants

Read full topic

HomeAssistant reboots spontanously

$
0
0

Recently my homeassistant is rebooting spontanously, does anyone else encounter these problems??

Core 2025.4.3
Supervisor 2025.04.0
Operating System 15.2
Frontend 20250411.0

Running in on Home Assistant Blue / Hardkernel ODROID-N2/N2+

Logs

2025-04-21 11:08:19.916 INFO (MainThread) [supervisor.plugins.observer] Starting observer plugin

2025-04-21 11:08:28.537 ERROR (MainThread) [supervisor.homeassistant.api] Timeout on call https://172.30.32.1:8123/api/core/state.

2025-04-21 11:08:29.537 WARNING (MainThread) [supervisor.misc.tasks] Watchdog missed an Home Assistant Core API response.

2025-04-21 11:09:07.823 INFO (MainThread) [supervisor.docker.observer] Starting Observer ghcr.io/home-assistant/aarch64-hassio-observer with version 2025.02.0 - 172.30.32.6

2025-04-21 11:10:45.336 ERROR (MainThread) [supervisor.misc.tasks] Watchdog missed 2 Home Assistant Core API responses in a row. Restarting Home Assistant Core!

1 post - 1 participant

Read full topic

Zigbee2Mqtt device identification

$
0
0

Hi Everyone,

I have recently added Z2M to my local Home Assistant setup along with an existing ZHA network. Is there a way to identify a zigbee device in Z2M similarly to ZHA by pressing a button which triggers an action on the zigbee device such as blinking its LED?

I am looking for a Z2M equivalent to this ZHA feature:

Google says, there is an identify button in Z2M but I could not find it anywhere.
‘Home Assistant legacy action sensors’ is enabled, the Z2M version is 2.2.1 (Frontend 0.9.7).

Thanks!

1 post - 1 participant

Read full topic

Viewing two or more To-do lists individually, each in their own different window

$
0
0

I have two different to-do lists. I am trying to view both of them at the same time, in different windows. But when I change which to-do list that I’m looking at in one window, the other window also changes, a second or so later, so that I’m viewing the same to-do list in both windows.

I cannot figure out how to independently look at two different to-do lists in two different windows simultaneously. The URL used doesn’t change but the list being viewed does.

For example, I have window 1 with …:8123/todo?entity_id=todo.hvac_profiles
and window 2 with :8123/todo?entity_id=todo.hvac_zones. Yet both windows are showing the profiles to-do list. If I change the to-do list being viewed in one of the windows, the other window follows suit shortly after (without altering any URLs).


Just tried same with calendars and the similar behavior (but without the URLs being different here its just …:8123/calendar) - change what calendar is being viewed in one window (here via checkboxes) and other windows open to calendar also change. While this one doesn’t seem like a really useful feature, at least the URL parameters aren’t being wholly ignored.

2 posts - 2 participants

Read full topic

Amazon Alexa Echo Hub

$
0
0

I use amazon echo as „Main Gateway“ for all my devices from different brands. Lights, switches, sensors, camera etc…some via skill others vir echo integrated zigbee hub. for years and I am running lots of routines for different purposes. Works more or less but I am missing advanced features, so I want to extend the system with HomeAssistant.

I need to find a way to forward devices that are allready connected to echo directly to my home assistant service. Neither the HA Cloud, nor the Alexa integration are able to import the devices…

Am I making a big mistake or is it not possible? Or can anyone help out?

2 posts - 2 participants

Read full topic

Template sensor stop working with paralell auromations

$
0
0

I have shelly 2PM with two “deatached” input switch. I use this two input as garage door limit sensor with reed relays.

Sensor code:

 trigger:
    - platform: state
      entity_id:
        - binary_sensor.garage_door_input_s1_open
        - binary_sensor.garage_door_input_s2_closed
  sensor:
    - name: Garage Status
      unique_id: garage_status
      state: >
        {% if (states('binary_sensor.garage_door_input_s1_open') == 'unavailable' or states('binary_sensor.garage_door_input_s2_closed') == 'unavailable')  %}
            unknow
        {% elif (states('binary_sensor.garage_door_input_s1_open') == 'on' and states('binary_sensor.garage_door_input_s2_closed') == 'on') %}
            sabotage
        {% elif (trigger.to_state.state == 'on' and trigger.entity_id == 'binary_sensor.garage_door_input_s1_open') %}
            open
        {% elif (trigger.to_state.state == 'on' and trigger.entity_id == 'binary_sensor.garage_door_input_s2_closed') %}
            closed
        {% elif (trigger.from_state.state == 'on' and trigger.to_state.state == 'off' and trigger.entity_id == 'binary_sensor.garage_door_input_s1_open') %}
            closing
        {% elif (trigger.from_state.state == 'on' and trigger.to_state.state == 'off' and trigger.entity_id == 'binary_sensor.garage_door_input_s2_closed') %}
            opening
        {% endif %}

When closing or opening state present my automation start a timer for 30 sec:

alias: Garage Door aut.
description: ""
triggers:
  - trigger: state
    entity_id:
      - binary_sensor.garage_door_input_s1_open
    from: "on"
    to: "off"
conditions: []
actions:
  - action: timer.start
    metadata: {}
    data: {}
    target:
      entity_id: timer.garage_time

In this case when binary_sensor.garage_door_input_s1_open state on>off

timer start but sensor state is empty (but there should be “closing”)
If i disable automations states work fine. Where is a problem???

2 posts - 2 participants

Read full topic

HA Preview unable to find media players

$
0
0

I setup one HA Preview in my bathroom and it works perfectly, playing music when I ask it to with Music Assistant via a Sonos device.

I then setup 3 more HA Previews in different rooms and none of them play music. They say something like “I can’t find play music in kitchen”

I know I skipped some steps in setting up each device but perhaps I didn’t do another thing that I can’t remember?

I have a device in the kitchen that can play music (a Sonos device).

Any tips? I know it will be embarrassingly obvious!

1 post - 1 participant

Read full topic


Bluetooth Proxy. devices not showing

$
0
0

I habe a couple of ESP32 Wroom devices wich I want to act as Bluetooth Proxy’s. I all set them up via ESPHome Builder within HA and gave them a static IP and in the yaml code:

bluetooth_proxy:
  active: true

Since I don’t have a SSL connection I needed to download the config and load it onto the devices. This seems to have worked for all of them. As they all show up in ESP Home Builder as online (or offline when unplugged)

When I go to settings → intergrations → ESPHome I see 3 of the 4 devices.

  • diningroom-ble-proxy
  • office-ble-proxy
  • livingroom-ble-proxy

When I go

When I go to settings → intergrations → Bluetooth. I only see that bluetoot integration entities only has the livingroom-ble-proxy. When I try to add a bluetoot devices here with ‘add entry’, I get ‘no configured BluetootH Adapters found’

What am I doing wrong and how do I get all these devices to work as Bluetooth proxy. I followed all steps in a very recent tutorial which told me to set it up in ESPHome Builder

3 posts - 3 participants

Read full topic

Complex Backup requirements?

$
0
0

How can I create a backup automtion to only backup Core, the DB and a small number of specified addons to nabucasa?

I can’t select that destibation in the actions page:

1 post - 1 participant

Read full topic

Sonoff Zigbee Bridge to Zigbee Bridge Pro migration

$
0
0

I’m using sonoff zigbee bridge since 3+ years and would like to upgrade it to Sonoff zigbee bridge Pro.

I’ve set up the new Bridge-Pro with Tasmota and have connected one sensor as a test as well. Whenever I tried to migrate the bridge in HA using “migrate radio” in ZHA, it doesn’t find the new Bridge-Pro. It always comes up to “failed to connect” message.

Can someone pls help ?

New Sonoff Bridge-Pro

1 post - 1 participant

Read full topic

Create Sensor: Hour since timestamp

$
0
0

Hi there,

I do have an entity that shows a timestamp since last cleaning finish from my roborock.

I’d like to use this value and create a sensor/template, that shows hours since the above mentioned timestamp.

Can anyone help on how to achieve this?

Thanks in advance

4 posts - 2 participants

Read full topic

MELcloud temperature limits

$
0
0

Hello! Is it possible for one to change the temperature extremes that are allowable in the Climate card created by the integration? I use a number of Air-to-Air heat pump indoor units (one outdoor unit) and with the MelCloud App I can set temperatures up to 31 C and down to 10 C. But the integration in Home Assistant I can only set up to 24 C and down to 19 C. If there was an option for me to set this when setting up the integration, I may have done that. But now I want to change it mostly because the temperature sensing of the units is so bad it is better to use an external thermostat and set the unit itself higher than I actually want the room temperature.

Thank you.

ps - I cannot submit a bug report on the github page for reasons unknown

1 post - 1 participant

Read full topic

Viewing all 107378 articles
Browse latest View live


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