Does anyone have experience with either of these mats from ASC?
https://asc.com/products/slumbertek
I’m thinking about reworking my bedtime wind down automations, with something like this being the main trigger for it.
1 messages · Page 1 of 1 (latest)
Does anyone have experience with either of these mats from ASC?
https://asc.com/products/slumbertek
I’m thinking about reworking my bedtime wind down automations, with something like this being the main trigger for it.
there are a bunch of ways to build bed presence sensors.
it was in fact the first project i did with esp32/esphome - https://github.com/MichaelMKKelly/MK-SmartBed
I think you may have shared that with me a long while ago— I had it bookmarked anyway.
I’m just curious about the state of off the shelf solutions
you can also make a "pressure mat" with some tin foil a piece of paper and a plastic document wallet. wires to an esp32 😛
I’ve got way less time to tinker these days
look at this one - https://www.elevatedsensors.com/
Elevated Sensors helps you bring your DIY to a new level. Elevate your smart home experience with our high-quality, reliable, local sensors designed to seamlessly integrate with leading home automation platforms like Home Assistant and ESPHome. Discover the power of connected living and take control
Thanks!
"pressure mat" I made a while back. foil on ether side of paper creates a capactor and the capacitence changes when its under pressure which you can read with esp32 😛
i was bored one day last year...
another strategy is weight sensors under the legs of the bed.
that’s pretty darn responsive
I used it for a practical joke too
put it under couch cusion to ring the doorbell when sat on. but i added a random delay between 1 and 5 minutes. so everytime person sat down doorbell went shortly thereafter but nobody there. happens a few times they think someone is messing with them (which they are but not in the way they think) so they watch out the window for some to come back after a while they give up and sit back down and...
I truly am an awful person at times
that’s pretty diabolical
usb power bank hidden in the ouch to ensure no suspicious wires
also tbh a mmwave sensor with zone support probably works in majority of cases too
and you can use it for other stuff in the room too
I have those throughout the house, including the bedroom— my thought is continue to control the lights in the BR with the mmwave, but use the mat to trigger “bedtime.” This would eliminate false positives from my dog walking into the room late evening.
but you could have a "zone" that is just the bed. if dog jumps on bed it triggers though (although pressure mat may suffer the same)
yeah, I have it set like that
If I can tune the mat for specific pressure ranges (I’m actually not sure if this is trackable) and add a “detected for” I think it’ll get me where I want to go.
I get false positives now with the mmwave because of where my dog sleeps (under the bed
)
ah gotcha, yeah the FSR based sensors can be tuned.
i tried using this - https://thepihut.com/products/60ghz-mmwave-breathing-and-heartbeat-detection-sensor-mr60bha2
but it didnt really work at least in the palces i could fit it
capacitence based pressure mats can also be tuned but wont be as accurate as a FSR and can go a bit wild under impulse
m5stack make a weight sensor kit that you could use under legs - https://thepihut.com/products/m5stack-scale-kit-with-weight-unit
but its rated at 200kg which depending on various things may be less than bed+occupents
bed presence detection is a fun project tbh. theres a bunch of solutions.
there are more "commercial" solutions too that they use in hospitals, care facilities and the like to detect "patient out of bed" which are basically the same as consumer grade but they charge more cos they are "medical" which is probably to cover any legal liabilities etc...
I’ve thought about using one of the mats under my motorcycle in the garage to trigger a bunch of stuff— but that frankly seems insane 😁
probably easier ways of doing that