Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 102594

Aeotec WallMote and OpenZWave qt-openzwave

$
0
0

@chris-mac wrote:

Hi, I am running Home Assistant 0.110.4 on Raspberry PI 4 installed in Python virtual env. Got Aeotec WallMote Quad added as a Device using OpenZWave along with latest qt-openzwave

What I am trying to do is activate Scene when WallMote button is pressed. Created my Automation as below:

When tapping WallMote button I can see (using ngrep) the following being passed to MQTT broker:

T 127.0.0.1:1883 -> 127.0.0.1:52499 [AP] #2
0...EOpenZWave/1/node/27/instance/1/commandclass/91/value/281475435380756/{
    "Label": "Scene 1",
    "Value": {
        "List": [
            {
                "Value": 0,
                "Label": "Inactive"
            },
            {
                "Value": 1,
                "Label": "Pressed 1 Time"
            },
            {
                "Value": 2,
                "Label": "Key Released"
            },
            {
                "Value": 3,
                "Label": "Key Held down"
            }
        ],
        "Selected": "Pressed 1 Time",
        "Selected_id": 1
    },
    "Units": "",
    "ValueSet": false,
    "ValuePolled": false,
    "ChangeVerified": false,
    "Min": 0,
    "Max": 0,
    "Type": "List",
    "Instance": 1,
    "CommandClass": "COMMAND_CLASS_CENTRAL_SCENE",
    "Index": 1,
    "Node": 27,
    "Genre": "User",
    "Help": "",
    "ValueIDKey": 281475435380756,
    "ReadOnly": false,
    "WriteOnly": false,
    "Event": "valueChanged",
    "TimeStamp": 1591085496
}

But automation is not executed for some reason.

Any suggestions on how to make this work very much appreciated.

Regards,
Chris

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 102594

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>