diff --git a/index.js b/index.js index d268091..f71fb4c 100644 --- a/index.js +++ b/index.js @@ -43,6 +43,7 @@ function LoxonePlatform(log, config) { ip: config['ip_address'], username: config['username'] || 'admin', password: config['password'] || 'admin' + port: config['port'] || '80' }); } @@ -95,4 +96,4 @@ LoxonePlatform.prototype.getInformationService = function(accessory) { .setCharacteristic(Characteristic.Model, '1.0.0') .setCharacteristic(Characteristic.SerialNumber, serial); return informationService; -}; \ No newline at end of file +};