[GH-ISSUE #12080] zigbee2mqtt won't be in installed with Proxmox > 8.3 #2535

Closed
opened 2026-02-26 12:52:45 +03:00 by kerem · 1 comment
Owner

Originally created by @gerhardmueller1 on GitHub (Feb 19, 2026).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/12080

Have you read and understood the above guidelines?

yes

🔎 Did you run the script with verbose mode enabled?

Yes, verbose mode was enabled and the output is included below

📜 What is the name of the script you are using?

zigbee2mqtt.sh

📂 What was the exact command used to execute the script?

wget https://github.com/tteck/Proxmox/raw/main/ct/zigbee2mqtt.sh && bash zigbee2mqtt.sh

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📈 Which Proxmox version are you on?

8.4.16

📝 Provide a clear and concise description of the issue.

 _____   _       __             ___   __  _______  ____________
/__  /  (_)___ _/ /_  ___  ___ |__ \ /  |/  / __ \/_  __/_  __/
  / /  / / __  / __ \/ _ \/ _ \__/ // /|_/ / / / / / /   / /
 / /__/ / /_/ / /_/ /  __/  __/ __// /  / / /_/ / / /   / /
/____/_/\__, /_.___/\___/\___/____/_/  /_/\___\_\/_/   /_/
       /____/ 🐝

Loading...
 ✗ This version of Proxmox Virtual Environment is not supported
Requires Proxmox Virtual Environment Version 8.1 or later.
Exiting...
root@black:~# pveversion
pve-manager/8.4.16/368e3c45c15b895c (running kernel: 6.8.12-18-pve)
root@black:~# 

anywhere within the script the proxmox-version will be checked to be 8.[1-3]

bash -x zigbee2mqtt.sh
...
+ install_script
+ pve_check
+ pveversion
+ grep -Eq 'pve-manager/8.[1-3]'
+ msg_error 'This version of Proxmox Virtual Environment is not supported'

🔄 Steps to reproduce the issue.

wget https://github.com/tteck/Proxmox/raw/main/ct/zigbee2mqtt.sh && bash zigbee2mqtt.sh

Paste the full error output (if available).

+ start
+ command -v pveversion
+ whiptail --backtitle 'Proxmox VE Helper Scripts' --title 'Zigbee2MQTT LXC' --yesno 'This will create a New Zigbee2MQTT LXC. Proceed?' 10 58
+ SPINNER_PID=
+ install_script
+ pve_check
+ pveversion
+ grep -Eq 'pve-manager/8.[1-3]'
+ msg_error 'This version of Proxmox Virtual Environment is not supported'
+ '[' -n '' ']'
+ printf '\e[?25h'
+ local 'msg=This version of Proxmox Virtual Environment is not supported'
+ echo -e '\r\033[K \033[01;31m✗\033[m \033[01;31mThis version of Proxmox Virtual Environment is not supported\033[m'
 ✗ This version of Proxmox Virtual Environment is not supported
+ echo -e 'Requires Proxmox Virtual Environment Version 8.1 or later.'
Requires Proxmox Virtual Environment Version 8.1 or later.
+ echo -e Exiting...
Exiting...
+ sleep 2
+ exit

🖼️ Additional context (optional).

No response

Originally created by @gerhardmueller1 on GitHub (Feb 19, 2026). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/12080 ### ✅ Have you read and understood the above guidelines? yes ### 🔎 Did you run the script with verbose mode enabled? Yes, verbose mode was enabled and the output is included below ### 📜 What is the name of the script you are using? zigbee2mqtt.sh ### 📂 What was the exact command used to execute the script? wget https://github.com/tteck/Proxmox/raw/main/ct/zigbee2mqtt.sh && bash zigbee2mqtt.sh ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📈 Which Proxmox version are you on? 8.4.16 ### 📝 Provide a clear and concise description of the issue. ``` _____ _ __ ___ __ _______ ____________ /__ / (_)___ _/ /_ ___ ___ |__ \ / |/ / __ \/_ __/_ __/ / / / / __ / __ \/ _ \/ _ \__/ // /|_/ / / / / / / / / / /__/ / /_/ / /_/ / __/ __/ __// / / / /_/ / / / / / /____/_/\__, /_.___/\___/\___/____/_/ /_/\___\_\/_/ /_/ /____/ 🐝 Loading... ✗ This version of Proxmox Virtual Environment is not supported Requires Proxmox Virtual Environment Version 8.1 or later. Exiting... root@black:~# pveversion pve-manager/8.4.16/368e3c45c15b895c (running kernel: 6.8.12-18-pve) root@black:~# ``` anywhere within the script the proxmox-version will be checked to be 8.[1-3] ``` bash -x zigbee2mqtt.sh ... + install_script + pve_check + pveversion + grep -Eq 'pve-manager/8.[1-3]' + msg_error 'This version of Proxmox Virtual Environment is not supported' ``` ### 🔄 Steps to reproduce the issue. wget https://github.com/tteck/Proxmox/raw/main/ct/zigbee2mqtt.sh && bash zigbee2mqtt.sh ### ❌ Paste the full error output (if available). ``` + start + command -v pveversion + whiptail --backtitle 'Proxmox VE Helper Scripts' --title 'Zigbee2MQTT LXC' --yesno 'This will create a New Zigbee2MQTT LXC. Proceed?' 10 58 + SPINNER_PID= + install_script + pve_check + pveversion + grep -Eq 'pve-manager/8.[1-3]' + msg_error 'This version of Proxmox Virtual Environment is not supported' + '[' -n '' ']' + printf '\e[?25h' + local 'msg=This version of Proxmox Virtual Environment is not supported' + echo -e '\r\033[K \033[01;31m✗\033[m \033[01;31mThis version of Proxmox Virtual Environment is not supported\033[m' ✗ This version of Proxmox Virtual Environment is not supported + echo -e 'Requires Proxmox Virtual Environment Version 8.1 or later.' Requires Proxmox Virtual Environment Version 8.1 or later. + echo -e Exiting... Exiting... + sleep 2 + exit ``` ### 🖼️ Additional context (optional). _No response_
kerem 2026-02-26 12:52:45 +03:00
Author
Owner

@github-actions[bot] commented on GitHub (Feb 19, 2026):

Hello, it looks like you are referencing the old tteck repo.

This repository is no longer used for active scripts.
Please update your bookmarks and use: https://helper-scripts.com

Also make sure your Bash command starts with:

bash <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/...)

This issue is being closed automatically.

<!-- gh-comment-id:3925625653 --> @github-actions[bot] commented on GitHub (Feb 19, 2026): Hello, it looks like you are referencing the **old tteck repo**. This repository is no longer used for active scripts. **Please update your bookmarks** and use: [https://helper-scripts.com](https://helper-scripts.com) Also make sure your Bash command starts with: ```bash bash <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/...) ``` This issue is being closed automatically.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#2535
No description provided.