- Posts: 31
- Thank you received: 2
Driver Releases
- RxJoshRx
- Offline
- User
-
It would be nice if it didnt have to run in the background all the time- havent synced it to the Rasp PI server yet and will just leave it running on windows. Thanks again for the help and some of the general codes!
Please Log in to join the conversation.
- RxJoshRx
- Offline
- User
-
- Posts: 31
- Thank you received: 2
What is the best way to show what the current volume level is? Ive tried a few different commands and cant get anything to work for me. The original command was set for the computer and it pulled it up with no issue- of course I deleted that one so I cant go back and look how it was input.I guess first make sure that you haven't got long-press on your volume keys defined to run a loop of 10 as they were originally in the smart remote sample. Then you could try using the IP control protocol documented here github.com/nicko88/HTWebRemote/blob/mast...ents/Yamaha_YNCA.pdf and here github.com/nicko88/HTWebRemote/blob/mast.../Yamaha_Commands.txt and see if that's better.
Make sure netcat (nc) is installed on your myServer box then cook up some scripts that contain nc commands such as these:
I would prefer to have the volume level be up at all times on the screen, but doubt that is something that is doable since I am just using the webbased commands and not actually writing any codes for it.
Please Log in to join the conversation.
- bowlingbeeg
- Offline
- User
-
- Posts: 248
- Thank you received: 33
- Lumagen driver - If you have an RPI you can hook up the usb cable to the RPI and send serial commands. The generic serial driver doesn't seem to work(or at least I can't get it to work) but I do have a workaround to call a small script in linux but it would be nice to have an actual driver
- Zidoo driver - IP control is documented here: www.zidoo.tv/Support/developer/flag/control.html#menu-inter-25
- JVC Projector - I'd like to be able to move the cursor around in the menu and in general be able to send more of the discrete commands that are available. Not sure if there is a decent way to do do this but maybe add the ability to send any arbitrary code
- Denon AVR - Same request as the JVC projector driver. I'd like to be able to move the cursor around in the menu and in general be able to send more of the discrete commands that are available. Not sure if there is a decent way to do do this but maybe add the ability to send any arbitrary code
Please Log in to join the conversation.
- David Li
- Offline
- Admin
-
- Posts: 1019
- Thank you received: 99
Do you see a variable in myServer that represents the Denon's current volume level? If so, just put a Text object on a webpage and put {{name_of_the_variable}} as the label.
What is the best way to show what the current volume level is? Ive tried a few different commands and cant get anything to work for me. The original command was set for the computer and it pulled it up with no issue- of course I deleted that one so I cant go back and look how it was input.I guess first make sure that you haven't got long-press on your volume keys defined to run a loop of 10 as they were originally in the smart remote sample. Then you could try using the IP control protocol documented here github.com/nicko88/HTWebRemote/blob/mast...ents/Yamaha_YNCA.pdf and here github.com/nicko88/HTWebRemote/blob/mast.../Yamaha_Commands.txt and see if that's better.
Make sure netcat (nc) is installed on your myServer box then cook up some scripts that contain nc commands such as these:
I would prefer to have the volume level be up at all times on the screen, but doubt that is something that is doable since I am just using the webbased commands and not actually writing any codes for it.
Keep the braces.
Please Log in to join the conversation.
- Fattykidd
- Offline
- User
-
- Posts: 150
- Thank you received: 3
Please Log in to join the conversation.
- David Li
- Offline
- Admin
-
- Posts: 1019
- Thank you received: 99
For those looking for a zidoo player driver - have you tried the AndroidTV driver? On quick look,, zidoo uses Android OS? Ensure ADB is turned on within Zidoo.+1 on the zidoo driver.
There are transport controls within the AndroidTV driver command builder.
Please Log in to join the conversation.