Code Monkey home page Code Monkey logo

Comments (5)

kingy444 avatar kingy444 commented on July 17, 2024 1

@home-assistant add-label "problem in dependency"

from core.

home-assistant avatar home-assistant commented on July 17, 2024

Hey there @bdraco, @kingy444, @trullock, mind taking a look at this issue as it has been labeled with an integration (hunterdouglas_powerview) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of hunterdouglas_powerview can trigger bot actions by commenting:

  • @home-assistant close Closes the issue.
  • @home-assistant rename Awesome new title Renames the issue.
  • @home-assistant reopen Reopen the issue.
  • @home-assistant unassign hunterdouglas_powerview Removes the current integration label and assignees on the issue, add the integration domain after the command.
  • @home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
  • @home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


hunterdouglas_powerview documentation
hunterdouglas_powerview source
(message by IssueLinks)

from core.

Symbiot78 avatar Symbiot78 commented on July 17, 2024

tried calling the service directly from dev tools.
it reacts in the same way.
I tried running the service again and it tilts the blinds closed.. then opens it again.

these are the logs:

2024-05-28 22:49:42.443 INFO (MainThread) [homeassistant.helpers.script.websocket_api_script] websocket_api script: Running websocket_api script 2024-05-28 22:49:42.443 INFO (MainThread) [homeassistant.helpers.script.websocket_api_script] websocket_api script: Executing step call service 2024-05-28 22:49:42.443 DEBUG (MainThread) [homeassistant.components.hunterdouglas_powerview.cover] Estimated time to complete transition of 50 steps for None: 21 2024-05-28 22:49:42.443 DEBUG (MainThread) [homeassistant.components.hunterdouglas_powerview.cover] Move request None: ShadePosition(primary=0, secondary=None, tilt=50, velocity=None) 2024-05-28 22:49:42.443 DEBUG (MainThread) [aiopvapi.resources.shade] Shade KA Alkove move to: ShadePosition(primary=0, secondary=None, tilt=50, velocity=None) 2024-05-28 22:49:42.443 DEBUG (MainThread) [aiopvapi.resources.shade] Structured Data KA Alkove: ShadePosition(primary=0, secondary=None, tilt=50, velocity=None) 2024-05-28 22:49:42.443 DEBUG (MainThread) [aiopvapi.resources.shade] Raw Conversion KA Alkove: {'shade': {'id': 40999, 'positions': {'posKind1': 1, 'position1': 0, 'posKind2': 3, 'position2': 32767}}} 2024-05-28 22:49:42.443 DEBUG (MainThread) [aiopvapi.helpers.aiorequest] Sending PUT request to: http://10.20.10.17/api/shades/40999 params: {} data: {'shade': {'id': 40999, 'positions': {'posKind1': 1, 'position1': 0, 'posKind2': 3, 'position2': 32767}}} timeout: 15 kwargs: {} 2024-05-28 22:49:44.125 DEBUG (MainThread) [aiopvapi.resources.shade] Raw Data KA Alkove: {'id': 40999, 'type': 54, 'capabilities': 4, 'batteryKind': 1, 'smartPowerSupply': {'status': 0, 'id': 0, 'port': 0}, 'batteryStatus': 0, 'batteryStrength': 0, 'roomId': 36806, 'firmware': {'revision': 1, 'subRevision': 8, 'build': 1944}, 'name': 'S0EgQWxrb3Zl', 'signalStrength': 0, 'groupId': 6735, 'motor': {'revision': 50, 'subRevision': 48, 'build': 11826}, 'positions': {'posKind1': 1, 'position1': 0, 'posKind2': 3, 'position2': 32767}, 'timedOut': False} 2024-05-28 22:49:44.125 DEBUG (MainThread) [aiopvapi.resources.shade] Structured Conversion KA Alkove: ShadePosition(primary=0, secondary=None, tilt=50, velocity=None) 2024-05-28 22:49:44.125 DEBUG (MainThread) [homeassistant.components.hunterdouglas_powerview.cover] Move response None: ShadePosition(primary=0, secondary=None, tilt=50, velocity=None)

I also see from the type that mine are registered as Vertical Slats, Left Stack (54) and Vertical Slats, Right Stack (55)

I see the move response showing tilt=50.
that might be the issue ? It's not something I see that I can set with the service call?

from core.

Symbiot78 avatar Symbiot78 commented on July 17, 2024

If I call the "Cover: Close tilt" service it will close the tilt.
but I cannot call the service from the integration directly. It only has a manual tilt function.

from core.

kingy444 avatar kingy444 commented on July 17, 2024

The close position is defined in the upstream so I'll need to fix it there. I've checked the code and see the issue.

from core.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.