Seven Watt
Seven Watt
I think we are making progress. The new error is probably a syntax error in one of the configuration json files: pw-conf.json I expect. But check the others as well....
BTW thanks for observing the pip3. I was unsure about this. I will adapt the instructions.
Is the first dump with python3 and the second with python 2?
Please change line 307 of protocol.py from: ``` debug("STRU "+header+" "+logf(self.function_code)+" "+logf(self.command_counter)+" "+logf(crc)+" "+footer) ``` into ``` debug("STRU "+logf(header)+" "+logf(self.function_code)+" "+logf(self.command_counter)+" "+logf(crc)+" "+logf(footer)) ```
Hi DSN, Forget about python 2.7. It now only runs under python 3.x. I see no further crash in the python 3 COMM logfile. There is a lot of clutter...
On the first real run it starts reading out all the historic data logged in te circles. This can takes hours, depending on the number of circles you have. During...
I can add that instruction to the README. Thanks for providing the linux way of git.