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

Tweaked manual configuration option (e. g. for "Series C" model names) #87

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Reinboeng
Copy link

@Reinboeng Reinboeng commented Mar 15, 2022

Older devices such as my 2010 C7700 may report a generic modelName 'Samsung DTV DMR'. The code change allows to use the manual configuration option (via usn) of the plugin. This will solve #56.

Configuration:
{     "platform": "SamsungTVControl",     "devices": [         {             "usn": "uuid:nnnn",             "name": "Samsung TV",             **"modelName": "UE46C7700WSXZG"**,         }     ] }

Debug Output:
deviceDescription: { deviceType: 'urn:schemas-upnp-org:device:MediaRenderer:1', friendlyName: 'TV-46C7700', manufacturer: 'Samsung Electronics', manufacturerURL: 'http://www.samsung.com', modelName: '**Samsung DTV DMR**', modelNumber: 1, modelDescription: 'Samsung DTV DMR', UDN: 'uuid:nnnn', icons: [ ....

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

Successfully merging this pull request may close these issues.

1 participant