Skip to content

Instantly share code, notes, and snippets.

View merlinschumacher's full-sized avatar
:octocat:

Merlin Schumacher merlinschumacher

:octocat:
View GitHub Profile
@merlinschumacher
merlinschumacher / Xbox Series S X IR Remote Codes for Tasmota
Last active March 5, 2023 16:46
Xbox Series S X IR Remote Codes for Tasmota/IRremoteESP8266
These are the XBox Series S remote codes sent by an LG Magic remote sent to an Xbox Series S and most likely also Xbox Series X.
These codes can be used with Tasmota or the Arduino library IRremoteESP8266
Command: Irsend {"Protocol":"NEC","Bits":32,"Data":0x11BF40B}
Codes:
On/Off: 0x11BF40B
Right: 0x11B847B
Left: 0x11B04FB
Up: 0x11B7887
input_driver = "udev"
input_device = "Wireless Controller" (for bluetooth)
= "Sony Computer Entertainment Wireless Controller" (for USB)
input_vendor_id = "1356"
input_product_id = "1476"
input_b_btn = "1"
input_y_btn = "0"
input_select_btn = "8"
input_start_btn = "9"
input_up_btn = "h0up"
@merlinschumacher
merlinschumacher / msi-x370-sli-plus.conf
Last active December 19, 2018 23:12
Lm-sensors configuration for the MSI X370 SLI Plus
# Lmsensors configuration for MSI X370 SLI Plus
chip "nct6795-*"
label fan1 "Pump"
set fan1_min 0
label fan2 "CPU Fan"
set fan2_min 255
label fan3 "System 1 Fan"