Ever since upgrading to 0.47.x and utilizing the new Z-Wave names, Alexa seems to be broken when using the Emulated_Hue component to control a Z-Wave light/switch/fan (specifically GE). Can anyone help me figure out why Alexa is struggling to read my Z-Wave devices?
{
"version": "1.0",
"response": {
"outputSpeech": {
"type": "PlainText",
"text": "I am sorry, I do not know where off light is."
},
"card": {
"content": "Some more content",
"title": "Sample title",
"type": "Simple"
},
"shouldEndSession": true
},
"sessionAttributes": {}
}
API XML Results
45
modelid "HASS123"
name "Closet Light"
state
bri 0
on false
reachable true
swversion "123"
type "Dimmable light"
uniqueid "switch.closet_light_switch"
Itās something to do with the new Zwave changes, when I first upgraded I kept getting āliving room is not respondingā so had to redo the associations in the Alexa app, but I havenāt sussed out this new āokā when it hasnāt worked sketch yet.
I moved my configs to the new naming and set the flag to use that in the zwave section. Then deleted from the Alexa app all devices and let it rescan.
This worked and my wife is happy
I think somehow the customize section where you set the echo name and such gets disassociated when the legacy naming mode is used; and setting the new naming fixes it.
Yeah, I think Iāve sussed it. I did all that, but I didnāt go in to the app and āforgetā the duplicates, so I think half the time it was switching off the wrong living room light. Will see how it goes
I did the same thing, but didnāt forget all my old devices in Alexa. Once I did that, she started working again. Although, the developer.amazon.com interface will no longer process the commands correctly like it used to. My custom skills/intents work fine through the interface though.