@tombox Perfekt. Habe in der Main.js die Url 6x "smart.com" durch "smart.mercedes-benz.com" ersetzt. nun geht es wieder
NEWS
Latest posts made by Kasalevi
-
RE: Test Adapter Smart EQ und Hello Smart v0.0.x
-
RE: GoodWe Wechselrichter und ioBroker
@jb1985 das wars. großartiger support. danke
-
RE: GoodWe Wechselrichter und ioBroker
@jb1985 Vielen Dank für Deine Beschreibung. Top. Ich war tagelang happy. Nun bekomme ich plötzlich immer folgende Meldung. Kannst Du mir helfen?
ERROR:root:RequestException: 403 Client Error: Forbidden for url: https://semsportal.com/api/v1/PowerStation/GetMonitorDetailByPowerstationId
ERROR:root:RequestException: 403 Client Error: Forbidden for url: https://semsportal.com/api/v1/PowerStation/GetMonitorDetailByPowerstationId
ERROR:root:Failed to call GoodWe API url='https://semsportal.com/api/v1/PowerStation/GetMonitorDetailByPowerstationId'
ERROR:root:no inverter data, try True, trying again in 30 seconds
ERROR:root:RequestException: 403 Client Error: Forbidden for url: https://semsportal.com/api/v1/PowerStation/GetMonitorDetailByPowerstationId
ERROR:root:RequestException: 403 Client Error: Forbidden for url: https://semsportal.com/api/v1/PowerStation/GetMonitorDetailByPowerstationId
ERROR:root:Failed to call GoodWe API url='https://semsportal.com/api/v1/PowerStation/GetMonitorDetailByPowerstationId'
Traceback (most recent call last):
File "/home/pi/pygoodwe-master/allinone.py", line 8, in <module>
gw = SingleInverter(
File "/home/pi/pygoodwe-master/pygoodwe/init.py", line 446, in init
super().init(system_id, account, password, **kwargs)
File "/home/pi/pygoodwe-master/pygoodwe/init.py", line 60, in init
self.getCurrentReadings(raw=True)
File "/home/pi/pygoodwe-master/pygoodwe/init.py", line 456, in getCurrentReadings
super().getCurrentReadings(self, raw)
File "/home/pi/pygoodwe-master/pygoodwe/init.py", line 98, in getCurrentReadings
retval = self.getCurrentReadings(
File "/home/pi/pygoodwe-master/pygoodwe/init.py", line 456, in getCurrentReadings
super().getCurrentReadings(self, raw)
File "/home/pi/pygoodwe-master/pygoodwe/init.py", line 93, in getCurrentReadings
if retry < maxretries:
TypeError: '<' not supported between instances of 'SingleInverter' and 'int'