I’m re-starting my effort to migrate from OH1 to OH2, I’m still having problems with bindings/configs and the like (I think there’s something fundamental I’m not getting - but that’s for other posts).
I’ve installed ESHD, 64bit windows stable version, following these instructions: http://docs.openhab.org/installation/designer.html
I recall that with OH1.x and designer, it was necessary to download the addons you were using and duplicate those in the designer/addons directory. I assume that as it isn’t mentioned in the doc’s it’s no longer a required step - only reason I ask is that there’s a /addons directory?
- if it is required step, how do you do it with the single download for all of the addons - just copy that?
Secondly, I’ve removed all references to org.openhab.core.*
, and have left the rest of the imports…however, this line (and others similar):
import org.openhab.model.script.actions.*
gives me a big “X” and the following error:
Multiple markers at this line
- The use of wildcard imports is deprecated.
- The type RfxcomRules is already defined in rfxcom.rules.
and as a consequence, the whole file is underlined with the wavy line.
Cheers
James