You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just bought a new pet water fountain (Pets pride), connected to Tuya/Smart Life. Type in Tuya is indicated as DU-W01_TY.
In Local Tuya I cannot retreive all DP settings. E.g. 108 is missing. This in a value I'm interested in to have it integrated in Home Assistant.
Values I could configure / that are available in Home Assistant:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I just bought a new pet water fountain (Pets pride), connected to Tuya/Smart Life. Type in Tuya is indicated as DU-W01_TY.
In Local Tuya I cannot retreive all DP settings. E.g. 108 is missing. This in a value I'm interested in to have it integrated in Home Assistant.
Values I could configure / that are available in Home Assistant:

For DP:2 I configured the following (working):
From Developer.tuya:
{
"result": {
"properties": [
{
"code": "switch",
"custom_name": "",
"dp_id": 1,
"time": 1744046288233,
"type": "bool",
"value": false
},
{
"code": "work_mode",
"custom_name": "",
"dp_id": 2,
"time": 1744114253981,
"type": "enum",
"value": "Induction"
},
{
"code": "filter_days",
"custom_name": "",
"dp_id": 3,
"time": 1744046288233,
"type": "value",
"value": 0
},
{
"code": "pump_time",
"custom_name": "",
"dp_id": 4,
"time": 1744046288233,
"type": "value",
"value": 0
},
{
"code": "filter_reset",
"custom_name": "",
"dp_id": 5,
"time": 1744046288233,
"type": "bool",
"value": false
},
{
"code": "pump_reset",
"custom_name": "",
"dp_id": 6,
"time": 1744046288233,
"type": "bool",
"value": false
},
{
"code": "filter_life",
"custom_name": "",
"dp_id": 7,
"time": 1744046288233,
"type": "value",
"value": 0
},
{
"code": "time_clean",
"custom_name": "",
"dp_id": 8,
"time": 1744046288233,
"type": "value",
"value": 0
},
{
"code": "power_mode",
"custom_name": "",
"dp_id": 20,
"time": 1744114253891,
"type": "enum",
"value": "battery_power"
},
{
"code": "fault",
"custom_name": "",
"dp_id": 23,
"time": 1744114253976,
"type": "bitmap",
"value": 0
},
{
"code": "child_lock",
"custom_name": "",
"dp_id": 101,
"time": 1744114253986,
"type": "bool",
"value": true
},
{
"code": "do_not_disturb",
"custom_name": "",
"dp_id": 102,
"time": 1744114254180,
"type": "raw",
"value": "ABYABgA="
},
{
"code": "intermittent_setting",
"custom_name": "",
"dp_id": 103,
"time": 1744114254320,
"type": "raw",
"value": "CgAP"
},
{
"code": "reset",
"custom_name": "",
"dp_id": 104,
"time": 1744046288233,
"type": "bool",
"value": false
},
{
"code": "do_not_disturb_state",
"custom_name": "",
"dp_id": 105,
"time": 1744114254353,
"type": "bool",
"value": false
},
{
"code": "clean_type",
"custom_name": "",
"dp_id": 106,
"time": 1744046288233,
"type": "bool",
"value": false
},
{
"code": "filter_tpye",
"custom_name": "",
"dp_id": 107,
"time": 1744046288233,
"type": "bool",
"value": false
},
{
"code": "drinking_time",
"custom_name": "",
"dp_id": 108,
"time": 1744114254355,
"type": "raw",
"value": "ARkECA4KKAAA"
},
{
"code": "work_state",
"custom_name": "",
"dp_id": 109,
"time": 1744114253888,
"type": "bool",
"value": false
},
{
"code": "battery_level",
"custom_name": "",
"dp_id": 110,
"time": 1744114268316,
"type": "enum",
"value": "eighty"
},
{
"code": "clean_timer_setting",
"custom_name": "",
"dp_id": 111,
"time": 1744046288233,
"type": "raw"
},
{
"code": "clean_time",
"custom_name": "",
"dp_id": 112,
"time": 1744046288233,
"type": "raw"
},
{
"code": "check_clean_state",
"custom_name": "",
"dp_id": 113,
"time": 1744046288233,
"type": "bool",
"value": false
}
]
},
"success": true,
"t": 1744114303023,
"tid": "a240f523147211f0905d5e1a959ba61d"
}
Beta Was this translation helpful? Give feedback.
All reactions