Skip to content
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

Open
PortInnovator opened this issue Feb 16, 2024 · 9 comments
Open

JURA E6 - Coffee-Strength not according to the setting #19

PortInnovator opened this issue Feb 16, 2024 · 9 comments
Labels
bug Something isn't working

Comments

@PortInnovator
Copy link

PortInnovator commented Feb 16, 2024

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.

@AlexxIT AlexxIT added the bug Something isn't working label Feb 16, 2024
@AlexxIT
Copy link
Owner

AlexxIT commented Feb 16, 2024

Show Bluetooth integration diagnostics

@PortInnovator
Copy link
Author

Can you explain what's the relevance of BT in this case, please?
My BT setup (long range) is working properly with J.O.E.-App, Bluetti and Shelly BT devices.

@AlexxIT
Copy link
Owner

AlexxIT commented Feb 17, 2024

I need to know exact model number

@AlexxIT
Copy link
Owner

AlexxIT commented Feb 18, 2024

If you afraid to share Bluetooth info, manufacturer line of this device will be enough

@PortInnovator
Copy link
Author

It's the E6 (EB) from 2020

@AlexxIT
Copy link
Owner

AlexxIT commented Feb 19, 2024

Company has more than 500 different models. Many of them has similar name. I need 5 digit number.

@PortInnovator
Copy link
Author

PortInnovator commented Feb 19, 2024

Alright I got it from the machine label. It's the 15260 (Type 734). Do they really have 500 different firmware variants?

@AlexxIT
Copy link
Owner

AlexxIT commented Feb 19, 2024

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>

@AlexxIT
Copy link
Owner

AlexxIT commented Feb 19, 2024

Do they really have 500 different firmware variants?

No. They has mapping from digits to config. They has only 69 configs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants