Live data from Hacker News

I Connected My Withings Body+ to Home Assistant with an ESP32

didac.dev

31–35 of 35 posts

Re: I Connected My Withings Body+ to Home Assistant with an ESP32

#31
post #30

Earlier quoted context omitted.

Is there any documentation and a specific esp32 Bluetooth proxy you would recommend?

esp32 bluetooth proxy: There's a standard esphome component that just turns any esp32 with appropriate h/w into a BTLE proxy: https://esphome.io/components/bluetooth_proxy/ I'm just using a cheap ESP-WROOM-32 but the recommended way to do it is with an wired ethernet-based ESP32 so you don't have interference with the wifi and btle. For a scale this works well enough. I haven't yet received the athom smart plug so I…

Thanks so much, I appreciate the time you put into this comment. It is highly relevant to a project I’m currently working on, and has saved me at least a day of time.

Re: I Connected My Withings Body+ to Home Assistant with an ESP32

#34

Using AI to reverse engineer undocumented Bluetooth protocols has been a godsend for me. We have an RV that came with a "Smart RV" system from BMPro that controls all of the lights, the air conditioning, starting the generator, leveling, slideouts, and other stuff. The BMPro app is... well, it's like they actively worked to make it terrible. I put up with it for 2 years and then had the bright idea to throw the APK a…

[flagged]

Re: I Connected My Withings Body+ to Home Assistant with an ESP32

#35

Using AI to reverse engineer undocumented Bluetooth protocols has been a godsend for me. We have an RV that came with a "Smart RV" system from BMPro that controls all of the lights, the air conditioning, starting the generator, leveling, slideouts, and other stuff. The BMPro app is... well, it's like they actively worked to make it terrible. I put up with it for 2 years and then had the bright idea to throw the APK a…

Using AI to reverse engineer xyz is a godsend quite frankly haha. Haven't tried it out on binaries yet but didn't need to (yet... ;-) )
Post reply on HN