AlexxIT / Jura

Home Assistant custom component for control Jura Coffee Machines via Bluetooth module
53 stars 4 forks source link

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

Open PortInnovator opened 7 months ago

PortInnovator commented 7 months ago

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 commented 7 months ago

Show Bluetooth integration diagnostics

PortInnovator commented 7 months ago

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 commented 7 months ago

I need to know exact model number

AlexxIT commented 7 months ago

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

PortInnovator commented 7 months ago

It's the E6 (EB) from 2020

AlexxIT commented 7 months ago

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

PortInnovator commented 7 months ago

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

AlexxIT commented 7 months ago

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 commented 7 months ago

Do they really have 500 different firmware variants?

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