-
Notifications
You must be signed in to change notification settings - Fork 21
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
Panasonic GX800 series with Panasonic Viera TV integration doesn't works in Home Assistant #26
Comments
This problem will very likely be fixed with version 0.109 of Home Assistant, since it features an updated |
Hi, thanks for your reply but the components doesn't works, below the error and my configuration: 2020-04-25 15:47:49 ERROR (MainThread) [homeassistant.setup] Setup failed for panasonic_viera: No setup function defined. panasonic_viera: My Home assistant version: 0.108.9 The components directory contents is: |
that's because you don't have the updated version yet :) You can either wait for Home Assistant 0.109 to be released or transfer the new component in your own (download it from home-assistant/core and move it to |
Thanks. |
In theory, you could run Or you could just use YAML, but I'm not sure if the setup process would work without running hassfest. |
Hi, I don't find any file with this name "script.hassfest", where must I to launch this command? |
You need to run it from root (just type :) |
Hi, i've executed the suggested command, below the output but in configuration-->integrations don't see nothing. bash-5.0# |
Oh, I'm sorry. Actually, you don't need to run it from root. Just run it from the folder opened when the terminal starts. |
same behavior in the terminal start... |
Are you in the |
root@raspberrypi:~# docker exec -it homeassistant bash |
I thought you were running docker from Visual Studio Code, sorry 😅. Try to find the folder for Home Assistant core and run it from there. |
I've executed the command in this /usr/src/homeassistant/ docker container directory, restarted the homeassistant container but doesn't works. The command executed |
during restart obtain below error: |
I haven't seen that before... Try to remove |
Now works, ip address not correct, sorry.........just one question: why is not present channel up and down button? |
It's because the media_player domain doesn't support channel up/down, so there isn't a native API for that. However, there's another pull request I made that makes the integration create a new The pull request wasn't accepted yet, but you can download the source code from my repo and replace it with your current integration if you want. (you won't need to do the pairing process done again) |
Thanks a lot for your patient and availability. |
That doesn't mean we can't modify it in the future to work like the webOS integration, that handles next/previous track as channel up/down when the source is Live TV.
You're welcome! |
Also, I can't close this issue since I'm not the repository owner, so, if you feel like your problem is fixed, you can close it :) |
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
The text was updated successfully, but these errors were encountered: