-
Reported by theo.weiss, Jul 6, 2013
1. Feature Description
Create debian deb packages for the openhab software, using the maven build.
2. Example Use Case
Install openhab on Debian or a Debian b…
-
This will allow a more realtime-like view. Currently, the interpolation is not done or done on the server side, so that the client receives an update every 1 s or less often.
-
This could be improved by regularly checking that the plugs are reachable and send a 0.0W value when they are not.
-
plugwise implementation won't work; how to install, etc
-
_From [quellt...@gmail.com](https://code.google.com/u/117546787977302951027/) on November 15, 2012 14:18:10_
I have a Java TCP Socket server running on my local pc.
I've added the example code from …
-
Hi Lieven,
I’m busy integrating your xpl-plugwise work on a QNAP NAS (with ARM cpu). I think I’m almost there, but I’m bumping on an error when starting the xpl-plugwise. The perl environment meets t…
-
When "scanning" the files on there content, i found:
$this->_exec("stty -F " . $this->_device . " 15200");
Would that be:
$this->_exec("stty -F " . $this->_device . " 115200");
more info:
http://www…
-
First i got a directory error, i solved this by moving the driver directory up in the tree.
Now i get:
[Tue Feb 07 21:21:02 2012] [error] [client 127.0.0.1] PHP Warning: fread() expects parameter 1 …
-
Hello Beanz,
I'm working on completing the support for Plugwise devices in your excellent xpl-perl framework. When everything is ready, I will send you a pull request so that you can easily add in to…