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

New Media Player SmartIR device not working #1356

Open
phcella opened this issue Jan 17, 2025 · 0 comments
Open

New Media Player SmartIR device not working #1356

phcella opened this issue Jan 17, 2025 · 0 comments

Comments

@phcella
Copy link

phcella commented Jan 17, 2025

Hello,

I just trying to add a new SmartIR device, but i don't know if it's nor working at all or I'm doing something wrong...

This is the configuration:

media_player:
#Home Theather
  - platform: smartir
    name: Home Theater
    unique_id: home_theater
    device_code: 8889
    controller_data:
      controller_type: Broadlink
      remote_entity: remote.broadlink_rm_mini3_remote

This is how it is appearing in HA:

Image
Status "Desconhecido" = "Unkown"

And this is the codes of the remote 8889.json (stored at custom_components\smartir\custom_codes\media_player):

{
    "manufacturer": "Philips",
    "supportedModels": [
      "MX2600"
    ],
    "supportedController": "Broadlink",
    "commandsEncoding": "Base64",
    "commands": {
        "off": "JgA0AB8cHxs8Gx8cHxsfGx8cHhwfOB8bPRseAAuZHxweHDsdHhweHB4cHh0eHB45Hh07HB4ADQUAAAAA",
        "volumeDown": "JgAwAB0eOjo6HhweHR0dHR07Oh0dHhw7HQALfR0eOjo6HhweHR0dHR07Oh0dHR07HQANBQAAAAAAAAAA",
        "volumeUp": "JgA0AB0dHR0dHjkeHB4dHhweHTo5HxweHR0dAAubHR0dHR0eOh0dHR0eHB4dOjoeHB4dHR0ADQUAAAAA",
        "mute": "JgAwAB0dOjs6HR0eHR0dHR0eHDsdHTo7HQALfRweOjs6HR0eHB4dHR0dHTsdHTo7HQANBQAAAAAAAAAA",
        "sources": {
            "TV": "JgA4ABweOR8bHxweHB4cHxw7HB4cHxweHB4cHhwAC38dHTscHh0dHR4cHhweOh4cHhweHR0dHhweAA0F",
            "AUX": "JgA0AB0dHR4cHjo6OjsdHR0eGx8dHR0dHR4cAAt+HR0dHR0eOjo6OxweHR0dHh0dHB4dHhwADQUAAAAA",
            "Tunner": "JgA4ABwfGx8dHTodHR4dOhweHR4dHR0dHR4cHh0AC30dHR0eHR06HR0eHDscHh0eHR0dHR0dHR4dAA0F"
        }
    }
}

It is weird, because I already have 2 SmartIR Climates working. What did I do wrong?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant