Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AlecoAir d12/d16 not recognized #2794

Open
3 of 4 tasks
romicaiarca opened this issue Jan 16, 2025 · 4 comments
Open
3 of 4 tasks

AlecoAir d12/d16 not recognized #2794

romicaiarca opened this issue Jan 16, 2025 · 4 comments
Labels
awaiting feedback Needs more information device improvement Improvement to an existing device config

Comments

@romicaiarca
Copy link

romicaiarca commented Jan 16, 2025

Description

Hi,

I have a D12/D16 Dehuminifier, and it is not detected properly by Tuya Local. Even if you already have some configs for these dehumidifier in code, they are not added in the list on add flow of the device.

Image Image Image Image Image

Steps to reproduce

No response

Expected behaviour

I expect that the aleco air device config tu be in the list.

Additional context

I have tried to use shinco_30d_dehumidifier, it gets the data but no changes are transmitet to the device. I remember that in the summer I had this working with your component, but just now I've noticed since I don't use the dehumidifier very often.

You may want to check the history since I've helped you with this in the past: romicaiarca@b9a885c#diff-27437d8db320dc71e7e07967cf05551d6b6baa7665d7e474b68f05dd7a0ca425R179

Old PR: #386

Confirmation

  • I am sure this is a bug or improvement, that is well enough described that it can be implemented.

  • If this is for a specific device, the device config is mentioned above, or diagnostics are included.

  • Log messages or diagnostics relevant to the issue are included.

  • This is not requesting addition of a new device.

@romicaiarca romicaiarca added the bug Something isn't working label Jan 16, 2025
@make-all
Copy link
Owner

Without log messages or diagnostics, there is not much I can do here.

@make-all make-all added awaiting feedback Needs more information device improvement Improvement to an existing device config and removed bug Something isn't working labels Jan 16, 2025
@make-all make-all moved this to 🏗 Stalled in Tuya Local Jan 16, 2025
@romicaiarca
Copy link
Author

What logs do you need. I can provide all data returned by tinytuya, but here I don't think that there are logs, since is just an issue of how the device is recognized. I've added in alecoair devices the product_id and I still cannot see in the list of suggested device.

{
        "name": "Office D12/D16 Dehumidifier",
        "id": "xxx",
        "key": "xxx",
        "mac": "",
        "category": "cs",
        "product_name": "D12/D16 HOME",
        "product_id": "hp1sjssyokokbrsg",
        "biz_type": 0,
        "model": "HOME",
        "sub": false,
        "icon": "https://images.tuyaeu.com/smart/icon/ay1571897408473s5wkc/0d45b3b80458368688a1df8cead4cda6.png",
        "uuid": "xxx",
        "mapping": {
            "5": {
                "code": "anion",
                "type": "Boolean",
                "values": {}
            },
            "8": {
                "code": "swing",
                "type": "Boolean",
                "values": {}
            },
            "11": {
                "code": "fault",
                "type": "Bitmap",
                "values": {
                    "label": [
                        "E1",
                        "E2"
                    ]
                }
            },
            "13": {
                "code": "countdown_left",
                "type": "Integer",
                "values": {
                    "unit": "min",
                    "min": 0,
                    "max": 1440,
                    "scale": 0,
                    "step": 1
                }
            }
        },
        "ip": "192.168.100.108",
        "version": "3.3"
    },

fields id, key and uuid are hidden because of security reason. Do you need any other logs for it?

@romicaiarca
Copy link
Author

UPDATE: After few retries, it loosk like shinco is working (start stop, current humidity data. Not sure if there are all fields available this way, but at least I can operate the dehumidifier from HA.

@make-all
Copy link
Owner

I need logs from Home Assistant, the ones that are output when you get the list of devices that does not include the expected one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting feedback Needs more information device improvement Improvement to an existing device config
Projects
Status: 🏗 Stalled
Development

No branches or pull requests

2 participants