Martin Mende

Results 81 comments of Martin Mende

I just published version 2.0.0. Would be awesome if you guys could let me know if the problem still exists.

What model are you using? I only have a test device that supports the legacy protocol and another one from 2014 (yet unsupported) which pairs completely different than the newer...

Thanks for the feedback ... I just added a second library to be able to control TV's that use pin code authentication to pair but also TV's that don't work...

I just published `v2.0.0-alpha.10` with the new pairing logic outside of homebridge. If you know the ip and mac address of your tv you can try these two methods and...

My bad ... I thought npx could resolve the cli script without it being installed. To fix it install the plugin first ``` npm i -g homebridge-samsungtv-control ``` Afterwars you...

I might rename the cli script to `homebridge-samsungtv-control` so that `npx` is able to resolve it without the need to install it in the first place...

> Martín, hello ... sorry for my ignorance, but where do I execute those commands ?. In the HomeBridge terminal? In my server terminal ?. From the terminal of my...

Updated it to be named as the plugin itself... You could also try port 8001 ``` npx homebridge-samsungtv-control pair2 192.168.178.38 24:FC:E5:4C:B2:F4 --port 8001 ```

@TheEngineerGuy Thanks for the hint. Could you make a PR?

The deprecation warning can most probably be ignored and should come from the library used when the plugin tries to pair to a tv with `pair2`. If the other method...