-
Notifications
You must be signed in to change notification settings - Fork 36
Running JEMMA release with a FlexKey
#Java requirements You will need a Java virtual machine (1.6+) to run JEMMA. If you don't have a java version installed, you can use Oracle JVM: https://www.java.com/en/download/
#Download
First you need to get a JEMMA release:
- Reccomended:Download 0.9
- Old version:Download 0.9_rc2
Extract the zip file and enter the jemma binaries folder.
#Runtime Configuration Adjust your environment configuration editing configuration/config.ini file: Be careful to set the right serial port editing the property editing zgd.dongle.uri property. You need to set the right device serial port device according to your OS ( like "COM1" for Windows or "/dev/ttyUSB0" for linux)
#Launch Execute the start.sh (Unix systems) or start.bat (Windows) After that you should be able to reach JEMMA appliances configuration GUI on:
http://localhost:8080/demo/conf/index.html?lang=en
(User: admin Password: Admin) (For Italian GUI, omit "?lang=en" in the URL)
or Java GAL GUI on:
http://localhost:8080/zigbee/home.html
(User: admin Password: Admin)
or Apache Felix OSGi Web Console on:
http://localhost:8080/system/console/
(User: admin Password: admin)