Driver Releases

More
2 years 4 months ago #1757 by RxJoshRx
Replied by RxJoshRx on topic Driver Releases
So I thought for sure that I would have no idea on earth on how to get this up and running but have a functioning page that will send commands with ease using the HTwebremote. I tried to originally set a new scene and send my macro to that page, but guess it didnt like something I did. So just copied and pasted to the AVR scene and comes up with no issues. 
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.

More
2 years 4 months ago #1758 by RxJoshRx
Replied by RxJoshRx on topic Driver Releases

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:

 

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 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.

More
2 years 4 months ago #1859 by bowlingbeeg
Replied by bowlingbeeg on topic Driver Releases
Was on vacation last week so didn't get a chance to reply but here is my wishlist
  1. 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
  2. Zidoo driver - IP control is documented here:  www.zidoo.tv/Support/developer/flag/control.html#menu-inter-25
  3. 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
  4. 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.

More
2 years 4 months ago #1860 by David Li
Replied by David Li on topic Driver Releases

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:

 

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 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. 
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.
Keep the braces.

Please Log in to join the conversation.

More
2 years 4 months ago #1893 by Fattykidd
Replied by Fattykidd on topic Driver Releases
+1 on the zidoo driver. 
​​​​​​

Please Log in to join the conversation.

More
2 years 4 months ago - 2 years 4 months ago #1901 by David Li
Replied by David Li on topic Driver Releases

+1 on the zidoo driver. 
​​​​​​
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.

There are transport controls within the AndroidTV driver command builder.
Last edit: 2 years 4 months ago by David Li.

Please Log in to join the conversation.

Time to create page: 0.212 seconds