core: Panasonic GX800 series with Panasonic Viera TV integration doesn't works

Home Assistant release with the issue: channel: stable hassos: “2.11” homeassistant: 0.102.1 hostname: hassio logging: info machine: raspberrypi3 supervisor: “192” supported_arch:

  • armv7
  • armhf timezone: Europe/Rome

Last working Home Assistant release (if known): homeassistant: 0.102.1

Operating environment (Hass.io/Docker/Windows/etc.): Hass.io

Integration: https://www.home-assistant.io/integrations/panasonic_viera/

Description of problem: Internal server error 500 when press all buttons except the mute button that works.

Problem-relevant configuration.yaml entries and (fill out even if it seems unimportant):

  • platform: panasonic_viera host: 192.168.102.61 mac: XX:XX:XX:XX:XX:XX app_power: true

Traceback (if applicable):


Additional information:

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 43 (20 by maintainers)

Most upvoted comments

For reference it now gives another error:

An unknown error occurred: local variable ‘res’ referenced before assignment

That’s a problem with the panasonic_viera library when the connection is not successful. My latest pull request fixes it.

Well it is indeed connected through WiFi and the turn action has no effect with WOL. Still weird the Panasonic app has no issues.

That’s strange… I will download the app and see if I can figure out how it works.

By the way, the documentation page will be updated when Home Assistant gets updated. There you can find more info about customization. 😃

I made a pull request that updates the component to support encryption (with persistent data and all). I just need to figure out how to make the tests pass (it’s the first time I ever contribute to HA).