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

Original TV platform fork with refactored Inputs, config.schema.json, and updated eiscp fork #78

Closed
wants to merge 47 commits into from

Commits on Feb 10, 2019

  1. Convert to Television service accessory. Power state and remote works…

    …. Inputs are populated from ecisp query. Input changing has issues with my model (TX-NR515). Volume from remote doesn't work.
    solowalker27 committed Feb 10, 2019
    Configuration menu
    Copy the full SHA
    8e1473e View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2019

  1. Fix volume changing from remote. Fix adding input sources to TV. Limi…

    …t input sources based on list in config. Clean up logging a little. Edit README.
    solowalker27 committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    5ffa411 View commit details
    Browse the repository at this point in the history
  2. Fix example accessory config (rename to Onkyo-tv)

    [2019-2-11 19:56:12] Loaded plugin: homebridge-onkyo
    [2019-2-11 19:56:12] Registering accessory 'homebridge-onkyo-tv.Onkyo-tv'
    lboue authored Feb 11, 2019
    Configuration menu
    Copy the full SHA
    51e448c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from lboue/patch-1

    Fix example accessory config (rename to Onkyo-tv)
    solowalker27 authored Feb 11, 2019
    Configuration menu
    Copy the full SHA
    b7560b5 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2019

  1. In progress of converting to Platform. General restructuring into a c…

    …lass and starting platform work.
    solowalker27 committed Feb 23, 2019
    Configuration menu
    Copy the full SHA
    fe3e5ca View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2019

  1. Simpler platform. Working.

    solowalker27 committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    c87e376 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9cb04e View commit details
    Browse the repository at this point in the history
  3. Restore legacy Switch service under config setting "switch_service". …

    …Update README.md.
    solowalker27 committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    4e0d356 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'platform'

    # Conflicts:
    #	README.md
    solowalker27 committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    f65e2ee View commit details
    Browse the repository at this point in the history
  5. Merge pull request ToddGreenfield#21 from solowalker27/master

    Convert from Switch to new TV accessory in iOS 12.2 - new new branch devel
    ToddGreenfield authored Feb 24, 2019
    Configuration menu
    Copy the full SHA
    46ce78b View commit details
    Browse the repository at this point in the history
  6. Reduce logging. Cleanup unused code.

    solowalker27 committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    893172e View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2019

  1. Do not use an absolute path to node_modules when importing eiscp-comm…

    …ands.json
    Alexander Sporn committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    862f329 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2019

  1. Merge pull request ToddGreenfield#23 from alexsporn/devel

    Do not use an absolute path to node_modules when importing eiscp-commands.json
    ToddGreenfield authored May 1, 2019
    Configuration menu
    Copy the full SHA
    11f5fd1 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2019

  1. Configuration menu
    Copy the full SHA
    af8a52d View commit details
    Browse the repository at this point in the history

Commits on May 14, 2019

  1. Update README.md

    solowalker27 authored May 14, 2019
    Configuration menu
    Copy the full SHA
    dd472d1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ToddGreenfield#29 from solowalker27/master

    Remove duplicate power state characteristic for TV service.
    ToddGreenfield authored May 14, 2019
    Configuration menu
    Copy the full SHA
    3a98a90 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

  1. Begin refactor. Running currently fails because of something about th…

    …e speaker service.
    solowalker27 committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    ed9c265 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2019

  1. Fix inputs and information services in iOS 13. Speaker Service still …

    …broken.
    solowalker27 committed Aug 18, 2019
    Configuration menu
    Copy the full SHA
    4deb604 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2019

  1. Filter inputs by model, duplicates, and extraneous.

    solowalker27 committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    c678f0c View commit details
    Browse the repository at this point in the history
  2. More input fixes

    solowalker27 committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    85df84e View commit details
    Browse the repository at this point in the history
  3. Update default_input for new input handling

    solowalker27 committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    ab464c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

  1. Fix iOS 13 input issues.

    Copied from homebridge-roku, though I don't quite understand why this works yet and my code didn't.
    solowalker27 committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    5ca37d1 View commit details
    Browse the repository at this point in the history
  2. Update default source handling

    solowalker27 committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    2e006ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    103a6ba View commit details
    Browse the repository at this point in the history
  4. Clean up comments, logging, and code

    solowalker27 committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    c571645 View commit details
    Browse the repository at this point in the history
  5. Revert to Accessory.

    Not sure what Platform buys us at this stage but it would break everyone on upgrade.
    Additional cleanup.
    solowalker27 committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    e6811e8 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2019

  1. Option to filter for specified inputs only

    solowalker27 committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    aa1143c View commit details
    Browse the repository at this point in the history
  2. Update README

    solowalker27 committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    744783c View commit details
    Browse the repository at this point in the history
  3. Version 0.7.0

    solowalker27 committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    d6834f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2019

  1. Configuration menu
    Copy the full SHA
    6934e78 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2019

  1. - Return to Platform

    - Remove legacy Switch service
    - Make Volume Dimmer enabled by default
    solowalker27 committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    99dbe98 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2019

  1. add input logs

    matomato13 authored Dec 15, 2019
    Configuration menu
    Copy the full SHA
    43bfcea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d7046e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17a7a3e View commit details
    Browse the repository at this point in the history
  4. cleanup

    matomato13 authored Dec 15, 2019
    Configuration menu
    Copy the full SHA
    19d0f88 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2019

  1. Merge pull request #11 from matomato13/master

    Fix issue where inputs were missing unless they existed on TX-NR609
    solowalker27 authored Dec 16, 2019
    Configuration menu
    Copy the full SHA
    52925b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. node-eiscp is deprecated. Use a more up-to-date fork.

    solowalker27 committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    bcdb8f0 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2020

  1. Workaround for adding receivers in the 26 set.

    solowalker27 committed May 16, 2020
    Configuration menu
    Copy the full SHA
    c79a1aa View commit details
    Browse the repository at this point in the history
  2. Fix volume_dimmer. Remove unused comments.

    solowalker27 committed May 16, 2020
    Configuration menu
    Copy the full SHA
    fe63e9c View commit details
    Browse the repository at this point in the history
  3. Bump version number

    solowalker27 committed May 16, 2020
    Configuration menu
    Copy the full SHA
    a89c6cb View commit details
    Browse the repository at this point in the history
  4. Refactor config's inputs to be a more standard array with object keys…

    … and values of 'input' and 'label'. Remove some unused code. Add config.schema.json for ui-x support.
    solowalker27 committed May 16, 2020
    Configuration menu
    Copy the full SHA
    80bcd55 View commit details
    Browse the repository at this point in the history
  5. Update README with new inputs array

    solowalker27 committed May 16, 2020
    Configuration menu
    Copy the full SHA
    c3dcb5c View commit details
    Browse the repository at this point in the history
  6. README reference config.schema.json instead of the eiscp-commands.jso…

    …n file. Should be easier for people to read.
    solowalker27 committed May 16, 2020
    Configuration menu
    Copy the full SHA
    bd095c1 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. Configuration menu
    Copy the full SHA
    25fb9e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. Remove relative path for eiscpData require

    solowalker27 committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    e9e091f View commit details
    Browse the repository at this point in the history
  2. Remove reference to legacy Switch Service that is no longer supported…

    …. Remove RxType.js as that was only used by the legacy Switch Service.
    solowalker27 committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    efd7048 View commit details
    Browse the repository at this point in the history
  3. Replace math-round with Math.round

    solowalker27 committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    24ecfb8 View commit details
    Browse the repository at this point in the history