# 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: gulp diller-mqtt This assumes that you have `gulp` installed globally. If you don't you can run `./node_modules/.bin/gulp`. # 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"