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 WiFi Water Timer HCT-611 (with Bluetooth Gateway HCG-001-C) #638

Closed
spanzetta opened this issue Apr 23, 2023 · 0 comments

Comments

@spanzetta
Copy link

Information about DPS mappings

Water Timer

Response
{
"result": {
"category": "sfkzq",
"functions": [
{
"code": "switch",
"dp_id": 1,
"type": "Boolean",
"values": "{}"
},
{
"code": "weather_delay",
"dp_id": 10,
"type": "Enum",
"values": "{"range":["cancel","24h","48h","72h"]}"
},
{
"code": "countdown",
"dp_id": 11,
"type": "Integer",
"values": "{"unit":"s","min":0,"max":86400,"scale":0,"step":1}"
},
{
"code": "smart_weather",
"dp_id": 13,
"type": "Enum",
"values": "{"range":["sunny","clear","cloud","cloudy","rainy","snow","fog"]}"
}
],
"status": [
{
"code": "switch",
"dp_id": 1,
"type": "Boolean",
"values": "{}"
},
{
"code": "battery_percentage",
"dp_id": 7,
"type": "Integer",
"values": "{"unit":"%","min":0,"max":5,"scale":0,"step":1}"
},
{
"code": "battery_state",
"dp_id": 8,
"type": "Enum",
"values": "{"range":["low","middle","high"]}"
},
{
"code": "weather_delay",
"dp_id": 10,
"type": "Enum",
"values": "{"range":["cancel","24h","48h","72h"]}"
},
{
"code": "countdown",
"dp_id": 11,
"type": "Integer",
"values": "{"unit":"s","min":0,"max":86400,"scale":0,"step":1}"
},
{
"code": "work_state",
"dp_id": 12,
"type": "Enum",
"values": "{"range":["auto","manual","idle"]}"
},
{
"code": "smart_weather",
"dp_id": 13,
"type": "Enum",
"values": "{"range":["sunny","clear","cloud","cloudy","rainy","snow","fog"]}"
}
]
},
"success": true,
"t": 1682196920684,
"tid": "fe7693cae14f11ed847f92e270c72120"
}

Bluetooth Gateway

Response
{
"code": 1106,
"msg": "permission deny",
"success": false,
"t": 1682258110751,
"tid": "7697f08ce1de11ed847f92e270c72120"
}

Info about manuals
https://manuals.plus/ningbo-hanci-electrical/hct-611-wireless-water-timer-manual#axzz7ziU04JrY
https://fccid.io/2A6BU-HCT611

@spanzetta spanzetta added the new device Unsupported device label Apr 23, 2023
@make-all make-all added subdevice Requires subdevice support and removed new device Unsupported device labels Apr 23, 2023
@make-all make-all added awaiting confirmation Wating for confirmation the issue is solved unreleased Will be in next release and removed awaiting confirmation Wating for confirmation the issue is solved unreleased Will be in next release subdevice Requires subdevice support labels Apr 30, 2023
@make-all make-all closed this as completed May 7, 2023
make-all added a commit that referenced this issue Jun 6, 2023
Original report #638 gave iot.tuya.com docs with dps 1, 7, 8, 10, 11, 12, 13
Later screenshots of iot.tuya.com dropped 12 (work_state) but the rest were
still present.

Actual logs from #771 show 1, 7, 8, 13, 14, 110.
14 and 110 are unknown, as not listed in the portal (though 14 may be a
switch for the smart weather function, as per johgee device).
Assume 10, 11, 12 might show up under some circumstances, and leave them as
optional in the config.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants