This feels like bad design
Smart pet-feeder company Petlibro suffered an outage on Tuesday, giving users a harsh reminder of the risks of relying on smart devices.
Petlibro makes pet feeders that connect to Wi-Fi and, for setup with Petlibro’s mobile companion app, Bluetooth. Users can set the feeders to automatically dispense food at scheduled times, which is handy for pet care when the owner is out of the home.
In a statement to The Verge, Petlibro CEO York Wu said this week’s outage was “related to how the Petlibro app communicates with devices through its online servers.”
Some user reports have also conflicted with Petlibro’s claims about offline functionality. As The Verge pointed out, various users online claimed that during the outage, their devices did not perform any scheduled feedings, performed some feedings but not others, or performed feedings late (examples here, here, here, here, and here).
120 Comments
ramble81@lemmy.zip · 132 pts · 1d
Okay
Makes sense
wtf? Doesn’t the thing have an internal clock? Doesn’t it just set a cron job? Seriously, if you want to farm data all day long, do that and just send it back. But if having to be online to do its core function is required, that’s extremely poor design.
ThatGuy46475@lemmy.world · 93 pts · 1d
They can’t charge a subscription for an internal clock
NaibofTabr@infosec.pub · 27 pts · 1d
Or push ads, or gather data on users.
TeaWithDani@lemmy.world · 2 pts · 21h
An app is always a red flag, especially if it's the only way you can interact with the device.
shortwavesurfer@lemmy.zip · 75 pts · 1d
And this is why you use local only devices fools.
Get yourself a Zigbee Pet Feeder and pair it with Home Assistant and you're good to go.
NaibofTabr@infosec.pub · 33 pts · 1d
Why in fuck would a device that activates a motor once or twice a day on a schedule need any kind of network connectivity? This is an ultra-dumb programmatic function, it shouldn't need any more compute power than an alarm clock. Why would you hook it up to a smart home anything?
It should be exactly this complicated:
Anything beyond that is like killing a housefly with a bazooka.
Septimaeus@infosec.pub · 9 pts · 1d
::: spoiler Totally agree (keep it simple) and I use a simple timer failsafe on mine, but just pointing out:
Minimum interval of that plug will fill the bowl jam the motor. Gears will strip without intervention.
Nbd tho, you can wire up a secondary timer relay circuit for portion control. Just keep the wires tidy, and raised if there’s a water bowl nearby.
And probably don’t want 220 anywhere near the feeding area so use a 5v wall wart or whatever.
Eh, might also want to consider a battery backup option in case power goes out while you’re on a work trip.
Just make sure to keep both interfaces accessible for later manual adjustments. Can take a while to dial it in, you know, based on current activity levels, which can change seasonally. Also be ready to fuck with it pretty much any time you switch their feed.
Etc etc :::
I kid — I’m sure you get why nerdy control freaks wire these things up to HA and whatever
Valmond@lemmy.dbzer0.com · 6 pts · 1d
Gotta find one (cheap) that doesn't do the wrrrr-tick-tick-tick 24/7 though.
cynar@lemmy.world · 3 pts · 23h
The ability to play with it, without having to fiddle with tiny switches is a big feature to many. Often these are used by people with mobility issues. The ability to add an extra feed, due to exercise, or adjust the timings to account for changes in life plans are a godsend to many.
Smart home devices are a balancing act. The extra control means more can also go wrong. Minimising that is a big part. The most critical is making it behave sanely when it suddenly goes offline. E.g. smart light switches become dumb ones, when the central hub goes down.
NaibofTabr@infosec.pub · 3 pts · 22h
OK, add a simple remote control with buttons for adjusting the schedule and triggering a manual feed. No need for that to be any more complicated than a TV remote from the 90s. Keep it offline, no problem.
cynar@lemmy.world · 2 pts · 22h
To each their own. I prefer having the ability to adjust things from 1 central source. I'm prone to losing remotes.
Also, how would you do such a remote. You would also need a screen for feedback etc, which puts you back at square 1.
Also, a remote would be considerably more expensive than the extra cost of a ZigBee/Wifi enabled microcontroller.
NaibofTabr@infosec.pub · 1 pts · 21h
My preference is for devices to be as simple and reliable and end-user repairable as possible. I have an aversion to any kind of appliance that might be dependent on someone else to update software or maintain a network service to keep operational. No software dependence at all if possible, just a basic microcontroller and firmware. Again, there's nothing to this that needs to be any more advanced or complicated than the functions of a basic alarm clock like this:
Instead of setting off an alarm, we're activating the feeding mechanism. Dead simple. Hell, you could probably make this yourself by wiring the alarm from a clock like this to a motor that moves the feeding mechanism.
Nah, there's no reason feeding times need to be any more granular than per-hour. You can show that with a 2x6 grid of 12 indicator LEDs, with a 13th AM/PM indicator. On lights indicate hours when feeding will activate. You could have that on both the remote and the feeder, cheap and easy. Maybe you have a 14th indicator that lights up if the food in the storage bin is low and needs refilling.
Definitely not, because it's not fair to count the cost of only the link hardware on the feeder, you have to account for the cost of the rest of the smart home system to operate it. A remote like this is dirt cheap:
You're over thinking what this really needs to do. It's a timer that activates a switch, that's all.
cynar@lemmy.world · 2 pts · 20h
It's worth noting that I think both should exist.
Agreed, I just want a ZigBee endpoint as well.
As for the smart home stuff, I already have it in place, so it's no additional expense.
Control wise, your method would be fine for someone techie and motivated. It would annoy the hell out of some non techies, particularly if they had vision issues (think OAP). It would also close down the option of relatives helping out by monitoring it remotely.
As I said, different target audiences. Both have their places. I just wish the smart option did its job properly, rather than the half baked options we keep getting.
Signtist@bookwyr.me · 6 pts · 1d
I've got a dispenser that basically works like a gumball machine. Goes every day and only needs to be refilled maybe once every month or two. Even has a battery backup in case the power goes out while we're on vacation or something. No need for smart home integration, just listen to your pet when they complain that they don't have any food, and make sure you're full up before leaving for an extended amount of time.
W98BSoD@lemmy.dbzer0.com · 5 pts · 1d
Which do you recommend?
deathbird@mander.xyz · 2 pts · 1d
Aquara C1. Use Home Assistant and your own Zigbee antenna.
W98BSoD@lemmy.dbzer0.com · 2 pts · 22h
$89 isn’t terrible
W98BSoD@lemmy.dbzer0.com · 1 pts · 22h
Septimaeus@infosec.pub · 2 pts · 1d
I got the cheapest timer-based one I could find ($18) and spliced the 5v motor wires with a Shelly switch (flashed for local-only matter).
I settled on this solution after 3 prior attempts with more expensive feeders because none of them let me control portions and regularity adequately, which ultimately comes down to “cycle hopper motor N seconds at T
1, T2, … , TKfor K meals/day.”That’s been doing its job for nearly two years, cat’s weight stabilized, and his feast/famine eating behaviors disappeared, so I couldn’t recommend anything more complex than that.
::: spoiler ETA: only important if you travel but…
Also added a small relay that reconnects internal AA battery pack on power loss. Which converts unit back to a self-contained timer-based feeder.
The only time that has triggered is when unplugging the unit to clean or when I’ve accidentally turned off the power strip’s energy monitor plug. Not important unless you’re away from home a lot and/or outages are common in your area. :::
mecen@lemmy.ca · 3 pts · 1d
It would be nice if there is list of devices/companies which support local integration, it there anything?
sixty@sh.itjust.works · 1 pts · 1d
mastertigurius@lemmy.world · 66 pts · 1d
The level of sophistication of our pet feeder at home is a fistful of kibble pulled out of a bag and dropped in a bowl. If we're away, we have a good neighbour who drops in to check on the cat, or the cat stays with my family. I'm an IT professional, and prefer my house to be as dumb as possible.
Of course I will post a picture of my cat when mentioning him. His name is Nemo.
Holytimes@sh.itjust.works · 23 pts · 1d
Nemo appears to be starving. You should ensure nemo is given many treats to fix this problem.
mastertigurius@lemmy.world · 13 pts · 1d
His hunger is insatiable, as evidenced by his annoyed moaning whenever he glimpses the bottom of his food bowl. His foster home had turned him into a mega-chonk, but I got him in the right track. Now he's part killing-machine, part cuddle-machine.
WatermelonPaloma@lemmy.world · 10 pts · 1d
Nemo is such a beauty, he looks very soft and cuddly.
mastertigurius@lemmy.world · 9 pts · 1d
Thank you. He's indeed soft and cuddly, though also drooly and clawy. We love him.
Axolotl_cpp@feddit.it · 5 pts · 1d
I can't dispense 2 upvotes (one for the comment one for the cat pic) so just get this comment
chunes@lemmy.world · 3 pts · 1d
I bet Nemo loves to sit on your keyboard when you're trying to type.
mastertigurius@lemmy.world · 2 pts · 1d
He'll lie down between my arms and rest his head on my lower arm while my hands are on the keyboard. Good touch typing practice, as I can't see the keys.
TeaWithDani@lemmy.world · 2 pts · 21h
May be an orange, but you sure have a smart system to alert you if the kibble is late.
devaly@ani.social · 49 pts · 1d
To everyone criticizing the people who bought the device: It is sold as being capable of running without internet, and it often does. The problem is that some update along the way broke this functionality ( maybe on purpose ).
The device has 3 D batteries to survive even power outages.
I'm not defending the company, I absolute despise them, they lied to consumers and should suffer a class action lawsuit.
deathbird@mander.xyz · 45 pts · 1d
Repeat after me: Local control. Local control. Local control.
"The Cloud" is just other people's computers.
popekingjoe@lemmy.world · 19 pts · 1d
Home Assistant, my beloved.
unemployedclaquer@sopuli.xyz · 5 pts · 1d
Spread your knowledge, but most are not motivated or equipped
MolochHorridus@piefed.social · 4 pts · 1d
But people no longer have computers at home. More and more rely on just phones or can’t even use anything else.
deathbird@mander.xyz · 1 pts · 23h
That's a a public education problem.
Smoogs@lemmy.world · 41 pts · 1d
wtf why is it requiring wifi for a mechanism that should simply just rely on electricity if nothing else?
Aneb@lemmy.world · 8 pts · 22h
This is reminding me of the copypasta where the it admin keeps a gun next to the printer.
Also my automatic pet feeder is dumb and only runs on electric
ohshit604@lemmy.halstead.host · 4 pts · 21h
Fun fact, companies want every piece of data you’re willing to give them, including your pets. Not to mention that the average person doesn’t realize the risk of connecting a device to the internet.
wonderingwanderer@sopuli.xyz · 30 pts · 1d
It is bad design. The entire system control could be on a microcontroller inside the machine itself. There's no reason to route data through a cloud server just for basic functionality (other than greedy data farming, of course).
That's a single point of failure, and not even very reliable, for something that provides a basic necessity to a living being.
That being said, any pet owner who relies on an automated feeder and doesn't check it regularly to make sure it's working properly, is neglecting their pets. They share a portion of the responsibility here.
Still, I wish products marketed for pets were regulated better to ensure safety.
nullspace@lemmy.world · 2 pts · 23h
They save money by offloading the processing to your phone.
wonderingwanderer@sopuli.xyz · 2 pts · 21h
Then the process should happen on the phone locally and not by connecting to their servers which run the processes and then send commands back to the device through your phone...
nullspace@lemmy.world · 2 pts · 20h
I ain't arguing it's a good setup. Somewhere there's a spreadsheet showing how many dead pets they can get away with before their cost-saving strategy goes into the red.
MrNesser@lemmy.world · 24 pts · 1d
Why can't these schedules be held locally in the device memory.
Sidyctism2@discuss.tchncs.de · 22 pts · 1d
But then they cant turn off the servers in 18 months, forcing you to buy a new one?!
roofuskit@lemmy.world · 7 pts · 1d
The answer is lazy design. It was cheaper and easier to make it a dumb device that gets all direction from a server. Less complexity and more control on their end. Also, subscription.
anon_8675309@lemmy.world · 4 pts · 1d
Monthly recurring revenue perhaps? I can’t be bothered to find out of this is a subscription but I bet it is.
Spitefire@lemmy.world · 1 pts · 1d
There is a subscription service, but it's not required. I don't have it, but my pet got fed during the outage so maybe there's a different line of devices that don't work without the subscription...
Professorozone@lemmy.world · 1 pts · 23h
They totally can. We used to have a super low tech one. It was like an old cookie timer. You crank a wheel over to the number of hours you wanted (so it only worked over a day or so)and a spring inside just turned the crank back until a little hole lined up with a notch allowing the door to open. There were two bins inside one device, so two feedings. No batteries. No Internet.
tal@lemmy.today · 19 pts · 1d
You can pamper your cat however you want, but your cat is not going to die if they don't have someone portioning out food five times a day.
stoy@lemmy.zip · 5 pts · 1d
The cat we had when I grew up was perfectly fine with having a bowl of dry feed over the day and night, getting wet food in the evenings.
littlewonder@lemmy.world · 1 pts · 1d
Some cats can't have free access to food or they get fat. Some cats can with no weight gain. I have two sister cats where one is the latter and one is the former.
muusemuuse@sh.itjust.works · 18 pts · 1d
“So we create an unnecessary dependency to force them to upgrade whenever shareholders demand it. There’s a slight chance a malfunction will starve cats to death buuuuuut….”
Lenny_Kravitz@lemmy.zip · 18 pts · 1d
These smart gadgets could be good but they are so terrible. I bought a discount smart LED bulb. I was like let's try it out, it can't be that bad. Then I realized why was it discounted:
The lightbulb does not work without being connected to the internet, it just flashes in the most annoying way.
Nowhere on its box it was written, hey you have to connect this lightbulb 24/7 to the internet. Just some nice things, like you can dim it and change the colors. Not to mention these shady apps selling your data, asking access for your contacts, pictures and files.
They far overdid the opportunistic predation in many ways.
I can easily imagine a nightmare, where everything people own, get locked down this way. The world is going into that direction.
Taleya@aussie.zone · 3 pts · 1d
Its cheaper.
They can design the device to be standalone, with increased hardware costs...or farm that processing to their servers, with the bonus of also giving them the ability to kill it on command so you just have to buy a new one and having lots of metric data to sell
xthexder@l.sw0.com · 4 pts · 1d
I guarantee you the microcontroller that handles the wifi is 10x more powerful than what would be required to just run an offline schedule.
There's no processing involved... It's not like this is using a camera + AI to see if your cat is too fat.Edit: I just looked up this model and its actual features... it's not that far off, since it seems to run image recognition to tell when the cat is eating. If they're streaming video back to the cloud for processing, that sounds even worse than what I was expecting. It would be entirely possible to run a small image recognition model locally in a product like this.
There are much simpler solutions like the ones that detect a chip in the pets collar (or the embedded id chip most pets have)
JohnEdwa@sopuli.xyz · 1 pts · 17h
If you want actually pretty good smart home stuff, and for cheap, go to IKEA. By default they require nothing but being paired to a button/dial/motion sensor that works entirely on a local mesh network (Zigbee, or more recently Matter over Thread) between the devices. You can buy a hub, which again by default is local only - to control the lights using your phone you need to be connected to your own wifi. And if you really want to control them from somewhere else (or use Siri/Google Assistant etc), you have to specifically enable that functionality.
And because they use matter, they work with most of the other matter stuff, and vice versa - I have a bunch of Aqara temp/humidity sensors connected to mine. And you don't even need an IKEA hub, any Matter hub will work, and there are quite a few of them including stuff like the Google Home Speaker, a 3rd gen Apple TV, and the Apple Home Pod.
Main downside? IKEA electronics aren't exactly the most reliable things around.
Itdidnttrickledown@lemmy.world · 18 pts · 1d
Sounds like a dumb way to feed your pet that the device can't work without the cloud. Nothing new but still you have to be real stupid to buy a device that will one day be cut off when the company abandons support.
douglasg14b@lemmy.world · 21 pts · 1d
Ah yes, the classic "the stupid consumers are stupid" argument.
This was sold as being an offline-capable device. It even has battery slots for power outages.
Perhaps instead of shitting on people for buying something they thought would be nice and work well, we shit on the company that can't even give a pet feeder an on-device offline schedule after selling people on a device that's supposed to work offline and even during power outages.
And figure out how we can hack it and enable folks to control the hardware they own, because they weren't stupid for buying a pet feeder. The company that runs it just does so in a moronic way.
(I don't own one of these, but I have considered it a few times, and this just pisses me off)
AnUnusualRelic@lemmy.world · 9 pts · 1d
So is it poor design or cases where users didn't put batteries in?
Itdidnttrickledown@lemmy.world · -1 pts · 1d
Any cloud connected device that stops functioning when there is a outage is stupid. Its stupid to buy one.
luciferofastora@feddit.org · 2 pts · 1d
What about a device that can function offline?
Itdidnttrickledown@lemmy.world · 0 pts · 1d
Yes. That is what I'm saying.
luciferofastora@feddit.org · 5 pts · 1d
But that's what they bought. That's what was advertised and sold to them.
It was just false advertising.
Itdidnttrickledown@lemmy.world · 0 pts · 1d
I've bought two cloud connected devices that promised manual control. Only one did. It was the first thing I did was verify it was true by never using the cloud part of it.
UnLocoPoco@lemmy.world · 16 pts · 1d
Again, why do we need to unnecessarily complicate stuff with multiple IoT options?? Why can't it have a fallback offline like idk...a SIMPLE TIMER? Or is it another case of "AI integration" into yet another thing which doesn't need AI!
underscores@lemmy.zip · 4 pts · 1d
it's because shareholders want the company to "innovate" and in a space where nothing can really improve these devices people will add whatever is new or trendy. IoT and cloud stuff is still very trendy. I wouldn't be surprised if there were startups or devices based on AI pet feeder tech.
Not because it's new and good, but because shareholders want money to go up.
UnLocoPoco@lemmy.world · 1 pts · 23h
True. One can only innovate so much in a particular product. So, every company irrespective of requirement is putting "AI" into their products just to make investors happy which in turn screws cust experience in a lot of cases. The best example is AI customer service desk. Oh god! It's rare these days to get human support. Seems like every company has onboarded AI support system
Jankatarch@lemmy.world · 16 pts · 21h
It needs wifi????
childOfMagenta@jlai.lu · 5 pts · 18h
Your feeding schedule writes a cron job on their server, which then runs and commands your feeder to operate. Standard pattern.
/jk (I hope)
Quill0@lemmy.digitalfall.net · 13 pts · 1d
My fish tank feeder had a clock, and I set the times. To feed it. There shouldn't be any smart needed.
LievitoPadre@feddit.it · 11 pts · 1d
Happy user of petlibro here and I'm very happy that when I bought it, I went explicitly for the non wifi - non cloud connected version.
the_riviera_kid@lemmy.world · 10 pts · 1d
Its not hard to just put some food in a bowl. Not every damn thing needs automation.
deathbird@mander.xyz · 21 pts · 1d
It's actually pretty handy, and can be useful for portion control too.
There is no reason it should require a cloud connection.
saltesc@lemmy.world · -12 pts · 1d
Useful for those of us born without hands and brains.
devaly@ani.social · 13 pts · 1d
There are situations in which this device helps a lot:
ogy@fedia.io · 12 pts · 1d
i don't have one yet, but we're planning to get one so we can go on overnight or even maybe 2-3 day trips without having to rely on someone coming around to feed the pets
kurwa@lemmy.world · 6 pts · 1d
The cheaper non smart ones work all by themselves, no cloud needed. They don't have an app to control it unfortunately though.
NaibofTabr@infosec.pub · 3 pts · 1d
God forbid the user have to push a button on the device itself.
ogy@fedia.io · 3 pts · 1d
nice, that's probably what we'll go with, thanks 🙏
laithness@lemmy.world · 4 pts · 1d
overnight is fine but for 2,3 days still have someone drop by to check if things are fine at least once. i read horror stories of cats being cats and landing badly from a sleeping spot and breaking a leg, or cats in a freak accident turning on the hair dryer which proceeded to blow warm air into the apartment for the whole night. and of course insanse stuff like that will happen when nobody is there to check in.
tal@lemmy.today · 2 pts · 1d
I think that he means just put 2-3 days of food out.
If the cat eats wet food, that'd have spoiling problems, but I suppose that it'd probably be okay with dry kibble.
chunes@lemmy.world · 1 pts · 1d
And if the power goes out?
Obituarykidney@lemmy.world · 10 pts · 1d
Some cats are psycho about food. Mine definitely, and screams at me for hours a day even though he knows when feeding time is and he still has food from breakfast. People recommend an automatic feeder because the cat stops associating the person with feeding time and bothers the feeder instead. I haven't tried it yet, but it makes sense to me and would probably work on the fat cunt
Zorque@lemmy.world · 4 pts · 1d
It doesn't need it, no, but it makes life a little easier. And in this world of constant demands on our attention and time, making our lives a little easier is a vast blessing.
Kissaki@feddit.org · 4 pts · 1d
When I think of accessibility, I find it plausible that it's not just convenient but essential or necessary for some people.
fodor@lemmy.zip · 3 pts · 1d
If you work long shifts or overnights, maybe your cats need food more often, so what do you do. Free feed, but many experts advise against that. Well, there are various options.
Kissaki@feddit.org · 7 pts · 1d
"smart" device
artyom@piefed.social · 7 pts · 1d
Every modern tech product is.
hubobes@sh.itjust.works · 7 pts · 22h
I have a Petlibro, but one of the old ones that has no cloud connection and no app. You just program it on the feeders interface itself. From a mechanical standpoint they are pretty awesome and feeding the proper amount of food is so much easier than doing it manually.
MangoCats@feddit.it · 3 pts · 19h
Yeah, now imagine how much better (/s) that would be if "the cloud" was looped in to the timer so that any network outage or server outage or successful hack or DoS attack caused your feeder to malf.
Undvik@fedia.io · 7 pts · 1d
Thankfully I got one of the older models with zero IoT functionality. Works very well
ChunkMcHorkle@lemmy.world · 5 pts · 1d
Same here, I think we've had it close to ten years now. After seeing how the cats respond to it we started calling it The Food God.
ComradePenguin@lemmy.ml · 6 pts · 1d
My pets got fed through the entire outage. I did not care to get a 100% reliable solution, as it is just a convenience for us. Not something we rely on. Actually relying on 100% on this is a bad idea.
At this point the most annoying part for me has been the wild amount of emails and info about this outage.
douglasg14b@lemmy.world · 6 pts · 1d
It seems very reasonable for owners of this device to expect something as simple as a schedule to work without having to phone home first.
As a software engineer, blows my mind how teams build shit like this
ComradePenguin@lemmy.ml · 2 pts · 1d
It does work for me at least. So our schedule is stored locally, it seems.
Regrettable_incident@lemmy.world · 1 pts · 1d
I kind of think that someone who relies on this 100% of the time maybe shouldn't have a pet. Pets need company and affection. I mean, I'd love to get a dog again but now I'm just working too much and it wouldn't be fair.
LastYearsIrritant@sopuli.xyz · 4 pts · 1d
It could be that their work schedule makes it so they're not home for meal times, but are home for other times
It could be that people happened to be traveling for this and most cats are fine with an occasional day or two home alone.
It could be that some of them are really bad with daily scheduled tasks and need something to help take that load off.
Maybe consider not being super judgemental about how people manage their pets, there's perfectly reasonable reasons why people might want, or even need, an auto feeder.
ComradePenguin@lemmy.ml · 1 pts · 1d
I use it to make sure that our pets don't go hungry for long. So that they don't eat everything and then have to wait for 6 or 12 hours until the next feeding. So I just feed them every two hours automatically.
Melobol@lemmy.ml · 6 pts · 1d
There is always a switchbot.
It literally presses or releases a button at given times. You program it with BT and no wifi needed.
aarch0x40@piefed.social · 6 pts · 1d
Why can’t Petlibro make money the old fashioned way, through planned obsolescence!
Kintarian@lemmy.world · 6 pts · 1d
What’s wrong with a ficking bowl?
MonkderVierte@lemmy.zip · 13 pts · 1d
Cats greed-stuffing until they barf. My orange one killed a roomba that way.
brsrklf@jlai.lu · 8 pts · 1d
Your cat must have quite the appetite to hunt and eat a whole roomba.
MonkderVierte@lemmy.zip · 6 pts · 1d
No, the Roomba had the appetite. On the wrong thing.
Edit: now i'm imagining Garfield jump-attacking the XKCD roomba.
starlinguk@lemmy.world · 2 pts · 1d
I've had cats all my life and never had one that couldn't have a bowl of food out at all times. Throwing up doesn't mean they eat too much, just that they eat too fast, like, yanno, when they think they're going to be starving until the next meal.
douglasg14b@lemmy.world · 5 pts · 1d
So you tried to defeat someone else's experience with an anecdote where you have not had that experience. What even are you trying to say here?
Lots of people's cats have behaviors like this. Feeding them a certain amount on a fixed schedule helps. We have six cats. One of them is like this. It's a pain in the ass.
Especially if you're away from home
Snoopey@lemmy.dbzer0.com · 3 pts · 1d
I've got 3 cats, one who wouldn't hesitate to eat the food of all 3. Very difficult to manage as the other two only nibble away slowly at their food. Solution I can't up with is 3 RFID feeders that only open for the right cat, works great. I'm trying to figure out if I can emulate the online server portion of the stack to remove the cloud requirement.
MonkderVierte@lemmy.zip · 3 pts · 1d
Nah, some are just wired like this.
nyan@lemmy.cafe · 2 pts · 1d
Some cats are gobblers, some are grazers. Currently we have two gobblers, and one obligate grazer who throws up if she eats more than a tablespoon or so of food at a time. The logistics involved in making sure she gets enough without the other two stealing her food are . . . tedious.
The gobbler tendency may show up more often in rescue cats, who are likely to have been through rough patches here and there—we've never taken in a cat who was less than eight months old, so their habits are set before they get to us. Or it may just be a genetic quirk.
HertzDentalBar@lemmy.blahaj.zone · 8 pts · 1d
Some cats are fucked in the head. Don't ever get a Bengal.
alternategait@lemmy.world · 2 pts · 1d
I have three cats. A chonk, an old lady with kidney issues, and the other guy. When there was no restriction on who got what chonk was very chonky and the other guy was pretty skinny. Everyone but chonk are grazers so it's not even a matter of separating him from them during meal time, unless I'm banishing him for like three hours. Also both the chonk and the other guy would love to eat old lady's prescription $30/lb food.
UnLocoPoco@lemmy.world · 5 pts · 1d
Again, why do we need to unnecessarily complicate stuff with multiple IoT options?? Why can't it have a fallback offline like idk...a SIMPLE TIMER? Or is it another case of "AI integration" into yet another thing which doesn't need AI!
TIEPilot@lemmy.world · 5 pts · 1d
WTF does it need to be on the cloud to operate? More why is it on the cloud in the first place?
And all these spyware apps, enough is enough.
cyberpunk007@lemmy.ca · 4 pts · 1d
There won't be an outage next time. Next time just pay for the all new subscription, 99.99% uptime!
/s
I fucking hate the current state of technology.
Simon_Shitewood@lemmy.ml · 4 pts · 1d
When I bought my house there were a bunch of smart gadgets - lightbulbs, thermostat, fridge - and after a couple of months I'd gradually disabled all the smart features because they were causing more problems than they were fixing. The cold December day when we didn't have any heating because a fucking server was down was the worst.
Eh_I@lemmy.world · 4 pts · 1d
Hmm... Maybe they should make people feeders.
Drusas@fedia.io · 3 pts · 1d
There's no reason these need to be "smart". I had a pet feeder with a timer over a decade ago. It just needed batteries.
Thrawn@lemmy.dbzer0.com · 3 pts · 1d
We have some and in our case it isn't about the timer function but the RFID tags on the cat collars because one will steal from the other two.
I can't speak for anyone else but they kept working for us. Only possible difference I can think of is that we did make sure to put in the optional D cell batteries.
MedicPigBabySaver@lemmy.world · 1 pts · 23h
Stupid
the_q@piefed.social · -1 pts · 1d
Oh for the love of god... If you're too busy to feed your companions you don't need a companion.
MantisToboggon@lemmy.world · -6 pts · 1d
They almost died because you are a shitty owner