Jump to content

Can't add spoken


BamBamF16

Recommended Posts

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.

Link to comment

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.

Link to comment

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...