12345678
返回列表 发布新帖

[其他应用] 绿联NAS dxp系列接入 Home Assistant

评论78

DsqywHLv.1 发表于 2025-12-18 21:33:18 | 查看全部 IP:–浙江–绍兴
哦是吗 发表于 2025-12-17 15:39
提供一下你的运行的配置

version: '3.8'

services:
  ugreen-ha:
    image: yougood/ugreen-ha
    container_name: ugreen-ha
    environment:
      - TZ=Asia/Shanghai
      - UGREEN_SERVER=https://172.17.0.1:9443
      - UGREEN_USERNAME=panknxx
      - UGREEN_PASSWORD=123456
      - UID=5001
      - GID=5000
    ports:
      - 8094:1883 #端口自定义
    restart: unless-stopped
    network_mode: bridge
时光依然Lv.1 发表于 2025-12-19 09:06:34 | 查看全部 IP:–河南–郑州
最近发现通过应用中心配置好的homeassistant无**常启动,期间我什么配置也没有更改过,也没有办法进入界面。哪位大佬帮忙看看日志,问题出在什么地方。
s6-rc: info: service legacy-services: stopping
[16:12:00] INFO: Home Assistant Core finish process exit code 0
[16:12:00] INFO: Home Assistant Core service shutdown
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
services-up: info: copying legacy longrun home-assistant (no readiness notification)
s6-rc: info: service legacy-services successfully started
2025-12-19 08:58:19.347 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration gree which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2025-12-19 08:58:19.354 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2025-12-19 08:58:19.366 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration huawei_solar which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2025-12-19 08:58:19.389 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration xiaomi_home which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2025-12-19 08:58:24.009 WARNING (Recorder) [homeassistant.components.recorder.util] The system could not validate that the sqlite3 database at //config/home-assistant_v2.db was shutdown cleanly
2025-12-19 08:59:43.683 ERROR (MainThread) [homeassistant.components.http.forwarded] A request from a reverse proxy was received from 127.0.0.1, but your HTTP integration is not set-up for reverse proxies
2025-12-19 08:59:43.979 ERROR (MainThread) [homeassistant.components.http.forwarded] A request from a reverse proxy was received from 127.0.0.1, but your HTTP integration is not set-up for reverse proxies
2025-12-19 09:03:54.896 ERROR (MainThread) [homeassistant.components.http.forwarded] A request from a reverse proxy was received from 127.0.0.1, but your HTTP integration is not set-up for reverse proxies
2025-12-19 09:03:55.165 ERROR (MainThread) [homeassistant.components.http.forwarded] A request from a reverse proxy was received from 127.0.0.1, but your HTTP integration is not set-up for reverse proxies
哦是吗楼主Lv.1 发表于 2025-12-19 11:06:46 | 查看全部 IP:–浙江–绍兴
DsqywH 发表于 2025-12-18 21:31
初始化MQTT服务器
MQTT服务器-账号:mqtt
MQTT服务器-密码:password

你这个账号不是管理员账号吧,如果是管理员账号的话 ,请使用http服务端口登录nas,不使用https端口登录
tangleafLv.1 发表于 2025-12-20 14:53:23 | 查看全部 IP:–广西–南宁
接入了,感谢
image.png
时光依然Lv.1 发表于 2025-12-20 15:43:23 | 查看全部 IP:–云南–红河哈尼族彝族自治州
时光依然 发表于 2025-12-19 09:06
最近发现通过应用中心配置好的homeassistant无**常启动,期间我什么配置也没有更改过,也没有办法进入界面 ...

今天到家里使用局域网可以正常使用了,但是我用绿联NAS里的火狐浏览器,访问home assistant,应该也是局域网访问,但是无法成功。
时光依然Lv.1 发表于 2025-12-20 19:10:40 | 查看全部 IP:–云南–红河哈尼族彝族自治州
时光依然 发表于 2025-12-19 09:06
最近发现通过应用中心配置好的homeassistant无**常启动,期间我什么配置也没有更改过,也没有办法进入界面 ...

最近又试试,发现在局域网里可以正常登陆使用,但是以前记得是可以远程访问的,不知道现在不行了,更不用说远程使用火狐浏览器,在局域网访问了,现在是都不行。除了用真实的电脑在局域网可以访问成功。
小kkLv.1 发表于 2025-12-23 16:36:51 | 查看全部 IP:–贵州–遵义
成功啦,感谢大佬!提个醒,如果用Ha自带的mqtt服务要这么填:MQTT_SERVER=tcp://ha的ip:1883,前面的tcp别忘了,下面的MQTT_USERNAM和MQTT_PASSWORD就填ha的用户名和密码
UgreenUserLv.1 发表于 2026-1-13 11:09:58 | 查看全部 IP:–广东–佛山–高明区
楼主你好,请问这个有没有集成nas中 硬盘休眠 这个开启/关闭按钮。
哦是吗楼主Lv.1 发表于 2026-1-13 17:27:25 | 查看全部 IP:–浙江–绍兴
UgreenUser 发表于 2026-1-13 11:09
楼主你好,请问这个有没有集成nas中 硬盘休眠 这个开启/关闭按钮。

目前没有集成这个,主要是这个开关一般设置了 就不怎么会变动

评论

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Copyright © 2026 绿联NAS私有云社区 版权所有 All Rights Reserved. 粤公网安备44030002002555号| 粤ICP备12028978号
关灯 在本版发帖
联系技术支持
返回顶部
快速回复 返回顶部 返回列表