Martin Mende

Results 81 comments of Martin Mende

The pairing / legacy scripts can already be tested and should show if the tuners can be controlled. You can run them like this: `npx homebridge-samsungtv-control legacy ` `npx homebridge-samsungtv-control...

Nein... dafür werden nur die remote control libraries verwendet ohne irgendwelche checks... wenn die pairing bzw. legacy Methoden nicht funktionieren kann es leider sein, dass Samsung-Tuner dieses Feature einfach nicht...

Nice to hear that pairing worked at least. Can you tell me the model number of your tv? It might not be covered by my model parser function yet.

Ok the model number can be parsed and the tv is from 2014 (`npx homebridge-samsungtv-control model UE65HU7505`). Therefore the discovery seems to have problems discovering your tv. Can you try...

Hm, seems to be the same error as in #23 ... I will have to figure out a way to reproduce this problem. Concerning config ui: I don't know if...

Yes id seems to be the same. I saw some options to disable/enable network control on my tv's but the menu structure varies strongly across models. You can find the...

Yeah this is the same error as in #23 . This error seems to appear in the device discovery and will therefore lead to the plugin not being able to...

The config shouldn't have changed actually. Can you tell me which changes you mean exactly? Kind regards

The config should look the same as before e.g. like this: ```json { "platform": "SamsungTVControl", "name": "SamsungTVControl", "devices": [ { "usn": "uuid:a7001fbe-c776-11ea-87d0-0242ac130003", "name": "Bedroom TV", "token": "YOUR_PAIRING_TOKEN", "inputs": [ {...

I didn't reactivate the schema json file yet because I want to extend the command line tools so far that you can get all infos you need upfront. Otherwise I...