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

Spook unknown device #601

Open
1 task
brusarp opened this issue Feb 17, 2024 · 1 comment
Open
1 task

Spook unknown device #601

brusarp opened this issue Feb 17, 2024 · 1 comment
Labels
blueprint An issue related to a blueprint bug Something isn't working

Comments

@brusarp
Copy link

brusarp commented Feb 17, 2024

Blueprint name

Controller - IKEA E1524/E1810 TRÅDFRI Wireless 5-Button Remote

Home Assistant Core Version

2024.2.2

Home Assistant Installation Type

Home Assistant Operating System

Description

Hi!
I've installed Spook on my HA and after the last update it recognize some unknown device referred to this blueprint.

Screenshot_20240217_135651_Home Assistant

Automation YAML config

alias: Telecomando Ikea
description: Comandi da Ikea
use_blueprint:
  path: EPMatt/ikea_e1524_e1810.yaml
  input:
    integration: Zigbee2MQTT
    action_button_center_double: []
    action_button_center_short:
      - type: toggle
        device_id: xxxxxxxx
        entity_id: light.ikea_salotto
        domain: light
    controller_entity: sensor.telecomando_1_action
    helper_last_controller_event: input_text.controller_telecomando1
    action_button_left_short: []
    action_button_up_short:
      - device_id: xxxxxxx
        domain: light
        entity_id: light.ikea_salotto
        type: brightness_increase
    action_button_down_short:
      - device_id: xxxxxxx
        domain: light
        entity_id: light.ikea_salotto
        type: brightness_decrease
    button_up_long_loop: true
    button_down_long_loop: true
    action_button_up_long:
      - device_id: xxxxxxx
        domain: light
        entity_id: light.ikea_salotto
        type: brightness_increase
    action_button_down_long:
      - device_id: xxxxxxxx
        domain: light
        entity_id: light.ikea_salotto
        type: brightness_decrease

To Reproduce

  1. Install Spook from HACS
  2. Spook notify you

Expected behavior

No Spook notification

Actual Behaviour

Spook notify of unknown device

Additional Details

  • I'd like to help developing a fix for this issue.

Screenshots

No response

Additional context

No response

@brusarp brusarp added blueprint An issue related to a blueprint bug Something isn't working labels Feb 17, 2024
@rubinho76
Copy link

I have the same problem.
Is there a solution or do I have to ignore the error?

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

No branches or pull requests

2 participants