RFD-FHEM / RFFHEM

Counterpart of SIGNALDuino, it's the code for FHEM to work with the data received from the uC
GNU General Public License v3.0
44 stars 33 forks source link

Halemeier HA-HX2 (new definition) #1207

Closed HomeAutoUser closed 6 months ago

HomeAutoUser commented 7 months ago

Specifications for new sensor / switch / or other device ...

Specifications

    "132"  =>  ## for remote control Halemeier HA-HX2, Actor HA-RX-M2-1
               # https://forum.fhem.de/index.php?msg=1288203 @ hightower 2023-12-11
               # https://forum.fhem.de/index.php?topic=38452.0 (probably identical)
      {
        name            => 'HA-HX2',
        comment         => 'remote control Halemeier HA-HX2',
        id              => '132',
        knownFreqs      => '433.92',
        one             => [-2,1],
        zero            => [-1,2],
        start           => [-39,1],
        clockabs        => 330,
        format          => 'twostate',
        preamble        => 'P132#',
        clientmodule    => 'SD_UT',
        modulematch     => '^P132#.*',
        length_min      => '24',
        length_max      => '24',
      },