Hi,
I'm running your sungather git & docker image latest to try and fault find my problem.
I found the following:
I've noticed the pvoutput times drifting as per this post #212 where a patch was added to fix this issue. When cloning your git repo, I still get the old pvoutput.py with the issue. Since updating the pvoutput.py from the patch, the times are rock solid 5min intervals.
I had been switching back and forth between docker and python execution, chasing my tail, because I'd edit the file and nothing would change when I run the docker version (preferred), until I woke up and realised the container is built and packaged separately. I entered the container (latest) and it still has old issues also.
Issue 1: The backslash between "exports{export" instead of a space giving the warning below in sungather.py.
/opt/sungather/sungather.py:139: SyntaxWarning: invalid escape sequence '{'
logging.info(f"Loading Export: exports{export.get('name')}")
Issue 2: Is the pvoutput.py file needing patching like above in the git.
Just trying to help others, as being a hack, I've spent days on this with trial, error & stupidity.
Thanks,
Greg
Hi,
I'm running your sungather git & docker image latest to try and fault find my problem.
I found the following:
I've noticed the pvoutput times drifting as per this post #212 where a patch was added to fix this issue. When cloning your git repo, I still get the old pvoutput.py with the issue. Since updating the pvoutput.py from the patch, the times are rock solid 5min intervals.
I had been switching back and forth between docker and python execution, chasing my tail, because I'd edit the file and nothing would change when I run the docker version (preferred), until I woke up and realised the container is built and packaged separately. I entered the container (latest) and it still has old issues also.
Issue 1: The backslash between "exports{export" instead of a space giving the warning below in sungather.py.
/opt/sungather/sungather.py:139: SyntaxWarning: invalid escape sequence '{'
logging.info(f"Loading Export: exports{export.get('name')}")
Issue 2: Is the pvoutput.py file needing patching like above in the git.
Just trying to help others, as being a hack, I've spent days on this with trial, error & stupidity.
Thanks,
Greg