# Getting started npm install Create a database user and database called 'diller' with the password 'diller' and run: ./node_modules/.bin/db-migrate up Run Diller: node diller.js | node_modules/.bin/bunyan # MQTT topics /diller / /property / /value /name /description ## Sending a new property value mosquitto_pub -h trygvis.io -t /diller/aa:bb:cc:dd:ee:ff/property/temp-0/value -m 12.3 mosquitto_pub -h trygvis.io -t /diller/aa:bb:cc:dd:ee:ff/property/temp-0/name -m Bathroom mosquitto_pub -h trygvis.io -t /diller/aa:bb:cc:dd:ee:ff/property/temp-0/description -m "Second Floor"