Hacker News new | ask | show | jobs
by ilyt 1320 days ago
I kinda wish industry would converge on one standard for the devices themselves and compete on "IOT cloud/hub controller" instead of trying to build tiny closed ecosystems around eachother.

MQTT + some schema for typical devices would be a dream. Maybe have some of those devices be able to act as hub themselves with option to connect to "bigger" controller (whether cloud or on premise) but still be able to handle basic functions when say internet is down

2 comments

That kind of already exists with Home Assistant. Granted, it often feels like a thin wrapper around lots of tiny closed ecosystems, but the fact that most things interoperate well enough means I can recommend it.

Matter/Thread exist as well, and some smart device makers claim to already have adopted it, so we'll see how that all goes.

I used it few years ago and it had problem of occasionally disconnecting from MQ (I was using external one) and just... not reconnecting.

> Matter/Thread exist as well, and some smart device makers claim to already have adopted it, so we'll see how that all goes.

I'm kinda worried it will be the usual bloated standard by comitee result; tho I guess even if that happens it would still be better to have to implement one bloated standard instead of dozen incompatible ones.

Also at least wikipedia page says its "Proprietary, by certification" so eh, I'm worried

You're kind of describing home assistant. It integrates with all the various non interoperable standards and gives them the same interface. (In the ui sense, but also in the sense that you can write scripts that cross manufacturer boundaries.)
I know, but I'd prefer if it came that way from manufacturer instead of hacking at it away.

Like, I converted one of (sadly out of production) mpower pro power strips (it was great, cheap 6 socket with power measurement per socket) to talk to it but it wasn't exactly great experience.

The config of IoT devices should be just "start an app, point it to your (or cloud) controller, done", not "browse compatibility list and hope HASS supports it and the manufacturer won't break that support on update".