Hi everyone!
As part of my work at university, I am planning to develop an Add-On to Openhab, that is supposed to send data from smart home devices to our data aggregation service. I am currently getting started and am a little confused with where to begin, is there a guide for setting up a development environment for add-ons? Also, what category would fit best to such an add-on? Third-Party-Integration?
Hi everyone, I got carried away doing other stuff, and just got back to it. I tried following the tutorial page on binding development, but the script to create a binding skeleton failed when I ran it. A quick google search told me that I need to build the smarthome stuff first, so I went into the smarthome subdirectory and did ‘mvn install’ which took about 40 mins, but it is still failing. The error message I’m getting is
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:3.0.1:generate (default-cli) on project pom: The desired archetype does not exist (org.eclipse.smarthome.archetype:org.eclipse.smarthome.archetype.binding:0.9.0-SNAPSHOT) -> [Help 1]
Am I doing anything wrong? I just followed the instructions for setting up an IDE so far… Thank you for helping