FeelNeedy 4075B Cat Litterbox #5606
Doughboy68
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi, I just got this cat litterbox a week ago. This is first time I have created a config file or worked with tuya-local. I have created a config file for it an it is pretty much done after a bunch of testing over the past few days.
Some notes, not complete...
DP 103 and DP 104 I investigated the sleep start and end time if that is possible to convert inside yaml without helpers but everything I have seen indicates no. The times are based on minute of the day with 12:00a being 0 min and 10pm (22:00hr) is 1320 min. This will need template helpers in home assistant if wish to view and edit in 24hr time but I don't see a real reason to do since these are not changed that often and simple to figure out and set once you know how the format.
DP 120 Cat Weighing... does not line up with anything in the Smarlife app. The Smartlife app has its own Cat Weight toggle which is not linked with this, and all that does in app is enable/disable the cat weight in the calendar history so it is an app specific setting. I am not sure what this is and is rw in the dev file therefore I have just made it a binary sensor to display its value instead of being able to turn on/off since it may be a master override for the scale due to safety concerns. I may have tested this already and had no effect on the weighing but no point in testing this further.
DP 119 I left Raw Toileting Record which contains the duration and weight. I left in for completeness. It always outputs in grams no matter what the setting is in the litterbox (DP 118). I also have sensors on DP 119 that convert the duration and raw weight kg and lb to values for ease of monitoring in home assistant.
Automatic Cleaning Type DP 124 I am not sure what this means regarding schedule clean and manual .. seems to be stuck on manual setting on mine so I just named it On-Demand so looks better in dashboard (the litterbox still detects cats and cleans automatically). It also has Empty Litter. This is a rw DP and could be made a selection, but I chose to make it a sensor instead for safetwy... since Empty Litter may actually dump the litter which someone could do by accident remotely. There is no setting to dump litter in Smartlife app and has to be done manually on the machine as per manual. I did not feel like testing this so not sure. Maybe I will look into this in future when I want to dump the litter.
Bit more testing and I think it is ready for a PR.
Here is full config file
feelneedy_4075b_litterbox.yaml
All reactions