You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking at switching to OH2 with my current configuration and one of things which I've noticed is error for accessing items in rules during OH2 startup. I'm using sample rules for irrigation from OH1 samples wiki:
08:03:41.331 INFO o.o.c.internal.CoreActivator[:55]- openHAB runtime has been started (v2.0.0, build 201503291351).
08:04:31.488 ERROR o.e.s.m.r.r.i.e.RuleEngineImpl[:274]- Error during the execution of startup rule 'Irrigation startup': The name 'Irrigation_Master' cannot be resolved to an item or type.
I have also other similar errors from other rules. Is this an issue or maybe something changed in rules configuration which needs to be applied to rule files?
My switch item is located in irrigation.items file located in OH2/conf/items
Regards
The text was updated successfully, but these errors were encountered:
Hello,
I'm looking at switching to OH2 with my current configuration and one of things which I've noticed is error for accessing items in rules during OH2 startup. I'm using sample rules for irrigation from OH1 samples wiki:
https://code.google.com/p/openhab-samples/wiki/Rules
With item:
Switch Irrigation_Master "Irrigation Master"
but during OH2 startup I see:
08:03:41.331 INFO o.o.c.internal.CoreActivator[:55]- openHAB runtime has been started (v2.0.0, build 201503291351).
08:04:31.488 ERROR o.e.s.m.r.r.i.e.RuleEngineImpl[:274]- Error during the execution of startup rule 'Irrigation startup': The name 'Irrigation_Master' cannot be resolved to an item or type.
I have also other similar errors from other rules. Is this an issue or maybe something changed in rules configuration which needs to be applied to rule files?
My switch item is located in irrigation.items file located in OH2/conf/items
Regards
The text was updated successfully, but these errors were encountered: