GithubHelp home page GithubHelp logo

aiopioneer's People

Contributors

crowbarz avatar pantherale0 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

aiopioneer's Issues

DMR sound directly to speakers?

In Homeassistant the input select while playing from a DLNA server is automatically set to "47" for my VSX-S510.
When the TV is switched on it plays fine, over HDMI-ARC, since that is enabled.
I tried to find what input selection is needed when I want to keep the TV in standby and still have audio directly over the speakers.
Any suggestion?

Is this web scrapping if you are accessing the json?

Something of note. pioneer-receiver-notes The StatusHandlder.asp give Zone and channel names. Actually, it looks like a one stop current values page. File this other interesting to know, but we have all that.

http://[192.168.4.44/StatusHandler.asp](http://192.168.4.44/StatusHandler.asp)

{
	"S":1,
	"B":0,
	"Z":[
		{"P":1,"V":93,"M":0,"I":[4,25,5,15,10,14,19,20,21,17,1,3,2,27,26,33],"C":5},
		{"P":0,"V":-1,"M":0,"I":[4,5,15,10,14,1,3,2,33],"C":4}
	],
	"L":1,
	"A":5,
	"IL":[
		"Wii           ",
		"Bluray        ",
		"TV/SAT",
		"DVR/BDR",
		"VIDEO 1",
		"VIDEO 2",
		"CabIe         ",
		"Computer      ",
		"Amazon FireTV ",
		"iPod/USB",
		"CD",
		"CD-R/TAPE",
		"TUNER",
		"SIRIUS",
		"INTERNET RADIO",
		"ADAPTER PORT"
	],
	"H":0
}

And the radio stations is this link for me. InternetRadioSettingListHandler.asp

 http://192.168.4.44/InternetRadioSettingListHandler.asp
{
	"R":[
	{
		"C":1,
		"T":"CBC Radio One",
		"U":"http://origin.www.cbc.ca/mrl2/livemedia/cbcr1-calgary.asx"
	},
	{
		"C":2,
		"T":"CFFR - 660 News",
		"U":"http://38.99.208.186/660NEWS"
	},

...

	{
		"C":24,
		"T":"FM Nirai",
		"U":"http://www.simulradio.jp/asx/fm-nirai.asx"
	}
	]
}	

Support default options by AVR model

  • Create set of device options that can be configured by HA UI and via yaml
  • Move volume_steps and volume_workaround settings into options
  • Add min/max volume and volume step options
  • Update default options based on device model regexp when queried and options have not already been set (eg. turn on volume step for VSX-S510 and VSX-930)

Zones custom inputs

Thank you very much for this integration.

I have a Pioneer VSX-923K receiver and some of the autodetected inputs are not working (they are not present on the receiver).
I tried to customize the sources but those for zone_2 and zone_h are not changing.
In the dashboard I see all the sources from the main zone.

My config is:

- platform: pioneer_async
  name: Pioneer AVR
  host: avr.cr.home.lan
  port: 23
  scan_interval: 60
  timeout: 5.0
  sources:
    "Wii U": "25"
    "HD1": "04"
    "PS4": "06"
    "VE1": "15"
    "PS3": "22"
    "HDMI5/MHL": "23"
    "Switch": "24"
    "XBOX360": "34"
    "Internet Radio": "38"
    "Media Server": "44"
    "Favourites": "45"
    "Ipod/USB": "17"
    "TV": "05"
    "CD": "01"
    "Tuner": "02"
    "Adapter Port": "33"
  params:
    ignore_volume_check: true
    zone_2_sources: ["04", "06", "15", "05", "01", "02", "33"]
    zone_h_sources: ["25", "04", "06", "15", "22", "23", "24", "34"]

Integration issues with MQTT client

Hi!
I have managed to use your code to control the power, volume and mute on my Pioneer VSX-LX53 Avr.
I use Mqtt to make it work.
Now i cannot figure out how to set the input source, listening mode, tone, bass and treble.
Can you help me?

Older Pioneer HDZones not detected

Hello!

Got a older SC-LX57 amp and using with your HA Pioneer addon just fine... Noticed however the HDZone is not picked up..

After doing some tests, it looks like we try to query the volume for the HDZone which fails on this amp. I've managed to find a random Excel document full of supported commands, it looks like volume is not supported for HDZone's on this amp.. When running command "?HZV" in telnet, the amp returns E04.

Removing the volume check will pickup the HDZone correctly but this might not work so great for other devices.

Commands found here, although would highly recommend using Excel or something on a local machine as the document never loaded in a web browser.

https://view.officeapps.live.com/op/view.aspx?src=https%3A%2F%2Fwww.pioneerelectronics.com%2FStaticFiles%2FCustom%2520Install%2FRS-232%2520Codes%2FAv%2520Receivers%2FElite%2520%26%2520Pioneer%2520FY13AVR%2520IP%2520%26%2520RS-232%25205-8-12.xls&wdOrigin=BROWSELINK

aiopioneer on port 23

Is it possible to run aiopioneer tool for a host that has telnet on port 23 ?
I tried with hostname:23 but doesn't seem to work.

Thank you.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.