-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JURA E6 - Coffee-Strength not according to the setting #19
Comments
Show Bluetooth integration diagnostics |
Can you explain what's the relevance of BT in this case, please? |
I need to know exact model number |
If you afraid to share Bluetooth info, manufacturer line of this device will be enough |
It's the E6 (EB) from 2020 |
Company has more than 500 different models. Many of them has similar name. I need 5 digit number. |
Alright I got it from the machine label. It's the 15260 (Type 734). Do they really have 500 different firmware variants? |
It's just a default names from config. I don't know why them from 3 to 10. They can be translated to other languages with another names. I was too lazy to implement translation support. <COFFEE_STRENGTH Text="93" Argument="F3" Default="04">
<ITEM Name="3" Value="01" Text="54"/>
<ITEM Name="4" Value="02" Text="54"/>
<ITEM Name="5" Value="03" Text="55"/>
<ITEM Name="6" Value="04" Text="55"/>
<ITEM Name="7" Value="05" Text="56"/>
<ITEM Name="8" Value="06" Text="56"/>
<ITEM Name="9" Value="07" Text="57"/>
<ITEM Name="10" Value="08" Text="57"/>
</COFFEE_STRENGTH> |
No. They has mapping from digits to config. They has only 69 configs. |
The E6 (EB) allows coffee-strength setting in the range from 1 to 8 (coffee-)beans. With the present integration you have to select the strength level between 3-10 to get 1-8 beans. Would be nice to have a configuration option for the respective JURA maschine type to get the right mapping.
The text was updated successfully, but these errors were encountered: