AntonioMeireles / homebridge-vieramatic

Homebridge plugin for Panasonic™ Viera™ TVs (includes support for 2018 and later models)
Apache License 2.0
43 stars 9 forks source link

No Wake on Lan on my TV? #96

Closed mariomaz87 closed 2 years ago

mariomaz87 commented 2 years ago

Hi, I have a very old plasma TV (TX-P42UT50E), bought in 2012. In the Network link settings of the TV I have DLNA Remote Control and Network Remote Control to "on". I can't turn on the TV using Homebridge (but I can turn it off). I have configured the MAC Address and also enable the workaround for old TVs.

{
    "platform": "PanasonicVieraTV",
    "tvs": [
        {
            "customVolumeSlider": false,
            "disabledAppSupport": true,
            "friendlyName": "Televisione",
            "hdmiInputs": [
                {
                    "id": "2",
                    "name": "Streaming"
                }
            ],
            "ipAddress": "192.168.1.80",
            "mac": "8c:c1:21:16:ae:d0"
        }
    ]
}

I noticed that when the TV is off, I can't ping it. Do I have to try with the HDMI input to turn it on or I'm a missing somethings?

Thanks!

AntonioMeireles commented 2 years ago

@mariomaz87

hi!

you TV may or may not support WOL, if it does it will be only via ethernet and not wireless.

the best way to know is "simple" ...

just try WOL manually and see if TV wakes... if it does then it should also do via the plugin (or there's a bug that i'll help you debug and fix) otherwise nothing i can do...

so on your homebridge box...

if it works and TV wakes up - WOL is supported, otherwise TV just too old.

so please try it, and come back with your findings :-)

thanks again!

mariomaz87 commented 2 years ago

Thanks, I tried sending the WOL package but the TV did not respond. I guess it’s too old then. Thanks again!