Here's my variable name:
Code: Select all
isBMWHome
Update: Same response for variable "isDaylight"
Code: Select all
isBMWHome
Right. So the solution is to rename the variables and use underscores?jay (support) wrote:https://wiki.indigodomo.com/doku.php?id=indigo_2021.1_documentation:plugins:alexa&#speaking_the_value_of_a_variable
Her actual reply was: "A variable named is BMW home does not exist in your Indigo server"
Code: Select all
Alexa request the value of variable 'is_BMW_in_garage'
Code: Select all
Alexa request the value of variable 'is_the_mwn_garage'
Alexa Error I'm sorry, a variable named is the mwn garage does not exist in your indigo server. Please make sure you are using the exact name for the variable; spaces should be represented in your variable name with underscores.
No, we updated the API to do non case sensitive checks specifically for this reason.FlyingDiver wrote:Case sensitivity issue? Use is_BMW_in_garage not is_BMW_in_Garage.
Code: Select all
Jun 18, 2021 at 10:11:28 PM
Alexa request the value of variable 'is_BMW_home'
Alexa Error I'm sorry, a variable named is BMW home does not exist in your indigo server. Please make sure you are using the exact name for the variable; spaces should be represented in your variable name with underscores.
Received INSTEON "Kitchen Motion Sensor" on (button 1)
You must use underscores between the words.ryanbuckner wrote:Alexa was able to give me the results of the request for [renamed] variable is_BMW_in_garage
but was unable to answer request for variable value of isBMWHome