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] missing support for Inovelli Black Series Dimmer #124

Closed
1 of 3 tasks
mcowger opened this issue Dec 30, 2020 · 7 comments
Closed
1 of 3 tasks

[bug] missing support for Inovelli Black Series Dimmer #124

mcowger opened this issue Dec 30, 2020 · 7 comments
Assignees
Labels
bug Something isn't working

Comments

@mcowger
Copy link

mcowger commented Dec 30, 2020

Version

Build/Run method

  • Docker
  • PKG
  • Manually built (git clone - npm install - npm run build )

zwavejs2mqtt version: Release 1.0.0-alpha.2

Describe the bug
Missing data for Inovelli Black Series Dimmer (see attached JSON export)>

To Reproduce
Steps to reproduce the behavior:
NA

Expected behavior
Inovelli Black Series DImmer is recognized

Additional context

node_25.json.zip

Relevant OZW definition: https://github.com/InovelliUSA/OpenZWave/blob/master/config/inovelli/lzw31.xml

@mcowger mcowger added the bug Something isn't working label Dec 30, 2020
@mcowger mcowger changed the title [bug] [bug] missing support for Inovelli Black Series Dimmer Dec 30, 2020
@varet80
Copy link
Collaborator

varet80 commented Jan 4, 2021

We need this to be added on driver side!. I will take a look

@varet80 varet80 assigned varet80 and unassigned robertsLando Jan 4, 2021
@varet80
Copy link
Collaborator

varet80 commented Jan 4, 2021

@mcowger is the red and black series the same device (happens to know)?

@varet80
Copy link
Collaborator

varet80 commented Jan 4, 2021

@mcowger made a pull request: zwave-js/node-zwave-js#1281

@mcowger
Copy link
Author

mcowger commented Jan 4, 2021 via email

@mcowger
Copy link
Author

mcowger commented Jan 5, 2021

Awesome - as soon as this is in a :dev build I'll pull it and give it a shot.

@varet80
Copy link
Collaborator

varet80 commented Jan 5, 2021

@mcowger if you run docker, you can build your own image with a database update from Master! and test

if you clone zwavejs2mqtt and run

docker build --build-arg updateDevices=true -f docker/Dockerfile -t <image tag> .;

it will download the latest device tree and put it in container! this way you can confirm if everything is ok!

@mcowger
Copy link
Author

mcowger commented Jan 5, 2021

Confirmed this correctly identified and talks to my LZW-30 devices.

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

3 participants