question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Handle cover device in Z2M integration

See original GitHub issue

Cover devices not handle right now

Exemple expose: CCT5015

{
exposes: [
            {
               features: [
                  {
                     access: 3,
                     name: "state",
                     property: "state",
                     type: "enum",
                     values: [
                        "OPEN",
                        "CLOSE",
                        "STOP"
                     ]
                  },
                  {
                     access: 7,
                     description: "Position of this cover",
                     name: "position",
                     property: "position",
                     type: "numeric",
                     value_max: 100,
                     value_min: 0
                  }
               ],
               type: "cover"
            },
            {
               access: 3,
               description: "Duration of lift",
               name: "lift_duration",
               property: "lift_duration",
               type: "numeric",
               unit: "seconds",
               value_max: 300,
               value_min: 0
            },
            {
               access: 1,
               description: "Link quality (signal strength)",
               name: "linkquality",
               property: "linkquality",
               type: "numeric",
               unit: "lqi",
               value_max: 255,
               value_min: 0
            }
         ]
}

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:9 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
atrovatocommented, Oct 3, 2022

So? Is it ok now?

1reaction
atrovatocommented, May 27, 2022

I didn’t found the right icon in feathericons

Here a preview

image

Read more comments on GitHub >

github_iconTop Results From Across the Web

MQTT Topics and Messages - Zigbee2MQTT
MQTT Topics and Messages. This page describes which MQTT topics are used by Zigbee2MQTT. Note that the base topic (by default zigbee2mqtt )...
Read more >
Renaming devices in Z2m breaks Z2m > mqtt > Home ...
I was hoping that the change won't break my integration. How to reproduce it (minimal and precise). Pair devices; Rename them in Home...
Read more >
ZHA Vs Zigbee2Mqtt - Home Assistant Community
IMO, ZHA is easier to start, but z2m is easier to live with. As the native HA zigbee integration, HA will detect your...
Read more >
Installing Zigbee2MQTT with Home Assistant - YouTube
I show you what Zigbee2MQTT is, why I use it and how you can install it with Home Assistant. This video covers :00:00...
Read more >
How to set up Zigbee2MQTT on a Raspberry Pi and integrate ...
I like to name all my devices with asset numbers and protocol. In this case 0x0015bc002f00758e is renamed to zigbee_40 . This vil...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found