diff --git a/hobu_value_picker/app.js b/hobu_value_picker/app.js index 7b63051..c9fae0d 100644 --- a/hobu_value_picker/app.js +++ b/hobu_value_picker/app.js @@ -94,7 +94,7 @@ function connectCategoryTemperature(item, ipcon) { // Callback function for temperature callback (parameter has unit °C/100) function (temperature) { saveValue((temperature/100.0), item); - Log.log('Temperature: ' + temperature/100.0 + ' °C'); + //Log.log('Temperature: ' + temperature/100.0 + ' °C'); } ); } @@ -110,7 +110,7 @@ function connectCategoryHR(item, ipcon) { // Callback function for humidity callback (parameter has unit %RH/10) function (humidity) { saveValue((humidity/10.0), item); - Log.log('Humidity: ' + humidity/10.0 + ' ' + item.on.new.value.category); + //Log.log('Humidity: ' + humidity/10.0 + ' ' + item.on.new.value.category); } ); } diff --git a/hobu_value_picker/config.json b/hobu_value_picker/config.json index 1967c4a..0b54c60 100644 --- a/hobu_value_picker/config.json +++ b/hobu_value_picker/config.json @@ -32,7 +32,7 @@ "type": "web", "host": "hobu", "port": "2999", - "category": "%RH", + "category": "RH", "room": 1 } }