4.2M4 Shelly Wave 1pm mini and i4 not recognized

A couple of things

  1. I updated the binding update to reflect OH3/4 here.
  2. the ZW DB has been hit with DoS, so the developer created another way here.
  3. Also I think you can just add the modified Zwave jar to the addons folder (assuming you created a volume for it) EDIT: Note Uninstall the Zwave binding from the UI first.
services:
  openhab:
    image: "openhab/openhab:milestone"
    restart: always
    network_mode: host
    volumes:
      - "/etc/localtime:/etc/localtime:ro"
      - "/etc/timezone:/etc/timezone:ro"
      - "/etc/cont-init.d:/etc/cont-init.d"
      - "./openhab_addons:/openhab/addons"  // use this
      - "./openhab_conf:/openhab/conf"
      - "./openhab_userdata:/openhab/userdata"
    environment:
      CRYPTO_POLICY: "unlimited"
      EXTRA_JAVA_OPTS: "-Duser.timezone=America/New_York"
      OPENHAB_HTTP_PORT: "8080"
      OPENHAB_HTTPS_PORT: "8443"
      USER_ID: "1000"
      GROUP_ID: "1000"