Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add QNAP installation instructions #2377

Open
wants to merge 28 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 13 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .vuepress/docs-sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ module.exports = [
'installation/openhabian',
'installation/armbian',
'installation/docker',
'installation/qnap',
'installation/synology',
['installation/security', 'Security'],
['installation/reverse-proxy', 'Reverse Proxy']
Expand Down
32 changes: 32 additions & 0 deletions installation/qnap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
layout: documentation
title: QNAP NAS
---

:::

# QNAP NAS

[QNAP NAS](https://www.qnap.com/en) is a famous NAS server solution for home and business, allowing the installation of additional packages.
moodyblue marked this conversation as resolved.
Show resolved Hide resolved

## Prerequisite - X86_64 or ARM64 platform

You need to install openHAB from [here](https://www.myqnap.org/product/openhab/). It contains the latest stable OH version and Zulu17 JDK.

The easyest way is to install the [MyQNAP repo](https://www.myqnap.org/install-the-repo/) and install openHAB from there so that updates are shown when published.
moodyblue marked this conversation as resolved.
Show resolved Hide resolved

QNAP NAS is based on Linux but it has limitations since it is not a full server. Therefore it is recommended to use [WinSCP](https://winscp.net/eng/index.php) to access `userdata`, `addons` and `conf` folders, etc.
moodyblue marked this conversation as resolved.
Show resolved Hide resolved

### USB dongles

USB dongles may work (or not). QTS (QNAP's operating system) may not include drivers, but you can install [USB serial drivers](https://www.myqnap.org/product/usb-serial-drivers/) (preferrably from MyQNAP repo), maybe it will include missing drivers for the dongle.
moodyblue marked this conversation as resolved.
Show resolved Hide resolved

### Other interesting packages in MyQNAP repo
moodyblue marked this conversation as resolved.
Show resolved Hide resolved

- Mosquitto (needs parametrization after install)
moodyblue marked this conversation as resolved.
Show resolved Hide resolved
- NodeJS v22 (required by zigbee2mqtt)
- QGit (required to install / update zigbee2mqtt)
- Node Red
- FFMpeg (complement to `IP Camera` binding)
- QPython312 (required by `HABApp`)
- UniFi (complement to `UniFi` binding)
Loading