I have been trying to figure out why/how (only 1 of my 4) PLEG devices goes into Bypass each morning (not sure when as I cannot find it in the Vera Logs). I have checked all my Vera native Automation and other PLEGs and none of them have actions to put that PLEG into Bypass – and none would as that PLEG is strictly for XBMC to dim/rise lights during video playback.
Any advise on how to figure this out… I’ve had this issue for over a month now
XBMC Scenes
Device ID: 1252013-12-11 08:51:52.592 PLC Version: 5.4
Triggers
Name Description
VideoPaused Video is paused
Night Day or Night indicates Night time.
VideoEnded Video is ended
VideoStarting Video is starting
VideoResume Video is resumed
VideoStopped Video is stopped
Device Properties
Name Device Name Device Variable
DimLevel Fan Light LoadLevelStatus
Conditions
Name Expression
Starting_Resume Night and (VideoStarting or VideoResume) and (DimLevel>33 or DimLevel==0)
End_Pause Night and (VideoEnded or VideoPaused) and (DimLevel<44)
Actions
Actions for Condition: End_Pause
Immediate
Device Action Arguments
Fan Light SetLoadLevelTarget newLoadlevelTarget=40
Actions for Condition: Starting_Resume
Immediate
Device Action Arguments
Fan Light SetLoadLevelTarget newLoadlevelTarget=30