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

Error logs #9

Closed GaryEl closed 1 year ago

GaryEl commented 1 year ago

Describe The Bug:

Hi can you explain to me why i have this error in homebridge log ?

image

Plugin Config:

 "name": "Samsung TV HT",
            "pingCommand": "ping -c 1 -w 20",
            "pingInterval": 3,
            "pingResponseOn": "received, 0% packet",
            "pingResponseOff": "received, 100% packet",
            "doublePressTime": 250,
            "triplePressTime": 450,
            "doublePressDelayTime": 300,
            "debugLevel": 1,
            "devices": [
                {
                    "name": "Samsung UE40D7000",
                    "ipAddress": "192.168.1.109",
                    "type": "television",
                    "manufacturer": "Samsung",
                    "modelName": "UE40D7000",
                    "powerOnCommand": "echo 'on 0' | cec-client -s -d 1",
                    "powerOffButton": "KEY_POWEROFF"
                }
            ],

Environment:

jsiegenthaler commented 1 year ago

You have this set in your config: "debugLevel": 1, Thus the messages are being logged, by design. This is to help with debugging. Set your "debugLevel": to 0 and the messages will no longer be displayed.

jsiegenthaler commented 1 year ago

Those are not errors. You have debug level set to >0. It shows the status of the various values.  Regards JochenSent from my iPhoneOn 27 Sep 2022, at 22:49, GaryEl @.***> wrote:

Describe The Bug:

Hi can you explain to me why i have this error in homebridge log ?

Plugin Config: "name": "Samsung TV HT", "pingCommand": "ping -c 1 -w 20", "pingInterval": 3, "pingResponseOn": "received, 0% packet", "pingResponseOff": "received, 100% packet", "doublePressTime": 250, "triplePressTime": 450, "doublePressDelayTime": 300, "debugLevel": 1, "devices": [ { "name": "Samsung UE40D7000", "ipAddress": "192.168.1.109", "type": "television", "manufacturer": "Samsung", "modelName": "UE40D7000", "powerOnCommand": "echo 'on 0' | cec-client -s -d 1", "powerOffButton": "KEY_POWEROFF" } ], Environment:

Plugin Version: homebridge-samsungtvht v0.1.20 Homebridge Version: [homebridge-config-ui-x v4.50.1] Node.js Version: v16.17.1 Operating System: Raspbian

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>