Compare commits

..

No commits in common. "1ac2b21f623ad9b19090ed2c1be633942a80eb97" and "9e9556b8ea9ed4f5376e8ecf3e9d6f1f80b2824a" have entirely different histories.

View file

@ -87,8 +87,8 @@ class NodeRedMeterEinspeisung:
def _Status(self):
logging.debug("Last update: %s" % (self._lastUpdate))
logging.debug("Last '/Ac/Power': %s" % (self._dbusservice['/Ac/Power']))
logging.info("Last update: %s" % (self._lastUpdate))
logging.info("Last '/Ac/Power': %s" % (self._dbusservice['/Ac/Power']))
return True
def _update(self):
@ -198,4 +198,4 @@ def main():
except Exception as e:
logging.critical('Error at %s', 'main', exc_info=e)
if __name__ == "__main__":
main()
main()