Skip to content
This repository has been archived by the owner on Jul 27, 2020. It is now read-only.

Cover not implemented for values #121

Open
peedub opened this issue May 1, 2020 · 10 comments
Open

Cover not implemented for values #121

peedub opened this issue May 1, 2020 · 10 comments

Comments

@peedub
Copy link

peedub commented May 1, 2020

  • 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)>
@marcelveldt
Copy link
Contributor

marcelveldt commented May 1, 2020

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
Copy link
Author

peedub commented May 1, 2020

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
Copy link

outkastm commented May 2, 2020

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
Copy link

Robvred commented May 19, 2020

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
Copy link
Collaborator

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. 👍

@Robvred
Copy link

Robvred commented May 19, 2020

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
Copy link

balk77 commented May 21, 2020

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
Copy link

hmmbob commented May 31, 2020

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
Copy link

balk77 commented May 31, 2020

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
Copy link

hmmbob commented May 31, 2020

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!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants