orlopau / ember-mug

Reverse engineered bluetooth protocol for Ember Mugs
MIT License
151 stars 12 forks source link

Turning off the heating #4

Closed GiridharKarnik closed 2 months ago

GiridharKarnik commented 1 year ago

Description

Looks like the following is not true

Sending 0000 turns off the heater

Do you guys have any idea on how (if at all possible) to turn off the heater?

avojak commented 6 months ago

I can confirm that it does work sending 0x00 0x00 to turn off the heater. If it's not working, it's likely an issue with how the data is being sent.

importRyan commented 6 months ago

0000 works for my mug. Both for my macOS app and Ember's own app, you will see temperature continue to rise for a few seconds after shutting off the heater.

If that's not what you observe, double-check whether you're sending a series of commands in a short amount of time.

GiridharKarnik commented 2 months ago

Sorry guys, my bad. I can confirm it works. Thanks for getting back.