Livin wrote:Fiasco,
A few things...
I'm still not getting the Zone bar at the bottom?
The 'power' button only puts the Onkyo in standby, it will not turn it on.
Thought you could use an FAQ (see below)
prostetnic,
I was having several issues, some were exactly what you are seeing. See the below...
The "power off" button (red ring) should be replaced by a "power on" button (yellow ring) in the same position on the remote.
You are using the dynamic webserver and not the regular EventGhost webserver right? If you are using the regular webserver and not the dynamic webserver, the remote doesn't know the power state of the receiver and it won't update the power button to the correct mode.
Here is the background image which is missing from the archive (just save it in your images directory on your eventghost webserver.
If you don't have safari browser, download it. Go to your eventghost URL. Then, under the "Develop" menu select "Start Debugging Javascript".
First check the resources. Click the resources button and go through the list and see if any of the listed resources were not found. Look at variables.html under the resources list and make sure that values have been assigned to the variables.
If it looks like:
onkyoz1power:{{eg.globals.onkyoz1power}}
onkyoz1volume:{{eg.globals.onkyoz1volume}}
onkyoz1mute:{{eg.globals.onkyoz1mute}}
onkyoz1input:{{eg.globals.onkyoz1input}}
onkyoz2power:{{eg.globals.onkyoz2power}}
onkyoz2mute:{{eg.globals.onkyoz2mute}}
onkyoz2volume:{{eg.globals.onkyoz2volume}}
onkyoz2input:{{eg.globals.onkyoz2input}}
onkyoz3power:{{eg.globals.onkyoz3power}}
onkyoz3mute:{{eg.globals.onkyoz3mute}}
onkyoz3volume:{{eg.globals.onkyoz3volume}}
onkyoz3input:{{eg.globals.onkyoz3input}}
onkyoband:{{eg.globals.onkyoband}}
onkyofrequency:{{eg.globals.onkyofrequency}}
onkyolistenmode:{{eg.globals.onkyolistenmode}}
onkyosleeptime:{{eg.globals.onkyosleeptime}}
Then there's an issue. All variables in curly brackets should be replaced by state values from your receiver.
Next go to scripts. At the bottom of the debug window is an icon that looks like a greater then sign followed by 3 lines. Select that and look for javascript errors (in red).
As for the zone bar, do you not see a bar at all on the bottom of the screen, or do you see a bar that just lacks the Zone 1/2/3 artwork?