-
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
Failed connection due to encyrption credentials #104
Comments
Hi, this is intreresting. Some quick questions in order to try to frame the root issue properly:
Thanks in advance for your patience, and a great weekend too! António |
Hi, i started with 4.0.39. Switching TV on / off worked after the first implementation of the TV as a device over homekit. After the first time switching the TV off there were no successful commands..... I tested the remote again just now (used it days before home bridge) and now i have the same issue with the remote app. So it seems that the TV accept the Pin / credentials only for one session. However this is strange and makes no sense for me, i switched from lan to WLAN for test purposes same results, below ist a part of the log with initalisation working communikation and the erros afterwards. Is there a way to manually add crentials for the TV?
|
MANY, MANY thanks for the logs... if i'm seeing things right - i think i've spotted the root cause. just look... first time you setup yout TV its IP was If right now the TV's address is still {
"platform": "PanasonicVieraTV",
"tvs": [
{
"appId": "AerAdLgn634luA==",
"customVolumeSlider": false,
"encKey": "IFRkQXbUw4aEqzJRm+2uXQ==",
"friendlyName": "Panasonic TV",
"ipAddress": "10.0.0.23"
}
]
} and restarting Homebridge should be enough to get things straight, that until TV's address changes again (ence the need to get it static)... Hope this helps, if not just bug me again - we'll sort it out :-) All the best, António |
Hi, thanks for your Input, i shold have add more infomation so the log is not misleading. I have two reserverations on my dhcp, one for the LAN mac and one of the WLAN mac adress of the TV. So this should be fine, i only switched the tv from LAN to wlan to test if anything on the LAN side causing the problems. At the same time i add a new device in homebridge with the WLAN IP 23 and this one making the same errors as the device that was add with LAN and ip 22. |
Hi,
i get an Error with your Plugin v4.0.39
"10.0.0.22 ('TX-65JZF1507')' ignored, as it is from a Panasonic TV that requires encryption and no working credentials were supplied. "
Connection from Hombridge to the TV can be established for configuration over Hombridge UI, but it seems that the connection to the TV it is not possible after that point / restarting HB.
my JSON is:
Maybe i am missing something in Setup the conection but TV Remote APP working fine, thank you for your Work.
The text was updated successfully, but these errors were encountered: