okaegi hat geschrieben: ↑So Jul 31, 2022 6:19 pm
Hast du smartmq auf ja ? (Unten in Smarthome Einstellung).
Dann bitte das Smarthome.log bringen.
Gruss Oliver
Hallo Oliver,
das Log habe ich aktiviert.
Ich habe heute ein altes Backup von vor dem Update installiert.
Keine Änderung.
hier der letzte Teil des LOG:
2022-07-31 20:25:02-: *** Smarthome mq Start ***
__del__ Slbase executed
__del__ Slbase executed
__del__ Sbase executed
__del__ Slbase executed
__del__ Slbase executed
__del__ Sbase executed
__del__ Slbase executed
__del__ Slbase executed
__del__ Sbase executed
__del__ Slbase executed
__del__ Slbase executed
__del__ Sbase executed
PermissionError: [Errno 13] Permission denied: '/var/www/html/openWB/ramdisk/devicetotal_watt_hausmin'
with open(bp+'/ramdisk/devicetotal_watt_hausmin', 'w') as f:
File "/var/www/html/openWB/runs/smarthomemq.py", line 222, in getdevicevalues
getdevicevalues()
File "/var/www/html/openWB/runs/smarthomemq.py", line 437, in <module>
Traceback (most recent call last):
__init__ Slshelly excuted
__init__ Slbase executed
__init__ Slshelly excuted
__init__ Slbase executed
__init__ Sshelly excuted
__init__ Sbase executed
__init__ Slshelly excuted
__init__ Slbase executed
__init__ Slshelly excuted
__init__ Slbase executed
__init__ Sshelly excuted
__init__ Sbase executed
__init__ Slshelly excuted
__init__ Slbase executed
__init__ Slshelly excuted
__init__ Slbase executed
__init__ Sshelly excuted
__init__ Sbase executed
__init__ Slshelly excuted
__init__ Slbase executed
__init__ Slshelly excuted
__init__ Slbase executed
__init__ Sshelly excuted
__init__ Sbase executed
2022-07-31 20:20:25-: (4) Homematic rel: 0 oncnt/onstandby/time: 0/0/0 Status/Üeb: 10/1 akt: 0 Z: 0
urllib.error.URLError: <urlopen error timed out>
raise URLError(err)
File "/usr/lib/python3.5/urllib/request.py", line 1256, in do_open
return self.do_open(http.client.HTTPConnection, req)
File "/usr/lib/python3.5/urllib/request.py", line 1282, in http_open
result = func(*args)
File "/usr/lib/python3.5/urllib/request.py", line 444, in _call_chain
'_open', req)
File "/usr/lib/python3.5/urllib/request.py", line 484, in _open
response = self._open(req, data)
File "/usr/lib/python3.5/urllib/request.py", line 466, in open
return opener.open(url, data, timeout)
File "/usr/lib/python3.5/urllib/request.py", line 163, in urlopen
answergen= json.loads(str(urllib.request.urlopen("http://"+str(ipadr)+"/shelly", timeout=3).read().decode("utf-8")))
File "/var/www/html/openWB/modules/smarthome/shelly/watt.py", line 54, in <module>
Traceback (most recent call last):
During handling of the above exception, another exception occurred:
socket.timeout: timed out
sock.connect(sa)
File "/usr/lib/python3.5/socket.py", line 703, in create_connection
raise err
File "/usr/lib/python3.5/socket.py", line 712, in create_connection
(self.host,self.port), self.timeout, self.source_address)
File "/usr/lib/python3.5/http/client.py", line 849, in connect
self.connect()
File "/usr/lib/python3.5/http/client.py", line 877, in send
self.send(msg)
File "/usr/lib/python3.5/http/client.py", line 934, in _send_output
self._send_output(message_body)
File "/usr/lib/python3.5/http/client.py", line 1103, in endheaders
self.endheaders(body)
File "/usr/lib/python3.5/http/client.py", line 1152, in _send_request
self._send_request(method, url, body, headers)
File "/usr/lib/python3.5/http/client.py", line 1107, in request
h.request(req.get_method(), req.selector, req.data, headers)
File "/usr/lib/python3.5/urllib/request.py", line 1254, in do_open
Traceback (most recent call last):
urllib.error.URLError: <urlopen error timed out>
raise URLError(err)
File "/usr/lib/python3.5/urllib/request.py", line 1256, in do_open
return self.do_open(http.client.HTTPConnection, req)
File "/usr/lib/python3.5/urllib/request.py", line 1282, in http_open
result = func(*args)
File "/usr/lib/python3.5/urllib/request.py", line 444, in _call_chain
'_open', req)
File "/usr/lib/python3.5/urllib/request.py", line 484, in _open
response = self._open(req, data)
File "/usr/lib/python3.5/urllib/request.py", line 466, in open
return opener.open(url, data, timeout)
File "/usr/lib/python3.5/urllib/request.py", line 163, in urlopen
answergen= json.loads(str(urllib.request.urlopen("http://"+str(ipadr)+"/shelly", timeout=3).read().decode("utf-8")))
File "/var/www/html/openWB/modules/smarthome/shelly/watt.py", line 54, in <module>
Traceback (most recent call last):
During handling of the above exception, another exception occurred:
socket.timeout: timed out
sock.connect(sa)
File "/usr/lib/python3.5/socket.py", line 703, in create_connection
raise err
File "/usr/lib/python3.5/socket.py", line 712, in create_connection
(self.host,self.port), self.timeout, self.source_address)
File "/usr/lib/python3.5/http/client.py", line 849, in connect
self.connect()
File "/usr/lib/python3.5/http/client.py", line 877, in send
self.send(msg)
File "/usr/lib/python3.5/http/client.py", line 934, in _send_output
self._send_output(message_body)
File "/usr/lib/python3.5/http/client.py", line 1103, in endheaders
self.endheaders(body)
File "/usr/lib/python3.5/http/client.py", line 1152, in _send_request
self._send_request(method, url, body, headers)
File "/usr/lib/python3.5/http/client.py", line 1107, in request
h.request(req.get_method(), req.selector, req.data, headers)
File "/usr/lib/python3.5/urllib/request.py", line 1254, in do_open