Closed AKlemm88 closed 2 years ago
Hi Alex,
Yes, you can absolutely do this, I have a project that does this, but uses a physical rotary encoder instead of a remote. I'm very much a novice at Python, so it's probably ugly code and I'm not doing it async yet, but here's my repo: https://github.com/prcutler/pi-dial/ - there are two files, pidial.py
to change the volume and pidial-lcd.py
to display it on a 16x2 display.
Wow, that Sounds nice. I want to have a look on your Code. I am a absolutely beginner in Python. But i think it is easy.
Thx Alex
I'm not sure about the "Volume Monitoring". How do you do this? I cant find anything in your Code for Monitoring the Volume.
I have a Problem, too. The data sent to the l2c Display is shown after a Delay of 2000ms. Do you know this?
Thx
Yes, I know, I didn't like the flicker.
To monitor the volume, you would need to write a method that continuously polls the receiver asking it for its volume.
If you have any questions about my code, feel free to start a discussion there unless your question is denonavr specific. :)
--P
At the Moment i dont have any questions for your Code. But it was very useful.
Maybe any other have an idea how to get the Info about the Volume or Input Changes?
At the moment my solution is not so nice.
while True: //getVolumeAndSomeOtherStuff time.sleep(0.05)
I hope it is possible to poll this information from receiver to my raspberry. A idea was, to get connected via telnet and push from the session, but that's not better I think.
Thank you Alex
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hello, I want to display the current volume on a l2c display. Is it possible to get an information, if the volume has been changed by remote control?
Is there a complete list of available methods?
Thank you for the great work.
Best regards Alex