toggledbits / Reactor

Reactor (for Vera and openLuup) is a Vera Home Automation plugin that provides advanced programmable logic.
17 stars 0 forks source link

Status tab reporting incorrect status #20

Closed Tarkus-NJ closed 5 years ago

Tarkus-NJ commented 5 years ago

I started to put together a new sensor called TV Tuner Routine and I am using a ping sensor within a conditional group (device 97). The device tab is reporting it as being on when veras UI reports as correctly as on/off depending on the on/off state of my TV. Lua activity linked to group also not executing so I am assuming it is more than cosmetic. It is definitely stuck and not just delayed. I pulled a snippet after letting the device cycle on/off by powering on and off the TV. logic summary and snippet attached.

Reactor_TV_Ping

TV Tuner Routine_Summary.txt Snippet4.txt

Tarkus-NJ commented 5 years ago

Scratch that, solved had configured equals set instead of status, However there are some other issues, will report as new issue shortly.

toggledbits commented 5 years ago

This is the issue I referred to in issue #19. I've already fixed this. New beta package will go out later today. We'll leave this issue open for tracking and to signal the rest of the group that I'm aware of it.

toggledbits commented 5 years ago

Reactor Beta 3.0-19083 links have just been emailed to all beta participants. This version contains the fix for this bug.

toggledbits commented 5 years ago

Any concurrence? Is this resolved?

Tarkus-NJ commented 5 years ago

The problem I had encountered was because I I had the condition set to Configured equals instead of Status equals. So the issue is resolved.