diff --git a/cups-airprint/CHANGELOG.md b/cups-airprint/CHANGELOG.md index 406c4ec..540d97b 100644 --- a/cups-airprint/CHANGELOG.md +++ b/cups-airprint/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.4.2-3 (2025-07-16) + +- 版本升级 + ## 2.4.2-2 (2025-01-16) - 版本升级 diff --git a/cups-airprint/config.yaml b/cups-airprint/config.yaml index 124851c..f565427 100644 --- a/cups-airprint/config.yaml +++ b/cups-airprint/config.yaml @@ -1,5 +1,5 @@ name: CUPS AirPrint -version: "2.4.2-2" +version: "2.4.2-3" slug: opencups description: 著名的开源打印共享服务器 url: https://gitcode.com/waxgourd/addons diff --git a/ddns-go/CHANGELOG.md b/ddns-go/CHANGELOG.md index bb8ec5d..114b937 100644 --- a/ddns-go/CHANGELOG.md +++ b/ddns-go/CHANGELOG.md @@ -1,3 +1,11 @@ +### 6.12.0 (2025-07-29) + +- 版本升级 + +### 6.11.3 (2025-07-15) + +- 版本升级 + ### 6.11.0 (2025-07-01) - 版本升级 diff --git a/ddns-go/config.yaml b/ddns-go/config.yaml index 0b3883a..bd42374 100644 --- a/ddns-go/config.yaml +++ b/ddns-go/config.yaml @@ -1,5 +1,5 @@ name: "DDNS-GO" -version: '6.11.0' +version: '6.12.0' slug: 'ddns_go' codenotary: wghaos@163.com description: '自动获得你的公网 IPv4 或 IPv6 地址,并解析到对应的域名服务' diff --git a/dozzle/CHANGELOG.md b/dozzle/CHANGELOG.md index 275d761..f86d85f 100644 --- a/dozzle/CHANGELOG.md +++ b/dozzle/CHANGELOG.md @@ -1,3 +1,5 @@ +### 8.13.5 (2025-07-15) +- 版本升级 ### 8.13.4 (2025-07-01) - 版本升级 ### 8.13.1 (2025-06-19) diff --git a/dozzle/config.yaml b/dozzle/config.yaml index da43344..ffbb65d 100644 --- a/dozzle/config.yaml +++ b/dozzle/config.yaml @@ -1,5 +1,5 @@ name: docker日志监控Dozzle -version: 8.13.4 +version: 8.13.5 slug: dozzle codenotary: wghaos@163.com description: 'Dozzle 是一个小型轻量级应用程序,具有基于 Web 的界面来监控 Docker 日志' diff --git a/drawio/CHANGELOG.md b/drawio/CHANGELOG.md index 692bcf6..6257d86 100644 --- a/drawio/CHANGELOG.md +++ b/drawio/CHANGELOG.md @@ -1,3 +1,6 @@ +### 28.0.7 (2025-07-29) + +- 版本升级 ### 28.0.1 (2025-07-11) - 版本升级 diff --git a/drawio/config.yaml b/drawio/config.yaml index 5ef5f44..91596a8 100644 --- a/drawio/config.yaml +++ b/drawio/config.yaml @@ -1,5 +1,5 @@ name: 'DrawIO' -version: '28.0.1' +version: '28.0.7' slug: 'drawio' codenotary: 'wghaos@163.com' description: "DrawIO是运行在浏览器中的在线绘图工具" diff --git a/emby_beta/CHANGELOG.md b/emby_beta/CHANGELOG.md index 001a710..0d88879 100644 --- a/emby_beta/CHANGELOG.md +++ b/emby_beta/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.9.1.10 (25-07-2025) +- Update to latest version from linuxserver/docker-emby (changelog : https://github.com/linuxserver/docker-emby/releases) +## 4.9.1.7 (22-07-2025) +- Update to latest version from linuxserver/docker-emby (changelog : https://github.com/linuxserver/docker-emby/releases) ## 4.9.1.3 (11-07-2025) - Update to latest version from linuxserver/docker-emby (changelog : https://github.com/linuxserver/docker-emby/releases) ## 4.9.1.1 (13-06-2025) diff --git a/emby_beta/README.md b/emby_beta/README.md index 161f683..33b7fe4 100644 --- a/emby_beta/README.md +++ b/emby_beta/README.md @@ -1,4 +1,4 @@ -# Home assistant add-on: emby beta +# Home assistant add-on: emby [![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium) [![Donate][paypal-badge]](https://www.paypal.com/donate/?hosted_button_id=DZFULJZTP3UQA) diff --git a/emby_beta/config.json b/emby_beta/config.json index 7d9ba95..435afbf 100644 --- a/emby_beta/config.json +++ b/emby_beta/config.json @@ -1,6 +1,13 @@ { - "arch": ["aarch64","amd64"], - "backup_exclude": ["*/cache/","*/transcoding-temp/","*/logs/*"], + "arch": [ + "aarch64", + "amd64" + ], + "backup_exclude": [ + "*/cache/", + "*/transcoding-temp/", + "*/logs/*" + ], "codenotary": "wghaos@163.com", "description": "一个免费的软件媒体系统,让你掌控管理和流媒体内容(测试版)", "devices": [ @@ -102,7 +109,10 @@ "8096/tcp": "web interface", "8920/tcp": "https web interface (optional)" }, - "privileged": ["SYS_ADMIN","DAC_READ_SEARCH"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], "schema": { "PGID": "int", "PUID": "int", @@ -118,7 +128,7 @@ "slug": "emby_nas", "udev": true, "url": "https://gitcode.com/waxgourd/addons", - "version": "4.9.1.3", + "version": "4.9.1.10", "video": true, "boot": "manual" } diff --git a/filebrowser/CHANGELOG.md b/filebrowser/CHANGELOG.md index 63a3376..4a47900 100644 --- a/filebrowser/CHANGELOG.md +++ b/filebrowser/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.42.0-2 (28-07-2025) +- 修复了小错误 +### 2.40.2 (21-07-2025) +- 从filebrowser/filebrowser更新到最新版本(更新日志:https://github.com/filebrowser/filebrowser/releases) +### 2.37.0 (15-07-2025) +- 从filebrowser/filebrowser更新到最新版本(更新日志:https://github.com/filebrowser/filebrowser/releases) ### 2.36.1 (11-07-2025) - 从filebrowser/filebrowser更新到最新版本(更新日志:https://github.com/filebrowser/filebrowser/releases) ### 2.33.10 (01-07-2025) diff --git a/filebrowser/config.json b/filebrowser/config.json index 102a40f..23eee84 100644 --- a/filebrowser/config.json +++ b/filebrowser/config.json @@ -1,5 +1,9 @@ { - "arch": ["aarch64","amd64"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "codenotary": "wghaos@163.com", "description": "filebrowser提供指定目录下的文件管理界面,可用于上传、删除、预览、重命名和编辑文件", "devices": [ @@ -105,7 +109,10 @@ "ports_description": { "8080/tcp": "Web UI port" }, - "privileged": ["SYS_ADMIN","DAC_READ_SEARCH"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], "schema": { "NoAuth": "bool", "base_folder": "str?", @@ -122,6 +129,6 @@ "slug": "filebrowser", "udev": true, "url": "https://gitcode.com/waxgourd/addons", - "version": "2.36.1", + "version": "2.42.0-2", "boot": "manual" } diff --git a/libretv/CHANGELOG.md b/libretv/CHANGELOG.md index 59deac9..9a3fb5f 100644 --- a/libretv/CHANGELOG.md +++ b/libretv/CHANGELOG.md @@ -1,2 +1,4 @@ +### 202507251119 +- 版本升级 ### latest(2025-06-19) - 首次推出 \ No newline at end of file diff --git a/libretv/config.yaml b/libretv/config.yaml index db761bf..1c1eb48 100644 --- a/libretv/config.yaml +++ b/libretv/config.yaml @@ -1,5 +1,5 @@ name: "LibreTV" -version: 'latest' +version: '202507251119' slug: 'wg-libretv' codenotary: wghaos@163.com description: 'LibreTV 是一个轻量级、免费的在线视频搜索与观看平台,提供来自多个视频源的内容搜索与播放服务' diff --git a/nextcloud/CHANGELOG.md b/nextcloud/CHANGELOG.md index eb3be59..6aeff91 100644 --- a/nextcloud/CHANGELOG.md +++ b/nextcloud/CHANGELOG.md @@ -1,3 +1,5 @@ +## 31.0.7 (29-07-2025) +- 升级到linuxserver/docker-nextcloud最新版本 (changelog : https://github.com/linuxserver/docker-nextcloud/releases) ## 31.0.6-2 (11-07-2025) - 将超时时间增加到600秒。 ## 31.0.6 (19-06-2025) diff --git a/nextcloud/config.json b/nextcloud/config.json index 2660324..fe3e832 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -1,5 +1,8 @@ { - "arch": ["aarch64","amd64"], + "arch": [ + "aarch64", + "amd64" + ], "codenotary": "alexandrep.github@gmail.com", "description": "Nextcloud个人专属或团队共享的私有云同步网盘", "devices": [ @@ -119,7 +122,10 @@ "443/tcp": "Https Web Interface", "80/tcp": "Web interface" }, - "privileged": ["SYS_ADMIN","DAC_READ_SEARCH"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], "schema": { "Full_Text_Search": "bool?", "OCR": "bool?", @@ -153,7 +159,7 @@ "uart": true, "udev": true, "url": "https://gitcode.com/waxgourd/addons", - "version": "31.0.6-2", + "version": "31.0.7", "webui": "https://[HOST]:[PORT:443]", "boot": "manual" } diff --git a/onenav/CHANGELOG.md b/onenav/CHANGELOG.md index 563f45e..62a2b8e 100644 --- a/onenav/CHANGELOG.md +++ b/onenav/CHANGELOG.md @@ -1,3 +1,11 @@ +### 1.1.4 (07-29-2025) + +1. 新增:可以单独设置PC和手机主题 +1. 优化:链接识别进一步优化,提高成功率 +1. 优化:去掉后台失效菜单 +1. 修复:说明文件中的错别字 +1. 其他优化和BUG修复 + ### 1.1.3 (05-16-2025) 1. 新增:default2支持暗色模式 diff --git a/onenav/config.yaml b/onenav/config.yaml index 76a4076..9595ad8 100644 --- a/onenav/config.yaml +++ b/onenav/config.yaml @@ -1,5 +1,5 @@ name: OneNav -version: 1.1.3 +version: 1.1.4 slug: onenav codenotary: wghaos@163.com description: '可帮助你将浏览器书签集中式管理' diff --git a/openlist/CHANGELOG.md b/openlist/CHANGELOG.md index 0d91cc6..0062253 100644 --- a/openlist/CHANGELOG.md +++ b/openlist/CHANGELOG.md @@ -1,3 +1,5 @@ +### 4.0.9 (2025-07-29) +- 版本升级 ### 4.0.8 (2025-07-08) - 首次推出 \ No newline at end of file diff --git a/openlist/config.yaml b/openlist/config.yaml index c8ac0d4..9c762be 100644 --- a/openlist/config.yaml +++ b/openlist/config.yaml @@ -2,7 +2,7 @@ name: Openlist slug: openlist description: 'OpenList 是一个有韧性、长期治理、社区驱动的 AList 分支,旨在防御基于信任的开源攻击' url: https://gitcode.com/waxgourd/addons -version: 4.0.8 +version: 4.0.9 image: r.hassbus.com/wghaos/addons-wghaos-openlist codenotary: wghaos@163.com arch: diff --git a/portainer/CHANGELOG.md b/portainer/CHANGELOG.md index 90a6409..0a81478 100644 --- a/portainer/CHANGELOG.md +++ b/portainer/CHANGELOG.md @@ -1,3 +1,5 @@ +### 2.32.0-6 (25-07-2025) +- 从portainer/portainer更新到最新版本 (更改日志 : https://github.com/portainer/portainer/releases) ### 2.31.3 (11-07-2025) - 从portainer/portainer更新到最新版本 (更改日志 : https://github.com/portainer/portainer/releases) ### 2.31.2-5 (01-07-2025) diff --git a/portainer/config.json b/portainer/config.json index 23a067f..e543f7e 100644 --- a/portainer/config.json +++ b/portainer/config.json @@ -1,6 +1,13 @@ { - "arch": ["aarch64","amd64"], - "backup_exclude": ["backups","docker_config/cli-plugins"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], + "backup_exclude": [ + "backups", + "docker_config/cli-plugins" + ], "codenotary": "wghaos@163.com", "description": "轻松管理您的Docker环境", "docker_api": true, @@ -10,7 +17,11 @@ "ingress_port": 1337, "ingress_stream": true, "init": false, - "map": ["addon_config:rw","share:rw","ssl"], + "map": [ + "addon_config:rw", + "share:rw", + "ssl" + ], "name": "Portainer", "options": { "certfile": "fullchain.pem", @@ -37,6 +48,6 @@ "slug": "portainer", "udev": true, "url": "https://gitcode.com/waxgourd/addons", - "version": "2.31.3", + "version": "2.32.0-6", "boot": "manual" } diff --git a/zigbee2mqtt/DOCS.md b/zigbee2mqtt/DOCS.md index fbf6c6a..699d177 100644 --- a/zigbee2mqtt/DOCS.md +++ b/zigbee2mqtt/DOCS.md @@ -85,4 +85,93 @@ adapter: ember - 点击启动(启动时长大约一分钟),进入日志页面中点击刷新,出现“Zigbee2MQTT started!”则表示启动成功。 -- 启动完成后可在信息页中点击"打开 网页界面",或点击“在侧边栏显示”,方便以后从左侧栏快速访问。 \ No newline at end of file +- 启动完成后可在信息页中点击"打开 网页界面",或点击“在侧边栏显示”,方便以后从左侧栏快速访问。 + +## 自定义转换器 +如果 Z2M Addons 官方显示不支持你的设备,别慌,可以自定义转换器,操作如下: +先打开调试模式,能查看到更多调试信息:使用 FileBroswer 打开 homeassistant/zigbee2mqtt/configuration.yaml 文件, +并添加或修改log_level: debug + +#### 第一步:打开zigbee2mqtt,点击开发控制台,找到 JS 代码,复制并保存到本地,命名为 **[ 设备型号 ].js** (此处将 **[ 设备型号 ]** 替换为你真实的设备信息); + +如果这里的js没有生成有效文件或者生成的文件在调试过程中没有很好的效果,需要从官方已经存在的转换器(https://github.com/Koenkk/zigbee-herdsman-converters)查找相关设备类型的代码,多次修改调试验证。 + +#### 第二步:将 **[ 设备型号 ].js** 通过 FileBroswer 拖拽上传到目标目录 +```homeassistant/zigbee2mqtt/external_converters``` + +zigbee2mqtt 2.0.0 之后的版本文件存放位置(**如果没有external_converters 这个文件夹,请手动创建** ) + +简单参考一个js: +```python3 +const {} = require('zigbee-herdsman-converters/lib/modernExtend'); +const fz = require('zigbee-herdsman-converters/converters/fromZigbee'); +const exposes = require('zigbee-herdsman-converters/lib/exposes'); +const reporting = require('zigbee-herdsman-converters/lib/reporting'); +const e = exposes.presets; +const definition = { + zigbeeModel: ['FNB56-ZRC06FB2.0'], + model: 'NZRC106W-M2', + vendor: 'Feibit', + description: 'Security controller', + extend: [], + fromZigbee: [fz.command_arm, fz.battery], + toZigbee: [], + exposes: [e.battery(), e.action(['panic', 'disarm', 'arm_day_zones', 'arm_all_zones'])], + configure: async (device, coordinatorEndpoint) => { + const endpoint = device.getEndpoint(1); + await reporting.bind(endpoint, coordinatorEndpoint, ['genBasic']); + }, + onEvent: async (_, data) => { + if (data.type === 'commandArm' && data.cluster === 'ssIasAce') { + await data.endpoint.defaultResponse(0, 0, 1281, data.meta.zclTransactionSequenceNumber); + } + }, +}; + +module.exports = definition; +``` + + +#### 第三步:点击 “允许添加新设备”,等待设备连接完成就好了,然后就是测试功能。 + +验证过程: + +- 查看 z2m 界面新加入的设备是否已经不显示 不支持了,如果还显示,说明匹配失败或 JS 文件有问题。 + +- 重启 z2m 加载项,点击 日志,ctrl+F,搜索步骤二中添加的 JS 文件名,出现 Load xxx.js ,并下面没有出现 error 相关字样,表示成功加载且 JS 内容正确。 +然后 在日志中查看 MQ 消息,验证设备发送和接收的消息的正确性是否符合预期。如果不满意效果,就需要调整 JS 内容并重启 z2m 加载项,查看日志,重复此过程达到满意即可。 + + + +- 如果确定 JS 没问题,但设备还是没有接入成功或者设备按钮效果不符合预期,可能是设备固件需要升级或者固件本身和 z2m 兼容性不好。咨询设备厂商或客服烧录最新固件,再次调试。 + +接入完成之后,关闭调试,减少日志输出提高 z2m 性能,```log_level: debug``` 改为 ```log_level: info``` + + +### 参考: + +官方接入自定义设备参考 + +https://www.zigbee2mqtt.io/advanced/support-new-devices/01_support_new_devices.html#_2-3-using-modern-extend + +升级到 2.0.0+的说明 + +https://github.com/Koenkk/zigbee2mqtt/discussions/24198 + +### 如果需要贡献给官方,步骤如下: + +- fork 官方转换器仓库,https://github.com/Koenkk/zigbee-herdsman-converters + +- clone 你 fork 的仓库 + +- 找到你设备对应的文件,比如:src/devices/feibit.ts + +- 将你测试通过的 JS 代码按照格式添加到官方文件中,根据官方 README 按照步骤操作,提交到你 fork 的仓库,注意提交的 message 按照如下格式:feat(add): xxxx(新的设备型号),更多请参考官方历史提交日志记录 + +- 然后提交 PR,等待官方审核,等待审核同时准备好设备照片:512*512 背景透明 + +- 同样 fork 官方平台仓库:https://github.com/Koenkk/zigbee2mqtt.io + +- clone 你 fork 的仓库 + +- 在位置public/images/devices添加你的设备图片,提交到你 fork 仓库,提交 PR,等待审核 \ No newline at end of file