Skip to content

Instantly share code, notes, and snippets.

View d03n3rfr1tz3's full-sized avatar
💭
I may be slow to respond.

Dirk Sarodnick d03n3rfr1tz3

💭
I may be slow to respond.
View GitHub Profile
@d03n3rfr1tz3
d03n3rfr1tz3 / rcon-ircRelay
Last active May 5, 2024 00:38
IRC Relay for Games with RCon. Currently only tested on the following Games, but might also work on others (with tweaking the rconMagic variable): Quake3
#!/usr/bin/env python3
import asyncio, io, re, select, socket, time
# Debug Configuration
debugMode = 1
# IRC Configuration
ircHost = ""
ircPort = 6667
ircChannel = ""
blueprint:
name: TechniSat Szenenschalter
description: Create automations for the TechniSat Szenenschalter using the OZW integration.
domain: automation
input:
scene_controller:
name: Scene Controller
description: The TechniSat Szenenschalter to interact with.
selector:
device:
@d03n3rfr1tz3
d03n3rfr1tz3 / configuration.yaml
Created December 6, 2021 21:35
HomeAssistant: Bresser REX 3D-Drucker
switch:
- platform: command_line
switches:
keller_druckerlicht:
friendly_name: "3D-Drucker: LED"
command_on: >-
printf "~M146 r255 g255 b255 F0" | nc 192.168.0.123 8899
command_off: >-
printf "~M146 r0 g0 b0 F0" | nc 192.168.0.123 8899
@d03n3rfr1tz3
d03n3rfr1tz3 / Eufy Vacuum.lircd.conf
Created September 27, 2021 18:15
LIRC-Config for a Eufy Robovac 11
# brand: Eufy
# model no. of remote control:
# devices being controlled by this remote: Robovac 11
#
begin remote
name Eufy_Vacuum
bits 32
flags SPACE_ENC
@d03n3rfr1tz3
d03n3rfr1tz3 / RGB-Strip 36T.lircd.conf
Created September 27, 2021 18:13
LIRC-Config for a RGB-Strip Remote with 36 Keys
# brand:
# model no. of remote control:
# devices being controlled by this remote: RGB Strip
#
begin remote
name RGB_Strip_36T
bits 16
flags SPACE_ENC|CONST_LENGTH
@d03n3rfr1tz3
d03n3rfr1tz3 / RGB-Strip 24T.lircd.conf
Last active September 27, 2021 18:12
LIRC-Config for a RGB-Strip Remote with 24 Keys
# brand:
# model no. of remote control:
# devices being controlled by this remote: RGB Strip
#
begin remote
name RGB_Strip_24T
bits 16
flags SPACE_ENC|CONST_LENGTH
@d03n3rfr1tz3
d03n3rfr1tz3 / Samsung_AK59-00167A.lircd.conf
Created August 2, 2021 22:51
LIRC-Config for Samsung BluRay Remote AK59-00167A
# brand: Samsung
# model no. of remote control: AK59-00167A
# devices being controlled by this remote: BD-J4500R
#
begin remote
name Samsung_BD
bits 20
flags SPACE_ENC|CONST_LENGTH
@d03n3rfr1tz3
d03n3rfr1tz3 / Samsung_BN59-01315B.lircd.conf
Last active October 8, 2024 03:03
LIRC-Config for Samsung TV Remote BN59-01315B
# brand: Samsung
# model no. of remote control: BN59-01315B
# devices being controlled by this remote: UHD TV RU7099
#
begin remote
name Samsung_TV
bits 16
flags SPACE_ENC|CONST_LENGTH
@d03n3rfr1tz3
d03n3rfr1tz3 / Teufel_DS5.lircd.conf
Last active August 2, 2021 22:48
LIRC-Config for Teufel DecoderStation5
# brand: Teufel
# model no. of remote control: DS 5 RC
# devices being controlled by this remote: DecoderStation 5
#
begin remote
name Teufel_DS
bits 16
flags SPACE_ENC|CONST_LENGTH
@d03n3rfr1tz3
d03n3rfr1tz3 / mueller_licht_remote.yaml
Last active November 26, 2024 01:04
Müller Licht Remote
blueprint:
name: Müller Licht Remote
description: Control lights with a Muller Licht Tint RGB Remote
domain: automation
input:
remote:
name: Remote
description: Muller Licht Tint remote to use
selector:
device: