tmorse305 Posted March 16, 2022 Posted March 16, 2022 Hi @bpwwer, I downloaded VUE tonight but it will not run. Here is the log info. I'm running PG3 version 3.0.45. I have configured the username and password parameters. Suggestions to try? Thank you. 2022-03-15 20:30:31,058 MainThread udi_interface INFO polylogger:set_basic_config: set_basic_config: enable=True level=30 2022-03-15 20:30:33,427 MainThread udi_interface INFO __init__:<module>: UDI Python Interface for Polyglot version 3 3.0.34 Starting... 2022-03-15 20:30:33,439 MainThread udi_interface ERROR udi_interface:write: Traceback (most recent call last): 2022-03-15 20:30:33,440 MainThread udi_interface ERROR udi_interface:write: File "./vue.py", line 10, in <module> 2022-03-15 20:30:33,444 MainThread udi_interface ERROR udi_interface:write: from nodes import vue 2022-03-15 20:30:33,445 MainThread udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/00:0d:b9:56:10:78_3/nodes/vue.py", line 10, in <module> 2022-03-15 20:30:33,446 MainThread udi_interface ERROR udi_interface:write: import pyemvue 2022-03-15 20:30:33,447 MainThread udi_interface ERROR udi_interface:write: ModuleNotFoundError 2022-03-15 20:30:33,448 MainThread udi_interface ERROR udi_interface:write: : 2022-03-15 20:30:33,448 MainThread udi_interface ERROR udi_interface:write: No module named 'pyemvue'
bpwwer Posted March 16, 2022 Posted March 16, 2022 Something has changed in the python module dependencies that that it uses but I haven't had time to figure out what. I think I fixed it so that pyemvue now loads, but something it needs is now failing for me.
tmorse305 Posted March 16, 2022 Author Posted March 16, 2022 Thanks @bpwwer, I downloaded 1.0.2 but it won't even start up for me.
btreinders Posted March 18, 2022 Posted March 18, 2022 Starts for me now and I get the node in the ISY with online status, kilowatt hours and kilowatt hours today but nothing will populate.
bpwwer Posted March 18, 2022 Posted March 18, 2022 I wonder if the recent package updates to Polisy made things better? I'll check on my end.
btreinders Posted March 18, 2022 Posted March 18, 2022 I did update the Polisy just yesterday so maybe.
btreinders Posted March 26, 2022 Posted March 26, 2022 On 3/18/2022 at 1:20 PM, btreinders said: I did update the Polisy just yesterday so maybe. After more updates yesterday I am seeing True and 0 and 0 as values. Almost!
gregkinney Posted April 8, 2022 Posted April 8, 2022 I'm getting an error message trying to start this NS 2022-04-08 11:21:32,101 Thread-3 udi_interface ERROR udi_interface:write: Exception in thread 2022-04-08 11:21:32,102 Thread-3 udi_interface ERROR udi_interface:write: Thread-3 2022-04-08 11:21:32,103 Thread-3 udi_interface ERROR udi_interface:write: : 2022-04-08 11:21:32,103 Thread-3 udi_interface ERROR udi_interface:write: Traceback (most recent call last): 2022-04-08 11:21:32,104 Thread-3 udi_interface ERROR udi_interface:write: File "/usr/local/lib/python3.8/threading.py", line 932, in _bootstrap_inner 2022-04-08 11:21:32,108 Thread-3 udi_interface ERROR udi_interface:write: self.run() 2022-04-08 11:21:32,109 Thread-3 udi_interface ERROR udi_interface:write: File "/usr/local/lib/python3.8/threading.py", line 870, in run 2022-04-08 11:21:32,112 Thread-3 udi_interface ERROR udi_interface:write: self._target(*self._args, **self._kwargs) 2022-04-08 11:21:32,112 Thread-3 udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/00:0d:b9:59:3a:10_10/nodes/vue.py", line 123, in start 2022-04-08 11:21:32,114 Thread-3 udi_interface ERROR udi_interface:write: self.query() 2022-04-08 11:21:32,115 Thread-3 udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/00:0d:b9:59:3a:10_10/nodes/vue.py", line 42, in query 2022-04-08 11:21:32,116 Thread-3 udi_interface ERROR udi_interface:write: usage = self.vue.get_devices_usage(self.deviceList, None, 2022-04-08 11:21:32,116 Thread-3 udi_interface ERROR udi_interface:write: File "/var/polyglot/.local/lib/python3.8/site-packages/pyemvue/pyemvue.py", line 81, in get_devices_usage 2022-04-08 11:21:32,118 Thread-3 udi_interface ERROR udi_interface:write: response = self._get_request(url) 2022-04-08 11:21:32,118 Thread-3 udi_interface ERROR udi_interface:write: File "/var/polyglot/.local/lib/python3.8/site-packages/pyemvue/pyemvue.py", line 186, in _get_request 2022-04-08 11:21:32,120 Thread-3 udi_interface ERROR udi_interface:write: if not self.cognito: raise Exception('Must call "login" before calling any API methods.') 2022-04-08 11:21:32,121 Thread-3 udi_interface ERROR udi_interface:write: Exception 2022-04-08 11:21:32,121 Thread-3 udi_interface ERROR udi_interface:write: : 2022-04-08 11:21:32,122 Thread-3 udi_interface ERROR udi_interface:write: Must call "login" before calling any API methods.
bpwwer Posted April 8, 2022 Posted April 8, 2022 I can't get it to run either because of issues in the python libraries that it depends on. 1
Recommended Posts