Martin Mende

Results 81 comments of Martin Mende

Thanks for the feedback. The problem with the play/pause button is, that there is not a single key for that but only the two separate keys play and pause. I...

I tested the thing with pressing the play button multiple times to toggle play / pause and it worked when I e.g. controlled an apple tv over hdmi cec but...

Sounds good... I'm working on it and let you know when it's ready to test.

Not yet. But implementation will be pretty much as you suggested. I will just add some more logic that resets the flag when the tv is detected as being turned...

Thanks for the feedback. I could add an optional parameter that allows to set which key to send to the tv for this purpose. What do you think about this...

Can you test if the tv can be discovered with this command: ```sh npx homebridge-samsungtv-control discover ```

Hm strange. No 3 minutes is not particularly the expected time it should take 😉. For me it takes about 6s. It seems like the timeout appears when the discovery...

I wrote a model name parser that is being used to determine the age of the tv to guess the correct port number for example. This parser is based on...

I don't really know how to handle the non parsable models yet. Hardcoding model numbers is not really an option since this would require me to update the plugin each...

Seems to be the same issue as #66 I just published a patch including a workaround for this specific problem. Let me know if v2.0.2 fixed the problem.