nlrb / com.mertik.maxitrol

Homey app for Mertik Maxitrol controlled fireplace
6 stars 3 forks source link

Need some help with transmitting RF signals #2

Open nexro567 opened 2 years ago

nexro567 commented 2 years ago

Hi everybody,

I need some help with transmitting RF signals to my fireplace. I can't read the RF signals of the remote Mertik Maxitrol G6R-H4T16.

I want to start my fireplace on and set off with Home Assitant using a ESP8266 controller and a RX470-4 RF TX and RX. In the app.json I can find some coding but can't figure it out.

I want to know what the tri-state and binary code plus how many bits they are. The commands are:

    '0010': 'DOWN',
    '0100': 'UP',
    '0011': 'RUN DOWN',
    '0101': 'RUN UP',
    '1100': 'ON',
    '1000': 'OFF'

If you can help me, please let me know :).