-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
[Amazon Fire TV Device Support]: INSIGNIA F20 Series #489
Comments
Thank you for filling out this form, @unc2k3 Looking over the data you sent me, it looks like event8 should work for your TV. Even if it doesn't, Strong (Slower) should always work. I wonder why it's not. 🤔 Since you say you've tried them all, let's keep looking. It could be the TV itself, or it could be the configuration you've been trying. Can you send me the YAML config for your Firemote card? |
Here's the YAML:
type: custom:firemote-card
entity: remote.fire_tv_192_168_2_185
device_family: amazon-fire
device_type: fire_tv_4_series
compatibility_mode: default
app_launch_1: prime-video
app_launch_2: netflix
app_launch_3: spotify
app_launch_4: peacock
visible_name_text: Garage TV
name_position: bottom
visible_name_text_color: '#ff0000'
defaultRemoteStyle_override: AF5
Sincerely,
Keenan Holtvoigt
On 8/28/2024 3:52:48 PM, Doug Nelson ***@***.***> wrote:
Thank you for filling out this form, @unc2k3 [https://github.com/unc2k3]
Looking over the data you sent me, it looks like event8 should work for your TV. Even if it doesn't, Strong (Slower) should always work. I wonder why it's not. 🤔 Since you say you've tried them all, let's keep looking.
It could be the TV itself, or it could be the configuration you've been trying.
Can you send me the YAML config for your Firemote card?
*
Click the SHOW CODE EDITOR button
image.png (view on web) [https://github.com/user-attachments/assets/7c30fbee-240e-40a6-aa17-afbabc5eac8f]
*
Reply to this message by doing a Copy/Paste of the YAML you find
image.png (view on web) [https://github.com/user-attachments/assets/ec141fe6-4cfb-49f3-882a-f7c9714d91f0]
—
Reply to this email directly, view it on GitHub [#489 (comment)], or unsubscribe [https://github.com/notifications/unsubscribe-auth/AOK5J3IWQVXPUNLKE7A3YVDZTYTBBAVCNFSM6AAAAABNI44Z56VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMJWGEZTMMBSHE].
You are receiving this because you were mentioned.Message ID: ***@***.***>
[fadf2f2c-3cf7-4aaa-a5f1-146e7900472f]
|
The power button is lit and I tried replacing the yaml with both configurations you sent. Still no luck on any of the inputs with the firemote card.
Sincerely,
Keenan Holtvoigt
On 8/28/2024 4:17:05 PM, Doug Nelson ***@***.***> wrote:
Thanks!
Let's do some investigation
BEFORE YOU START Please have your TV turned on and first press any button on your physical remote control.
After confirming that your TV is on, and your physical remote is working, take a look at the Firemote card to confirm that the power light is lit.
lit not lit
[image] [https://github.com/user-attachments/assets/52546570-7b42-4cce-8c7f-47314ff349b4] [image] [https://github.com/user-attachments/assets/edef5eb9-d154-42ca-a2cb-6d5912055068]
If the power light on your Firemote is not lit, that means that you have selected the wrong Android Debug Bridge Entity: in your configuration. If it is lit, then let's move on.
Replace your YAML config with the following:
type: custom:firemote-card entity: remote.fire_tv_192_168_2_185 device_family: amazon-fire device_type: fire_tv_4_series compatibility_mode: event8 app_launch_1: prime-video app_launch_2: netflix app_launch_3: spotify app_launch_4: peacock visible_name_text: Garage TV name_position: bottom visible_name_text_color: '#ff0000' defaultRemoteStyle_override: AF5
Save your changes, and try it out.
If that does not work, replace your YAML config with this following:
type: custom:firemote-card entity: remote.fire_tv_192_168_2_185 device_family: amazon-fire device_type: fire_tv_4_series compatibility_mode: strong app_launch_1: prime-video app_launch_2: netflix app_launch_3: spotify app_launch_4: peacock visible_name_text: Garage TV name_position: bottom visible_name_text_color: '#ff0000' defaultRemoteStyle_override: AF5
Thank you for working with me on this.
-Doug
—
Reply to this email directly, view it on GitHub [#489 (comment)], or unsubscribe [https://github.com/notifications/unsubscribe-auth/AOK5J3MKCV6VLLHBYQJBZEDZTYV4DAVCNFSM6AAAAABNI44Z56VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMJWGE3TIOJRGI].
You are receiving this because you were mentioned.Message ID: ***@***.***>
[300505cb-3475-455a-ac4c-94cfdfea6d08]
|
Interesting thing I also noticed is that the power button stays lit, even when the tv is off.
Sincerely,
Keenan Holtvoigt
On 8/28/2024 4:17:05 PM, Doug Nelson ***@***.***> wrote:
Thanks!
Let's do some investigation
BEFORE YOU START Please have your TV turned on and first press any button on your physical remote control.
After confirming that your TV is on, and your physical remote is working, take a look at the Firemote card to confirm that the power light is lit.
lit not lit
[image] [https://github.com/user-attachments/assets/52546570-7b42-4cce-8c7f-47314ff349b4] [image] [https://github.com/user-attachments/assets/edef5eb9-d154-42ca-a2cb-6d5912055068]
If the power light on your Firemote is not lit, that means that you have selected the wrong Android Debug Bridge Entity: in your configuration. If it is lit, then let's move on.
Replace your YAML config with the following:
type: custom:firemote-card entity: remote.fire_tv_192_168_2_185 device_family: amazon-fire device_type: fire_tv_4_series compatibility_mode: event8 app_launch_1: prime-video app_launch_2: netflix app_launch_3: spotify app_launch_4: peacock visible_name_text: Garage TV name_position: bottom visible_name_text_color: '#ff0000' defaultRemoteStyle_override: AF5
Save your changes, and try it out.
If that does not work, replace your YAML config with this following:
type: custom:firemote-card entity: remote.fire_tv_192_168_2_185 device_family: amazon-fire device_type: fire_tv_4_series compatibility_mode: strong app_launch_1: prime-video app_launch_2: netflix app_launch_3: spotify app_launch_4: peacock visible_name_text: Garage TV name_position: bottom visible_name_text_color: '#ff0000' defaultRemoteStyle_override: AF5
Thank you for working with me on this.
-Doug
—
Reply to this email directly, view it on GitHub [#489 (comment)], or unsubscribe [https://github.com/notifications/unsubscribe-auth/AOK5J3MKCV6VLLHBYQJBZEDZTYV4DAVCNFSM6AAAAABNI44Z56VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMJWGE3TIOJRGI].
You are receiving this because you were mentioned.Message ID: ***@***.***>
[9747bea8-4529-485f-8f1b-65cbac5eb71f]
|
What other options do you have under your Android Debug Bridge Entity menu? I edited my previous note, but you may not have seen that change:
|
That solved it. There were 2 entries for the ip address. I just selected the other one. |
YAY!! So, two questions left before I can continue:
|
I put it back on default rather than strong and it seems to be working great. The remote looks like AF5 with one exception, which is that the blue button at the top of the AF5 remote in HA shows a blue keyboard like button, whereas the remote I received with the tv has a blue Alexa icon button instead. As a side note, I've also got 2 Nvidia Sheilds. One works flawlessly and the other works with the exception of the volume buttons. Any idea what that might be? I've tried both ADB entities and switched between Remote and TV for the Associated Android TV Remote entity. Only the "Remote" gives me any functionality, but still not volume controls either way. Here's the YAML: I also just tried this config and still no volume controls: For reference, CEC is enabled. |
Since this issue thread is about adding the INSIGNIA F20 series to the supported devices list, I want to stick to that topic here. I opened a new discussion for your other questions.
If you're using device_type: fire_tv_4_series default is the same as selecting event0. From the data you sent me, I'm a little surprised that event0 works. Can you confirm that all of the buttons work under event0 and then compare those results with event8 ?
This is an intentional decision. Since I haven't found a way to emulate the Alexa button functionality for all Fire devices, I decided from the beginning to just replace the Alexa button with a Firemote keyboard button. It comes in very handy, I think. Others seem to like it too. |
Yes I can confirm all of the buttons are working on event0 and it appears to be no different on event8 |
Perfect! Thank you! I should be able to slip this request into the next beta release, which will be available very soon! I'll keep you posted. (click here if you are curious about that beta) |
v4.0.0b4 What's New: - Completed code for all planned longpress actions! - Support for Amazon Fire INSIGNIA F20 Series TVs (#489) - Fixed a bug that put too many entities in the entity dropdown - App launcher for BabyTV (#482) - App launcher for Claro tv+ (#481) What's Changed: - Re-adjusted the regular Downloader app icon - Custom_launchers YAML now accepts 'action' or 'service' Can't see these changes after updating? Visit this link: https://github.com/PRProd/HA-Firemote/wiki/Force-a-Refresh Can't see language translation updates? Visit this link: https://github.com/PRProd/HA-Firemote/wiki/Changing-Your-Home-Assistant-Language
Good news @unc2k3! I have just published a beta Firemote version v4.0.0b4 which contains support for your INSIGNIA TV. Please download this beta version, configure your Firemote card using the new INSIGNIA TV (F20 Series) device model option with default compatibility mode. After setting everything up, please let me know if any of the buttons don't quite work like they should, and I'll get it fixed for you! -Doug After updating to the newest version, if you are unable to see the new updates on your Firemote card, visit this link for help. |
More good news @unc2k3! I have just published Firemote version v4.0.0 which moves your device support request from beta to official. Please let me know if anything needs to be adjusted. Enjoy! -Doug After updating to the newest version, if you are unable to see the new updates on your Firemote card, visit this link for help. |
Device Name
INSIGNIA F20 Series
Which compatibility mode event number works BEST with your device?
event0
Device ADB Input Interrogation Response
click to expand
Additional Comments (optional)
INSIGNIA 42-inch Class F20 Series Smart Full HD 1080p Fire TV with Alexa Voice Remote (NS-42F201NA23)
https://a.co/d/4jgsF56
None of the buttons work at all and I tried every single compatibility mode possible.
The text was updated successfully, but these errors were encountered: