Here is one in the same vein: https://hackaday.com/2023/04/15/internet-of-washing-machines... => https://tratt.net/laurie/blog/2023/displaying_my_washing_mac...
I hacked my washing machine
31–40 of 169 posts
Re: I hacked my washing machine
#32Practical engineer in me screams: SIMPLIFY, SIMPLIFY, SIMPLIFY. Just plug the washing machine into a smartplug and alert when power draw drops to idle for more than X minutes.
My washing machine also makes a stupid chime melody thing. A microphone that listens for it would also be a simple way to do it.
Re: I hacked my washing machine
#33Practical engineer in me screams: SIMPLIFY, SIMPLIFY, SIMPLIFY. Just plug the washing machine into a smartplug and alert when power draw drops to idle for more than X minutes.
My washing machine also makes a stupid chime melody thing. A microphone that listens for it would also be a simple way to do it.
Re: I hacked my washing machine
#34Respect, but this is kinda the hard way - I just plugged mine (dumb machine, not smart) in via an energy metering plug, and when energy use drops to less than 10W for more than 2 minutes, it’s done - very simple homeassistant automation. Convenient for me as the machine is 500m from the house.
Couldn't you just set a timer for 45 minutes, or whatever? Is there that much variance in load times?
Re: I hacked my washing machine
#35Respect, but this is kinda the hard way - I just plugged mine (dumb machine, not smart) in via an energy metering plug, and when energy use drops to less than 10W for more than 2 minutes, it’s done - very simple homeassistant automation. Convenient for me as the machine is 500m from the house.
Nex is a cybersecurity student in a house of similar people, they're gonna take every way :3 quote: > The plan is, in future, since we can't hack something that doesn't have a brain, to instead attach a brain to it. The dishwasher is easy, we can just whack that on a smart plug and monitor when the power use surges and drops. The dryer is a bit more difficult, since they pull a LOT of power, and smart plugs typically…
Re: I hacked my washing machine
#36Otherwise, you would need some MitM style attack?
Re: I hacked my washing machine
#37Practical engineer in me screams: SIMPLIFY, SIMPLIFY, SIMPLIFY. Just plug the washing machine into a smartplug and alert when power draw drops to idle for more than X minutes.
but where's the fun in that :P
Re: I hacked my washing machine
#38Practical engineer in me screams: SIMPLIFY, SIMPLIFY, SIMPLIFY. Just plug the washing machine into a smartplug and alert when power draw drops to idle for more than X minutes.
Re: I hacked my washing machine
#39Assuming the only reason this works is because the washing machine and app don’t use TLS 1.2 and instead some homegrown Caesar cipher? Otherwise, you would need some MitM style attack?
Re: I hacked my washing machine
#40Assuming the only reason this works is because the washing machine and app don’t use TLS 1.2 and instead some homegrown Caesar cipher? Otherwise, you would need some MitM style attack?
The washing machine doesn't use TLS at all and instead opts to just XOR data, explained later in the post.