mmende / homebridge-samsungtv-control2

homebridge-samsungtv-control2
MIT License
71 stars 17 forks source link

Platform not registered by any plugin #22

Open marcus-birju-sr opened 4 years ago

marcus-birju-sr commented 4 years ago

Getting this error: The requested platform "SamsungTVControl" was not registered by any plugin. Your config.json is requesting the platform "SamsungTVControl" which has not been published by any installed plugins.

8/9/2020, 5:22:55 AM HOOBS listening on port 8080.
8/9/2020, 5:23:02 AM Loaded plugin "homebridge-alexa".
8/9/2020, 5:23:02 AM Loaded plugin "homebridge-chamberlain".
8/9/2020, 5:23:02 AM Loaded plugin "homebridge-delay-switch".
8/9/2020, 5:23:02 AM Loaded plugin "homebridge-leviton".
8/9/2020, 5:23:03 AM Loaded plugin "homebridge-nest".
8/9/2020, 5:23:03 AM Loaded plugin "homebridge-samsung-tizen".
8/9/2020, 5:23:03 AM Loaded plugin "homebridge-samsungtv-control".
8/9/2020, 5:23:03 AM [Alexa] homebridge-alexa v0.4.73, node v12.14.1, homebridge v3.2.6
8/9/2020, 5:23:03 AM [Alexa] Initializing platform accessory "Alexa"...
8/9/2020, 5:23:03 AM [Nest] Fetching Nest devices.
8/9/2020, 5:23:03 AM The requested platform "SamsungTVControl" was not registered by any plugin.
8/9/2020, 5:23:03 AM Your config.json is requesting the platform "SamsungTVControl" which has not been published by any installed plugins.

Config:

{
            "platform": "SamsungTVControl",
            "devices": [
                {
                    "usn": "uuid:0aba9501-00b4-1000-8d01-kjsfndkjakjdf",
                    "name": "Living Room TV"
                }
            ],
            "plugin_map": {
                "plugin_name": "homebridge-samsungtv-control"
            }
        }
mmende commented 4 years ago

How did you install homebridge and the plugin itself?

marcus-birju-sr commented 4 years ago

How did you install homebridge and the plugin itself?

I installed from the search plugin page. I did not use the command line.

pabfou commented 4 years ago

I have the same issue. Have you been able to resolve this?

frios commented 4 years ago

I also have the same issue. I am installing it through HOOBS on a Raspberry Pi.

kylewalker2012 commented 4 years ago

I also have the same issue. I am installing it through HOOBS on a Raspberry Pi.

I'm having this problem as well

mmende commented 4 years ago

I could not reproduce the problem by now unfortunately.

pabfou commented 4 years ago

@mmende : could it be that when installing the plugin via hoops, the old version of the plugin is installed (the one on homebridge-samsungtv-control, rather than the one on homebridge-samsungtv-control2) ?

Fofer commented 4 years ago

Same issue here. I do wonder if it's a naming issue, the old version vs. the new version? Would love to get it resolved, not sure what else to try.

mmende commented 4 years ago

This is really strange. Did someone affected by this issue try starting homebridge in debug mode? There might be some error thrown by the plugin preventing homebridge from adding it and therefore not registering it...

pabfou commented 4 years ago

I stopped hoobs and ran it in debug mode. Same error message: "The requested platform "SamsungTVControl" was not registered by any plugin. Your config.json is requesting the platform "SamsungTVControl" which has not been published by any installed plugins."

mmende commented 4 years ago

I just published version 2.0.0. Would be awesome if you guys could let me know if the problem still exists.