cgarwood / homeassistant-zwave_mqtt

Limited Pre-Release of the new OZW1.6 Z-Wave component. Currently has limited platform support. Check the README for more details.
72 stars 8 forks source link

Cover not implemented for values #121

Open peedub opened 4 years ago

peedub commented 4 years ago

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)>
marcelveldt commented 4 years ago

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!

peedub commented 4 years ago

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.

outkastm commented 4 years ago

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

Robvred commented 4 years ago

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 ?

MartinHjelmare commented 4 years ago

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:

Robvred commented 4 years ago

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)>

balk77 commented 4 years ago

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.

hmmbob commented 4 years ago

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.

balk77 commented 4 years ago

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.

hmmbob commented 4 years ago

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!