Fernbedienung Logitech Harmony Smart Control

Aus easyVDR-Wiki
Zur Navigation springen Zur Suche springen
Fernbedienungen
Fernbedienung Logitech Harmony Smart Control.png
Harmony Smart Control
Hersteller Logitech
zugeh. Geräte Univeral-Fernbedienung
Sender (IR/Funk) IR
Bemerkung besteht aus FB und Hub, kann Bluetooth

Die FB wird mit einem ATRIC IRWakeUpUSb Einschalter mit dem VDR verbunden.
Details zum Atric IRWakeupUSB sind hier

Beim IRWakeUpUSB kann ein IR Code zum Einschalten des PC verwendet werden. Am besten den Befehl "Power ON" dafür verwenden, den Befehl "Power Off" mit der FB als normalen Code anlernen (zum Runterfahren des VDR).

lircd.conf

Die dargestellte lircd.conf ist gültig für die Kombination der FB mit einem ATRIC IrWakeupUSB eco Einschalter/IR Empfänger.

Es wurde sowohl für die Logitech als auch für den ATRIC das Profil "KLS/VDR1.6" gewählt.

Die Tasten "DVR", "Guide", "Exit", "--"" und "E" sind nicht verwendet/angelernt.


# lircd.conf - Configuration for Atric IR-Wakeup-USB
#
# brand:          Logitech Harmony Smart Control
# model:          LH_SC_VDR25 (Configuration: KLS VDR 1.6)
# receiver:	  IR-WakeupUSB
#
# remark:   easyVDR V2.5 Logitech Harmony Smart Control (KLS VDR1.6)
#
#----------------------------------------------------------------------------
# ATTENTION! Do NOT use "irrecord" to automaticly learn key-codes
# This will generate wrong remote settings with the IR-WakeupUSB!
#
# Manually fill in key-names and key-codes in the "codes section" or
# use the "lircd.conf"-tool of the IR-WakeupUSB configuration software
#
#----------------------------------------------------------------------------
# Do NOT change the following remote settings
# These settings depends on the IR-WakeupUSB and are independent from
# the used remote control.
#
# You can change the name of the remote control to assign the file to the
# remote control.
# You can also add your own remarks (use the remark tag "#").
#----------------------------------------------------------------------------
# Atric_FB_Name_Str="LH_SC_VDR25"
# Atric_FB_Conf_Str="01050E0000000C00020215132A280000000000000000000000007F000000000000FF2400800500000000"
# Atric_FB_Pwr_On_0="47A88B05" (Schaltaktion=4-Zeichen-Wert=2 Zeichen des FB-Codes)
begin remote

  name            LH_SC_VDR25
  bits            48
  flags           SPACE_ENC
  eps             30
  aeps            100
  one             0  0
  zero            0  0
  pre_data_bits   16
  pre_data        0xFFFF
  post_data_bits  0
  post_data       0x0
  gap             65536
  repeat_bit      0
  toggle_bit_mask 0x0


#----------------------------------------------------------------------------
# Here (after the "begin codes" tag) fill in the keycodes (one key per row)
# Use the following syntax:
#
# KEY_1    0x03B800000000	# remark (optional)
#
# Description:	KEY_1:  the name of the remote button
#			for a full list of available key names use the
#			following command: "irrecord --list-namespace"
#
#       0x3B800000000:  IR-code of the remote button (48-bit hexcode)
#
#	     # remark:  optional remark for teh named key
#			this remark will be showed in the "lircd.conf"-tool
#			of the configuration software
#----------------------------------------------------------------------------


  begin codes

    KEY_REWIND               0xB20500000000      # Taste Rueckwaerts spulen
    KEY_PLAY                 0xB50500000000
    KEY_FASTFORWARD          0xB40500000000      # Taste Vorwaerts spulen
    KEY_RECORD               0xB70500000000
    KEY_PAUSE                0xB30500000000
    KEY_STOP                 0xB60500000000
    KEY_RED                  0xC00500000000
    KEY_GREEN                0xC10500000000
    KEY_YELLOW               0xC20500000000
    KEY_BLUE                 0xC30500000000
    KEY_EPG                  0xCB0500000000      # Taste Guide
    KEY_INFO                 0xCC0500000000
    KEY_MENU                 0xC90500000000
    KEY_VOLUMEUP             0x000000000000
    KEY_VOLUMEDOWN           0x000000000000
    KEY_LEFT                 0xC60500000000
    KEY_UP                   0xC40500000000
    KEY_OK                   0xC80500000000
    KEY_DOWN                 0xC50500000000
    KEY_RIGHT                0xC70500000000
    KEY_CHANNELUP            0xA00500000000
    KEY_CHANNELDOWN          0xA10500000000
    KEY_MUTE                 0x000000000000
    KEY_BACK                 0xA20500000000
    KEY_1                    0x810500000000
    KEY_2                    0x820500000000
    KEY_3                    0x830500000000
    KEY_4                    0x840500000000
    KEY_5                    0x850500000000
    KEY_6                    0x860500000000
    KEY_7                    0x870500000000
    KEY_8                    0x880500000000
    KEY_9                    0x890500000000
    KEY_0                    0x800500000000
    KEY_POWER                0x8C0500000000
    KEY_TEXT                 0x000000000000

  end codes

end remote


Siehe auch