-
-
Notifications
You must be signed in to change notification settings - Fork 206
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
Fibaro 4 roller shutter not discovered correctly with mqtt #3734
Comments
@radhoo2k10 If you remove |
@robertsLando Hi. Need some guidance. How do I do that? |
From the UI, go to control panel, expand the row that matches the device, go to home assistant tab, from here you can select the discovered entities from the table, select the entity that matches the window covering cc so it will be opened on the right, now edit manually it and click on "rediscover" |
@robertsLando AFAIK the issue is that no entity for Window Covering CC is discovered. |
From the Home assistant screenshot it also seems a discovery issue as the command was About the window covering CC discovery support I have no way to test it. Dunno if @ccutrer could take a look at that It requires to add a new case to this switch to handle the window covering cc and create the correct discovery payload, I can draft something but I have nothing to try it |
@robertsLando If you give me clear instructions on what to do, then I can test things. |
I'm happy to work on window covering discovery support (I'm pretty familiar with the schema, having implemented it on the openHAB end). Is there a way I can mock up a ZWave device that has the window covering CC so I can test with it? |
Yes. I can give you some instructions on Monday |
@ccutrer using It's just a matter of adding a |
To add to this - you don't need lines 18-32: Lines 18 to 32 in 93e4ecf
Line 16 should be modified: Line 16 in 93e4ecf
How depends on your blinds:
|
Yes but please don't remove them :) |
Hi @ccutrer. Did you have time to look at this? |
This issue is stale because it has been open 90 days with no activity. Remove the stale label or comment or this will be closed in 5 days. To ignore this issue entirely you can add the no-stale label |
This issue is now closed due to inactivity, you can of course reopen or reference this issue if you see fit. |
Build/Run method:
[x ] Docker
[ ] Git Clone + npm install + npm run build + npm start
[ ] Pkg
Z-Wave JS UI version: 9.13.1.b613753
Z-Wave JS version: 12.9.1
Added Fibaro roller shutter 4 with zwave-js ui. Can controll the cover via zwave-js ui, but not in Home assistant.
The controllers are not present in Home Assistant. Using mqtt to controll zwave-js ui.
Quote from @AlCalzone
"The new shutter uses the Window Covering CC, which might not have the corresponding discovery support yet.
This might be an issue for Z-Wave JS UI then (which includes the MQTT discovery)."
Talked to developer for mqtt Home Assistant.
home-assistant/core#118503
The text was updated successfully, but these errors were encountered: