def archive_meters
      remove_meters(archive: true)
      redirect_back fallback_location: root_path, notice: 'Meters have been archived and validated data removed'
    rescue => e
      redirect_back fallback_location: root_path, notice: e.message