summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/inverter_bot.py1
-rwxr-xr-xbin/temphum_mqtt_receiver.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/bin/inverter_bot.py b/bin/inverter_bot.py
index 032f513..0be5866 100755
--- a/bin/inverter_bot.py
+++ b/bin/inverter_bot.py
@@ -939,6 +939,7 @@ class InverterStore(bot.BotDatabase):
inverter.init(host=config['inverter']['ip'], port=config['inverter']['port'])
bot.set_database(InverterStore())
+#bot.enable_logging(BotType.INVERTER)
bot.add_conversation(SettingsConversation(enable_back=True))
bot.add_conversation(ConsumptionConversation(enable_back=True))
diff --git a/bin/temphum_mqtt_receiver.py b/bin/temphum_mqtt_receiver.py
index d0a378e..e9ee397 100755
--- a/bin/temphum_mqtt_receiver.py
+++ b/bin/temphum_mqtt_receiver.py
@@ -45,4 +45,4 @@ if __name__ == '__main__':
node.load_module('temphum', write_to_database=True)
mqtt.add_node(node)
- mqtt.connect_and_loop() \ No newline at end of file
+ mqtt.connect_and_loop()