Hi,
First, I haven’t posted much since the forums are so great, and OH so stable, when you finally have clearad the first little hill. Now I am a little bit stuck in moving from 1.9 to 2.0 but I am sure I will get some help soon
Now, I have a problem getting the MiOS binding to auto-install in OpenHAB2 as it should according to the documentation here:
http://docs.openhab.org/tutorials/migration.html#paperui-approach
"When you save this file openHAB will begin the download (if using the Online version) and installing the add-ons."
Here is my addons.cfg file:
# The installation package of this openHAB instance
# Note: This is only regarded at the VERY FIRST START of openHAB
# Note: If you want to specify your add-ons yourself through entries below, set the package to "minimal"
# as otherwise your definition might be in conflict with what the installation package defines.
#
# Optional. If not set, the dashboard (https://<yourserver>:8080/) will ask you to choose a package.
#
# Valid options:
# - minimal : Installation only with dashboard, but no UIs or other add-ons. Use this for custom setups.
# - simple : Setup for using openHAB purely through UIs - you need to expect MANY constraints in functionality!
# - standard : Default setup for normal users, best for textual setup
# - expert : Setup for expert users, especially for people migrating from openHAB 1.x
# - demo : A demo setup which includes UIs, a few bindings, config files etc.
#
# See http://docs.openhab.org/configuration/packages.html for a detailed explanation of these packages.
#
package = expert
# Access Remote Add-on Repository
# Defines whether the remote openHAB add-on repository should be used for browsing and installing add-ons.
# This not only makes latest snapshots of add-ons available, it is also required for the installation of
# any legacy 1.x add-on. (default is true)
#
remote = true
# Include legacy 1.x bindings. If set to true, it also allows the installation of 1.x bindings for which there is
# already a 2.x version available (requires remote repo access, see above). (default is false)
#
legacy = true
# A comma-separated list of bindings to install (e.g. "sonos,knx,zwave")
binding = mios
# A comma-separated list of UIs to install (e.g. "basic,paper")
ui = habmin,habpanel
# A comma-separated list of persistence services to install (e.g. "rrd4j,jpa")
#persistence =
# A comma-separated list of actions to install (e.g. "mail,pushover")
#action =
# A comma-separated list of transformation services to install (e.g. "map,jsonpath")
transformation = xslt,exec,regex,jsonpath,map
# A comma-separated list of voice services to install (e.g. "marytts,freetts")
#voice =
# A comma-separated list of miscellaneous services to install (e.g. "myopenhab")
#misc =
- I have installed the mios map transformations to the best of my abilities.
- I added the “zwave” binding to the addons.cfg file and it downloaded correctly according to the logs. (removed it again in the file above to make troubleshooting easier)
- I have tried the spelling of “mios” and “MiOS” in the config file.
- I do not get any errors in the logs from what I can see
All this, but no “mios.cfg” file pops up in the services directory as it should according to the docs… what am I doing wrong? Appreciate any help!
- I guess the next thing to try is to create a mios.cfg file myself and see if things start moving from there…
Thanks for reading all the way to the end… /Daniel