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

CustomCoverController on 2.6.0 [BUG] #77

Closed
mnil opened this issue May 4, 2020 · 2 comments
Closed

CustomCoverController on 2.6.0 [BUG] #77

mnil opened this issue May 4, 2020 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@mnil
Copy link

mnil commented May 4, 2020

Bug report

Description

Cant seem to get CustomCoverController to work on 2.6.0.

2020-05-04 15:18:06.499094 INFO AppDaemon: Initializing app bedroom_controller using class CustomCoverController from module controllerx
2020-05-04 15:18:06.502941 WARNING AppDaemon: Unable to find class CustomCoverController in module controllerx - 'bedroom_controller' is not initialized
2020-05-04 15:18:06.882915 WARNING AppDaemon: Unable to find module bedroom_controller - initialize() skipped

Additional information

  • Devices involved:
    • Model: IKEA 1810 as Controller
  • Integration: deconz
  • AppDaemon version: v4, 0.2.5
  • ControllerX version: v2.6.0
  • HACS version (if installed from there): v0.24.3
  • Home Assistant Core version: v0.109.1

AppDaemon app configuration

bedroom_controller:
  module: controllerx
  class: CustomCoverController
  controller: bedroom_remote
  integration: deconz
  cover: cover.bedroom_blinds
  mapping:
    2001: open
    3001: close
    2002: open
    3002: close
    2003: stop
    3003: stop

Logs

2020-05-04 15:18:06.499094 INFO AppDaemon: Initializing app bedroom_controller using class CustomCoverController from module controllerx
2020-05-04 15:18:06.502941 WARNING AppDaemon: Unable to find class CustomCoverController in module controllerx - 'bedroom_controller' is not initialized
2020-05-04 15:18:06.882915 WARNING AppDaemon: Unable to find module bedroom_controller - initialize() skipped
@mnil mnil added the bug Something isn't working label May 4, 2020
@xaviml
Copy link
Owner

xaviml commented May 4, 2020

Fix on dev branch. You can install dev from HACS if you want. I tried and it recognises the CustomCoverController now.

The fix will be shipped into the next release.

Thank for spotting it :)

@xaviml xaviml closed this as completed May 4, 2020
@mnil
Copy link
Author

mnil commented May 4, 2020

Can confirm it's working now!
Thanks for a fantastic component and quick support!

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