The diagnostic report is 901cfb31-3895-4352-abc3-f366b7a583be I accessed the failed device creation about 5 mins before creating the diagnostic report and a second one just after trying to create a new device 1a64948a-86d2-4344-999e-7e6aa8b569da
The DPs in text format
{
"result": {
"properties": [
{
"code": "meal_plan",
"custom_name": "",
"dp_id": 1,
"time": 1781257275000,
"type": "raw",
"value": "AA=="
},
{
"code": "manual_feed",
"custom_name": "",
"dp_id": 3,
"time": 1781257265328,
"type": "value",
"value": 1
},
{
"code": "feed_state",
"custom_name": "",
"dp_id": 4,
"time": 1781257275358,
"type": "enum",
"value": "standby"
},
{
"code": "factory_reset",
"custom_name": "",
"dp_id": 9,
"time": 1781257275606,
"type": "bool",
"value": false
},
{
"code": "battery_percentage",
"custom_name": "",
"dp_id": 11,
"time": 1781255649166,
"type": "value",
"value": 0
},
{
"code": "fault",
"custom_name": "",
"dp_id": 14,
"time": 1781255649342,
"type": "bitmap",
"value": 0
},
{
"code": "feed_report",
"custom_name": "",
"dp_id": 15,
"time": 1743922240002,
"type": "value",
"value": 0
},
{
"code": "voice_times",
"custom_name": "",
"dp_id": 18,
"time": 1781257275610,
"type": "value",
"value": 0
},
{
"code": "power_mode",
"custom_name": "",
"dp_id": 101,
"time": 1781255647716,
"type": "enum",
"value": "strong_power"
},
{
"code": "record_set",
"custom_name": "",
"dp_id": 102,
"time": 1781255647672,
"type": "enum",
"value": "record_stop"
},
{
"code": "recording_exists",
"custom_name": "",
"dp_id": 103,
"time": 1781255647682,
"type": "enum",
"value": "no_voice"
},
{
"code": "surplus_state",
"custom_name": "",
"dp_id": 108,
"time": 1781255647616,
"type": "enum",
"value": "full"
},
{
"code": "record_state",
"custom_name": "",
"dp_id": 109,
"time": 1781255649256,
"type": "enum",
"value": "record_end"
},
{
"code": "record",
"custom_name": "",
"dp_id": 110,
"time": 1743922240002,
"type": "value",
"value": 0
},
{
"code": "log",
"custom_name": "",
"dp_id": 112,
"time": 1781255647624,
"type": "bool",
"value": true
},
{
"code": "indicator",
"custom_name": "",
"dp_id": 113,
"time": 1781255647688,
"type": "bool",
"value": true
},
{
"code": "wifi_signal",
"custom_name": "",
"dp_id": 114,
"time": 1743922240002,
"type": "value",
"value": -255
},
{
"code": "plan_feed_report",
"custom_name": "",
"dp_id": 115,
"time": 1743922240002,
"type": "value",
"value": 0
},
{
"code": "voice_name",
"custom_name": "",
"dp_id": 116,
"time": 1781255647630,
"type": "string",
"value": "record.MP3"
},
{
"code": "wifi_off",
"custom_name": "",
"dp_id": 117,
"time": 1781255647626,
"type": "bool",
"value": true
},
{
"code": "offline_feed_record",
"custom_name": "",
"dp_id": 118,
"time": 1781257275000,
"type": "raw",
"value": "B+oGDAopDwECAA=="
},
{
"code": "reset_wifi_cnt",
"custom_name": "",
"dp_id": 119,
"time": 1743922240002,
"type": "value",
"value": 0
}
]
},
"success": true,
"t": 1781502388993,
"tid": "8e0f6786687d11f1ad643a5ee8a86465"
}
I looked at the logs and there is only data for a light that is Tuya Smart+ but not actually physically connected at the moment
15/06/2026, 07:57:53 [INF] [Light] Reconnecting in 341s (attempt 160)
15/06/2026, 07:57:53 [ERR] [Light] Connection failed: connect EHOSTUNREACH 192.168.1.123:6668
15/06/2026, 07:57:53 [ERR] [Light] Error from socket: connect EHOSTUNREACH 192.168.1.123:6668
15/06/2026, 07:53:46 [INF] [Light] Reconnecting in 245s (attempt 159)
15/06/2026, 07:53:46 [ERR] [Light] Connection failed: connect EHOSTUNREACH 192.168.1.123:6668
15/06/2026, 07:53:46 [ERR] [Light] Error from socket: connect EHOSTUNREACH 192.168.1.123:6668
15/06/2026, 07:49:03 [INF] [Light] Reconnecting in 279s (attempt 158)
The same for DP Debug. The only available device is the light, I am guessing that due to the add of the feeder failing your app is quite reasonably treating it as not on the system.
Thanks again for the effort you are putting in on this. It is much appreciated.
Stephen


