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

[BUG] E1743 suddenly stopped working #871

Open
FabioEight opened this issue Sep 25, 2023 · 0 comments
Open

[BUG] E1743 suddenly stopped working #871

FabioEight opened this issue Sep 25, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@FabioEight
Copy link

Bug report

Description

I have 2 differente E1743 Ikea remote, they suddenly stopped working since last 1/2 weeks.

Additional information

  • Devices involved:
    • Model:IKEA 1743 light
  • Integration: z2m
  • AppDaemon version: 0.13.5
  • ControllerX version: 4.26.2
  • HACS version (if installed from there): 1.33
  • Home Assistant Core version: 2023.9.3

AppDaemon app configuration

RemoteSalotto:
  module: controllerx
  class: E1743Controller
  controller: sensor.remote_salone_action
  integration: z2m
  light: light.led_tv
  smooth_power_on: true
  automatic_steps: 5
  min_brightness: 1
  max_brightness: 254
  mapping:
    brightness_move_up: toggle
    brightness_move_down:
      action: hold
      attribute: brightness
      direction: toggle
      mode: bounce
    brightness_stop: release
    
RemoteCucina:
  module: controllerx
  class: E1743Controller
  controller: sensor.remote_cucina_action
  integration: z2m
  light: light.cucina
  mapping:
    brightness_move_up: toggle
    brightness_move_down:
      service: light.toggle
      entity_id: light.Luce

Logs


2023-09-25 20:38:38.657934 INFO AppDaemon: Starting Apps with 5 workers and 5 pins
2023-09-25 20:38:38.658997 INFO AppDaemon: Running on port 5050
2023-09-25 20:38:38.677289 INFO HASS: Evaluating startup conditions
2023-09-25 20:38:38.682332 INFO HASS: Startup condition met: hass state=RUNNING
2023-09-25 20:38:38.682440 INFO HASS: All startup conditions met
2023-09-25 20:38:38.703997 INFO AppDaemon: Got initial state from namespace default
2023-09-25 20:38:40.662272 INFO AppDaemon: Scheduler running in realtime
2023-09-25 20:38:40.663415 INFO AppDaemon: Adding /config/appdaemon/apps to module import path
2023-09-25 20:38:40.663587 INFO AppDaemon: Adding /config/appdaemon/apps/controllerx to module import path
2023-09-25 20:38:40.663695 INFO AppDaemon: Adding /config/appdaemon/apps/controllerx/cx_core to module import path
2023-09-25 20:38:40.663788 INFO AppDaemon: Adding /config/appdaemon/apps/controllerx/cx_core/action_type to module import path
2023-09-25 20:38:40.663876 INFO AppDaemon: Adding /config/appdaemon/apps/controllerx/cx_core/integration to module import path
2023-09-25 20:38:40.663964 INFO AppDaemon: Adding /config/appdaemon/apps/controllerx/cx_core/stepper to module import path
2023-09-25 20:38:40.664050 INFO AppDaemon: Adding /config/appdaemon/apps/controllerx/cx_core/type to module import path
2023-09-25 20:38:40.664127 INFO AppDaemon: Adding /config/appdaemon/apps/controllerx/cx_core/feature_support to module import path
2023-09-25 20:38:40.664241 INFO AppDaemon: Adding /config/appdaemon/apps/controllerx/cx_devices to module import path
2023-09-25 20:38:40.676152 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/hello.py - ignoring
2023-09-25 20:38:40.676429 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_version.py - ignoring
2023-09-25 20:38:40.676636 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_const.py - ignoring
2023-09-25 20:38:40.676811 INFO AppDaemon: Loading App Module: /config/appdaemon/apps/controllerx/controllerx.py
2023-09-25 20:38:40.772530 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_helper.py - ignoring
2023-09-25 20:38:40.772906 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_core/release_hold_controller.py - ignoring
2023-09-25 20:38:40.773235 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_core/controller.py - ignoring
2023-09-25 20:38:40.773577 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_core/__init__.py - ignoring
2023-09-25 20:38:40.773919 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_core/color_helper.py - ignoring
2023-09-25 20:38:40.774233 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_core/type_controller.py - ignoring
2023-09-25 20:38:40.774551 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_core/action_type/scene_action_type.py - ignoring
2023-09-25 20:38:40.774858 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_core/action_type/__init__.py - ignoring
2023-09-25 20:38:40.775186 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_core/action_type/base.py - ignoring
2023-09-25 20:38:40.775497 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_core/action_type/call_service_action_type.py - ignoring
2023-09-25 20:38:40.775799 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_core/action_type/predefined_action_type.py - ignoring
2023-09-25 20:38:40.776100 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_core/action_type/delay_action_type.py - ignoring
2023-09-25 20:38:40.776405 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_core/integration/zha.py - ignoring
2023-09-25 20:38:40.776721 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_core/integration/shellyforhass.py - ignoring
2023-09-25 20:38:40.777024 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_core/integration/deconz.py - ignoring
2023-09-25 20:38:40.777324 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_core/integration/mqtt.py - ignoring
2023-09-25 20:38:40.777642 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_core/integration/__init__.py - ignoring
2023-09-25 20:38:40.777938 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_core/integration/shelly.py - ignoring
2023-09-25 20:38:40.778238 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_core/integration/lutron_caseta.py - ignoring
2023-09-25 20:38:40.778550 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_core/integration/state.py - ignoring
2023-09-25 20:38:40.778858 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_core/integration/z2m.py - ignoring
2023-09-25 20:38:40.779183 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_core/integration/tasmota.py - ignoring
2023-09-25 20:38:40.779530 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_core/integration/event.py - ignoring
2023-09-25 20:38:40.779879 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_core/integration/homematic.py - ignoring
2023-09-25 20:38:40.780198 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_core/stepper/bounce_stepper.py - ignoring
2023-09-25 20:38:40.780566 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_core/stepper/loop_stepper.py - ignoring
2023-09-25 20:38:40.780948 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_core/stepper/index_loop_stepper.py - ignoring
2023-09-25 20:38:40.781274 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_core/stepper/stop_stepper.py - ignoring
2023-09-25 20:38:40.781657 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_core/stepper/__init__.py - ignoring
2023-09-25 20:38:40.781986 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_core/type/media_player_controller.py - ignoring
2023-09-25 20:38:40.782310 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_core/type/__init__.py - ignoring
2023-09-25 20:38:40.782635 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_core/type/cover_controller.py - ignoring
2023-09-25 20:38:40.782958 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_core/type/light_controller.py - ignoring
2023-09-25 20:38:40.783275 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_core/type/z2m_light_controller.py - ignoring
2023-09-25 20:38:40.783590 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_core/type/switch_controller.py - ignoring
2023-09-25 20:38:40.783887 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_core/feature_support/__init__.py - ignoring
2023-09-25 20:38:40.784181 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_core/feature_support/light.py - ignoring
2023-09-25 20:38:40.784484 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_core/feature_support/cover.py - ignoring
2023-09-25 20:38:40.784781 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_core/feature_support/media_player.py - ignoring
2023-09-25 20:38:40.785115 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_devices/legrand.py - ignoring
2023-09-25 20:38:40.785411 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_devices/terncy.py - ignoring
2023-09-25 20:38:40.785701 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_devices/aurora.py - ignoring
2023-09-25 20:38:40.786066 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_devices/livarno.py - ignoring
2023-09-25 20:38:40.786324 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_devices/lutron.py - ignoring
2023-09-25 20:38:40.786605 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_devices/prolight.py - ignoring
2023-09-25 20:38:40.786924 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_devices/aqara.py - ignoring
2023-09-25 20:38:40.787234 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_devices/smartkontakten.py - ignoring
2023-09-25 20:38:40.787545 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_devices/osram.py - ignoring
2023-09-25 20:38:40.787853 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_devices/ikea.py - ignoring
2023-09-25 20:38:40.788137 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_devices/smartthings.py - ignoring
2023-09-25 20:38:40.788405 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_devices/__init__.py - ignoring
2023-09-25 20:38:40.788675 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_devices/shelly.py - ignoring
2023-09-25 20:38:40.788953 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_devices/rgb_genie.py - ignoring
2023-09-25 20:38:40.789219 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_devices/muller_licht.py - ignoring
2023-09-25 20:38:40.789502 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_devices/philips.py - ignoring
2023-09-25 20:38:40.789833 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_devices/tasmota.py - ignoring
2023-09-25 20:38:40.790112 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_devices/sonoff.py - ignoring
2023-09-25 20:38:40.790373 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_devices/sengled.py - ignoring
2023-09-25 20:38:40.790645 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_devices/robb.py - ignoring
2023-09-25 20:38:40.790945 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_devices/adeo.py - ignoring
2023-09-25 20:38:40.791266 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_devices/homematic.py - ignoring
2023-09-25 20:38:40.791552 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_devices/linkind.py - ignoring
2023-09-25 20:38:40.791853 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_devices/tuya.py - ignoring
2023-09-25 20:38:40.792131 WARNING AppDaemon: No app description found for: /config/appdaemon/apps/controllerx/cx_devices/trust.py - ignoring
2023-09-25 20:38:40.792378 INFO AppDaemon: Loading app MultipulsanteIkea using class E1810Controller from module controllerx
2023-09-25 20:38:40.792936 INFO AppDaemon: Loading app MultipulsanteIkea2 using class E1810Controller from module controllerx
2023-09-25 20:38:40.793504 INFO AppDaemon: Loading app RemoteSalotto using class E1743Controller from module controllerx
2023-09-25 20:38:40.794124 INFO AppDaemon: Loading app RemoteCucina using class E1743Controller from module controllerx
2023-09-25 20:38:40.794616 INFO AppDaemon: Loading app RemoteLetto using class E2002LightController from module controllerx
2023-09-25 20:38:40.795285 INFO AppDaemon: Calling initialize() for MultipulsanteIkea
2023-09-25 20:38:40.818704 INFO MultipulsanteIkea: 🎮 ControllerX v4.26.2
2023-09-25 20:38:40.847928 INFO AppDaemon: Calling initialize() for MultipulsanteIkea2
2023-09-25 20:38:40.848870 INFO MultipulsanteIkea2: 🎮 ControllerX v4.26.2
2023-09-25 20:38:40.852068 INFO AppDaemon: Calling initialize() for RemoteSalotto
2023-09-25 20:38:40.852990 INFO RemoteSalotto: 🎮 ControllerX v4.26.2
2023-09-25 20:38:40.859607 INFO AppDaemon: Calling initialize() for RemoteCucina
2023-09-25 20:38:40.860411 INFO RemoteCucina: 🎮 ControllerX v4.26.2
2023-09-25 20:38:40.864601 INFO AppDaemon: Calling initialize() for RemoteLetto
2023-09-25 20:38:40.865388 INFO RemoteLetto: 🎮 ControllerX v4.26.2
2023-09-25 20:38:40.873958 INFO AppDaemon: App initialization complete

Additional Context

I have other different controllers (no E1743) and they work fine.
I used the hold function to adjust a different light than the one binded with Z2M single click.
i.e. single click On, turn on light 1 (via Z2M binding), hold ON for toggling light 2, hold OFF for toggling 3.
This setup worked fine for more than 1 year and suddenly stopped working.
Thank you!

@FabioEight FabioEight added the bug Something isn't working label Sep 25, 2023
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