@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 = falseis set in/conf/services/addons.cfg, commenting it or usingtruewill 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.karfrom your/conf/addonsdirectory 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:
/confdirectories under/etc/openhab2./userdatadirectories under/var/lib/openhab2.