Hello,
Im facing some issues with one of my hue bulbs and i really hope someone can tell me what is up.
Last night, one of my bulbs died on me and i replaced it with another one from my bathroom, i renamed it through the Philips hue app to what the dead bulb was named and deleted the dead bulb.
So i have 4 bulbs for now in the room:
1) Computer Light
2) Mirror Light
3) Bed Light
4) Window Light
Please review the image below.
http://imgur.com/a/6q6i3Light 4 says "error reading light status".
Now it is important to note that when i call scenes through Hue.Scene.Load it works perfectly fine, the light also responds and works perfectly fine with smartthings and the hue app, i am only having issues getting VC to recognize it through manual commands.
Here is one of the scenes that i created manually in VC prior to learning the Hue.Scene.Load command:
<?xml version="1.0" encoding="utf-16"?>
<!--VoxCommando 2.2.3.7-->
<command id="343" name="Set Scene Beach" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="20" loop="False" loopDelay="0" loopMax="0" description="">
<action>
<cmdType>Hue.Light</cmdType>
<params>
<param>1</param>
<param>"on":true, "hue":15000, "bri":100%</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>Hue.Light</cmdType>
<params>
<param>2</param>
<param>"on":true, "hue":35000, "bri":100%</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>Hue.Light</cmdType>
<params>
<param>3</param>
<param>"on":true, "hue":30000, "bri":100%</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>Hue.Light</cmdType>
<params>
<param>4</param>
<param>"on":true, "hue":65000, "bri":100%</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>Hue.Light</cmdType>
<params>
<param>6</param>
<param>"on":true, "hue":25000, "bri":100%</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<phrase>Set Scene Beach</phrase>
</command>
When i tinker with the brightness or hue for light 4 it doesn't budge, all other lights work fine. But when i Call upon the above scene through the appended voice command the light works absolutely fine, they go on and off and change hue absolutely OK.
Any idea how i can get the light with an error to function normally again?