Skip to content

Commit

Permalink
feat: Added Modern Ember fireplace remote (#844)
Browse files Browse the repository at this point in the history
  • Loading branch information
arronhunt authored Dec 1, 2024
1 parent cf5a36a commit f7ca192
Showing 1 changed file with 65 additions and 0 deletions.
65 changes: 65 additions & 0 deletions Fireplaces/ModernEmber/ModernEmber_Fireplace.ir
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
Filetype: IR signals file
Version: 1
#
# Modern Ember Aerus electric fireplace
#
# Power On/Off
name: Power_on_off
type: parsed
protocol: NEC
address: 80 00 00 00
command: 04 00 00 00
# Temperature Up
name: Temp_up
type: parsed
protocol: NEC
address: 80 00 00 00
command: 1F 00 00 00
# Temperature Down
name: Temp_down
type: parsed
protocol: NEC
address: 80 00 00 00
command: 08 00 00 00
# Timer setting
name: Timer
type: parsed
protocol: NEC
address: 80 00 00 00
command: 06 00 00 00
# Heater Off/Low/High
name: Heat_off_low_high
type: parsed
protocol: NEC
address: 80 00 00 00
command: 1E 00 00 00
# Adjust flame brightness
name: Flame_brightness
type: parsed
protocol: NEC
address: 80 00 00 00
command: 0A 00 00 00
# Adjust flame speed
name: Flame_seed
type: parsed
protocol: NEC
address: 80 00 00 00
command: 02 00 00 00
# Adjust flame color
name: Flame_color
type: parsed
protocol: NEC
address: 80 00 00 00
command: 04 00 00 00
# Adjust ember bed brightness
name: Ember_brightness
type: parsed
protocol: NEC
address: 80 00 00 00
command: 19 00 00 00
# Adjust ember bed color
name: Ember_color
type: parsed
protocol: NEC
address: 80 00 00 00
command: 00 00 00 00

0 comments on commit f7ca192

Please sign in to comment.