[PR #5638] [MERGED] Refactor & Bump to Node24: Zigbee2MQTT #5960

Closed
opened 2025-11-20 07:08:25 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/5638
Author: @MickLesk
Created: 7/2/2025
Status: Merged
Merged: 7/2/2025
Merged by: @MickLesk

Base: mainHead: Refactor_Z2m


📝 Commits (1)

  • c940f66 Refactor & Bump to Node24: Zigbee2MQTT

📊 Changes

3 files changed (+26 additions, -22 deletions)

View changed files

📝 ct/zigbee2mqtt.sh (+20 -13)
📝 frontend/public/json/zigbee2mqtt.json (+1 -1)
📝 install/zigbee2mqtt-install.sh (+5 -8)

📄 Description

✍️ Description

  • Bump Zigbee2MQTT to Node24
  • use fetch_and_deploy function
  • remove old txt file after usage and use new .app file

My personal install:
image

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

🛠️ Type of Change (X in brackets)

  • 🐞 Bug fix – Resolves an issue without breaking functionality.
  • New feature – Adds new, non-breaking functionality.
  • 💥 Breaking change – Alters existing functionality in a way that may require updates.
  • 🆕 New script – A fully functional and tested script or script set.
  • 🌍 Website update – Changes to website-related JSON files or metadata.
  • 🔧 Refactoring / Code Cleanup – Improves readability or maintainability without changing functionality.
  • 📝 Documentation update – Changes to README, AppName.md, CONTRIBUTING.md, or other docs.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/5638 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 7/2/2025 **Status:** ✅ Merged **Merged:** 7/2/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `Refactor_Z2m` --- ### 📝 Commits (1) - [`c940f66`](https://github.com/community-scripts/ProxmoxVE/commit/c940f66f1841443a0f718fe2ee8cb014e97cb4b4) Refactor & Bump to Node24: Zigbee2MQTT ### 📊 Changes **3 files changed** (+26 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `ct/zigbee2mqtt.sh` (+20 -13) 📝 `frontend/public/json/zigbee2mqtt.json` (+1 -1) 📝 `install/zigbee2mqtt-install.sh` (+5 -8) </details> ### 📄 Description <!--🛑 New scripts must be submitted to [ProxmoxVED](https://github.com/community-scripts/ProxmoxVED) for testing. PRs without prior testing will be closed. --> ## ✍️ Description - Bump Zigbee2MQTT to Node24 - use fetch_and_deploy function - remove old txt file after usage and use new .app file My personal install: ![image](https://github.com/user-attachments/assets/c3e7f509-29cc-4dcd-ba53-14b753ff6191) ## ✅ Prerequisites (**X** in brackets) - [x] **Self-review completed** – Code follows project standards. - [x] **Tested thoroughly** – Changes work as expected. - [x] **No security risks** – No hardcoded secrets, unnecessary privilege escalations, or permission issues. --- ## 🛠️ Type of Change (**X** in brackets) - [ ] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [ ] ✨ **New feature** – Adds new, non-breaking functionality. - [ ] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. - [ ] 🆕 **New script** – A fully functional and tested script or script set. - [ ] 🌍 **Website update** – Changes to website-related JSON files or metadata. - [x] 🔧 **Refactoring / Code Cleanup** – Improves readability or maintainability without changing functionality. - [ ] 📝 **Documentation update** – Changes to `README`, `AppName.md`, `CONTRIBUTING.md`, or other docs. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 07:08:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#5960