Skip to content
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

[bug] DIGIT_3 and DIGIT_5 from Sony generic TV data sets are not working #143

Closed
1 task done
kennymc-c opened this issue Oct 20, 2023 · 3 comments
Closed
1 task done
Assignees
Labels
bug Something isn't working ir Infrared releated issue web configurator Web configurator related issue

Comments

@kennymc-c
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Description

I noticed that the DIGIT_3 and DIGIT_5 commands that are included in both Sony Generic TV 1 and 2 IR data sets are not working. All other Digits are working correctly on my Sony XE9005. I had to manually add the commands by learning them from the original remote to be able to switch to the specified channel number.

How to Reproduce

  1. Go to to Remotes and click on +
  2. Search for Sony in data sets
  3. Select either Generic TV 1 or 2
  4. Search for the DIGIT_3 and DIGIT_5 commands
  5. Click on the commands to test it

Expected behavior

You should be be able to use the DIGIT_3 and DIGIT_5 commands to switch to the specified channel number

System version

1.4.3

What part of the system affected by the problem?

Web Configurator

Additional context

No response

@kennymc-c kennymc-c added the bug Something isn't working label Oct 20, 2023
@github-actions github-actions bot added the web configurator Web configurator related issue label Oct 20, 2023
@zehnm zehnm added the ir Infrared releated issue label Dec 11, 2023
@zehnm zehnm self-assigned this Dec 11, 2023
@zehnm
Copy link

zehnm commented Dec 11, 2023

Indeed, 3 & 5 don't work. Will be fixed. In the meantime these are the working codes:

  • DIGIT_3: 4;0x410;12;0
  • DIGIT_5: 4;0x210;12;0

@zehnm zehnm added this to the Roadmap Q4 2023 milestone Dec 13, 2023
@zehnm
Copy link

zehnm commented Dec 13, 2023

This is fixed in next release.

@zehnm
Copy link

zehnm commented Dec 14, 2023

Included in v1.5.2
Existing remote-entities are not automatically updated. Only newly created remote-entities will get the updated codes. For existing entities the above codes can be used to override the keys.

@zehnm zehnm closed this as completed Dec 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ir Infrared releated issue web configurator Web configurator related issue
Projects
Status: Done
Development

No branches or pull requests

2 participants