Runtime.cfg documentation

I have a runtime.cfg from openhab 2.5, and I’ve recently upgraded to oh3.

org.eclipse.smarthome.audio:defaultSink=chromecast:chromecast:e540744ce0fd85799e0ded8437514777
org.eclipse.smarthome.network:broadcastAddress=192.168.255.255
org.eclipse.smarthome.network:primaryAddress=192.168.1.10/16
org.eclipse.smarthome.network:useIPv6=false
org.eclipse.smarthome.network:useOnlyOneAddress=true

I’m guessing that I should change org.eclipse.smarthome to org.openhab ?

Also is there a comprehensive list of things I can set in runtime.cfg?

I’d like to configure these through the cfg file instead of the gui:

  • Language
  • Country/Region
  • Time zone
  • Location (lat/long)
  • Measurement settings (Metric)
  • Ephemeris settings
    etc

People are working to document the officially supported Main UI. Since more & more can be set through the UI as things change I expect fewer & fewer configuration parameters able to be set through cfg file.Files for Items , Things, & Rules are still supported though.