diff --git a/soliscloud/soliscloud.py b/soliscloud/soliscloud.py
--- a/soliscloud/soliscloud.py
+++ b/soliscloud/soliscloud.py
#
@@ -209,7 +209,9 @@ class SolisCloud:
#
+ self.printDebug(f'Fetched inverter {resp}')
#
def fetchInverterList(self, station_id=False):
#
@@ -243,7 +245,9 @@ class SolisCloud:
#
+ self.printDebug(f'Fetched inverter list: {resp}')
#
def fetchStationList(self):
#
@@ -279,7 +283,10 @@ class SolisCloud:
#
+ self.printDebug(f'Got station list: {resp}')
#
def postRequest(self, url, headers, data):