question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[pioneeravr] Volume set for VSX 528 like AVRs

See original GitHub issue

Hi, very nice Binding. It works very well for me. But some receivers, like my VSX 528, has no volume set command (VL), only VU and VD. For my homematic i had a workaround with a loop who set the Volume with x VU/VD commands. It would be nice, the binding has a function like this.

Here some code, sadly i am no java programmer (i am at the end no Programmer 😉) This code is from http://forum.logicmachine.net/showthread.php?tid=15

`function setvolume(host, port, volumelevel)

local currentvolume = getvolume(host, port)

if volumelevel > currentvolume then for i = currentvolume, volumelevel -1, 2 do telnetsend(host,port,VOLUME_UP) end else for i = volumelevel, currentvolume-1, 2 do telnetsend(host,port,VOLUME_DOWN) end end

currentvolume = getvolume(host, port) return currentvolume

end

`

Greetings, Jochen

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:44 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
thebeatercommented, Mar 2, 2019

Hi @Stratehm,

is your binding in the official Release for Version Openhab 2.4 integrated with the setvolume Feature?

I can’t get it working because no Version of the Pioneer’s in the “choose thing”-Dialog is working for me.

Could you provide an Snapshot or inform when you plan the integration in Openhab official?

0reactions
hmerkcommented, Jul 24, 2021

closed due to inactivity.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Pioneer AVR integration (supporting config flow and asyncio)
It supports configuration via both YAML and config flow, and handles the basics to integrate the AVR into Home Assistant: power, volume, source ......
Read more >
Support VSX-529 #1531 - openhab/openhab-addons - GitHub
For the VSX-529 the following commands (OpenHab 1) are working fine: ... same issue #1344: Pioneer Binding Volume set for VSX 528 like...
Read more >
AXD7692 Replaced Remote fit for Pioneer AV Receiver VSX ...
Amazon.com: AXD7692 Replaced Remote fit for Pioneer AV Receiver VSX-43 8300769200010-IL VSX-828-K VSX-828-S VSX-528-K VSX-528-S VSX-1023-K VSX-823-K ...
Read more >
[SOLVED] openHABian with Tivo & Pioneer VSX-1023
Hi, very nice Binding. It works very well for me. But some receivers, like my VSX 528, has no volume set command... Some...
Read more >
Pioneer VSX-528 home theatre receiver review - CNET
Pioneer's VSX -528 offers good network and home theatre support with some useful extras, such as Spotify Connect, at an entry-level price.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found