database engine initially works
This commit is contained in:
Binary file not shown.
@ -1,7 +1,7 @@
|
||||
;mqtt.broker = tcp://172.16.2.15:1883
|
||||
mqtt.broker = tcp://eupenstrasse20.dynamic.hottis.de:2883
|
||||
mqtt.username = tron
|
||||
mqtt.password = geheim123
|
||||
mqtt.broker = tcp://172.16.2.15:1883
|
||||
;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
|
||||
|
@ -1,4 +1,8 @@
|
||||
db.period = 3600
|
||||
db.url = jdbc:mysql://localhost/smarthome
|
||||
db.driver = com.mysql.jdbc.Driver
|
||||
db.user = smarthome
|
||||
db.password = smarthome123
|
||||
|
||||
jms.broker = tcp://localhost:61616
|
||||
jms.clientid = mdb
|
||||
|
Reference in New Issue
Block a user