Page 3 of 3

Re: Marantz SR Receiver

Posted: Mon Apr 14, 2014 9:19 am
by V_J
I've noticed some typographic errors in descriptions (samply frequency, ...) and added some commands (but e.g. the difference between @INP and @ISG is quite subtle). The script sometimes gives a number of errormessages after a command, and this appears to happen when the code returned by the Marantz is not caught by the script. I've discovered this way that my receiver also returns sometimes a code that is in the documentation... The scripts continue and it is simply ignored, but it just does not look nice to have error messages in the log. :)

Using the Tornado plugin, I'm making a full webinterface, incorporating nearly all commands from the python script. I have it display all the status values, and need to add buttons still. It is my first CSS project, and I expect I need 1-2 more weeks. I'll use that to check for more errors in the python scripts, and post everything here (updated python script, web interface and config).

edit: some more typgraphic errors found... Currently making the webinterface with the Tornado plugin. It will allow me to more easily test if there are other errors in the Python script. So far, I think I have a display that display all statusses. Now messing a bit with the design, but I hope to add the controls soon.