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

Samsung Smart Monitor M8 (switching or volume does not work) #302

Closed
3 tasks done
anjos opened this issue Feb 12, 2024 · 3 comments
Closed
3 tasks done

Samsung Smart Monitor M8 (switching or volume does not work) #302

anjos opened this issue Feb 12, 2024 · 3 comments
Assignees
Labels
question Further information is requested

Comments

@anjos
Copy link

anjos commented Feb 12, 2024

Before opening the issue, have you...?

  • Searched for existing issues
  • Looked through common issues
  • Updated plugin to the latest version (if applicable)

Describe Your Problem

Thanks for all the work in this plugin - it's quite useful!

I started with issue #121 and was able to configure the plugin, which then found my monitor. Two icons popped up in my accessories list:

Screenshot 2024-02-12 at 20 25 36

However, when I click on the screen, it does not toggle the screen state (ON/OFF). Moreover, when I click the volume button, it does not set the volume on the screen. The following errors appear in the plugin logs.

Am I doing something wrong? Thanks in advance!

Logs

[2/12/2024, 8:16:53 PM] [@o-lukas/homebridge-smartthings-tv] Restarting child bridge...
[2/12/2024, 8:16:53 PM] Got SIGTERM, shutting down child bridge process...
[2/12/2024, 8:16:58 PM] [@o-lukas/homebridge-smartthings-tv] Child bridge process ended
[2/12/2024, 8:16:58 PM] [@o-lukas/homebridge-smartthings-tv] Process Ended. Code: 143, Signal: null
[2/12/2024, 8:17:05 PM] [@o-lukas/homebridge-smartthings-tv] Restarting Process...
[2/12/2024, 8:17:05 PM] [@o-lukas/homebridge-smartthings-tv] Launched child bridge with PID 8458
[2/12/2024, 8:17:05 PM] Registering platform '@o-lukas/homebridge-smartthings-tv.smartthings-tv'
[2/12/2024, 8:17:05 PM] [@o-lukas/homebridge-smartthings-tv] Loaded @o-lukas/homebridge-smartthings-tv v1.10.3 child bridge successfully
[2/12/2024, 8:17:05 PM] Loaded 0 cached accessories from cachedAccessories.0EE26258DD5E.
[2/12/2024, 8:17:05 PM] Homebridge v1.7.0 (HAP v0.11.1) (@o-lukas/homebridge-smartthings-tv) is running on port 45777.
[2/12/2024, 8:17:05 PM] [@o-lukas/homebridge-smartthings-tv] Adding new accessory: Office Screen (998e3aa9-e5cf-c3f3-db17-90ec1a0b2d22)
[2/12/2024, 8:17:05 PM] [@o-lukas/homebridge-smartthings-tv] [Office Screen] Registering capabilities for component main
[2/12/2024, 8:17:05 PM] Office Screen 5773 is running on port 37011.
[2/12/2024, 8:17:05 PM] Please add [Office Screen 5773] manually in Home app. Setup Code: 292-74-856
[2/12/2024, 8:17:06 PM] [@o-lukas/homebridge-smartthings-tv] [Office Screen] Registering capability: Switch
[2/12/2024, 8:17:06 PM] [@o-lukas/homebridge-smartthings-tv] [Office Screen] Registering capability: Audio Volume
[2/12/2024, 8:17:06 PM] [@o-lukas/homebridge-smartthings-tv] [Office Screen] Registering capability: Audio Mute
[2/12/2024, 8:17:08 PM] [@o-lukas/homebridge-smartthings-tv] [Office Screen] Not registering capability because registering of applications has been disabled: launchApp
[2/12/2024, 8:17:09 PM] [@o-lukas/homebridge-smartthings-tv] [Office Screen] Registering capability: Media Input Source
[2/12/2024, 8:17:09 PM] [@o-lukas/homebridge-smartthings-tv] [Office Screen] Capability Media Input Source might not work as expected because it's status is: proposed
[2/12/2024, 8:17:14 PM] [@o-lukas/homebridge-smartthings-tv] [Office Screen] Error when executing on of capability switch: Request failed with status code 409: {"requestId":"7880972982617937632","error":{"code":"ConflictError","message":"invalid device state","details":[]}}
[2/12/2024, 8:17:27 PM] [@o-lukas/homebridge-smartthings-tv] [Office Screen] Error when executing on of capability switch: Request failed with status code 409: {"requestId":"5034803601971331290","error":{"code":"ConflictError","message":"invalid device state","details":[]}}
[2/12/2024, 8:17:50 PM] [@o-lukas/homebridge-smartthings-tv] [Office Screen] Error when executing on of capability switch: Request failed with status code 409: {"requestId":"717287382113043070","error":{"code":"ConflictError","message":"invalid device state","details":[]}}

If applicable, add screenshots to help explain your problem.

No response

Environment Information

- Plugin Version: v1.10.3
- Homebridge Version: 1.7.0
- Node.js version: v18.19.0
- NPM version: 10.2.3
- Operating System: Docker, homebridge image: homebridge/homebridge:latest
@anjos anjos added the question Further information is requested label Feb 12, 2024
@o-lukas
Copy link
Owner

o-lukas commented Feb 20, 2024

It seems like there are multiple problems:

Regarding your volume issue: your TV must be turned on to control the volume. If it is turned on but you're still getting the same error message, you will have to re-register your device in your SmartThings App because they can't be controlled after some time if you are not using them.

Regarding the power issue: are you using the WoL functionality? If not please try to do so because some TVs can not be turned on using the SmartThings API

I hope this can help you with your problems. If it does not solve your problem please reopen the issue :)

@o-lukas o-lukas closed this as completed Feb 20, 2024
@anjos
Copy link
Author

anjos commented Feb 20, 2024

Thanks @o-lukas I'll try your tips.

@anjos
Copy link
Author

anjos commented Feb 21, 2024

For info, if somebody gets here - re-registering the device did the trick for me. I can control it file w/o the WOL function. Both ON/OFF and volume work well.

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

No branches or pull requests

2 participants