-
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
Plugin seems broken(empty) after HomeKit architecture upgrade (iOS 16.4) #118
Comments
Hi, ok, this one I was able to somewhat reproduce (just upgraded to new 'arch') ... some quick questions ... a) do you have AppleTVs (or something from Apple that can act as an homekit hub) around? Are they all updated? messing with the two above factors seems to have smoothed things here, but too early yet to tell if they are enough. Can you please report on your side? Thanks in advance and have a great weekend! |
Hi Im using Bonjour HAP as mDNS Advertiser. I just tried all the other mDNS options, adding my TV with the IP address, PIN code accepted and TV showing "parring complete" on the screen. Every time the plugin just returns blank. Totally empty. I have both an Apple TV 4K and a HomePod mini. They are all on the latest software version (non beta). The problem has been there since the last couple of public releases of TvOS, iOS and AudioOS. I thought it was because of the new HomeKit architecture, but im not sure if that's the case at all? Right now it seems to be related to homebridge it self? Please let me know if I can do more to help you out :) Thanks for looking into this and have a great weekend too! |
Hi @AntonioMeireles, I've also got the same issue after HomeKit Architecture upgraded. Are you currently working on a fix for this issue, and if so, do you have an estimated timeframe for when the fix will be available? |
You can temporarily make the plug-in work if you enable debug and get the encryption key from there, and then edit the config manually. |
I had exactly the same issue with my 2018 Panasonic OLED but I managed to fix it by doing what @rescph wrote in his comment above. |
For everybody else's benefit, here is what you need to do now that this plugin's configuration is broken: Take these two lines (from the debug output): and put them into your device configuration in the tvs array as follows (noting that "key" is renamed to "encKey"): |
For complete noobs like me your config should look something like this with specified HDMI inputs as well if needed: { |
Hi :)
After the recent upgrade to the new HomeKit Architecture introduced in iOS 16.4 https://support.apple.com/en-us/HT213481
The plugin has stopped working. I can still go trough to the setup process with no issues, but after pressing save the plugin is blank. The TV is not there anymore.
I have reinstalled both homebridge and the plugin, that didn't solve the issue.
I have used the plugin for years without any serious issues, and it simply just stopped working from on day to another.
Homekit logs:
[4/2/2023, 8:40:46 AM] [Homebridge UI] [homebridge-vieramatic] Incoming Request: /ping
[4/2/2023, 8:40:46 AM] [Homebridge UI] [homebridge-vieramatic] ---> (ping) 192.168.0.23 true
[4/2/2023, 8:40:46 AM] [Homebridge UI] [homebridge-vieramatic] Incoming Request: /specs
[4/2/2023, 8:40:46 AM] [Homebridge UI] [homebridge-vieramatic] ---> (specs) 192.168.0.23
[4/2/2023, 8:40:46 AM] [Homebridge UI] [homebridge-vieramatic] found a 'Panasonic VIErA' TV (TX-65GZ960E) at '192.168.0.23' (requires crypto for communication).
[4/2/2023, 8:40:46 AM] [Homebridge UI] [homebridge-vieramatic] Incoming Request: /pin
[4/2/2023, 8:40:46 AM] [Homebridge UI] [homebridge-vieramatic] ---> (pin request) 192.168.0.23
[4/2/2023, 8:40:46 AM] [Homebridge UI] [homebridge-vieramatic] found a 'Panasonic VIErA' TV (TX-65GZ960E) at '192.168.0.23' (requires crypto for communication).
[4/2/2023, 8:40:52 AM] [Homebridge UI] [homebridge-vieramatic] Incoming Request: /pair
---> (pairing request) 192.168.0.23 7210 x/eDIM63iWxeFono5Mv1bA==
[4/2/2023, 8:40:52 AM] [Homebridge UI] [homebridge-vieramatic] found a 'Panasonic VIErA' TV (TX-65GZ960E) at '192.168.0.23' (requires crypto for communication).
[4/2/2023, 8:40:52 AM] [Homebridge UI] [homebridge-vieramatic] ---> (pair) {
value: [Object: null prototype] {
appId: 'AY0mhQARMqPibQ==',
key: 'RkUnr5t0ILw7GXZIbizhDQ=='
}
}
[4/2/2023, 8:40:52 AM] [Homebridge UI] [homebridge-vieramatic] Incoming Request: /specs
[4/2/2023, 8:40:52 AM] [Homebridge UI] [homebridge-vieramatic] ---> (specs) 192.168.0.23
[4/2/2023, 8:40:52 AM] [Homebridge UI] [homebridge-vieramatic] found a 'Panasonic VIErA' TV (TX-65GZ960E) at '192.168.0.23' (requires crypto for communication).
[4/2/2023, 8:40:52 AM] [Homebridge UI] [homebridge-vieramatic] found a 'Panasonic VIErA' TV (TX-65GZ960E) at '192.168.0.23' (requires crypto for communication).
[4/2/2023, 8:40:54 AM] [Homebridge UI] Changes to config.json saved.
[4/2/2023, 8:40:54 AM] [Homebridge UI] [homebridge-vieramatic] Terminating child process...
[4/2/2023, 8:40:54 AM] [Homebridge UI] [homebridge-vieramatic] Child process ended
[4/2/2023, 8:40:58 AM] [Homebridge UI] [homebridge-vieramatic] Terminating child process...
[4/2/2023, 8:40:58 AM] [Homebridge UI] [homebridge-vieramatic] Child process ended
config.json
contents.{
"bridge": {
"name": "Homebridge 59D5",
"username": "0E:42:BC:2A:9D:64",
"port": 51899,
"pin": "951-42-864",
"bind": [
"eth0"
]
},
"accessories": [],
"platforms": [
{
"name": "Config",
"port": 8581,
"platform": "config"
}
]
}
accessories/vieramatic.json
(path is relative to homebridge's datadir){
"platform": "PanasonicVieraTV",
"name": "PanasonicVieraTV"
}
Hope you can look into this and please get back to me so I can help you further to investigate this issue.
Thank you. Kind regards.
The text was updated successfully, but these errors were encountered: