fix package name, start database handling
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
bin/de/hottis/measurementCollector/AMessageParser.class
Normal file
BIN
bin/de/hottis/measurementCollector/AMessageParser.class
Normal file
Binary file not shown.
BIN
bin/de/hottis/measurementCollector/DatabaseEngine.class
Normal file
BIN
bin/de/hottis/measurementCollector/DatabaseEngine.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
bin/de/hottis/measurementCollector/JmsTopic$Mode.class
Normal file
BIN
bin/de/hottis/measurementCollector/JmsTopic$Mode.class
Normal file
Binary file not shown.
BIN
bin/de/hottis/measurementCollector/JmsTopic.class
Normal file
BIN
bin/de/hottis/measurementCollector/JmsTopic.class
Normal file
Binary file not shown.
BIN
bin/de/hottis/measurementCollector/MBusParser.class
Normal file
BIN
bin/de/hottis/measurementCollector/MBusParser.class
Normal file
Binary file not shown.
BIN
bin/de/hottis/measurementCollector/MeasurementCollector.class
Normal file
BIN
bin/de/hottis/measurementCollector/MeasurementCollector.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
bin/de/hottis/measurementCollector/MyQueue.class
Normal file
BIN
bin/de/hottis/measurementCollector/MyQueue.class
Normal file
Binary file not shown.
Binary file not shown.
BIN
bin/de/hottis/measurementCollector/TriggerTimer.class
Normal file
BIN
bin/de/hottis/measurementCollector/TriggerTimer.class
Normal file
Binary file not shown.
@ -3,11 +3,15 @@ mqtt.broker = tcp://eupenstrasse20.dynamic.hottis.de:2883
|
||||
mqtt.username = tron
|
||||
mqtt.password = geheim123
|
||||
|
||||
mbus.dataparser.1 = light,Light,de.hottis.MeasurementCollector.FinderOnePhasePowerMeter
|
||||
mbus.dataparser.2 = computer,Computer,de.hottis.MeasurementCollector.FinderOnePhasePowerMeter
|
||||
mbus.dataparser.3 = laundry,Laundry,de.hottis.MeasurementCollector.FinderOnePhasePowerMeter
|
||||
mbus.dataparser.4 = dryer,Dryer,de.hottis.MeasurementCollector.FinderOnePhasePowerMeter
|
||||
mbus.dataparser.5 = dishwasher,Dishwasher,de.hottis.MeasurementCollector.FinderOnePhasePowerMeter
|
||||
mbus.dataparser.6 = freezer,Freezer,de.hottis.MeasurementCollector.FinderOnePhasePowerMeter
|
||||
mbus.dataparser.7 = electricity,Total,de.hottis.MeasurementCollector.FinderThreePhasePowerMeter
|
||||
mbus.dataparser.8 = thermom.,null,de.hottis.MeasurementCollector.HottisFourChannelThermometer
|
||||
mbus.dataparser.1 = light,Light,de.hottis.measurementCollector.FinderOnePhasePowerMeter
|
||||
mbus.dataparser.2 = computer,Computer,de.hottis.measurementCollector.FinderOnePhasePowerMeter
|
||||
mbus.dataparser.3 = laundry,Laundry,de.hottis.measurementCollector.FinderOnePhasePowerMeter
|
||||
mbus.dataparser.4 = dryer,Dryer,de.hottis.measurementCollector.FinderOnePhasePowerMeter
|
||||
mbus.dataparser.5 = dishwasher,Dishwasher,de.hottis.measurementCollector.FinderOnePhasePowerMeter
|
||||
mbus.dataparser.6 = freezer,Freezer,de.hottis.measurementCollector.FinderOnePhasePowerMeter
|
||||
mbus.dataparser.7 = electricity,Total,de.hottis.measurementCollector.FinderThreePhasePowerMeter
|
||||
mbus.dataparser.8 = thermom.,null,de.hottis.measurementCollector.HottisFourChannelThermometer
|
||||
|
||||
jms.broker = tcp://localhost:61616
|
||||
jms.clientid = mcol
|
||||
jms.parseddata.topic = IoT/Measurement
|
5
bin/measurementDataEngine.props
Normal file
5
bin/measurementDataEngine.props
Normal file
@ -0,0 +1,5 @@
|
||||
db.period = 3600
|
||||
|
||||
jms.broker = tcp://localhost:61616
|
||||
jms.clientid = mdb
|
||||
jms.parseddata.topic = IoT/Measurement
|
Reference in New Issue
Block a user