Seite 1 von 1

Smarthome 2.0 - Shellys funktionieren nicht mehr nach Update auf 1.9.271

Verfasst: So Jul 31, 2022 5:05 pm
von der_Lichtsammler
Hallo!

Ich habe ein Update von einer älteren Version auf 1.9.271 durchgeführt.
Seit dem funktioniert das Jogging und die Steuerung meiner Shelly Plus nicht mehr.

Ich habe schon versucht, die Shellys neu anzulegen.
Das funktioniert leider nicht.

Was mit aufgefallen ist:
Im Status wird in der Tafel "Smarthome 2.0" permanent ein negativer Wert für den Überschuss angezeigt.
(siehe Anhang)

Wenn die Steuerung damit arbeitet, kann natürlich auch nichts schalten ...
Der Wert ändert sich allerdings auch nicht.

Re: Smarthome 2.0 - Shellys funktionieren nicht mehr nach Update auf 1.9.271

Verfasst: So Jul 31, 2022 5:14 pm
von derNeueDet
Passen denn die restlichen Werte aus EVU und dem WR?
Wie sieht denn dein Dashboard aus? Bitte Standard Theme wählen, bei den anderen bekomme ich immer Knoten im Hirn.

VG
Det

Re: Smarthome 2.0 - Shellys funktionieren nicht mehr nach Update auf 1.9.271

Verfasst: So Jul 31, 2022 5:40 pm
von der_Lichtsammler
Hallo Det!
Die angezeigten Werte im Dashboard passen und sind plausibel.

Re: Smarthome 2.0 - Shellys funktionieren nicht mehr nach Update auf 1.9.271

Verfasst: So Jul 31, 2022 6:19 pm
von okaegi
Hast du smartmq auf ja ? (Unten in Smarthome Einstellung).
Dann bitte das Smarthome.log bringen.
Gruss Oliver

Re: Smarthome 2.0 - Shellys funktionieren nicht mehr nach Update auf 1.9.271

Verfasst: So Jul 31, 2022 6:27 pm
von der_Lichtsammler
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

Re: Smarthome 2.0 - Shellys funktionieren nicht mehr nach Update auf 1.9.271

Verfasst: So Jul 31, 2022 6:35 pm
von okaegi
PermissionError: [Errno 13] Permission denied:

Bekannter Fehler. Bitte mal reboot übers Menu machen. Gruss Oliver

Re: Smarthome 2.0 - Shellys funktionieren nicht mehr nach Update auf 1.9.271

Verfasst: So Jul 31, 2022 6:39 pm
von der_Lichtsammler
Das wäre zu einfach ,,,, (an den Kopf klatsch)

Re: Smarthome 2.0 - Shellys funktionieren nicht mehr nach Update auf 1.9.271. (gelöst)

Verfasst: So Jul 31, 2022 6:58 pm
von der_Lichtsammler
okaegi hat geschrieben: So Jul 31, 2022 6:35 pm PermissionError: [Errno 13] Permission denied:

Bekannter Fehler. Bitte mal reboot übers Menu machen. Gruss Oliver
Vielen Dank Oliver.
Jetzt scheint es wieder zu funktionieren.
Jedenfalls wird schon mal wieder die momentane Leistung angezeigt.

Gruß
Matthias