homeassistant-zwave_mqtt icon indicating copy to clipboard operation
homeassistant-zwave_mqtt copied to clipboard

Cover not implemented for values

Open peedub opened this issue 4 years ago • 10 comments

  • Home Assistant version: 0.108.3
  • ozwdaemon version or add-on version: Docker latest (build-83)
  • homeassistant-zwave_mqtt version: v0.0.13

openzwavelog.txt

After switching from the built in zwave controller in Home Assistant to zwave_mqtt, my Aeotec Garage Door Controller (Gen5) shows up as a switch rather than a cover. I can control the door using the switch, but Home Assistant doesn't know whether it is up or down. I get the following error in Home Assistant log:

Logger: custom_components.zwave_mqtt.cover
Source: custom_components/zwave_mqtt/cover.py:44
First occurred: April 30, 2020, 7:44:43 PM (2 occurrences)
Last logged: April 30, 2020, 7:44:43 PM

Cover not implemented for values <OZWValue 139018256 (node: 8)>
Cover not implemented for values <OZWValue 281475116793876 (node: 8)>

peedub avatar May 01 '20 02:05 peedub

Hi could you please create a MQTT dump and upload it here ? That way we can test/debug with your exact device config which makes life much easier for us.

Home Assistant --> Developer tools --> Services --? mqtt.dump Filter on OpenZWave/# topic and collect the file afterwards from your config folder.

Thanks!

marcelveldt avatar May 01 '20 08:05 marcelveldt

mqtt_dump.txt

@marcelveldt done. I've edited it to just include the controller and the relevant device. Should have done that to start with! Let me know if you'd prefer the whole dump.

peedub avatar May 01 '20 19:05 peedub

Same issue for me with FGRM222 Roller Shutter Controller

<Logger: custom_components.zwave_mqtt.cover Source: custom_components/zwave_mqtt/cover.py:44 Integration: Z-Wave over MQTT (documentation) First occurred: 11:30:26 AM (1 occurrences) Last logged: 11:30:26 AM Cover not implemented for values <OZWValue 155795472 (node: 9)> mqtt_dump.txt

outkastm avatar May 02 '20 13:05 outkastm

I'm interested as I've the same error with my garage door controller. Do we have any news ? How can I contribute to help to resolve ?

Robvred avatar May 19 '20 20:05 Robvred

If you have a device where we don't yet have an example mqtt dump, you can help by recording that and uploading here in a text file. :+1:

MartinHjelmare avatar May 19 '20 20:05 MartinHjelmare

Hoping it's will be useful and It'll help move things forward. mqtt_dump.txt It's an dump of the Aeotec garage door controller recognise as switch instead of cover

Cover not implemented for values <OZWValue 592003088 (node: 35)> Cover not implemented for values <OZWValue 281475569778708 (node: 35)>

Robvred avatar May 19 '20 21:05 Robvred

~~My FGRM222 is also not recognized. I am running the version shipped with Home Assistant 0.110.0. I went back to good old ZWave integration because of this because I need to cover functionality of my house :)~~

~~I made a dump of the MQTT topics through mosquitto_sub. I have excluded all nodes except node 24 for readability.~~

~~Is there anything I can do/test?~~

mqtt.dump.txt

~~Running Home Assistant as docker on Ubuntu~~ Nevermind. I am running the version that got shipped with 0.110 which does not support covers yet.

balk77 avatar May 21 '20 08:05 balk77

Nevermind. I am running the version that got shipped with 0.110 which does not support covers yet.

Ah, I just came across this statement while searching for the reason why my cover wasn't popping up anymore, now I switched to ozw. Hope this will be added soon - I love this integration way more over the old implementation so I'll just keep it for what it is now.

hmmbob avatar May 31 '20 11:05 hmmbob

Nevermind. I am running the version that got shipped with 0.110 which does not support covers yet.

Ah, I just came across this statement while searching for the reason why my cover wasn't popping up anymore, now I switched to ozw. Hope this will be added soon - I love this integration way more over the old implementation so I'll just keep it for what it is now.

This is how you can get it working again.

balk77 avatar May 31 '20 15:05 balk77

Nevermind. I am running the version that got shipped with 0.110 which does not support covers yet.

Ah, I just came across this statement while searching for the reason why my cover wasn't popping up anymore, now I switched to ozw. Hope this will be added soon - I love this integration way more over the old implementation so I'll just keep it for what it is now.

This is how you can get it working again.

Hero. Thanks!

hmmbob avatar May 31 '20 16:05 hmmbob