The article discusses expectations for smart home announcements at the upcoming IFA tech show in Berlin. While companies may unveil new smart speakers, cameras and robot vacuums, the smart home remains fragmented as the Matter interoperability standard has yet to fully deliver on integrating devices. The author argues the industry needs to provide more utility than novelty by allowing different smart devices to work together seamlessly. Examples mentioned include lights notifying users of doorbell activity or a robot vacuum taking on multiple household chores autonomously. Overall, the smart home needs solutions that are essential rather than just novel if consumers are to see the value beyond the initial cool factor.

42 points
*

As someone who does live in a “fully smart” home, used quite some time to plan it and had to fend of “smarthome” manufacturers like flies aroud a shitcake:

90% of all products on the market are a scam and shouldn’t be called smart at all - they are fancy “remotes” either via voice or mobile phone. Nothing about that is smart. That’s dumb. It is not more convenient compared to a proper lightswitch if I need to know a long specific voice prompt or take my mobile out of its pocket to switch on a certain light.

What the autor of the article requests is already on the market for decades - KNX/EIB any a few other standards (Modbus, Onewire, etc.) are available for ages, are not depending on one brand and one central component. There is no fucking need to stay within a walled garden but the point is: These systems exist for such a long time that they do not show up as “big introduction” at IFA or CES. They evolve gradually and to stay within German exhibitions are found at the Light and Building rather than the IFA. Because the first one is a builders/electronics exhibitions, the later a multimedia/TV trade fair. The Verge is simply at the wrong place.

To give you an idea of my (actually very common, nothing about it is very special) setup/usecases and what I mean with “smart”: KNX does everything that requires switching, all sensors, basically all background work excluding the doorbell (works via LAN) and Fingerprint (works via LAN).

Lights:

The system does recognise people automatically when they enter a room and their positioning in a room. Paired with enviromental data (natural light level in the room, outside light, time of the day, our schedule according to our calenders*) it determines the appropriate level of light based on the human centric lightning concept. Light will be brighter and more blue in the morning (unless I am coming home from nightshifts), darker and more orange in the evening (unless we have a party), very dark if you go to the loo at night. It furthermore recognises your positioning in the room (e.g. when you are in a certain part of the kitchen certain lights go on) or that certain power sockets draw power according to a certain charateristic (e.g. the TV goes on)

Temperature:

The system knows current inside and outside temperature and the expected forecast*. It will heat the rooms accordingly, e.g. will turn down the kids rooms during schooldays but have them back at temperature when school ends. If the system recognises that someone is still in the room for long after school should have started it determines that someone is sick/schools off unexpectedly and temps are adjusted accordingly. In the summer the system shuts the blinds according to the light level to keep the heat out - based on the current position of the sun(e.g. the eastern blinds are lowered in the morning but not the western ones) and outside light levels. It will let enough light in for everyone to work but at the same time keep the heat out.

Air quality:

The system measures the air quality of the rooms and outside air quality&temperature and does ventilate accordingly - or ask us to manually open a window if that doesn’t provide sufficient clean air. (But won’t do so if the Air quality outside is bad)

Windows/Doors:

All of them have sensors showing their opening status, some if they are properly locked.

Doorbell/Fingerprint:

The Doorbell/Fingerprint system is the only system not on the bus as Video is beyond the scope of what the system can transfer.

Devices/Appliances:

Most things are “dumb” integrated first- we see when the washing machine is done because of the power charateristic, we see if the refrigerator is broken the same way. While we use Home Assistant for additional comfort, it is not really necessary.

Visualisation:

We use both KNX only as well as Home Assistant. But I could change over to openHAB, ioBroker or whatever we want tomorrow.

*: This data has input from external sources.

My point is: This is done without much user input. And by using around 30 different brands. With dumb actors and sensors (blind e.g. are just a “on off” motor, windows are binary contacts, same goes for leakage, etc.) so the components can be exchanged easily. And you don’t pay the hefty premium everyone tries to sell you for their “remote controlled blinds” (twice the price for a shitty remote,another useless gateway and Alexa…) and it’s far easier to use different brands. And if the blind actuator brand goes bust (way more unlikely compared to a smarthome startup) it will work without a cloud and can be exchanged seamlessly with any other brand.

We are there. But it is not fancy enough for the media.

permalink
report
reply
4 points
*
Deleted by creator
permalink
report
parent
reply
3 points

The system environment does have radio based components - but you are right, some things cannot be achieved without deep integration with the house. But yeah, I rented for a long time and while I used radio based systems it is not as good. My hope is that it does get common enough that more and more landlords adopt it,at least for the midrange segment. We do actually provide some limited integration for a small apartment we rent out but currently it’s not something people care about tbh and the law here is a bit problematic in that regard, but that’s a very local problem.

permalink
report
parent
reply
4 points
*
Deleted by creator
permalink
report
parent
reply
2 points

How did you come to all of these different rules for managing eg the lights? Did you have to program them all manually?

permalink
report
parent
reply
8 points

Yes and no. Each component comes with an “app”(basically comparable with a driver for PC hardware) within the programming software that does the setup.

So you don’t have to decide what triggers what and some part of the logic behind it - but the app often does most of the work and you do just some fine tuning.

To give you an idea: I decide which switches (I always have regular switches even if the light normally goes on/off automatically) and what detection zones should trigger the light X1. I then link the “Switch Action” to the bus address of the LED controller L1. The LED Controller then gets told what to do with that information. In my case I have two different modes: Normal and Partymode (I use Day/Nightmode for that). In Normal mode the App gets told to interpret a “On” Action as “start HCL” and a “off” as a,well “turn it off,dude”. The HCL mode then is started with the HCL Settings according to the time. I can adjust the settings for the HCL mode (e.g. I want it darker in the evening) or I can just use the preset.

Now for party mode the same switch action does not mean “use HCL” as the same light that I want at 1am might be nice if I am on my way to bed but not If my guests need to find the loo or their staff when leaving. So it’s now a simple “turn the light on at 100%”.

Once that is done you commit the change by programming the module and you’re done. (The components always communicate directly without a central module that could fail)

Now the beauty of the system is that you can be as flexible as you like. You want that switch to no longer switch on the lights but rather close the blinds? Sure. Just link it to another address.

To give you another example what the app does itself: The blinds do close according to the sun’s elevation. I basically just linked the relevant module addresses to the respective sensors,told the module the size of the blind parts (used for calculating the optimal closure position) and linked it to the “veto object” that is calculated by the home Assistant and send to the bus via IP Gateway (basically a object based on the estimated weather. I live in an area with heavy temperature drops). Everything else is done by the weather sensor - raising or lowering based on temperature and of course wind speed.

Each app can be automatically loaded but you can also load it yourself if working in an offline environment - as they need to be 100% downwards compatible you can always work with your hardware even as long as you have the app. I therefore have them all saved/backuped in case some company might go bust. (In theory you then can still get them through the association but I don’t want to rely on that).

permalink
report
parent
reply
4 points

Would you mind sharing an approximate cost to have that all done?

permalink
report
parent
reply
10 points

As we had to redo all wiring anyway (renovation of a 80 y old house) and worked in stages it’s a bit difficult to do an estimation. Generally we found KNX is about +15%/+20% to comparable conventional wiring depending on the complexity (conventional wiring is cheaper for simple “one switch one light” situations but gets immensely expensive for more complexity - we found KNX was cheaper for some situations like “four different switches in four different locations all switching different combinations of lights”). In total around 40k € for a large house- that includes rerunning all wires, a few specialities due to age of the house and installation by a master sparky but no programming by them(did that myself - it’s not that difficult actually but takes a bit of time to get into).

The KNX wiring in theory could be done by a amateur as it is 24v only, but 240V needs a professional here. If we had done all KNX wiring ourself and let the sparky only do the 240V part (which in retrospect we should have done) we would have actually gotten out cheaper than conventional wiring, but I had no time to do so.

Of course the level of integration we opted for is far beyond what you normally put into a house - it’s a hobby more or less and we will not break even in terms of energy savings ever - but as we had to do something anyway why not do it right. Additionally it is heavily geared towards us getting older (e.g. we have motion detection at the ground level beside the bed - this recognises if you get up at night and now switches the bedroom lights on at 5% red so the wife does not wake up and then switches the lights on towards the loo. The whole routine is capable of recognising that someone has fallen or is unable to get off the loo)

It all depends on the brands you choose - as KNX has a huge spectrum of suppliers there is everything from cheap switches that are hardly more expensive than regular ones and top notch switches that cost 500€ each…we went with rather cheap but flexible ones.

A friend did some calculations with normal “off the shelf” smart home stuff like Hue, etc. and was 20% above what we payed for comparable level of integration.

permalink
report
parent
reply
13 points

Ah the internet of infected things. Everything a mash up of open and closed source, old and new, then abandoned by the manufacturer after a few years for the next shiny.

Probably Linux based, wait to be taken over by a few botnets…

What is needed is an open, standardized hardware platform. You should be about to flash on the IoT OS of your choice that will be kept up to date.

permalink
report
reply
2 points

Could you elaborate on how the room presence and positioning in rooms is done? Would love to have that.

permalink
report
parent
reply
2 points

Regular presence detectors (MDT 4 zone presence detectors, 120€ each) for the bigger rooms with some additional single zone detectors( mostly MDT as well around 75€) for some special applications (e.g. Sofa). Used those as well for some really small rooms (loo,etc.)

For the home office rooms and general presence in the bedrooms we used Steinel True Presence (around 300€ but includes air quality sensors - in the end they aren’t much more expensive if you plan on measuring air quality there anyway). They are dumb in terms of positioning in the room but superior for detecting people who do not move for a long time.

In addition to these I have normal KNX motion detectors(mostly MDT for about 90€) for some areas (as mentioned elsewhere: Next to the bed at ground level to detect your motion when you get up at night and switch on the light with 5% red so the wife does not wake up)

In terms of how it works:

Presence detectors (excluding the Steinel) are basically pimped infrared motion detectors. They detect your signature against the background and unlike motion detectors kind of remember your signature for a while. Each one has one or more “zones” it can detect you in. The “minis” mentioned above have one, the 4 zone ones have,well,four which are aimed at 45,135,225,315 degrees in case of the MDTs. This allows the detector to basically differentiate between someone being “in my right upper corner”, “in my left lower corner” etc. (Especially as detection ranges can be varied between zones but also for various applications and even day/night mode).

With a bit of clever positioning e.g. my presence detector in the kitchen has four zones: at the stovetop, workspace one and workspace two and “entry”. The detector sits on the ceiling right where these zones meet (which is not the middle of the room in this case!)

If anyone registers a presence the normal light goes on (when it’s dark enough). If you go into workspace one (where most cutting is done) the under-kitchen-cabinet light goes on. The sensitivity for that is much smaller as I don’t want it to go on if you just pass through, though. Additionally the sensitivity of the “entry” is smaller as I don’t want the light to go on if someone just passed the kitchen in the hallway.

The Steinel works a bit different as it is radar based and has only one zone, but is therefore able to recognise ones breathing movements/minimal movement while e.g. working. Otherwise it works the same.

The additional ones I use are there to recognise people better, e.g. my living room is fairly big and I want the system to specifically recognise people being on the sofa so the mini looks straight down only - while the big 4 zone detector is only able to see if people are “in the direction of the sofa”.

Hope that describes it somewhat, let me know if you have any questions!

permalink
report
parent
reply
7 points

You mean like KNX?

Which we have for 3 decades now, is totally offline if needed and can by design not leak data without the user noticing, is available both wired an non-wired, is compatible across hundreds of manufacturers and even has some open source projects, is totally backwards compatible and does not require a fancy “central component” that might stop the whole system functioning?

Seriously: The whole smart home world is a scam. 90% of all products that are new and fancy are nothing more than “voice/mobile remotes” and not truely intelligent. They are used because people refuse to do their homework in terms of smarthome.

permalink
report
parent
reply
2 points

There is a number of options, but not all hardware is flashable and some that is can be work.

What I want is autodisoverable hardware open to be flashed by owners, by law. I want it for all devices to be honest!

permalink
report
parent
reply
2 points

I understand your intentions, but there question is why add this layer of complexity. A switch that is a switch and switches everything I want no matter what because it is forced by the common standard to do so and can not send any data ever is a good switch.

And tbh, while I am an absolute advocate for OSS I rather have a switch that is not depending on a possibly abandoned OSS project (been through that) - hardware in this field has incredibly long lifetime, much longer than almost all OSS projects (remember, EIB is older than Linux!) and does it’s complete job from day one. There is no evolution in some hardware in this field and all evolution that did happened did not happen hardware side but communication wise - where we are also hardware limited. It is therefore much more important to define a common standard for communication - which we have - than have flashable components (exceptions apply,sure). We need to force legislation to get a common standard of communication or at least mandatory offline gateway availability to prevent thousands of components going to waste in a few years.

It does not help your cause when you can flash the hardware but the hardware is still talking to the wrong, proprietary communication channels.

permalink
report
parent
reply
1 point
Deleted by creator
permalink
report
reply
13 points

The best smart home platform before are this was home assistant. And by gosh it still is the best by a mile. The difference in functionality home assistant has to anyone else is an ocean wide win for home assistant. It’s the only thing that even comes close to the utopia idea of a smart home so many have given up on. I love my home assistant 💜

permalink
report
reply
19 points

I know someone living in a really high-end “smart” home. We’re talking about a ton of hardware and proprietary software controlling practically everything in the house. From one app in a phone or iPad, you can control everything from the security cameras to the heater to the pool.

It’s basically the pinnacle of what all this technology intends to achieve, and tbh, it’s all a bit of a pain.

Diagnosing anything in the house has an extra layer of work. Is it the pool heater not working? Oh, no, it’s the app not working. Security alert from the house? A fly walked across the camera lens. Everything acting weird all the sudden? Guess the shitty monopoly broadband cable provider in the city is having issues again.

The system only stays afloat because of a 24/7 service contract with a company that specializes in these houses. Give a few months without that support, and things will start falling apart.

I get that this is a different class from the products from Google and Amazon, or even the various open source products, but tbh, I’ll take fragmented over monolithic and overarching.

permalink
report
reply
18 points

I may be a bit cynical here, but to me, current smarthome systems are about two things: a) vendor lock-in, and b) holding your house hostage to push you away from one-time purchases and onto subscription services, much as is already hapening with computers/smartphones and modern cars.

From the seller’s point of view, subscription services have several huge advantages: they can milk you have a guaranteed revenue stream for the lifetime of the system, they can collect/sell lots of data about you, and they can ram any TOS changes down your throat which you will accept as long as you care about being able to turn on the lights in your kitchen.

Interoperability is really bad for vendor lock-in, so I’m curious as to which supplier will implement it to what degree.

As for our house, it has some smart things, but none of those are connected to the internet, nor do I expect they ever will be.
For all its faults and risks, a smart home can still make your life a lot easier.

permalink
report
parent
reply
16 points

proprietary software

Found your problem.

permalink
report
parent
reply
3 points

I mean, I agree, but the target market of a lot of this stuff couldn’t care less. They want their hot tub synced up to their Outlook calendar or whatever, and can afford a monthly maintenance contract to keep that working.

For the rest of us, there’s this sort of odd limbo. Most people expect some kind of remote control app as part of their smart stuff, which means either going through an outside cloud service, or running your own server and contending with the fact that most of us don’t have a static IP. Of course there are services like no-ip, but again, you’re stuck using someone else’s cloud service, just for a much smaller part of the overall task.

My point at the end though is that I don’t necessarily want “all in one” control, whether open source or proprietary. I’ve seen what well-implemented smarthome looks like, and it does not (to me) seem worth the money or time. I’ll take the ecobee, maybe the security cameras, and I’ll even go though their commercial cloud to get that remote connectivity, but I’d rather keep my services separate, than go all-in on one hardware/provider/app.

permalink
report
parent
reply
4 points
*

or running your own server and contending with the fact that most of us don’t have a static IP

Just buy a domain name and use dynamic DNS, it is what I do. I’d argue that what you have seen is far from well implimented, but to each their own of course.

permalink
report
parent
reply
3 points

Let’s not pretend open source smart homes are perfect either. I hve immense respect for the Home Assistant project, but making it all work seamlessly is a nearly impossible task.

permalink
report
parent
reply

Technology

!technology@beehaw.org

Create post

A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.

Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.

Subcommunities on Beehaw:


This community’s icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

Community stats

  • 2.8K

    Monthly active users

  • 3.5K

    Posts

  • 82K

    Comments