Giter VIP home page Giter VIP logo

Comments (13)

xrh0905 avatar xrh0905 commented on June 22, 2024 1

当前版本的绑定逻辑是遍历所有空调,一台一台提交过去就行。

哈哈哈哈哈哈刚发现,感谢作者!

不用谢,另外我不是作者。

from ha-dsair.

mypal avatar mypal commented on June 22, 2024

这应该是hk的问题,如果没有关联温度传感器的话,ha是不会显示当前环境温度的,只会有一个设置温度。第二个问题你先确认下ha上面的模式是否有多种?

from ha-dsair.

zwp-mt avatar zwp-mt commented on June 22, 2024

我也遇到了同样的问题,homekit中选不了模式,ha中可选

from ha-dsair.

xrh0905 avatar xrh0905 commented on June 22, 2024

第二个问题不确定怎么回事 第一个是因为Homekit在读不到温度时默认为21°C

from ha-dsair.

Helloookimi avatar Helloookimi commented on June 22, 2024

2.在进入homekit调节温度的界面后,有的主机可以显示“关闭,制冷,制热”,有的只有“开/关”?
这个问题是大金空调的逻辑设定,当一台内机开机后设定某个模式比如制冷,其他内机均不可修改模式,只有第一台可以修改,可以再其他内机的面板上设置模式试一下,不让修改的。理论上所有内机都关闭后,就可以任意修改模式了,和组件调用无关。

from ha-dsair.

JinKC avatar JinKC commented on June 22, 2024

第二个问题不确定怎么回事 第一个是因为Homekit在读不到温度时默认为21°C

您好,我也遇到了这个问题,询问Siri温度时,Siri也会因为这个21°C的存在说出“21-(某其它传感器)°C”的温度数值。
我不清楚如果不传递“实时温度为空”的信息给 HomeKit ,是否能解决这个问题?

比如我看到现在 YAML 是

hvac_modes:
  - cool
  - dry
  - fan_only
  - 'off'
min_temp: 16
max_temp: 32
target_temp_step: 1
min_humidity: 1
max_humidity: 3
fan_modes:
  - low
  - 稍弱
  - medium
  - 稍强
  - high
  - auto
swing_modes:
  - ➡️
  - ↘️
  - ⬇️
  - ↙️
  - ⬅️
  - ↔️
  - 🔄
current_temperature: null
temperature: 28
humidity: 1
fan_mode: auto
swing_mode: INVALID
friendly_name: 客厅
supported_features: 45

如果可以改为

hvac_modes:
  - cool
  - dry
  - fan_only
  - 'off'
min_temp: 16
max_temp: 32
target_temp_step: 0.5(这里不知道能否精确到0.5调整温度)
fan_modes:
  - low
  - 稍弱
  - medium
  - 稍强
  - high
  - auto
temperature: 28
fan_mode: auto
friendly_name: 客厅
supported_features: 45

是否能解决问题?

不能解决的话,或许可以允许用户从HA中选择一个现有的其它温度传感器,作为空调的温度显示吗?

from ha-dsair.

xrh0905 avatar xrh0905 commented on June 22, 2024

首先,当前集成已经支持选择现有的其它温度传感器作为空调的温度显示了
其次,等待 #56 被合并后应该就支持0.5度温控了
最后,目前Null的返回似乎不太对,我去改改看

from ha-dsair.

xrh0905 avatar xrh0905 commented on June 22, 2024

检查过了 返回的是None 目前除了绑定传感器没什么好的解决方法。

from ha-dsair.

JinKC avatar JinKC commented on June 22, 2024

好的谢谢!!
但是我在“关联传感器”的弹窗中只能看到一台空调是为什么?

from ha-dsair.

xrh0905 avatar xrh0905 commented on June 22, 2024

当前版本的绑定逻辑是遍历所有空调,一台一台提交过去就行。

from ha-dsair.

JinKC avatar JinKC commented on June 22, 2024

当前版本的绑定逻辑是遍历所有空调,一台一台提交过去就行。

哈哈哈哈哈哈刚发现,感谢!

from ha-dsair.

Niven-F avatar Niven-F commented on June 22, 2024

首先,当前集成已经支持选择现有的其它温度传感器作为空调的温度显示了 其次,等待 #56 被合并后应该就支持0.5度温控了 最后,目前Null的返回似乎不太对,我去改改看

请问在哪里 关联其他温度传感器

from ha-dsair.

mypal avatar mypal commented on June 22, 2024

首先,当前集成已经支持选择现有的其它温度传感器作为空调的温度显示了 其次,等待 #56 被合并后应该就支持0.5度温控了 最后,目前Null的返回似乎不太对,我去改改看

请问在哪里 关联其他温度传感器

添加好空调以后,在配置-集成-DS-AIR-选项里面,有个关联传感器

from ha-dsair.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.