I recently bought a popp co sensor for which there is no entry in the zwave database.
I followed the instructions to set up an eclipse environment using the eclipse installer but ended up with thousands after a clean all … build cycle. I than resorted to maven to build the zwave jar:
mvn install
Warning: JAVA_HOME environment variable is not set.
[INFO] Scanning for projects...
[INFO] Computing target platform for MavenProject: org.openhab.binding:org.openhab.binding.zwave:1.10.0-SNAPSHOT @ /mnt/mfhome/andre/x/openhab1-addons/bundles/binding/org.openhab.binding.zwave/pom.xml
[INFO] Adding repository http://download.eclipse.org/smarthome/updates-stable
[ERROR] Internal error: java.lang.RuntimeException: Failed to load p2 repository with ID 'p2-smarthome' from location http://download.eclipse.org/smarthome/updates-stable: No repository found at http://download.eclipse.org/smarthome/updates-stable. -> [Help 1]
I did this directly after a
git clone GitHub - openhab/openhab1-addons: Add-ons for openHAB 1.x
Is the download location in the pom file actually broken or am I doing something totally wrong?
Thanks a lot!