Open Particpant opened 1 year ago
I previously filed https://github.com/home-assistant/core/issues/90019, but missed the stale bot's closure.
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment π This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.
Linked issue
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment π This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.
Linked issue was closed without being merged, problem still exists.
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment π This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.
Still not fixed.
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment π This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.
Unresolved.
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment π This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.
Add this to your configuration.yaml
Fill in the info below (delete the brackets, keep the quotes)
panasonic_viera:
host: <tv ip address>
name: <Name of your TV>
turn_on_action:
- service: wake_on_lan.send_magic_packet
data:
mac: "<your tv's MAC>"
This
Add this to your configuration.yaml
Fill in the info below (delete the brackets, keep the quotes)
panasonic_viera: host: <tv ip address> name: <Name of your TV> turn_on_action: - service: wake_on_lan.send_magic_packet data: mac: "<your tv's MAC>"
This is not the issue. The issue specifically states βwhen set up via the UIβ. Secondly, this workaround brings about another bug where home assistant will keep discovering views TVs when set up via the yaml with no way to ignore the discovery.
issue specifically states βwhen set up via the UIβ. Secondly, this workaround brings about another bug where home assistant will keep discovering views TVs when set up via the yaml with no way to ignore the disc
Yeah, I have that issue too. I just ignore it mentally. It's better to have a mildly annoying flag than not have functionality IMO. But your mileage may vary.
The bug had been opened for a year and a half. The workaround I posted will get you WOL capability. There was a separate issue for resolving the second device that gets discovered and is unable to be ignored, but it went stale earlier this year (https://github.com/home-assistant/core/issues/50231)
The problem
When setting up the Panasonic Viera integration, it's not possible to set up the "power-on" key, and the TV is listed as unavailable, despite being active on the network at the configured IP address.
What version of Home Assistant Core has the issue?
core-2023.7.1
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Panasonic Viera
Link to integration documentation on our website
https://www.home-assistant.io/integrations/panasonic_viera
Diagnostics information
No response
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
It appears the settings for targeting a WoL packet for power-on are just missing from the UI setup flow. I'm suspecting the integration can't access the API when the TV is off, and that's why it's unavailable.