roberodin/ha-samsungtv-custom

Platform error media_player.samsungtv_custom - Integration 'samsungtv_custom' not found

Opened this issue ยท 23 comments

After installing from HACS, and rebooting the machine, and adding to configuration.yaml. I have error Platform error media_player.samsungtv_custom - Integration 'samsungtv_custom' not found.

snp88 commented

the same for me

snp88 commented

Hi I add manualy version to manifest and its work now
image

Thank you, it's working

I have the same problem
I add the version on manifest but the same problem :
2021-06-24_19-42-09

and the check control :

2021-06-24_19-43-20

the integration is installed on hacs :

2021-06-24_19-44-14

Same issue for me.

I've added "version" top manifest as suggested.

{ "domain": "samsungtv_custom", "name": "Samsungtv Custom", "documentation": "https://github.com/roberodin/ha-samsungtv-custom", "requirements": ["wakeonlan==1.1.6" ], "dependencies": [], "codeowners": ["@roberodin"], "version": "v3.0.5", "homeassistant": "0.90.0" }

Configuration check says "Platform error media_player.samsungtv_custom - Integration 'samsungtv_custom' not found."

Same problem here I add the version but no change.

Same problem here I add the version but no change.

Solved here, I dont understand why first homeassistant restart wont load the component ...

Same issue

same issue

same issue

mrDFX commented

+1

I was able to get the plugin to work again by setting manifest.json to the following:

{
  "domain": "samsungtv_custom",
  "name": "Samsungtv Custom",
  "documentation": "https://github.com/roberodin/ha-samsungtv-custom",
  "requirements": ["wakeonlan>=1.1.6"],
  "dependencies": ["media_player"],
  "codeowners": ["@roberodin"],
  "version": "3.0.5",
  "homeassistant": "0.90.0"
}

Edit: Also sent a pull request to fix this.

change name to samsungtv_smart like below

media_player:

  • platform: samsungtv_smart
    host: 192.168.0.33
    port: 8002
    sourcelist: '{"PlayStation": "KEY_HDMI1", "RaspberryPi": "KEY_HDMI2", "Chromecast": "KEY_HDMI3"}'
    applist: "YouTube, Apple TV, Plex, Prime Video, Spotify"
    protocol: ctl_qled

I was able to get the plugin to work again by setting manifest.json to the following:

{
  "domain": "samsungtv_custom",
  "name": "Samsungtv Custom",
  "documentation": "https://github.com/roberodin/ha-samsungtv-custom",
  "requirements": ["wakeonlan>=1.1.6"],
  "dependencies": ["media_player"],
  "codeowners": ["@roberodin"],
  "version": "3.0.5",
  "homeassistant": "0.90.0"
}

Edit: Also sent a pull request to fix this.

This fixed it for me.

I still have this issue. I am new to HA, so I'm at a loss.

I manually downloaded and installed using option 2 for install as I don't have HACS installed. Any suggestions?

I still have this issue. I am new to HA, so I'm at a loss.

I manually downloaded and installed using option 2 for install as I don't have HACS installed. Any suggestions?

Did you try editing the manifest file per above?

I did. But I don't think I can't use this anyways as I have an older Samsung TV that uses port 55000. I see this is for the newer ones that use port 8002

I am using the following manifest. HA passes config and can restart / reboot w/o error but no Integration or Device is added.
image

{
"domain": "samsungtv_custom",
"name": "Samsungtv Custom",
"documentation": "https://github.com/roberodin/ha-samsungtv-custom",
"requirements": ["wakeonlan==1.1.6"],
"dependencies": [],
"codeowners": ["@roberodin"],
"version": "3.0.5",
"homeassistant": "0.90.0"
}

media_player:

  • platform: samsungtv_custom
    host: '192.168.1.13'
    port: '8002'
    mac: '4c:c9:5e:9d:a4:86'
    sourcelist: '{"PlayStation": "KEY_HDMI1", "RaspberryPi": "KEY_HDMI2", "Chromecast": "KEY_HDMI3"}'
    applist: "YouTube, Apple TV, Plex, Prime Video, Spotify"
    protocol: ctl_qled

I am assuming with the configuration,yaml it should appear after a HA restart or a reboot?

Correct. Add to your config and reboot.

This issue is solved by #73

Good morning, I have the same problem in the integration of Samnsungtv_Custom.

My setup is this:

/config/custom_components/samsungtv_custom/manifest.json
{
"domain": "samsungtv_custom",
"name": "Samsungtv Custom",
"documentation": "https://github.com/roberodin/ha-samsungtv-custom",
"requirements": ["wakeonlan==1.1.6"
],
"version": "v3.0.5",
"dependencies": [],
"codeowners": ["@roberodin"],
"homeassistant": "0.90.0"
}

/config/configuration.yaml

media_player:

  • platform: samsungtv_custom
    host: 192.168.1.103
    port: 8002
    mac: b8:bc:5b:ab:53
    sourcelist: '{"PlayStation": "KEY_HDMI1", "RaspberryPi": "KEY_HDMI2", "Chromecast": "KEY_HDMI3"}'
    applist: "YouTube, Apple TV, Plex, Prime Video, Spotify"
    protocol: ctl_qled

I've done everything presented here and I can't get it to work, this message always appears:

Error:
Platform error media_player.samsungtv_custom - Integration 'samsungtv_custom' not found.

My TV is QLED, Samsung Q70 (Series55).

Can you help me please?

Maybe you've already tried this but two reboots of HA after removing any other custom integrations Samsung integrations is worth a try
โ€ฆ
On Thu, 30 Mar 2023 at 09:20, Lhopes1 @.> wrote: Good morning, I have the same problem in the integration of Samnsungtv_Custom. My setup is this: /config/custom_components/samsungtv_custom/manifest.json { "domain": "samsungtv_custom", "name": "Samsungtv Custom", "documentation": "https://github.com/roberodin/ha-samsungtv-custom", "requirements": ["wakeonlan==1.1.6" ], "version": "v3.0.5", "dependencies": [], "codeowners": @. https://github.com/roberodin"], "homeassistant": "0.90.0" } /config/configuration.yaml media_player: - platform: samsungtv_custom host: 192.168.1.103 port: 8002 mac: b8:bc:5b๐Ÿ†Ž53 sourcelist: '{"PlayStation": "KEY_HDMI1", "RaspberryPi": "KEY_HDMI2", "Chromecast": "KEY_HDMI3"}' applist: "YouTube, Apple TV, Plex, Prime Video, Spotify" protocol: ctl_qled I've done everything presented here and I can't get it to work, this message always appears: Error: Platform error media_player.samsungtv_custom - Integration 'samsungtv_custom' not found. My TV is QLED, Samsung Q70 (Series55). Can you help me please? โ€” Reply to this email directly, view it on GitHub <#74 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALNOXURTEZUXOAT5JVK5S3DW6WJC7ANCNFSM465RUHHQ . You are receiving this because you commented.Message ID: @.***>

I already do that, the error keep apears.