[Solved] Bindings not updating?

@rgerrans
Here are some things you can try to resolve this:

  1. Check if “Access Remote Repository” is enabled (Paper UI -> Configuration -> System)
  2. Check if remote = false is set in /conf/services/addons.cfg, commenting it or using true will enable online repositories

To get rid of openhab-addons package leftovers you can do the following:

  1. stop openHAB
  2. backup your openHAB
  3. remove openhab-addons-2.1.0-SNAPSHOT.kar from your /conf/addons directory if it is still there
  4. remove all files/directories from /userdata/cache
  5. remove all files/directories from /userdata/kar
  6. remove all files/directories from /userdata/tmp
  7. 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.
2 Likes