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

Is compatible De'Longhi Eletta Explore ECAM450.86.T? #98

Open
sipi58 opened this issue Jan 25, 2024 · 4 comments
Open

Is compatible De'Longhi Eletta Explore ECAM450.86.T? #98

sipi58 opened this issue Jan 25, 2024 · 4 comments

Comments

@sipi58
Copy link

sipi58 commented Jan 25, 2024

I bought an De'Longhi Eletta Explore ECAM450.86.T coffee machine and I try connect it to Home Assistant.

I installed this integration but it can not control the coffee machine. I not find this in supported list. Can someone talk to me this integration really not compatible with De'Longhi Eletta Explore ECAM450.86.T or are you planning to support it?

Thank you for your answer.

@mod25
Copy link

mod25 commented Jan 30, 2024

how did you get your bt mac address of your ecam? please show your config?

@sipi58
Copy link
Author

sipi58 commented Jan 31, 2024

The De'Longhi Eletta Explore ECAM450.86.T coffee machine is connected to WiFi. I connected to the coffee machine with my mobile phone and set a fixed IP address.
In the HA, I configured the coffee machine based on the IP address (WiFi interface's MAC Addres), but I cannot control it.

Here is my service.yaml of delonghi_primadonna:

`make_beverage:
  name: Prepare beverage
  description: Prepares beverages from the list of available beverages
  target:
    entity:
      domain: select
      # supported_features:
      #   - delonghi_primadonna.BeverageEntityFeature.MAKE_BEVERAGE
  fields:
    entity_id:
      description: "some select"
      example: "someexample"
    beverage:
      name: Beverage
      description: Beverage to prepare
      required: true
      default: "none"
      example: "long"
      selector:
        select:
          translation_key: "beverage"
          options:
            - "none"
            - "steam"
            - "long"
            - "coffee"
            - "dopio"
            - "hot_water"
            - "espresso"
            - "americano"
            - "espresso2"
`

I did something wrong? Thank you for your help.

@mod25
Copy link

mod25 commented Feb 1, 2024

you're completely wrong with your config....
integration is working throw bluetooth and not wifi...
admin please close issue cause duplicate #59

@int0x19
Copy link

int0x19 commented Feb 25, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants