Jump to content

Nuvo Essentia Polyglot


brettahale

Recommended Posts

I was going to give this a try with my Breathe Audio system as it was made by Nuvo.

Had problems with missing "custom.txt" file referenced in the Dockerfile

 

I am sure I am also doing some of these steps incorrectly :-P

 

Thanks

Link to comment
Share on other sites

@outlander You can just added a file in root called custom.txt -- mine is blank. Im trying to figure out where i got this docker file to add in the credits and a documentation back up :)

 

I'll add to the repo as well.

 

Ok that is what I did to get past the fault but still don't have it working.  It is certainly something I have done wrong but just thought there was a chance that having something in that file may fix my issues.

 

I am in the process of removing all my Node Servers and starting fresh to try and clear up some of my past mistakes.

Link to comment
Share on other sites

  • 3 weeks later...
  • 6 months later...

I have been looking for something like this to control my Nuvo system!  Unfortunately, the node server fails to start and throws the following in the log.  Any ideas what I am doing wrong?

ERROR    [12-16-2017 07:21:07] polyglot.nodeserver_manager: Nuvo:   File "/home/pi/polyglot/config/node_servers/nuvo-polyglot/nuvo.py", line 42, in <module>
ERROR    [12-16-2017 07:21:07] polyglot.nodeserver_manager: Nuvo:     main()
ERROR    [12-16-2017 07:21:07] polyglot.nodeserver_manager: Nuvo:   File "/home/pi/polyglot/config/node_servers/nuvo-polyglot/nuvo.py", line 37, in main
ERROR    [12-16-2017 07:21:07] polyglot.nodeserver_manager: Nuvo:     nserver.setup()
ERROR    [12-16-2017 07:21:07] polyglot.nodeserver_manager: Nuvo:   File "/home/pi/polyglot/config/node_servers/nuvo-polyglot/nuvo.py", line 16, in setup
ERROR    [12-16-2017 07:21:07] polyglot.nodeserver_manager: Nuvo:     self.controller.add_zones()
ERROR    [12-16-2017 07:21:07] polyglot.nodeserver_manager: Nuvo:   File "/home/pi/polyglot/config/node_servers/nuvo-polyglot/nuvo_nodes.py", line 79, in add_zones
ERROR    [12-16-2017 07:21:07] polyglot.nodeserver_manager: Node Server Nuvo has exited unexpectedly.
ERROR    [12-16-2017 07:21:07] polyglot.nodeserver_manager: Nuvo:     current_node.query()
ERROR    [12-16-2017 07:21:08] polyglot.nodeserver_manager: Nuvo:   File "/home/pi/polyglot/config/node_servers/nuvo-polyglot/nuvo_nodes.py", line 127, in query
ERROR    [12-16-2017 07:21:08] polyglot.nodeserver_manager: Nuvo:     return self._send_cmd("*{0}CONSR".format(self.zone_prefix))
ERROR    [12-16-2017 07:21:08] polyglot.nodeserver_manager: Nuvo:   File "/home/pi/polyglot/config/node_servers/nuvo-polyglot/nuvo_nodes.py", line 132, in _send_cmd
ERROR    [12-16-2017 07:21:08] polyglot.nodeserver_manager: Nuvo:     return self._update_status(response)
ERROR    [12-16-2017 07:21:08] polyglot.nodeserver_manager: Nuvo:   File "/home/pi/polyglot/config/node_servers/nuvo-polyglot/nuvo_nodes.py", line 118, in _update_status
ERROR    [12-16-2017 07:21:08] polyglot.nodeserver_manager: Nuvo:     self.status = parse_status(response)
ERROR    [12-16-2017 07:21:08] polyglot.nodeserver_manager: Nuvo:   File "/home/pi/polyglot/config/node_servers/nuvo-polyglot/nuvo_nodes.py", line 17, in parse_status
ERROR    [12-16-2017 07:21:08] polyglot.nodeserver_manager: Nuvo:     if m.group(5) and m.group(5) == "MT":
ERROR    [12-16-2017 07:21:08] polyglot.nodeserver_manager: Nuvo: AttributeError: 'NoneType' object has no attribute 'group'
Link to comment
Share on other sites

  • 1 month later...

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...