Skip to content

Commit f435ce5

Browse files
Merge pull request #28 from drothenberger/topic/fix_sensor_throttling
fix #27: correct sensor throttling for ESPHome 2025.8.0
2 parents f96e7be + 71931ba commit f435ce5

File tree

1 file changed

+128
-4
lines changed

1 file changed

+128
-4
lines changed

Integrations/ESPHome/Core.yaml

Lines changed: 128 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
substitutions:
2-
version: "25.8.19.2"
2+
version: "25.8.20.1"
33

44
esp32:
55
board: esp32-s3-devkitc-1
@@ -90,12 +90,10 @@ output:
9090

9191
LD2412:
9292
id: ld2412
93-
throttle: 500ms
9493
uart_id: uart_bus
9594
ld2450:
9695
id: ld2450_radar
9796
uart_id: uart_bus2
98-
throttle: 500ms
9997

10098
button:
10199
- platform: restart
@@ -415,222 +413,348 @@ sensor:
415413
target_count:
416414
name: LD2450 Presence Target Count
417415
id: presence_target_count
416+
filters:
417+
- throttle: 500ms
418418
still_target_count:
419419
name: LD2450 Still Target Count
420420
id: ld2450_still_target_count
421+
filters:
422+
- throttle: 500ms
421423
moving_target_count:
422424
name: LD2450 Moving Target Count
423425
id: ld2450_moving_target_count
426+
filters:
427+
- throttle: 500ms
424428
target_1:
425429
x:
426430
name: LD2450 Target-1 X
427431
id: ld2450_target1_x
432+
filters:
433+
- throttle: 500ms
428434
y:
429435
name: LD2450 Target-1 Y
430436
id: ld2450_target1_y
437+
filters:
438+
- throttle: 500ms
431439
speed:
432440
name: LD2450 Target-1 Speed
433441
id: ld2450_target1_speed
442+
filters:
443+
- throttle: 500ms
434444
angle:
435445
name: LD2450 Target-1 Angle
436446
id: ld2450_target1_angle
447+
filters:
448+
- throttle: 500ms
437449
distance:
438450
name: LD2450 Target-1 Distance
439451
id: ld2450_target1_distance
452+
filters:
453+
- throttle: 500ms
440454
resolution:
441455
name: LD2450 Target-1 Resolution
442456
id: ld2450_target1_resolution
443457
disabled_by_default: true
458+
filters:
459+
- throttle: 500ms
444460
target_2:
445461
x:
446462
name: LD2450 Target-2 X
447463
id: ld2450_target2_x
464+
filters:
465+
- throttle: 500ms
448466
y:
449467
name: LD2450 Target-2 Y
450468
id: ld2450_target2_y
469+
filters:
470+
- throttle: 500ms
451471
speed:
452472
name: LD2450 Target-2 Speed
453473
id: ld2450_target2_speed
474+
filters:
475+
- throttle: 500ms
454476
angle:
455477
name: LD2450 Target-2 Angle
456478
id: ld2450_target2_angle
479+
filters:
480+
- throttle: 500ms
457481
distance:
458482
name: LD2450 Target-2 Distance
459483
id: ld2450_target2_distance
484+
filters:
485+
- throttle: 500ms
460486
resolution:
461487
name: LD2450 Target-2 Resolution
462488
id: ld2450_target2_resolution
463489
disabled_by_default: true
490+
filters:
491+
- throttle: 500ms
464492
target_3:
465493
x:
466494
name: LD2450 Target-3 X
467495
id: ld2450_target3_x
496+
filters:
497+
- throttle: 500ms
468498
y:
469499
name: LD2450 Target-3 Y
470500
id: ld2450_target3_y
501+
filters:
502+
- throttle: 500ms
471503
speed:
472504
name: LD2450 Target-3 Speed
473505
id: ld2450_target3_speed
506+
filters:
507+
- throttle: 500ms
474508
angle:
475509
name: LD2450 Target-3 Angle
476510
id: ld2450_target3_angle
511+
filters:
512+
- throttle: 500ms
477513
distance:
478514
name: LD2450 Target-3 Distance
479515
id: ld2450_target3_distance
516+
filters:
517+
- throttle: 500ms
480518
resolution:
481519
name: LD2450 Target-3 Resolution
482520
id: ld2450_target3_resolution
483521
disabled_by_default: true
522+
filters:
523+
- throttle: 500ms
484524
zone_1:
485525
target_count:
486526
name: LD2450 Zone-1 All Target Count
487527
id: ld2450_zone1_target_count
528+
filters:
529+
- throttle: 500ms
488530
still_target_count:
489531
name: LD2450 Zone-1 Still Target Count
490532
id: ld2450_zone1_still_target_count
533+
filters:
534+
- throttle: 500ms
491535
moving_target_count:
492536
name: LD2450 Zone-1 Moving Target Count
493537
id: ld2450_zone1_moving_target_count
538+
filters:
539+
- throttle: 500ms
494540
zone_2:
495541
target_count:
496542
name: LD2450 Zone-2 All Target Count
497543
id: ld2450_zone2_target_count
544+
filters:
545+
- throttle: 500ms
498546
still_target_count:
499547
name: LD2450 Zone-2 Still Target Count
500548
id: ld2450_zone2_still_target_count
549+
filters:
550+
- throttle: 500ms
501551
moving_target_count:
502552
name: LD2450 Zone-2 Moving Target Count
503553
id: ld2450_zone2_moving_target_count
554+
filters:
555+
- throttle: 500ms
504556
zone_3:
505557
target_count:
506558
name: LD2450 Zone-3 All Target Count
507559
id: ld2450_zone3_target_count
560+
filters:
561+
- throttle: 500ms
508562
still_target_count:
509563
name: LD2450 Zone-3 Still Target Count
510564
id: ld2450_zone3_still_target_count
565+
filters:
566+
- throttle: 500ms
511567
moving_target_count:
512568
name: LD2450 Zone-3 Moving Target Count
513569
id: ld2450_zone3_moving_target_count
570+
filters:
571+
- throttle: 500ms
514572

515573
- platform: LD2412
516574
moving_distance:
517575
name : LD2412 Moving Distance
518576
id: ld2412_moving_distance
519577
disabled_by_default: true
578+
filters:
579+
- throttle: 500ms
520580
still_distance:
521581
name: LD2412 Still Distance
522582
id: ld2412_still_distance
523583
disabled_by_default: true
584+
filters:
585+
- throttle: 500ms
524586
moving_energy:
525587
name: LD2412 Move Energy
526588
id: ld2412_move_energy
527589
disabled_by_default: true
590+
filters:
591+
- throttle: 500ms
528592
still_energy:
529593
name: LD2412 Still Energy
530594
id: ld2412_still_energy
531595
disabled_by_default: true
596+
filters:
597+
- throttle: 500ms
532598
detection_distance:
533599
name: LD2412 Detection Distance
534600
id: ld2412_detection_distance
535601
disabled_by_default: true
602+
filters:
603+
- throttle: 500ms
536604
g0:
537605
move_energy:
538606
name: LD2412 g00 move energy
539607
id: ld2412_g00_move_energy
608+
filters:
609+
- throttle: 500ms
540610
still_energy:
541611
name: LD2412 g00 still energy
542612
id: ld2412_g00_still_energy
613+
filters:
614+
- throttle: 500ms
543615
g1:
544616
move_energy:
545617
name: LD2412 g01 move energy
546618
id: ld2412_g01_move_energy
619+
filters:
620+
- throttle: 500ms
547621
still_energy:
548622
name: LD2412 g01 still energy
549623
id: ld2412_g01_still_energy
624+
filters:
625+
- throttle: 500ms
550626
g2:
551627
move_energy:
552628
name: LD2412 g02 move energy
553629
id: ld2412_g02_move_energy
630+
filters:
631+
- throttle: 500ms
554632
still_energy:
555633
name: LD2412 g02 still energy
556634
id: ld2412_g02_still_energy
635+
filters:
636+
- throttle: 500ms
557637
g3:
558638
move_energy:
559639
name: LD2412 g03 move energy
560640
id: ld2412_g03_move_energy
641+
filters:
642+
- throttle: 500ms
561643
still_energy:
562644
name: LD2412 g03 still energy
563645
id: ld2412_g03_still_energy
646+
filters:
647+
- throttle: 500ms
564648
g4:
565649
move_energy:
566650
name: LD2412 g04 move energy
567651
id: ld2412_g04_move_energy
652+
filters:
653+
- throttle: 500ms
568654
still_energy:
569655
name: LD2412 g04 still energy
570656
id: ld2412_g04_still_energy
657+
filters:
658+
- throttle: 500ms
571659
g5:
572660
move_energy:
573661
name: LD2412 g05 move energy
574662
id: ld2412_g05_move_energy
663+
filters:
664+
- throttle: 500ms
575665
still_energy:
576666
name: LD2412 g05 still energy
577667
id: ld2412_g05_still_energy
668+
filters:
669+
- throttle: 500ms
578670
g6:
579671
move_energy:
580672
name: LD2412 g06 move energy
581673
id: ld2412_g06_move_energy
674+
filters:
675+
- throttle: 500ms
582676
still_energy:
583677
name: LD2412 g06 still energy
584678
id: ld2412_g06_still_energy
679+
filters:
680+
- throttle: 500ms
585681
g7:
586682
move_energy:
587683
name: LD2412 g07 move energy
588684
id: ld2412_g07_move_energy
685+
filters:
686+
- throttle: 500ms
589687
still_energy:
590688
name: LD2412 g07 still energy
591689
id: ld2412_g07_still_energy
690+
filters:
691+
- throttle: 500ms
592692
g8:
593693
move_energy:
594694
name: LD2412 g08 move energy
595695
id: ld2412_g08_move_energy
696+
filters:
697+
- throttle: 500ms
596698
still_energy:
597699
name: LD2412 g08 still energy
598700
id: ld2412_g08_still_energy
701+
filters:
702+
- throttle: 500ms
599703
g9:
600704
move_energy:
601705
name: LD2412 g09 move energy
602706
id: ld2412_g09_move_energy
707+
filters:
708+
- throttle: 500ms
603709
still_energy:
604710
name: LD2412 g09 still energy
605711
id: ld2412_g09_still_energy
712+
filters:
713+
- throttle: 500ms
606714
g10:
607715
move_energy:
608716
name: LD2412 g10 move energy
609717
id: ld2412_g10_move_energy
718+
filters:
719+
- throttle: 500ms
610720
still_energy:
611721
name: LD2412 g10 still energy
612722
id: ld2412_g10_still_energy
723+
filters:
724+
- throttle: 500ms
613725
g11:
614726
move_energy:
615727
name: LD2412 g11 move energy
616728
id: ld2412_g11_move_energy
729+
filters:
730+
- throttle: 500ms
617731
still_energy:
618732
name: LD2412 g11 still energy
619733
id: ld2412_g11_still_energy
734+
filters:
735+
- throttle: 500ms
620736
g12:
621737
move_energy:
622738
name: LD2412 g12 move energy
623739
id: ld2412_g12_move_energy
740+
filters:
741+
- throttle: 500ms
624742
still_energy:
625743
name: LD2412 g12 still energy
626744
id: ld2412_g12_still_energy
745+
filters:
746+
- throttle: 500ms
627747
g13:
628748
move_energy:
629749
name: LD2412 g13 move energy
630750
id: ld2412_g13_move_energy
751+
filters:
752+
- throttle: 500ms
631753
still_energy:
632754
name: LD2412 g13 still energy
633755
id: ld2412_g13_still_energy
756+
filters:
757+
- throttle: 500ms
634758

635759
select:
636760
- platform: LD2412
@@ -840,4 +964,4 @@ script:
840964
green: 0%
841965
blue: 0%
842966
- light.turn_off:
843-
id: rgb_light
967+
id: rgb_light

0 commit comments

Comments
 (0)