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

IKEA E1744 controller (deconz) and Sonos is not working #867

Open
chairrider opened this issue Jul 28, 2023 · 1 comment
Open

IKEA E1744 controller (deconz) and Sonos is not working #867

chairrider opened this issue Jul 28, 2023 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@chairrider
Copy link

Question

I am running a larger HA installation with several devices and I want to control my Sonos System with the E1744 (I did this in the past with IO-Broker). I decided do use ControllerX but for some reason the system is not reacting. The controllers are connected, I can see the the different states, but there is no control over the meda player. The only abnormal behaviour vsisible is that HA say that the controller is rotating right if it´s rotating left and vice verca.

Additional information

  • Devices involved:
    • Model: IKEA 1744 ] as Media Player
  • Integration: deconz
  • AppDaemon version: 0.13.3
  • ControllerX version: 4.26.2
  • HACS version (if installed from there): 1.32.1
  • Home Assistant Core version: 2023.7.3 on 10.3

AppDaemon app configuration

diningroom_speakers:
  module: controllerx
  class: E1744MediaPlayerController
  controller: Sound Esszimmer
  integration: deconz
  media_player: media_player.esszimmer
  volume_steps: 20
  delay: 500
livingroom_speakers:
  module: controllerx
  class: E1744MediaPlayerController
  controller: Sound Wohnzimmer
  integration: deconz
  media_player: media_player.wohnzimmer
  volume_steps: 20
  delay: 500
kitchen_speakers:
  module: controllerx
  class: E1744MediaPlayerController
  controller: Sound Küche
  integration: deconz
  media_player: media_player.esszimmer
  volume_steps: 20
  delay: 500

## Logs

2023-07-28 12:58:37.170189 INFO AppDaemon: Loading app hello_world using class HelloWorld from module hello
2023-07-28 12:58:37.170923 INFO AppDaemon: Loading app diningroom_speakers using class E1744MediaPlayerController from module controllerx
2023-07-28 12:58:37.171582 INFO AppDaemon: Loading app livingroom_speakers using class E1744MediaPlayerController from module controllerx
2023-07-28 12:58:37.172252 INFO AppDaemon: Loading app kitchen_speakers using class E1744MediaPlayerController from module controllerx
2023-07-28 12:58:37.173081 INFO AppDaemon: Calling initialize() for hello_world
2023-07-28 12:58:37.174207 INFO hello_world: Hello from AppDaemon
2023-07-28 12:58:37.175219 INFO hello_world: You are now ready to run Apps!
2023-07-28 12:58:37.176367 INFO AppDaemon: Calling initialize() for diningroom_speakers
2023-07-28 12:58:37.179426 INFO diningroom_speakers: 🎮 ControllerX v4.26.2
2023-07-28 12:58:37.194838 INFO AppDaemon: Calling initialize() for livingroom_speakers
2023-07-28 12:58:37.196462 INFO livingroom_speakers: 🎮 ControllerX v4.26.2
2023-07-28 12:58:37.214174 INFO AppDaemon: Calling initialize() for kitchen_speakers
2023-07-28 12:58:37.215670 INFO kitchen_speakers: 🎮 ControllerX v4.26.2

## Additional Context

Add any other context or screenshots about the question here.
@chairrider chairrider added the question Further information is requested label Jul 28, 2023
@jernejknechtl
Copy link

Hi @chairrider

have you managed to solve the issue?
I have a similar setup facing the same issue.

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

No branches or pull requests

3 participants