-
```
1. Feature Description
OpenHAB should be made to allow customisation of features to adress hardware
bottlenecks. E.g., on the Raspberry PI/256MB RAM is valuable and an additional
swap file stres…
-
I upgraded my Eclipse Che from eclipse-che-4.0.0-beta-13-1 to RC3 release. The issue here is the new RC3 release fails to detect my existing workspace under the same base - ``. Creating a new workspac…
-
```
If the same variable is defined in different rule files and rules are triggered
at the same time, the variables get the wrong value. As described in the wiki
and as confirmed by Kai in this disc…
-
```
What steps will reproduce the problem?
1.
rule "Null check"
when System started then
var Number foo = null
logDebug("foo", "will check for null" )
if( foo != null ) {
logDe…
-
```
1. Feature Description
OpenHAB should be made to allow customisation of features to adress hardware
bottlenecks. E.g., on the Raspberry PI/256MB RAM is valuable and an additional
swap file stres…
-
Base class
- Interface for time mgmt
- Interface for configuring the service, e.g. by receiving layers or rules
- Interface for connecting with a transport implementation, e.g. MQTT
- Methods for info…
-
I have a rule that gets imported through the bundle importer. This seems to happen before the according module types are loaded and I get:
```
13:07:04.479 [ESH-safeCall-3] INFO smarthome.event.Rule…
-
```
What steps will reproduce the problem?
1.
rule "Null check"
when System started then
var Number foo = null
logDebug("foo", "will check for null" )
if( foo != null ) {
logDe…
-
I started using an ItemStateEvent Condition, but it is never satisfied.
After some debugging I have a look at the "isSatisfied" method of the EventConditionHandler.
The code looks like:
``` java
…
-
```
1. Feature Description
OpenHAB should be made to allow customisation of features to adress hardware
bottlenecks. E.g., on the Raspberry PI/256MB RAM is valuable and an additional
swap file stres…