-
Im trying to convert this python https://gist.github.com/gsdevme/3ac674eb105b13d0139d
I have repo setup here https://github.com/gsdevme/energenie-pi-remote-control however running it on the Pi I get…
-
I just tried this:
``` python
>>> leds = LEDBoard(22, 23, 24)
>>> leds.blink()
>>> leds.leds[0]
>>> leds.leds[0].on()
```
And all three LEDs kept blinking. I expected the first LED to stay on while…
-
Occasionally the radio gets into a state that it stops working. Investigate availability of hardware reset line on GPIO, and reset the radio when the driver first starts.
-
I've been hacking up a thing I'll be blogging about in a day or two. It uses a small arduino relay board that triggers when a port is 0 and is off when a port is 1. I've been using the LED class to dr…
-
Tried to setup a Eclipse IDE manually for OpenHab. But I always fail. Get Errors on for example org.apache and org.slf4j. Tried the master and 1.7 branch. Same Result on both. Tried on a Ubuntu 15.04 …
-
Add file logging so that any messages coming from the MiHome adaptor get stored in a CSV file. This CSV file could then be used for post-analysis of data, or it could even be used with 'tail -f' to ge…
-
My platform is MacOSX 10.9.4 Java 1.7 Maven 3.2.2
```
-> % mvn -v
Apache Maven 3.2.2 (45f7c06d68e745d05611f7fd14efb6594181933e; 2014-06-17T21:51:42+08:00)
Maven home: /usr/local/Cellar/maven/3.2.2/li…
-
Source compile fails on OSX platform with JDK 1.7 or 1.8. I have tried to compile v1.6.2 and master and both fails even after maven repository with fresh downloads.
This is maven 3 debug output. An…