@rgerrans
Here are some things you can try to resolve this:
- Check if “Access Remote Repository” is enabled (Paper UI -> Configuration -> System)
- Check if
remote = false
is set in/conf/services/addons.cfg
, commenting it or usingtrue
will enable online repositories
To get rid of openhab-addons package leftovers you can do the following:
- stop openHAB
- backup your openHAB
- remove
openhab-addons-2.1.0-SNAPSHOT.kar
from your/conf/addons
directory if it is still there - remove all files/directories from
/userdata/cache
- remove all files/directories from
/userdata/kar
- remove all files/directories from
/userdata/tmp
- restart openHAB
When using an openHAB APT installation (with .deb files) on a something like a Raspberry Pi, then you can find:
-
/conf
directories under/etc/openhab2
. -
/userdata
directories under/var/lib/openhab2
.