-
Hi all,
I want to use the SWRLAPI and build both SWRLAPI and SWRLAPI-DROOLS-ENGINE with maven. I put the generated jars into my eclipse project. As I ran my Java Main class the following exception w…
-
I have this issue with my own developed binding: nikohomecontrol. I am in doubt where to post, here or in the addons2 repository. This could be an issue in my binding, but I do think it might actually…
-
2014-11-26 15:32:56.302 [ERROR] [.o.m.c.i.folder.FolderObserver] - An unexpected exception has occured
java.lang.NullPointerException: null
at org.openhab.model.rule.internal.engine.RuleEngine.run…
-
Hi guys,
I found yours project very interesting for me, but I have some suggestions for you.
1. Sometimes it may be useful to not fire rules, but only check them like:
`boolean allRulesApplicable …
-
Starting with nigthly online build #611, and continued on #617 I'm observing that my cron triggered rules are executed twice or sometimes even more often. This behaviour started after the update for #…
-
## Expected Behavior
I'm trying to use the interfaces defined in the Astro Action in some of my rules. However, I get errors when the rule is invoked. To attempt to narrow the problem co…
-
Perhaps caused by some timing / async handling stuff.
Needs further inspection...
- git rev-parse HEAD: 34528535baac65a74100703fbe0a50a4314729d9
- git status
``` text
On branch master
Your branch is …
-
```
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…
-
As I'm completely new to openhab, I apologize for any stupid questions in advance.
I'm trying to read my heater via Modbus TCP and getting no response at all.
The device is described here (sorry…
-
I modified my rule and openhab stops working with some weird behavior. After some trying I found out that the problem occured after I replaced
```
var int TV_SWITCH_STATE_COUNT = 0
```
with the per…