Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Tridonic basic remote (and a tiny typo) #873

Merged
merged 1 commit into from
Jan 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions LED_Lighting/Tridonic/REMOTECONTROL_IR6.ir
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
Filetype: IR signals file
Version: 1
#
# TRIDONIC REMOTECONTROL IR6
# Art.-Nr 28000647
#
# manual:
# www.tridonic.com/qrIR6
# https://resources.tridonic.com/PDB/Ressource/Web_TR/brochures/en/REMOTECONTROL_IR6.pdf
#
name: Power_on
type: raw
frequency: 38000
duty_cycle: 0.330000
data: 962 776 1829 1696 938 827 743
#
name: Power_off
type: raw
frequency: 38000
duty_cycle: 0.330000
data: 933 864 1850 1673 933 831 910 856 937
#
name: Brightness_up
type: raw
frequency: 38000
duty_cycle: 0.330000
data: 966 800 1856 1666 965 798 963 800 1213
#
name: Brightness_dn
type: raw
frequency: 38000
duty_cycle: 0.330000
data: 992 776 1826 1697 935 827 962 800 1410
#
name: Auto
type: parsed
protocol: RC5
address: 1D 00 00 00
command: 38 00 00 00
#
name: Set
type: parsed
protocol: RC5
address: 1D 00 00 00
command: 37 00 00 00
2 changes: 1 addition & 1 deletion LED_Lighting/Tridonic/basicDIM_DCG_PROGRAMMER.ir
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Version: 1
# Art.-Nr 28000646
#
# manual:
# www.dridonic.com/qrDGCProg
# www.tridonic.com/qrDGCProg
# https://resources.tridonic.com/PDB/Ressource/Web_TR/brochures/en/basicDIM_DGC_PROGRAMMER.pdf
#
name: Power_on
Expand Down
Loading