# Enter path to where the latest Zulu Java8 32bit+HF JVM file can be downloaded from. This one has been tested to work last time I ran the script. ZuluFileURL=https://cdn.azul.com/zulu-embedded/bin/zulu8.44.0.213-ca-jdk1.8.0_242-linux_aarch32hf.tar.gz #Name of just the file from the link above without the filename extension. ZuluFileName=zulu8.44.0.213-ca-jdk1.8.0_242-linux_aarch32hf # Disable this line with a # in front if you are not running this on the Odroid C2 image. # This is needed ONLY for C2 due to the key being expired in the official image. sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys AB19BAC9 #You should not login as root after this script is run. This is the username that will be created for you to logon from now on. UserName=openhabian #Hostname that you can use instead of an IP address. Defaults to openhabianpi as many parts of the Openhab documentation refer to links using this. # Recommend leaving this as is, unless you have another device on your network already using this host name. HostName=openhabianpi #Install ffmpeg for IpCameras. InstallFFMPEG=true #Install openhabian which will not be used to install openhab2, but can be run to access any features it contains. InstallOpenhabian=false #This is very handy to watch your log files through a browser. Recommend leaving this as true. InstallFrontail=true #This options sends the openhab log files and some other files to a RAM based location that will wipe the files clean on a reboot #This is done to reduce the odds of corrupt flash storage when the power fails in the middle of a SD card write. ReduceDiskWrites=true # Specify when the Blue LED on a C2 should flash, some options are 'none','sd','emmc','heartbeat' # Not sure how this will effect other boards or if it works for the C4, please give feedback on this one. # This only get applied if you have ReduceDiskWrites=true otherwise it is skipped for false. BlueLEDflashesOn=emmc #Install the addon shield RTC to keep the time accurate when net connection goes down # Set this to false unless you know what this is. It is an optional extra purchase. Please give feedback if using C4. SetupRTC=true #Options for a MQTT broker. If you dont want it to install change the next line to false InstallMosquitto=false MosquittoUserName=openhabian