this post was submitted on 14 Jan 2024
314 points (76.3% liked)

Technology

72876 readers
2731 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] LazaroFilm@lemmy.world 11 points 2 years ago (3 children)

The issue with web IpT is that devices send data reports of their status every fraction of a second. The packet may just be a few bytes but over time it adds up. Instead I wished they could just send status when they change state and wait for a confirmation but that’s harder to code…

[–] OADINC@feddit.nl 10 points 2 years ago (1 children)

If (Status != Prev_Status) {Send_All_User_Data();}

[–] LazaroFilm@lemmy.world 2 points 2 years ago (1 children)

Yes! The issue is that if the server misses that packet, the status is now wrong. So they need an aknowledgement send from the server.

[–] ripcord@lemmy.world 2 points 2 years ago (1 children)

Ok...? That's extremely standard. And easy.

[–] LazaroFilm@lemmy.world 2 points 2 years ago (1 children)

And yet they don’t implement it…

[–] ripcord@lemmy.world 1 points 2 years ago

Every single one that uses an interface like that does. All of them. i'm talking about the requiring a response from the server part.

Most also do not do .1s update rate or whatever you think the one device you have does.

[–] HelloHotel@lemm.ee 3 points 2 years ago* (last edited 2 years ago) (1 children)

A washimg machine isnt a micro frontend, the machine should do all the calculations on cpu and not report every time the drum spins or whatever.

[–] LazaroFilm@lemmy.world 1 points 2 years ago (1 children)

I think it’s dumber than that. It just sends a status:on every 0.5sec

[–] HelloHotel@lemm.ee 1 points 2 years ago

Thats verry dumb

[–] ripcord@lemmy.world 3 points 2 years ago (1 children)

No they don't. Most send updates every 5 seconds, every minute etc.

[–] LazaroFilm@lemmy.world 0 points 2 years ago

My MyQ garage door would disagree with you.