npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

iobroker.onkyo-vis-dev

v1.1.4

Published

Control Onkyo AVRs with EISCP protocol from ioBroker

Downloads

18

Readme

Logo

ioBroker.onkyo-vis Developer version

NPM version Downloads Travis-CI
NPM

This adapter allows control of Onkyo and Pioneer AVRs using the EISCP protocol.

It uses node-eiscp: https://github.com/tillbaks/node-eiscp

For sending commands, there is a special state "RAW". Writes to that state trigger only RAW commands like the known EISCP Excel files As example of an EISCP RAW command in the form of "PWR01".

DEVELOPER VERSION

Another special state maintained by the adapter is "connected". It's a boolean showing whether node-eiscp is currently connected to a receiver.

Example of VIS view VIS

Tested Receivers

Onkyo

  • TX-NR 525
  • TX-NR 626
  • TX-NR 727

Pioneer

  • VXS-S520D
  • VSX-1131

ChangeLog

1.1.5

  • (Eisbaeeer) Zones will be powered if tune preset selected

1.1.4

  • (Eisbaeeer) Added direct tuning in zones (issue #2)

1.1.3

  • (Eisbaeeer) Adding Navigation Items

1.1.2

  • (Eisbaeeer) Adding CoverArt

1.1.1

  • (Eisbaeeer) Update zone 2 volume after power on. Adding Pioneer Receivers with eiscp support.

1.1.0

  • (Eisbaeeer) Completely new structure (Zone1, Zone2, Device)

1.0.5

  • (Eisbaeeer) Changed structure
  • (Eisbaeeer) Added Object RAW to send own commands

1.0.4 (2018.07.24)

  • (Eisbaeeer) Cleaned program
  • (Eisbaeeer) Fix logging

1.0.2 (2018.02.28)

  • (Eisbaeeer) Changed name of adapter
  • (Eisbaeeer) Added testing of adapter in travis

1.0.0 (2017.11.28)

  • (Eisbaeeer) Add max volume settings to zone1 and zone2.
  • (Eisbaeeer) changed objects to switch
  • (Eisbaeeer) moved adapter to "multimedia"
  • (Eisbaeeer) cleaned log outputs

0.1.20 (2016.03.29)

  • (Eisbaeeer) Add checkbox in settings for VIS objects. Volumes can be set in decimal. Power states, mute states, etc. are now usable with VIS buttons.

0.1.12 (2016.02.25)

  • (installator) Fix power state

0.1.11 (2016.01.13)

  • (installator) Fix regexp error

0.1.10

  • (installator) For command CTL sets Center Level -12 - 0 - +12

0.1.9

  • (installator) change power to system-power

0.1.8

  • (installator) fix values to control power and enable using of 1 and 0

0.1.7

  • (bluefox) fix creation of specific states (twice)

0.1.6

  • (bluefox) fix creation of specific states

0.1.5

  • (bluefox) fix node-eiscp package

0.1.4

  • (bluefox) add debug outputs

0.1.1

  • (bluefox) replace git with tarball

0.1.0

  • (bluefox) update adapter for new concept

0.0.4

  • (owagner) use verify_commands=false, to be able to send high-level commands to unknown AVR models

0.0.3

  • (owagner) allow setting of states other than "command". This will trigger a high level command with the state name being set to the new value. Note that this will fail for many newer models, as they are not yet properly represented in node-eiscp's command table. Use the raw command in that case
  • send some initial queries upon connect to get basic state information from the AVR

0.0.2

  • (owagner) support node-eiscp's Autodiscovery mechanism
  • (owagner) updated README, notably removing bogus reference to single instancing

0.0.1

  • (owagner) initial version