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

Coffee Machine Status not working? #34

Open
oneseventhree opened this issue Jan 14, 2023 · 1 comment
Open

Coffee Machine Status not working? #34

oneseventhree opened this issue Jan 14, 2023 · 1 comment

Comments

@oneseventhree
Copy link

oneseventhree commented Jan 14, 2023

Hi,

I was just wondering what these entities are for:
image

On my machine nothing changes. The state always says on normal
image

and device tracker always stays on 'home'

that being said is there a way to show if the coffee machine is on/off or what ever the other states are?

I can see that there is events for this:

Screenshot 2023-01-14 at 12 05 33 pm

but I can't see anything changing on any of my sensors:

Thanks again for a great integration

@oneseventhree oneseventhree changed the title Coffee Machine Status Coffee Machine Status not working? Jan 14, 2023
@oneseventhree
Copy link
Author

oneseventhree commented Jan 14, 2023

For the time being I made his trigger sensor:

    - platform: event
      event_type: delonghi_primadonna_event
  sensor:
    - name: DeLonghi Dinamica Plus
      state: >
        {% if trigger.event.data.description == "DeviceOK" %}
        On
        {% elif trigger.event.data.description == "DeviceOFF" %} 
        Off
        {% elif trigger.event.data.description == "NoGroundsContainer" %} 
        No Container
        {% elif 'description' not in trigger.event.data %}
        Standby
        {% endif %}

but it would be good to have a sensor with the integration

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

1 participant