large expection in MeterBusDecoder

This commit is contained in:
Wolfgang Hottgenroth
2015-06-26 11:52:22 +02:00
parent d9579748c6
commit bad6dec7bd
3 changed files with 8 additions and 5 deletions

View File

@ -17,7 +17,7 @@ DEBUG = True
BACKGROUND = False
PID_FILE = "/tmp/mqtt2mongo.pid"
LOG_FILE = "/tmp/mqtt2mongo.log"
BROKER = "172.16.2.15"
BROKER = "172.16.2.19"
TOPICS = ['IoT/Measurement/#', 'IoT/WiFiPowerMeter/Measurement']
MONGO_HOST = "localhost"
MONGO_DATABASE = "iot"