sklas / CofFi

7 stars 3 forks source link

EEPROM / RAM Values do not match to Jura X7 / Franke Saphira / Bremer Smart #2

Open denizkoekden opened 7 years ago

denizkoekden commented 7 years ago

So after the Issue #1 is solved I know need some help with the EEPROM/RAM-Values.

I changed the Commands for flushing and brewing but the status is not correct.

Where to find the right values for this machines?

Regards

sklas commented 7 years ago

Hi,

I don't think you can find the values as no one might have done it for that machine. You might try if the pattern is just at another Ram address, which would be the easiest.

For the Impressa E50 the pattern is on address: 20; command to read the ram is RR:##. You can call it with: ip/command?x=RR:20 (or whatever address you want to try).

The answer for the E50 is: rr:01000801FF10FF00010000FFFF000000 Important are here positions 1,2,7 and 8. Examples of status are: 1.position,2.position,7.position,8.position status 0,0,0,0 off. 0,1,0,0 busy (heating, making coffee). 0,1,0,1 ready etc. Maybe you can find that pattern at another address.

Best, Steffen

denizkoekden commented 7 years ago

Will try that, how did you find that adress for your machine? Is it by random?