Edit: I think I got it figured out, in case anyone else needs it, see below
Plugged in my ESP32
Went to (Option 1) Upload from the web | OpenMQTTGateway v1.0.0
Selected esp32dev-ble-cont
Then hit Install
Waited for the device to come up
Connected to the OpenMQTTGateway wifi on my phone
Configured the wireless and MQTT settings for the device
See: Wifi and MQTT configuration | OpenMQTTGateway v1.0.0
The device rebooted and started updating on my Broker
Please note, I named the device SmartDry and changed the base topic to OpenMQTT
I started the dryer to have the SmartDry update
Grabbed the MAC for the Smartdry (ID value)
Posted this topic: OpenMQTT/SmartDry/commands/MQTTtoBT/config
This JSON with Retain & QoS 1: {“white-list”:[“1A:05:00:00:0A:29”]}
(In the above put your SmartDry ID/MAC)
Posted this topic: OpenMQTT/SmartDry/commands/MQTTtoSYS/config
With this JSON: {“discovery”:true}
Went to Home Assistant MQTT Integration > Configure > Re-Configure MQTT > Next > make sure “Enable discovery” is on
Then the devices showed up as entities like “SDLS-hum” “SDLS-wake”
Thanks, those steps should be optional. If you don’t add the SmartDry in your white-list the difference will be that OMG will pick up all your BLE devices that can be decoded, the Home Assistant discovery is activated by default.
I have a dryer that is broken in the sense that it fails to turn itself off regardless of whether it is set to turn off via dryness sensor or timer. So I have been using the SmartDry as a way to extend the life of my dryer by using the v2 hub that has the built in relay to cut power to the dryer when the sensor signals that the load is dry.
Has anyone been successful in salvaging the SmartDry Hub by swapping the ESP32 inside the housing or by some other approach? I’m wondering if I can avoid needing to buy/build another microcontroller-managed 120v relay
The internals for the SmartDry aren’t that special and you can likely build your own (it’s really just a vibration sensor, BLE transmitter, and humidity/temp sensor). That said, it’s relatively trivial to build a new ESP32 BLE receiver (as documented in this thread) and restore the same functionality you had.
I don’t know of anyone who has replaced the internals of the SmartDry itself in an attempt to make it fully standalone.
I purchased the Theengs app for Android, turned on my dryer, saw my SmartDry device appear, watched it change to Synced but didn’t see any info appear for Humidity, Shake, Temp, Volt, and Wake. I am hoping someone can guide me with connecting Theengs to my Home Assistant setup. I have MQTT integration added but I’ve never had to use it for anything else so I’m not sure what to do next… Any advice would be greatly appreciated.
Happy to find the tester for the SmartDry integration into the app.
As you are the first user of the SmartDry with the app, I can give you a redeem code if you want.
The first thing to do is to be of course close to the sensor and click on the refresh button of the app to get values updated.
If you don’t mind, I propose continuing the discussion below:
Thank you for the offer. I made the purchase to Theengs already with hopes that I could this to work…
Added a message on the discussion as requested. Thanks for any adivce.
Note that the app can be used as a gateway to an MQTT broker also, but this is more for usage that doesn’t require frequent scanning (not for the SmartDry).
Not sure somebody implemented Smartdry with BTproxy.
The solutions with Theengs are an yaml free experience as the Smartdry decoding is embedded thanks to Theengs decoder.
These solutions work independently but they can work also together. The ESP32 with OMG can forward data to the Theengs gateway on a behavior that you could call Proxy.
To sum up:
no yaml
standalone (but can work together)
The phone app enable direct reading of the sensor through BLE
Great work, everyone, for resurrecting the SmartDry! The esphome method worked for me for about 6 months, and then I noticed I wasn’t getting updates from the dryer. I kept changing betteries in the sensor, and it would work for a while and then stop working again. Most likely because of the power on reset rather than a low battery.
Turns out there are some issues using the default scanning settings resulting in lost packets and delayed updates. I just changed the esphome
settings to:
This seems to have fixed lost packets for the time being and the sensor values update very quickly in HASS now.
Notes:
Only passive scanning is needed since all the data is in the advertisement from the sensor
Interval can be equal to window contrary to the source code comment.
Also for anyone else with a dryer that has an anti wrinkle feature where it will continuously tumble for a few seconds every minute and you’re getting a ton of annoying dryer complete notifications, you can create a “dryer running” template sensor via:
The 2 minute on delay means the dryer will only be “running” after >10g for 2 minutes. Then when this sensor turns off, you know the dryer cycle is complete. It won’t turn on again for the anti wrinkle tumbles since it only tumbles for a few seconds.
Since it is almost impossible to find even a “used” SmartDry module on eBay, what is everyone using for an enclosure that can handle the ESP32, a battery & magnetic enclosure that can be mounted in the dryer?