zwave-js / zwave-js-ui

Full featured Z-Wave Control Panel UI and MQTT gateway. Built using Nodejs, and Vue/Vuetify
https://zwave-js.github.io/zwave-js-ui
MIT License
950 stars 205 forks source link

Fibargroup | Roller Shutter | FGRM222 no entity for up down stop and percentage #3780

Closed Fireblade900rr closed 3 months ago

Fireblade900rr commented 3 months ago

Hi, i dont know if its an Z-Wave JS/UI Issue

I own many FGRM222 (V1) and 3x FGR222 (V2) Roller Shutter by Fibaro.

All FGR222 are working fine with entity for up/stop/down but this is missing for the FGRM222. Sometimes theres an Entitiy for up down, but it gets diabled and doesn't work at all, sometimes there's just the switch.

Different v1 devices

image

The working v2

image

Also theres a "Manufacturer Proprietary v1 which would report the opening grade in perscent, This is missing on both versions.

image

I already tried reinterview but had no luck for fixing this.

Debug_v1.txt Debug_v2.txt

Im new this this integration, so if you need further infos please give me a step by step manual for this.

wigster commented 3 months ago

I was about to report this also:

zwave-js-ui: 9.14.1 zwave-js: 12.11.1 home id: 3245779512 home hex: 0xc176aa38

FGRM222 (0x010f 0x0301-0x1001) used to be identified correctly as a cover entity in HA, together with full tilt support and working correctly. I re-interviewed it last week for the first time in probably a year and now it is identified as a switch. The switch does open/close the shade properly, but does not deal with the tilt of the slats and does not provide any feedback or intermediate positions. The configuration options for the device are correct, but the control entities are not anymore.

I have multiple such devices and the interviews complete for all of them with this result.

Fireblade900rr commented 3 months ago

Also FGD212 Dimmer ist not working, cause theres no way to set the brightness, no slider oder anything else. Just on / off.

robertsLando commented 3 months ago

Sorry I may have missed this.

Please re-interview the problematic device, make a driver log of that on loglevel debug and attach it here as a file (drag & drop into the text field).

cc @AlCalzone

AlCalzone commented 3 months ago

Also FGD212 Dimmer ist not working, cause theres no way to set the brightness, no slider oder anything else. Just on / off.

Working fine here: grafik

grafik

Fireblade900rr commented 3 months ago

Heres the log of reinterview in debug mode 10:04 o'clock Roller Shutter FGRM222. Forget the Dimmer, its working, this is my fault, sorry. z-ui_2024-06-26.log

AlCalzone commented 3 months ago

Did you forget to upload the file?

Fireblade900rr commented 3 months ago

Here it is, sorry

Starts at 2024-06-26 10:04:58.958 INFO Z-WAVE: [Node 016] Interview started

AlCalzone commented 3 months ago

That's not a driver log. Please read the link again.

Fireblade900rr commented 3 months ago

Sorry, here they are, 13:08 o'clock zwave-js-ui-store.zip

AlCalzone commented 3 months ago

From that log it looks like everything should work fine in Z-Wave JS UI. The corresponding values are there:

2024-06-26T11:09:00.208Z CNTRLR   [Node 016] [Manufacturer Proprietary] fibaro[venetianBlindsPositi [Endpoint 0]
                                  on]: metadata updated
2024-06-26T11:09:00.209Z CNTRLR   [Node 016] [+] [Manufacturer Proprietary] fibaro[venetianBlindsPo [Endpoint 0]
                                  sition]: 66

Do you see them in the UI? If so, this is a bug in Home Assistant.

Fireblade900rr commented 3 months ago

Yes i can this value in JS UI -> Manufacturer Proprietary v1 [16-145-0-fibaro-venetianBlindsPosition] Venetian blinds position

I can also set a new value there, submit it and its working.

I still cant use the up down buttons image image

Theres no option for setting this parameter in HA

image

I found out what to set in "Set a Z-Wave value" as property. I just want to use this in scripts, so i wouldn't need it in HA UI itself. So this is fine for me.

Fireblade900rr commented 3 months ago

I am really annoyed of the roller shutters. Even FGR-222 isnt working as expected. There are no sensors for the state of opening, exactly [9-145-0-fibaro-venetianBlindsPosition] Venetian blinds position

Wheres the error for this missing sensor ? How can i achieve to get this value shown in HA ?

AlCalzone commented 3 months ago

Yes i can this value in JS UI -> Manufacturer Proprietary v1 [16-145-0-fibaro-venetianBlindsPosition] Venetian blinds position

I can also set a new value there, submit it and its working.

So this is a bug in Home Assistant, not Z-Wave JS (UI). See also https://github.com/home-assistant/core/issues/115632 Apparently, HA has no discovery scheme for this device and expects it to use Multilevel Switch like almost all other devices of this kind.