This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type: horizontal-stack | |
title: EV Charger current | |
cards: | |
- show_name: true | |
show_icon: false | |
type: button | |
tap_action: | |
action: call-service | |
service: emporia_vue.set_charger_current | |
data: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Sun May 21 09:27:27 2023] Memory cgroup out of memory: Killed process 20370 (ffmpeg) total-vm:8533984kB, anon-rss:6989448kB, file-rss:64852kB, shmem-rss:0kB, UID:0 pgtables:14260kB oom_score_adj:0 | |
[Sun May 21 09:28:36 2023] ffmpeg invoked oom-killer: gfp_mask=0xcc0(GFP_KERNEL), order=0, oom_score_adj=0 | |
[Sun May 21 09:28:36 2023] CPU: 1 PID: 30270 Comm: ffmpeg Not tainted 6.1.29-Unraid #1 | |
[Sun May 21 09:28:36 2023] Hardware name: To Be Filled By O.E.M. To Be Filled By O.E.M./X470D4U, BIOS L4.24 02/23/2022 | |
[Sun May 21 09:28:36 2023] Call Trace: | |
[Sun May 21 09:28:36 2023] <TASK> | |
[Sun May 21 09:28:36 2023] dump_stack_lvl+0x44/0x5c | |
[Sun May 21 09:28:36 2023] dump_header+0x4a/0x211 | |
[Sun May 21 09:28:36 2023] oom_kill_process+0x80/0x111 | |
[Sun May 21 09:28:36 2023] out_of_memory+0x3b3/0x3e5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blueprint: | |
name: Send a notification with camera snapshot when motion is detected with blocking state and URL (or lovelace view) on click, critical or not, collapse or not. | |
description: > | |
This automation blueprint creates a camera snapshot if motion is detected | |
and sends a notification to your phone with the picture. | |
Optionally you can define a binary sensor that will block the automation from running when state is ON. | |
For Example do not run when somebody is home (you can use the people_home template example). | |
Furthermore you have the option to make the notification critical or high priority and to collapse/overwrite or not. | |
OlderNewer