jeffsf / pyDE1

Controller for the Decent Espresso DE1
GNU General Public License v3.0
77 stars 16 forks source link

DE1XXL Model Code Missing #29

Closed jeffsf closed 2 years ago

jeffsf commented 2 years ago

Reported by user with a DE1XXL

2022-06-20 20:35:08,696 CRITICAL [Controller] Shutdown: Uncaught exception (loop) <class 'ValueError'>:
{'exception': ValueError('6 is not a valid MMRV13ModelCode'),

Almost certainly due to

class MMRV13ModelCode (enum.IntEnum):
    UNSET       =  0
    DE1         =  1
    DE1PLUS     =  2
    DE1PRO      =  3
    DE1XL       =  4
    DE1CAFE     =  5

missing the DE1XXL model code

jeffsf commented 2 years ago

Resolved in v1.2.0