-
I have a LSC Pet Feeder, which some seem to get connected, but for me this fails. Tried with and without app (force close) with and without internet access, reading with tinytuya, following #451, etc. Simply fails with Debug log see below, seems to me that it somehow is receiving incorrect/empty answer,
firmware version (might be that newer firmware disallows connections?) "current_version": "2.1.60.735"
"model": "5525000400",
"name": "Pet Feeder",
"product_id": "knpje5j2wsqlkhna",
"product_name": "LSC Pet Feeder with Camera",
"sub": false,
"icon": "smart/icon/ay1541056239985fDGjj/7b6724bac30cc62c49e32cff202cfd9a.png", fwiw attached (to reduce post length): Returned category is "sp" Smart Camera, which should probably be a combination of "sp" Smart Camera and "cwwsq" Pet Feeder, guessing that's mostly cosmetics? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Have you tried protocol version 3.2? Often others finding their device is not returning any values most of the time have found that it is because their device uses protocol 3.2, which appears the same as 3.3 during device discovery, but requires a couple of different commands to be used to work properly. The device22 workaround (which has been auto-detected for your device) is for devices that require one of those different commands, but not the other, so are not true 3.2 protocol devices. |
Beta Was this translation helpful? Give feedback.
-
Hi @make-all, Thanx for checking! I indeed tested with all 3.x versions including 3.2. Same result. With tinytuya I had some success with 3.2 but setting up in hass did not work, receiving DPS: 103 and sometimes others, but only after power cycling of the pet feeder. Other options I can test? Will try power cycle + register with 3.2 immediately after, not sure if I tested that. |
Beta Was this translation helpful? Give feedback.
-
Tested again from clean start with 3.2, and now this work! Thanx! At least I got to some feed rounds going, primary function is working. Trying to figure out what config to use, since the dps are not all documented, will compare with other petfeeders to create a new config. Also no camera yet, will look into the docs to find how to setup, any tips on the camera are welcome! |
Beta Was this translation helpful? Give feedback.
Have you tried protocol version 3.2?
Often others finding their device is not returning any values most of the time have found that it is because their device uses protocol 3.2, which appears the same as 3.3 during device discovery, but requires a couple of different commands to be used to work properly. The device22 workaround (which has been auto-detected for your device) is for devices that require one of those different commands, but not the other, so are not true 3.2 protocol devices.