I have not use the software for a long time, because I have start using webactions instead. I have check it today again but it seems to not work anymore, may a breaking change at python. Sadly I personal have no interest in dealing with this python issues.
How you can see at the git history, I have not write it by myself, I only have adjust it to my needs.
May I will write a completely new software one day.
At the current state the software fail at the import of paho.mqtt library.
<br/>repeqtt_1 | Traceback (most recent call last):<br/>repeqtt_1 | File "//repeqtt.py", line 20, in <module><br/>repeqtt_1 | import paho.mqtt.publish as publish<br/>repeqtt_1 | File "/usr/local/lib/python3.10/site-packages/paho/mqtt/publish.py", line 31, in <module><br/>repeqtt_1 | from . import client as paho<br/>repeqtt_1 | File "/usr/local/lib/python3.10/site-packages/paho/mqtt/client.py", line 18, in <module><br/>repeqtt_1 | import logging<br/>repeqtt_1 | File "/usr/local/lib/python3.10/logging/__init__.py", line 57, in <module><br/>repeqtt_1 | _startTime = time.time()<br/>repeqtt_1 | PermissionError: [Errno 1] Operation not permitted<br/>repeqtt_1 | Traceback (most recent call last):<br/>repeqtt_1 | File "//repeqtt.py", line 20, in <module><br/>repeqtt_1 | import paho.mqtt.publish as publish<br/>repeqtt_1 | File "/usr/local/lib/python3.10/site-packages/paho/mqtt/publish.py", line 31, in <module><br/>repeqtt_1 | from . import client as paho<br/>repeqtt_1 | File "/usr/local/lib/python3.10/site-packages/paho/mqtt/client.py", line 18, in <module><br/>repeqtt_1 | import logging<br/>repeqtt_1 | File "/usr/local/lib/python3.10/logging/__init__.py", line 57, in <module><br/>repeqtt_1 | _startTime = time.time()<br/>repeqtt_1 | PermissionError: [Errno 1] Operation not permitted<br/>repeqtt_1 | Traceback (most recent call last):<br/>repeqtt_1 | File "//repeqtt.py", line 20, in <module><br/>repeqtt_1 | import paho.mqtt.publish as publish<br/>repeqtt_1 | File "/usr/local/lib/python3.10/site-packages/paho/mqtt/publish.py", line 31, in <module><br/>repeqtt_1 | from . import client as paho<br/>repeqtt_1 | File "/usr/local/lib/python3.10/site-packages/paho/mqtt/client.py", line 18, in <module><br/>repeqtt_1 | import logging<br/>repeqtt_1 | File "/usr/local/lib/python3.10/logging/__init__.py", line 57, in <module><br/>repeqtt_1 | _startTime = time.time()<br/>repeqtt_1 | PermissionError: [Errno 1] Operation not permitted<br/>mqttrepetierserver_repeqtt_1 exited with code 1<br/>