01-28-2007, 01:46 PM (This post was last modified: 02-01-2007, 05:53 PM by robertmee.)
I've completed the first run of the Nuvo Essentia Driver. This driver controls the Nuvo Essentia multizone amplifier. It allows Power on/off, Mute on/off, Volume and Source control for each zone, plus the commands ALLOFF (all zones power off), ALLMON (all zones mute) and ALLMOFF (all zones unmute).
Please comment and note any problems here.
Note (Developed with 2.0.3 so it should work on anyone's post 2.0 installation)
Having found the right home...Target....Import this driver pack and install this version of the driver (make sure you unload the original). It should show up as Nuvo Essentia_User. After loading the driver set the verbosity to high for 10 seconds or so. Now check the logs and post a section of the log that is showing what errors are occuring. I only added logging to a couple of spots so it may not tell you alot, but it will get us pointed in the right direction.
03-30-2008, 01:25 PM (This post was last modified: 03-30-2008, 02:06 PM by jrlewis.)
Robert,
I did a little troubleshooting on this. The protocol is located here. It isn't a Grand Essentia. The model is a NV-E6DMS. The protocol shows a full response when the zone is either on or off. For this particular unit when the zone is off it is only returning the power status of the zone as being off and nothing else (#Z01PWROFF as an example). When the zone is on it reports all the info like src, volume, etc.
I did a little troubleshooting on this. The protocol is located here. It isn't a Grand Essentia. The model is a NV-E6DMS. The protocol shows a full response when the zone is either on or off. For this particular unit when the zone is off it is only returning the power status of the zone as being off and nothing else (#Z01PWROFF as an example). When the zone is on it reports all the info like src, volume, etc.
Strange....Okay, I'll tidy up the code for that and send it to Dean as an update.
Slight snafu...The model he has is actually a NV-E6DMS-DC-1 and the manual he got with it is this one. The manual does specify the remaining information will not be there if the zone is off.
04-02-2008, 06:43 PM (This post was last modified: 04-02-2008, 06:49 PM by robertmee.)
Target Wrote:I just installed the 1.1 driver with CQC 2.3.7, and it isn't working with the Essentia. Just get a flat waiting for comm resource. Any ideas?
Target
That's odd....Nothing in that section of code changed at all. There was only three lines of code changed and it was in the ProcessZoneStatusReply method and that was it, so if I broke something there, I would expect you to at least get a cycling between connected and Wait to Connect. Wait for Com resource means something else has your COM port. Did you remove your old driver?
If you are getting wait for comm resource, that has nothing to do with the driver probably. He's been having these issues in general, so I don't think it has anything to do with it probably.