Code Monkey home page Code Monkey logo

Comments (10)

ProstoSanja avatar ProstoSanja commented on May 29, 2024 1

Same problem here, it identifies it correctly, but seems to have some problem in actually fetching the data from device. Screenshots and logs attached, tell me if there is anything I can do more to investigate. Can setups network proxies, etc, not a hassle. @CodeFoodPixels

2023-12-05 14:52:27.532 WARNING (SyncWorker_4) [homeassistant.loader] We found a custom integration robovac 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
2023-12-05 14:52:27.535 WARNING (SyncWorker_4) [homeassistant.loader] We found a custom integration komfovent 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
2023-12-05 14:53:44.984 DEBUG (MainThread) [custom_components.robovac.tuyalocalapi] Sending to {{REDACTED}} (192.168.2.58:6668): Message(0x9, b'', 0, <Device {{REDACTED}} (192.168.2.58:6668)>)
2023-12-05 14:53:45.016 DEBUG (MainThread) [custom_components.robovac.tuyalocalapi] Received message from {{REDACTED}} (192.168.2.58:6668): Message(0x9, b'', 0, None)
2023-12-05 14:53:54.972 DEBUG (MainThread) [custom_components.robovac.tuyalocalapi] Sending to {{REDACTED}} (192.168.2.58:6668): Message(0xa, {'gwId': '{{REDACTED}}', 'devId': '{{REDACTED}}'}, 47283005, <Device {{REDACTED}} (192.168.2.58:6668)>)
2023-12-05 14:53:54.983 DEBUG (MainThread) [custom_components.robovac.tuyalocalapi] Received message from {{REDACTED}} (192.168.2.58:6668): Message(0xa, {'dps': {'151': True, '156': True, '158': 'Standard', '159': True, '160': False, '161': 40, '163': 100}}, 47283005, None)
2023-12-05 14:53:54.984 INFO (MainThread) [custom_components.robovac.tuyalocalapi] Received updated state {{REDACTED}} (192.168.2.58:6668): {'151': True, '156': True, '158': 'Standard', '159': True, '160': False, '161': 40, '163': 100}
2023-12-05 14:53:54.988 DEBUG (MainThread) [custom_components.robovac.tuyalocalapi] Sending to {{REDACTED}} (192.168.2.58:6668): Message(0x9, b'', 0, <Device {{REDACTED}} (192.168.2.58:6668)>)
2023-12-05 14:53:54.994 DEBUG (MainThread) [custom_components.robovac.tuyalocalapi] Received message from {{REDACTED}} (192.168.2.58:6668): Message(0x9, b'', 0, None)
2023-12-05 14:54:04.992 DEBUG (MainThread) [custom_components.robovac.tuyalocalapi] Sending to {{REDACTED}} (192.168.2.58:6668): Message(0x9, b'', 0, <Device {{REDACTED}} (192.168.2.58:6668)>)
2023-12-05 14:54:05.006 DEBUG (MainThread) [custom_components.robovac.tuyalocalapi] Received message from {{REDACTED}} (192.168.2.58:6668): Message(0x9, b'', 0, None)
2023-12-05 14:54:14.973 DEBUG (MainThread) [custom_components.robovac.tuyalocalapi] Sending to {{REDACTED}} (192.168.2.58:6668): Message(0xa, {'gwId': '{{REDACTED}}', 'devId': '{{REDACTED}}'}, 47303006, <Device {{REDACTED}} (192.168.2.58:6668)>)
2023-12-05 14:54:14.995 DEBUG (MainThread) [custom_components.robovac.tuyalocalapi] Sending to {{REDACTED}} (192.168.2.58:6668): Message(0x9, b'', 0, <Device {{REDACTED}} (192.168.2.58:6668)>)
2023-12-05 14:54:15.027 DEBUG (MainThread) [custom_components.robovac.tuyalocalapi] Received message from {{REDACTED}} (192.168.2.58:6668): Message(0xa, {'dps': {'151': True, '156': True, '158': 'Standard', '159': True, '160': False, '161': 40, '163': 100}}, 47303006, None)
2023-12-05 14:54:15.028 INFO (MainThread) [custom_components.robovac.tuyalocalapi] Received updated state {{REDACTED}} (192.168.2.58:6668): {'151': True, '156': True, '158': 'Standard', '159': True, '160': False, '161': 40, '163': 100}
2023-12-05 14:54:15.032 DEBUG (MainThread) [custom_components.robovac.tuyalocalapi] Received message from {{REDACTED}} (192.168.2.58:6668): Message(0x9, b'', 0, None)
2023-12-05 14:54:18.185 DEBUG (MainThread) [custom_components.robovac.tuyalocalapi] Disconnected from {{REDACTED}} (192.168.2.58:6668)
2023-12-05 14:54:18.191 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/config/custom_components/robovac/tuyalocalapi.py", line 753, in _async_handle_message
    response_data = await self.reader.readuntil(MAGIC_SUFFIX_BYTES)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/asyncio/streams.py", line 637, in readuntil
    raise exceptions.IncompleteReadError(chunk, None)
asyncio.exceptions.IncompleteReadError: 0 bytes read on a total of undefined expected bytes
2023-12-05 14:54:24.997 DEBUG (MainThread) [custom_components.robovac.tuyalocalapi] Disconnected from {{REDACTED}} (192.168.2.58:6668)
image

from robovac.

stephanschn avatar stephanschn commented on May 29, 2024

same here.

from robovac.

htodep avatar htodep commented on May 29, 2024

Same here. Only getting the battery status and that is also not working.

from robovac.

fbricker avatar fbricker commented on May 29, 2024

Same here...

from robovac.

sakbark avatar sakbark commented on May 29, 2024

Same here!

from robovac.

infinitytec avatar infinitytec commented on May 29, 2024

Same issue with my G32 Pro. However, it seems that the buttons on the vacuum widget still work, so the vacuum can be controlled, but the status is unknown.

This may be due to the vacuum being on a network that does not allow it to talk to the Internet.

from robovac.

Davewarrington avatar Davewarrington commented on May 29, 2024

Any hope of newer models getting added soon :(

from robovac.

CodeFoodPixels avatar CodeFoodPixels commented on May 29, 2024

As part of the work I'm doing on the better-dps branch, I'm making it so that devices with different commands can be supported. I'd need people to contribute/test the commands for the vacuums though.

from robovac.

OmenBoy avatar OmenBoy commented on May 29, 2024

Iā€™d be happy to help. I have an X9 Pro.

from robovac.

infinitytec avatar infinitytec commented on May 29, 2024

I'd also be happy to help with the G32 Pro

from robovac.

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.