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

Zwave JS: the transition parameter used within light.turn_on / light.turn_off seem to be ignored #48470

Closed
wauswaus opened this issue Mar 29, 2021 · 3 comments · Fixed by zwave-js/node-zwave-js#2894 or #52160

Comments

@wauswaus
Copy link

The problem

I just switched from OZW 1.6 to Zwave JS and have a Fibaro FGD212 dimmer. In an automation I slowly dim the light to off using the light.turn_off service with the transition parameter set 10 seconds. This worked flawlessly in OZW but in Zwave JS it seems that this parameter is ignored. The light is switched off immediately in stead of going to off in the requested 10s. I also tested this in the Developer tools - services page. Also tried for the turn_on service and there the transition parameter also doesn't seem to do anything and the light is immediately switched to the requested brightness.

What is version of Home Assistant Core has the issue?

2021.3.4

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Zwave JS

Link to integration documentation on our website

https://www.home-assistant.io/integrations/zwave_js

Example YAML snippet

Tried the service calls from the developer - services page:
service: light.turn_off
data:
  transition: 10
target:
  entity_id: light.toilet_down_dimmer_fibaro

Anything in the logs that might be useful for us?

nothing
@probot-home-assistant
Copy link

Hey there @home-assistant/z-wave, mind taking a look at this issue as its been labeled with an integration (zwave_js) you are listed as a codeowner for? Thanks!
(message by CodeOwnersMention)

@FuzzyMistborn
Copy link
Contributor

This issue needs to be resolved before transitions will work with zwavejs: zwave-js/node-zwave-js#1321

@wauswaus
Copy link
Author

ah yes, thanks! Then I'll close this issue.

@github-actions github-actions bot locked and limited conversation to collaborators Apr 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
2 participants