robdob
January 18th, 2009, 05:10 AM
Hi,
I’m new to Girder so please forgive me if I am asking a stupid question.
Is there a step by step guide that will tell me how to get Girder 5 build 542 working with my Denon 4306? I am not having much luck getting it working.
I did the following:
1. Edited DenonReceiver.lua: DefaultModel = '4306' - Is this necessary as I am using IP not serial?
2. In Component Manager -> Transport Manager I added my Denon as an IP device
3. I called the device MyDenon - it is shown as connected in the Transport Manager
4. I opened the Lua console and I can see lots of connection checks for MyDenon
5. I entered the command MyDenon:PowerOff() and got the following, nothing happened to the Denon:
[string "Interactive"]:1: attempt to index global `MyDenon' (a nil value)
stack traceback:
[string "Interactive"]:1: in main chunk
I have tried various different commands and variants, e.g. Denon:PowerOff(), and I get a similar message each time.
I have the Generic IP, Serial and Transport plugins enabled.
I have read various posts and followed the tips in them without any success, I also tried removing the device completely and using Lua script to get it working but didn’t have any luck:
local Denon = serial.devices["Denon AVR"].New('192.168.1.100:23')
Denon:Open()
Denon:PowerOff()
Denon:PowerOn()
Can anyone help?
Thanks,
Rob
I’m new to Girder so please forgive me if I am asking a stupid question.
Is there a step by step guide that will tell me how to get Girder 5 build 542 working with my Denon 4306? I am not having much luck getting it working.
I did the following:
1. Edited DenonReceiver.lua: DefaultModel = '4306' - Is this necessary as I am using IP not serial?
2. In Component Manager -> Transport Manager I added my Denon as an IP device
3. I called the device MyDenon - it is shown as connected in the Transport Manager
4. I opened the Lua console and I can see lots of connection checks for MyDenon
5. I entered the command MyDenon:PowerOff() and got the following, nothing happened to the Denon:
[string "Interactive"]:1: attempt to index global `MyDenon' (a nil value)
stack traceback:
[string "Interactive"]:1: in main chunk
I have tried various different commands and variants, e.g. Denon:PowerOff(), and I get a similar message each time.
I have the Generic IP, Serial and Transport plugins enabled.
I have read various posts and followed the tips in them without any success, I also tried removing the device completely and using Lua script to get it working but didn’t have any luck:
local Denon = serial.devices["Denon AVR"].New('192.168.1.100:23')
Denon:Open()
Denon:PowerOff()
Denon:PowerOn()
Can anyone help?
Thanks,
Rob