Git Product home page Git Product logo

Comments (8)

sptv1 avatar sptv1 commented on July 23, 2024

I'm having basically the same problem. Trying to add accessory TV on/off switch. It won't add.

from homebridge-broadlink-rm.

aadkszcn avatar aadkszcn commented on July 23, 2024

I have the same problem. I cannot add the accessories. I can extract the Hex codes through the learn button but I cannot add the accessories.

I get the following log:

[BroadlinkRM] Initializing BroadlinkRM platform...
[BroadlinkRM] [INFO] Automatically discovering Broadlink RM devices.
[BroadlinkRM] No accessories have been added to the "undefined" platform config.
Initializing platform accessory 'Learn'...
Initializing platform accessory 'Scan Frequency'...

(...)

[BroadlinkRM] [INFO] Discovered Broadlink RM4 Mini (62bc) at 192.168.3.xxx (ec:xx:ae:xx:ce:xx)

(...)

from homebridge-broadlink-rm.

sptv1 avatar sptv1 commented on July 23, 2024

from homebridge-broadlink-rm.

aadkszcn avatar aadkszcn commented on July 23, 2024

I have the same problem. I cannot add the accessories. I can extract the Hex codes through the learn button but I cannot add the accessories.

I get the following log:

[BroadlinkRM] Initializing BroadlinkRM platform... [BroadlinkRM] [INFO] Automatically discovering Broadlink RM devices. [BroadlinkRM] No accessories have been added to the "undefined" platform config. Initializing platform accessory 'Learn'... Initializing platform accessory 'Scan Frequency'...

(...)

[BroadlinkRM] [INFO] Discovered Broadlink RM4 Mini (62bc) at 192.168.3.xxx (ec:xx:ae:xx:ce:xx)

(...)

Never mind I did figure it out and it is now working. 1) I had the homebridge platform information double. 2) There was an unidentifiable problem with he host settings. By removing the host specifications, it prompted the auto configuration of the host settings, so it is finally working. Thanks to the developers for this plugin! I can finally include the TV in automations (Y)

from homebridge-broadlink-rm.

flamephi avatar flamephi commented on July 23, 2024

Hi! Could you paste in some example code so I can see what you did to fix the "host settings"? I'm having the same issue but nothing has helped so far. Thanks!

from homebridge-broadlink-rm.

aadkszcn avatar aadkszcn commented on July 23, 2024

Hi! Could you paste in some example code so I can see what you did to fix the "host settings"? I'm having the same issue but nothing has helped so far. Thanks!

FYI: I have removed many standard functions on the TV as I basically only power on/off, HDI input and volume, and these functions are working without issues.

{
"platform": "BroadlinkRM",
"name": "Broadlink RM",
"hideScanFrequencyButton": true,
"hideLearnButton": false,
"hideWelcomeMessage": true,
"accessories": [
{
"name": "TV On/Off",
"type": "switch",
"data": {
"on": "260020036...",
"off": "26006801..."
}
},
{
"name": "KonkaTV",
"type": "tv",
"data": {
"off": "2600235...",
"on": "260020036...",
"remote": {
"select": "2600c80...",
"arrowUp": "26004001...",
"arrowDown": "2600a0...",
"arrowLeft": "2600c800...",
"arrowRight": "2600c80..."
},
"volume": {
"up": "2600c80...",
"down": "2600f00..."
},
"inputs": [
{
"name": "INPUT 1",
"type": "hdmi",
"data": "260050..."
}
]
}
}
]
}

from homebridge-broadlink-rm.

flamephi avatar flamephi commented on July 23, 2024

Thanks!

from homebridge-broadlink-rm.

stale avatar stale commented on July 23, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

from homebridge-broadlink-rm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.