We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
This is how it is appearing in HA:
Status "Desconhecido" = "Unkown"
And this is the codes of the remote 8889.json (stored at custom_components\smartir\custom_codes\media_player):
It is weird, because I already have 2 SmartIR Climates working. What did I do wrong?
The text was updated successfully, but these errors were encountered: