20260326
This commit is contained in:
26
esphome/templates/light_rgbw_rmt_nofx.yaml
Normal file
26
esphome/templates/light_rgbw_rmt_nofx.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
light:
|
||||
- platform: esp32_rmt_led_strip
|
||||
#rmt_channel: 0
|
||||
is_rgbw: ${is_rgbw}
|
||||
id: led_lights
|
||||
restore_mode: RESTORE_DEFAULT_ON
|
||||
name: ${device_name}_leds
|
||||
chipset: ${chipset}
|
||||
rgb_order: ${rgb_order}
|
||||
num_leds: ${num_leds}
|
||||
pin: ${pin_led1}
|
||||
effects:
|
||||
- flicker:
|
||||
name: "Flicker"
|
||||
alpha: 95%
|
||||
intensity: 1.5%
|
||||
- random:
|
||||
name: "Random"
|
||||
transition_length: 4s
|
||||
update_interval: 5s
|
||||
- addressable_rainbow:
|
||||
name: Rainbow Effect
|
||||
speed: 100
|
||||
width: 50
|
||||
- addressable_flicker:
|
||||
@@ -12,4 +12,6 @@ logger:
|
||||
remote_receiver: DEBUG
|
||||
binary_sensor: WARN
|
||||
on sensor: ERROR
|
||||
tsl2591: WARN
|
||||
tsl2591: WARN
|
||||
esp32_camera: WARN
|
||||
time: WARN
|
||||
141
esphome/templates/remote_beamer_slaapkamer.yaml
Normal file
141
esphome/templates/remote_beamer_slaapkamer.yaml
Normal file
@@ -0,0 +1,141 @@
|
||||
---
|
||||
button:
|
||||
- platform: template
|
||||
name: Power
|
||||
id: ir_power
|
||||
icon: mdi:power
|
||||
on_press:
|
||||
- remote_transmitter.transmit_nec:
|
||||
address: 0x7788
|
||||
command: 0xDE21
|
||||
command_repeats: 1
|
||||
|
||||
- platform: template
|
||||
name: Up
|
||||
id: ir_up
|
||||
icon: mdi:chevron-up
|
||||
on_press:
|
||||
- remote_transmitter.transmit_nec:
|
||||
address: 0x7788
|
||||
command: 0xEA15
|
||||
command_repeats: 1
|
||||
|
||||
- platform: template
|
||||
name: Down
|
||||
id: ir_down
|
||||
icon: mdi:chevron-down
|
||||
on_press:
|
||||
- remote_transmitter.transmit_nec:
|
||||
address: 0x7788
|
||||
command: 0xE916
|
||||
command_repeats: 1
|
||||
|
||||
- platform: template
|
||||
name: Left
|
||||
id: ir_left
|
||||
icon: mdi:chevron-left
|
||||
on_press:
|
||||
- remote_transmitter.transmit_nec:
|
||||
address: 0x7788
|
||||
command: 0xE817
|
||||
command_repeats: 1
|
||||
|
||||
- platform: template
|
||||
name: Right
|
||||
id: ir_right
|
||||
icon: mdi:chevron-right
|
||||
on_press:
|
||||
- remote_transmitter.transmit_nec:
|
||||
address: 0x7788
|
||||
command: 0xE718
|
||||
command_repeats: 1
|
||||
|
||||
- platform: template
|
||||
name: OK
|
||||
id: ir_ok
|
||||
icon: mdi:checkbox-marked-circle-outline
|
||||
on_press:
|
||||
- remote_transmitter.transmit_nec:
|
||||
address: 0x7788
|
||||
command: 0xE619
|
||||
command_repeats: 1
|
||||
|
||||
- platform: template
|
||||
name: Back
|
||||
id: ir_back
|
||||
icon: mdi:arrow-left-bold
|
||||
on_press:
|
||||
- remote_transmitter.transmit_nec:
|
||||
address: 0x7788
|
||||
command: 0xB748
|
||||
command_repeats: 1
|
||||
|
||||
- platform: template
|
||||
name: Home
|
||||
id: ir_home
|
||||
icon: mdi:home
|
||||
on_press:
|
||||
- remote_transmitter.transmit_nec:
|
||||
address: 0x7788
|
||||
command: 0xB847
|
||||
command_repeats: 1
|
||||
|
||||
- platform: template
|
||||
name: Mute
|
||||
id: ir_mute
|
||||
icon: mdi:volume-mute
|
||||
on_press:
|
||||
- remote_transmitter.transmit_nec:
|
||||
address: 0x7788
|
||||
command: 0xDA25
|
||||
command_repeats: 1
|
||||
|
||||
- platform: template
|
||||
name: Volume Up
|
||||
id: ir_volume_up
|
||||
icon: mdi:volume-plus
|
||||
on_press:
|
||||
- remote_transmitter.transmit_nec:
|
||||
address: 0x7788
|
||||
command: 0xDC23
|
||||
command_repeats: 1
|
||||
|
||||
- platform: template
|
||||
name: Volume Down
|
||||
id: ir_volume_down
|
||||
icon: mdi:volume-minus
|
||||
on_press:
|
||||
- remote_transmitter.transmit_nec:
|
||||
address: 0x7788
|
||||
command: 0xDB24
|
||||
command_repeats: 1
|
||||
|
||||
- platform: template
|
||||
name: YouTube
|
||||
id: ir_youtube
|
||||
icon: mdi:youtube
|
||||
on_press:
|
||||
- remote_transmitter.transmit_nec:
|
||||
address: 0x7788
|
||||
command: 0x9B64
|
||||
command_repeats: 1
|
||||
|
||||
- platform: template
|
||||
name: Netflix
|
||||
id: ir_netflix
|
||||
icon: mdi:netflix
|
||||
on_press:
|
||||
- remote_transmitter.transmit_nec:
|
||||
address: 0x7788
|
||||
command: 0x9C63
|
||||
command_repeats: 1
|
||||
|
||||
- platform: template
|
||||
name: Prime Video
|
||||
id: ir_prime
|
||||
icon: mdi:amazon
|
||||
on_press:
|
||||
- remote_transmitter.transmit_nec:
|
||||
address: 0x7788
|
||||
command: 0x9867
|
||||
command_repeats: 1
|
||||
50
esphome/templates/remote_kerstlampjes.yaml
Normal file
50
esphome/templates/remote_kerstlampjes.yaml
Normal file
@@ -0,0 +1,50 @@
|
||||
---
|
||||
substitutions:
|
||||
aan0: "0000 006D 000C 0000 001F 0022 003F 0042 001F 0022 001F 0022 001F 0022 001F 0022 003F 0023 001E 0022 001F 0023 001E 0022 001F 0043 001E 0181"
|
||||
aan1: "0000 006D 000C 0000 001F 0023 003E 0042 001F 0023 001E 0023 001E 0023 001E 0022 003F 0022 001F 0023 001E 0023 001E 0022 001F 0042 001F 0181"
|
||||
|
||||
# uit0: "0000 006D 000B 0000 001F 0022 003F 0043 001E 0023 001E 0022 001F 0022 001F 0022 003F 0022 001F 0043 003E 0022 001F 0022 001F 0181"
|
||||
# uit1: "0000 006D 000B 0000 001F 0022 003F 0042 001F 0022 001F 0023 001E 0022 001F 0022 003F 0022 001F 0043 003E 0023 001E 0022 001F 0181"
|
||||
|
||||
# fl0: "0000 006D 000B 0000 001F 0022 003F 0042 001F 0023 001E 0022 001F 0022 001F 0022 003F 0022 001F 0042 001F 0022 003F 0022 001F 0181"
|
||||
# fl1: "0000 006D 000B 0000 001F 0022 003F 0042 001F 0022 001F 0023 001E 0022 001F 0022 003F 0022 001F 0042 001F 0022 003F 0022 001F 0181"
|
||||
uit0: "0000 006D 000B 0000 001F 0022 003F 0043 001E 0023 001E 0022 001F 0022 001F 0022 003F 0022 001F 0043 003E 0022 001F 0022 001F 0181"
|
||||
uit1: "0000 006D 000B 0000 001F 0022 003F 0042 001F 0022 001F 0023 001E 0022 001F 0022 003F 0022 001F 0043 003E 0023 001E 0022 001F 0181"
|
||||
fl0: "0000 006D 000B 0000 001F 0022 003F 0042 001F 0023 001E 0022 001F 0022 001F 0022 003F 0022 001F 0042 001F 0022 003F 0022 001F 0181"
|
||||
fl1: "0000 006D 000B 0000 001F 0022 003F 0042 001F 0022 001F 0023 001E 0022 001F 0022 003F 0022 001F 0042 001F 0022 003F 0022 001F 0181"
|
||||
|
||||
|
||||
|
||||
button:
|
||||
- platform: template
|
||||
name: "Lamp Aan"
|
||||
icon: mdi:power
|
||||
on_press:
|
||||
- remote_transmitter.transmit_pronto:
|
||||
data: ${aan0}
|
||||
- delay: 200ms
|
||||
- remote_transmitter.transmit_pronto:
|
||||
data: ${aan1}
|
||||
|
||||
- platform: template
|
||||
name: "Lamp Uit"
|
||||
icon: mdi:power-off
|
||||
on_press:
|
||||
- remote_transmitter.transmit_pronto:
|
||||
data: ${uit0}
|
||||
- delay: 50ms
|
||||
- remote_transmitter.transmit_pronto:
|
||||
data: ${uit1}
|
||||
|
||||
- platform: template
|
||||
name: "Lamp Flikker"
|
||||
icon: mdi:flash
|
||||
on_press:
|
||||
- remote_transmitter.transmit_pronto:
|
||||
data: ${fl0}
|
||||
- delay: 50ms
|
||||
- remote_transmitter.transmit_pronto:
|
||||
data: ${fl1}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user