Git Product home page Git Product logo

Comments (8)

mac-zhou avatar mac-zhou commented on September 12, 2024

请贴截图

from midea-ac-py.

mac-zhou avatar mac-zhou commented on September 12, 2024

并且贴一下HA 60s内的详细log

from midea-ac-py.

KIMterry86 avatar KIMterry86 commented on September 12, 2024

我也有类似的问题. 户外温度显示为102.5度。然后有时候当前温度跳到-25度。

image

image
日志详细信息( ERROR )
Logger: homeassistant.helpers.entity
Source: custom_components/midea/climate.py:108
First occurred: 2020年5月13日 下午10:13:08 (6 occurrences)
Last logged: 上午8:40:20

Update for climate.midea_df6401000033 fails
Update for climate.midea_6d2100000041 fails
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 279, in async_update_ha_state
await self.async_device_update()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 470, in async_device_update
await self.async_update()
File "/config/custom_components/midea/climate.py", line 108, in async_update
await self.hass.async_add_executor_job(self._device.refresh)
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.7/site-packages/msmart/device.py", line 170, in refresh
data = self._lan_service.appliance_transparent_send(data)
File "/usr/local/lib/python3.7/site-packages/msmart/lan.py", line 63, in appliance_transparent_send
response = bytearray(self.request(data))[40:88]
File "/usr/local/lib/python3.7/site-packages/msmart/lan.py", line 38, in request
response = sock.recv(256)
socket.timeout: timed out

from midea-ac-py.

BH4WHN avatar BH4WHN commented on September 12, 2024

我也出现零下-25度的问题,户外温度也是出现+100多度的情况,但无关使用

from midea-ac-py.

mac-zhou avatar mac-zhou commented on September 12, 2024

当前温度出现异常,主要应该是解析室外温度出现异常或者返回数据异常

from midea-ac-py.

mac-zhou avatar mac-zhou commented on September 12, 2024

请升级最新版本,或者直接修改manifest.json中msmart==0.1.13
ha的配置中增加:

logger:
  default: info
  logs:
    custom_components.midea: debug
    msmart: debug

再有相关问题 请筛选出相关log反馈过来

from midea-ac-py.

mac-zhou avatar mac-zhou commented on September 12, 2024

升级msmart到0.1.15试试,我暂时没在这里升级
直接改custom_components/midea_ac/manifest.json

from midea-ac-py.

mac-zhou avatar mac-zhou commented on September 12, 2024

新版本已经修复

from midea-ac-py.

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.