-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setInput 500 HTTPError: Response code 500 (Internal Server Error) #97
Comments
Hi again! just a first quick NOTE - unless the firmware for your set in your side of the world is substantially different than the one here in Europe - ALL sets that require encryption should also support WakeOnLan and Networked StandBy. Just make sure that all settings referenced here are activated (you have them all on your set, right ? can you post a screenshot too please). for WOL to be attempted you 'd need to have the mac address set in the homebridge config (and per what you posted you haven't), but even that shouldn't be needed as networked standby is supposed to work and be available. thanks again for reporting, and one way or another, just like last time, we'll sort this out :-) Have a great weekend too! António |
can you please also attach here the contents of your |
Here in Brazil at least this TV model doesn't have WOL support. Like the print. When I bought in 2018, this was an upset, even before I start with Homebridge/HomeKit
And how can I do that? (I'm digging in advance for this info) |
{"4D454930-0200-1000-8001-80C755135201":{"data":{"inputs":{"applications":{"0":{"id":"0387878700000102","name":"Apps Market"},"1":{"id":"0010000200000001","name":"Netflix","hidden":0},"2":{"id":"0010000100180001","name":"Amazon Prime Video","hidden":0},"3":{"id":"0070000200180001","name":"YouTube","hidden":0},"4":{"id":"0076011007000001","name":"Telecine Play"},"5":{"id":"0076009407000001","name":"Globoplay","hidden":0},"6":{"id":"0387878700000141","name":"Audio Link","hidden":0},"7":{"id":"0387878700000003","name":"Guia DTV","hidden":0},"8":{"id":"0077777700160002","name":"Browser"},"9":{"id":"0387878700000050","name":"Multi Janelas"},"10":{"id":"0387878700000013","name":"TV gravada"},"11":{"id":"0387878700150020","name":"Calendário"},"12":{"id":"0387878700000016","name":"VIERA Link","hidden":0},"13":{"id":"0010003800000001","name":"Globosat Play"},"14":{"id":"0010001800000001","name":"TuneIn"},"15":{"id":"0010005200000001","name":"Jacaré Banguela"},"16":{"id":"0010003600000001","name":"Santos TV"},"17":{"id":"0010003100000001","name":"TV Cultura"},"18":{"id":"0076011107000001","name":"Looke"},"19":{"id":"0010004700000001","name":"TV Estadão"},"20":{"id":"0310003A00000001","name":"Estadão"},"21":{"id":"0076002307170001","name":"Digital Concert Hall"},"22":{"id":"0387878700000140","name":"Central de notificações"},"23":{"id":"0070002900000002","name":"Disney+"},"24":{"id":"0070003000000001","name":"Apple TV+"},"25":{"id":"0070003100000001","name":"YouTube Music"}},"hdmi":[{"id":"2","name":"Apple TV"},{"id":"1","name":"Receiver"}],"TUNER":{"hidden":0}},"ipAddress":"10.0.0.41","specs":{"friendlyName":"TV da Sala","manufacturer":"Panasonic","modelName":"Panasonic VIErA","modelNumber":"TC-55FX800B","requiresEncryption":true,"serialNumber":"4D454930-0200-1000-8001-80C755135201"}}} |
sorry lag! (work/life not leaving much time left for watching TV or doing OSS development). according to https://www.manualowl.com/m/Panasonic/TC-55FX800/Manual/655379 your TV should really have at the veryt least WOL support. (page 58) [it's not clear if it has networked standby]. can you change TV language to english and check again that the feature is not there ? (per your screenshot above the key options should be under the "Controle Remoto" tab...) _a priori_ what is needed is to have those two settings as **ON** . then grab gthe TV's macaddress and add `"mac": "YOUR_TV_MAC_ADDRESS",` to your TV's homebridge config block.bug me again if things still not behave plz. Thanks again for your patience, and have a great weekend! |
Hey, thanks for your answer! |
Describe your issue
When I try to going through all HDMI Inputs or Turn ON/OFF after Wake Up the command doesn't respond.
Issue Context
1. Homebridge LOG
2. Config.json
4. Details about your specific homebridge setup
- Raspberry Pi Zero W
- Raspbian GNU/Linux Bullseye (11)
- Node 16.14.0
- Homebridge 1.4.0
- Plugin 4.0.29
- Panasonic FX800B - Wired connection
5. Additional Info
If I reboot the Homebridge service with TV turned on, works properly. The issue happens when the Homebridge is running and TV is off. When I turn on the Tv via remote control (this TV Model don't have Wake on LAN), the TV show turned ON on HomeKit but interactions doesn't work, like Turn ON/OFF and HDMI Inputs.
The text was updated successfully, but these errors were encountered: