Jump to content

Can't add spoken


Recommended Posts

Posted

Hi @BamBamF16,

What type of device?   Currently the Alexa Configuration uses Hints for device types, some devices do not conform to a mapped device type. Some nodeServers that do conform may be missing a device type hint.

Posted (edited)

OK I lied.  i can add back zwave switch.  It wasn't letting me earlier.  But I can't add any device that is from node server. It is a Kasa TP Link outlet that I am trying to add.

 

jeff

Edited by BamBamF16
Posted

Hi @BamBamF16,

Please first check with the node server developer to see if they can add a hint for the node(s) in question. If that is not an option you can try the "Device Hint Editor" from "Connectivity" in the "Select Tool..." drop down on ISY portal.  Be sure to select the "Help" button for detailed information.

  • Thanks 1
Posted

It looks like it should be a category 0X04 and a subcategory of 0X02.  But I don't see how to turn that into the correct value and I don't want to mess it up.

Posted

If you need an alternate method:

Use a State variable for Alexa, set the on and off values, percentage is calculated automatically.  Then have a program monitor the State variable and set the "on" value to the same state variable

Variable Test - [ID 0084][Parent 000F]

If
        $State_6 is not -1
 
Then
        Set 'Devices / Basement / Basement Computer Room Lights' On '$State_6 %'
 
Else
   - No Actions - (To add one, press 'Action')
 

You may want to set the variable init value to -1 to avoid the light being changed on reboot.

  • Like 1
Guest
This topic is now closed to further replies.

×
×
  • Create New...