2012-04-30

NetHomeServer 0.10 released


NetHomeServer 0.10 is now released! The functions have been available in the nightly builds for quite a while, so I guess the only real difference is that I have documented the new Items on the Wiki. The release notes can be found at: http://wiki.nethome.nu/doku.php/nethomeserver_release010. The big change is that the new WEB GUI is now the officially supported GUI. This GUI is much more focused on actually controlling the devices and giving an overview. It also offers more support when configuring actions in other Items. The old one is still present, but will be phased out. Other highlights are: support for Waveman, Nexa absolute dim, Rising Sun and TeamCity.

2012-04-15

Beeing alarmed



A user mailed last week and wanted his car warmer to start in the morning if the temperature was below a certain level and asked if there was no Item that could act on temperature levels (like a thermostat). This seemed like such an obvious function so I actually had to check if it was not already there – and it was not! So now I have made the new HomeItem “ValueTrigger”. You specify an attribute in another Item (a thermometer for example) and specify a max and a min level, together with actions to be performed if the value goes above max or below min. There are also separate methods which are called once a minute as long as the value is above max or below min. The Item has enable and disable actions so you can use a timer to only activate it during specific time periods.This is now in the nightly build.

2012-04-10

Dogfooding

I do use the NetHomeServer server at home and the latest builds (nightly builds) are always available on the web site (install page), so when I installed the server at work I tried to use the latest nightly build. I realized that a lot of the stuff I use at home was not there, the start scripts for different OS versions and the latest swt-libraries for example. I have now fixed this, so the nightly builds now contain start scripts for 32 bit windows, Linux and OSX, 64 bit windows, Linux and OSX and OSX carbon.

2012-04-04

NetHome@Work



The project have been standing still for a while (even though the server of course still run my home), but now it has gone to work for real. On my work we have a lot of automatic tests running on our product code base, unit tests continually during the day and heavier database tests during the night. They are run by a TeamCity server which of course can display the results on a web page. But with my new written “TeamCityBuildMonitor”-home item, I can configure a list of builds to monitor and the NetHome server can act on the result. So now we have two lava lamps, one green and one red which display the current state of the tests. The challenge for the teams is to correct any problem before the red “lava” has melted and starts to float…