1.0.5 • Published 6 years ago

iobroker.onkyo-vis v1.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Logo

ioBroker.onkyo-vis

NPM version Downloads Travis-CI
NPM

This adapter allows control of Onkyo 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".

VIS compatibility

The adapter will convert the given values in Onkyo readable values and sends it directly to the receiver and vice versa. In this way you can set the value of e.g. volume with a slider or input box. If you control your receiver via IR you will get this reply also on this object. As an second example, you can use a boolean switch button to control the power-button of the receiver.

! Please do only use the Object "RAW" to send own commands. Please do not check the "Ack" flad, otherwise the command will not be working.

OBJECT WHO CAN USED IN VISISCPInput valueExampleDescription
Volume_Zone1MVL1-99 decimal20"Master volume (Zone 1)"
Volume_Zone2ZVL1-00 decimal22"Volume zone2 (Zone 2)"
Audio_Mute_Zone1AMTtrue/false or 00/0100"Mute Zone1"
Audio_Mute_Zone2ZMTtrue/false or 00/0101"Mute Zone2"
Input_Select_Zone1SLI00-FF hex2B"See excel list EISCP for hex values"
Input_Select_Zone2SLZ00-FF hex2F"See excel list EISCP for hex values"
Internet_Radio_Preset_Zone1NPR1-40 decimal12"Internet radio preset number Zone 1"
Internet_Radio_Preset_Zone2NPZ1-40 decimal10"Internet radio preset number Zone 2"
Tuner_Preset_Zone1PRS1-30 decimal08"Tuner preset number Zone 1"
Tuner_Preset_Zone2PRZ1-30 decimal11"Tuner preset number Zone 2"
Power_Zone1PWRtrue/false or 00/0100 or 0"Power Zone 1"
Power_Zone2ZPWtrue/false or 00/0101 or 1"Power Zone 2"

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

ToDo

  • Adding new admin to adapter

ChangeLog

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