jsiegenthaler / homebridge-samsungtvht

Homebridge plugin for Samsung TV (D5000 series) and Home Theater (D5500 series) from ca 2011.
MIT License
13 stars 1 forks source link

Raise input key presses logging to a higher verbosity #10

Closed TheEngineerGuy closed 1 year ago

TheEngineerGuy commented 1 year ago

Loving the plugin so far. Thank you for updating the ping Log level.

Similarly, every key press is being logged in normal logging mode (volume up/down, input, etc.). Can we bump this logging for higher verbosity please?

jsiegenthaler commented 1 year ago

Thanks for your feedback. I'll look at this in a week or so as I'm busy for a bit. I primarily logged all the key presses to confirm that everything was working fine, so in other words: for my own use. But now that the plugin has proven itself as being reliable and stable, I guess it's good to bump the key presses up a log level.

jsiegenthaler commented 1 year ago

PS: keep up the feedback. All feedback is good feedback.

TheEngineerGuy commented 1 year ago

Thank you very much for looking into this. Love the work you have put in.

jsiegenthaler commented 1 year ago

Hi @TheEngineerGuy I've released an beta version which shifts the sendKey messages up to debugLevel > 0 Please try it out and let me know if it covers what you want. You can install the beta version from Homebridge: Plugin Tools menu > Install Alternate Version

TheEngineerGuy commented 1 year ago

Thank you @jsiegenthaler . Confirmed, no more log entries for key presses are being created at normal logging level.