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

Request support for Cecotec Ready Warm 800 #2967

Open
simol88 opened this issue Feb 16, 2025 · 3 comments
Open

Request support for Cecotec Ready Warm 800 #2967

simol88 opened this issue Feb 16, 2025 · 3 comments
Labels
awaiting feedback Needs more information full_info All info needed was provided new device Unsupported device

Comments

@simol88
Copy link

simol88 commented Feb 16, 2025

Log message

2025-02-16 12:55:47.884 WARNING (MainThread) [custom_components.tuya_local.config_flow] Could not find device: bf88376dbd45c94922psxy
2025-02-16 12:56:30.717 WARNING (MainThread) [custom_components.tuya_local.config_flow] Adding Convector cristal Ready Warm device with product id eabctkdf7akikibf
2025-02-16 12:56:30.813 WARNING (MainThread) [custom_components.tuya_local.config_flow] Device matches None with quality of 0%. DPS: {"updated_at": 1739706988.5340028}
2025-02-16 12:56:30.813 WARNING (MainThread) [custom_components.tuya_local.config_flow] Include the previous log messages with any new device request to https://github.com/make-all/tuya-local/issues/

Product ID

eabctkdf7akikibf

Product Name

Cecotec Ready Warm 800

DPS information

QueryThingsDataModel:

{
  "result": {
    "model": "{\"modelId\":\"efqstk\",\"services\":[{\"actions\":[],\"code\":\"\",\"description\":\"\",\"events\":[],\"name\":\"默认服务\",\"properties\":[{\"abilityId\":1,\"accessMode\":\"rw\",\"code\":\"Switch\",\"description\":\"\",\"extensions\":{\"attribute\":\"1\"},\"name\":\"开关\",\"typeSpec\":{\"type\":\"bool\"}},{\"abilityId\":2,\"accessMode\":\"rw\",\"code\":\"Lock\",\"description\":\"\",\"name\":\"童锁\",\"typeSpec\":{\"type\":\"bool\"}},{\"abilityId\":3,\"accessMode\":\"rw\",\"code\":\"Temp_set\",\"description\":\"\",\"name\":\"温度\",\"typeSpec\":{\"type\":\"value\",\"max\":40,\"min\":5,\"scale\":0,\"step\":1,\"unit\":\"℃\"}},{\"abilityId\":4,\"accessMode\":\"ro\",\"code\":\"Temp_current\",\"description\":\"\",\"name\":\"当前温度\",\"typeSpec\":{\"type\":\"value\",\"max\":100,\"min\":0,\"scale\":0,\"step\":1,\"unit\":\"℃\"}},{\"abilityId\":5,\"accessMode\":\"rw\",\"code\":\"Timer\",\"description\":\"\",\"name\":\"倒计时\",\"typeSpec\":{\"type\":\"value\",\"max\":1440,\"min\":0,\"scale\":0,\"step\":60,\"unit\":\"min\"}},{\"abilityId\":6,\"accessMode\":\"ro\",\"code\":\"FAULT\",\"description\":\"\",\"extensions\":{\"scope\":\"fault\"},\"name\":\"故障告警\",\"typeSpec\":{\"type\":\"bitmap\",\"label\":[\"Fault_1\",\"Fault_2\"],\"maxlen\":2}},{\"abilityId\":7,\"accessMode\":\"rw\",\"code\":\"Mode\",\"description\":\"\",\"name\":\"模式\",\"typeSpec\":{\"type\":\"enum\",\"range\":[\"High\",\"Low\"]}}]}]}"
  },
  "success": true,
  "t": 1739714767071,
  "tid": "2a7ed95bec6f11efa76bb217c6c149bc"
}


QueryProperties:

{
  "result": {
    "properties": [
      {
        "code": "Switch",
        "custom_name": "",
        "dp_id": 1,
        "time": 1739714017367,
        "type": "bool",
        "value": false
      },
      {
        "code": "Lock",
        "custom_name": "",
        "dp_id": 2,
        "time": 1739713212154,
        "type": "bool",
        "value": false
      },
      {
        "code": "Temp_set",
        "custom_name": "",
        "dp_id": 3,
        "time": 1739713212160,
        "type": "value",
        "value": 25
      },
      {
        "code": "Temp_current",
        "custom_name": "",
        "dp_id": 4,
        "time": 1739713212157,
        "type": "value",
        "value": 20
      },
      {
        "code": "Timer",
        "custom_name": "",
        "dp_id": 5,
        "time": 1739713212163,
        "type": "value",
        "value": 0
      },
      {
        "code": "FAULT",
        "custom_name": "",
        "dp_id": 6,
        "time": 1737719970696,
        "type": "bitmap",
        "value": 0
      },
      {
        "code": "Mode",
        "custom_name": "",
        "dp_id": 7,
        "time": 1739714009681,
        "type": "enum",
        "value": "High"
      }
    ]
  },
  "success": true,
  "t": 1739714822135,
  "tid": "4b4736adec6f11ef9e609e9247cde4aa"
}

Information about how the device functions

It's a simple heater, have ON-OFF, Actual temperature, Target Temperature, Mode: High-Low

https://storececotec.it/it/emettitori-termici/ready-warm-800-thermal

@simol88 simol88 added the new device Unsupported device label Feb 16, 2025
@simol88 simol88 changed the title Request support for <productname> Request support for Cecotec Ready Warm 800 Feb 16, 2025
@make-all make-all added the full_info All info needed was provided label Feb 16, 2025
@make-all make-all moved this to 📋 Backlog in Tuya Local Feb 16, 2025
@make-all make-all added the awaiting feedback Needs more information label Feb 18, 2025
@make-all make-all moved this from 📋 Backlog to 🏗 Stalled in Tuya Local Feb 18, 2025
@make-all
Copy link
Owner

make-all commented Feb 18, 2025

Please collect the logs again using tuya-local 2025.2.1 (or later)

@simol88
Copy link
Author

simol88 commented Feb 19, 2025

2025-02-19 17:02:03.065 ERROR (MainThread) [custom_components.tuya_local.device] Failed to refresh device state for Test.

@make-all
Copy link
Owner

See discussion #522

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting feedback Needs more information full_info All info needed was provided new device Unsupported device
Projects
Status: 🏗 Stalled
Development

No branches or pull requests

2 participants