Skip to content

otto-dev/delonghi-coffee-link-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coffee-link

As a prerequisite, you have to adjust the bluetooth address at the beginning of the script.

Beverages

byte position 9 is "amount", 10 is "hotness", 11 is "aroma intensity".

Remove last two bytes, as they are the checksum, which is generated by the code.

Beverage Trigger Command Stop Command
Coffee 0d 0f 83 f0 02 01 01 00 67 02 02 00 00 06 77 ff 0d 08 83 f0 02 02 06 c4 b1
Doppio+ 0d 0d 83 f0 05 01 01 00 78 00 00 06 c4 7e 0d 08 83 f0 05 02 06 41 21
Steam 0d 0d 83 f0 11 01 09 03 84 1c 01 06 c0 7b 0d 08 83 f0 11 02 06 de 82
Hot Water 0d 0d 83 f0 10 01 0f 00 fa 1c 01 06 04 b4 0d 08 83 f0 10 02 06 e9 b2
x2 Espresso 0d 0f 83 f0 04 01 01 00 28 02 02 00 00 06 ab 53 0d 08 83 f0 04 02 06 76 11
Americano 0d 12 83 f0 06 01 01 00 28 02 03 0f 00 6e 00 00 06 47 8b 0d 08 83 f0 06 02 06 18 71
Coffee Long 0d 0f 83 f0 03 01 01 00 a0 02 03 00 00 06 18 7f 0d 08 83 f0 03 02 06 f3 81
Espresso x1 (Aroma=3 Temperature=2 Qty=40) 0d 11 83 f0 01 01 01 00 28 02 03 08 00 00 00 06 8f fc 0d 08 83 f0 01 02 06 9d e1

Machine settings

Setting Trigger Command
Turn on 0d 07 84 0f 02 01 55 12
Cup Light On 0d 0b 90 0f 00 3f 00 00 00 99 39 22
Cup Light Off 0d 0b 90 0f 00 3f 00 00 00 91 b8 2a
Cup Warmer On 0d 0b 90 0f 00 3f 00 00 00 b1 9c 48
Cup Warmer Off 0d 0b 90 0f 00 3f 00 00 00 91 b8 2a
Energy Saving On 0d 0b 90 0f 00 3f 00 00 00 91 b8 2a
Energy Saving Off 0d 0b 90 0f 00 3f 00 00 00 81 aa 1b
Beep Sound On 0d 0b 90 0f 00 3f 00 00 00 91 b8 2a
Beep Sound Off 0d 0b 90 0f 00 3f 00 00 00 95 f8 ae
Show Time 0d 08 95 0f 00 5f 03 00 eb
Water Hardness 1 0d 0b 90 0f 00 32 00 00 00 00 0a c8
Water Hardness 2 0d 0b 90 0f 00 32 00 00 00 02 2a 8a
Water Hardness 3 0d 0b 90 0f 00 32 00 00 00 02 2a 8a
Water Hardness 4 0d 0b 90 0f 00 32 00 00 00 03 3a ab

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages