got it, its a bit confusing since it states 'ProcessEventTriggerEvalItem' makes it seem like it should indicate "this value changed which triggered an event to run". Device value change is only 1 part of the puzzle. We need better tracing/debug... specifically: Event XYZ triggered due to ABC value = 99
Announcement
Collapse
No announcement yet.
GLOBALVAR:ETDeviceValue vs NEWVALUE ?
Collapse
X
-
Those EVENT DEBUG messages do not mean that events are triggered, they just mean that HS4 is evaluating if some events need to be triggered.
I still can't see any problem in your logs.
Leave a comment:
-
Originally posted by spud View PostRegarding the cannot rerun issue, it looks like you have 2 different dimmer_sync events one is "Bedroom stairs - dimmer_sync" and the other is "Basement stairs - dimmer_sync", so the logs you posted does not show any actual problem.
Leave a comment:
-
Regarding the cannot rerun issue, it looks like you have 2 different dimmer_sync events one is "Bedroom stairs - dimmer_sync" and the other is "Basement stairs - dimmer_sync", so the logs you posted does not show any actual problem.
Leave a comment:
-
What happens if instead of 3 seconds, you set it as 1 minute ?
Originally posted by Ltek View PostWhat I'm seeing is if there are 2 dimmers in the Group - and one is changed, it is changing the other BUT then its immediately turning off the 'remote' (one that was not manually set). But the manually set one is unchanged.
Originally posted by Ltek View Postwith GLOBALVAR:ETDeviceValue vs $NewValue ... is there a functional difference in how they are set/processed in events like below?
if you meant $DEVICEVALUE in the action, it is the current value of each device in the group. It can be use for example if you want to increase separately the value of each device in the group without all devices being set to the same value.
Set All Devices in Group to "$DEVICEVALUE + 5"
But I don't think this is what you want here
In your action, I would try the "Send command only if expression results in a new value" option to avoid sending unnecessary command if the device is already set to the correct value.
- Likes 1
Leave a comment:
-
GLOBALVAR:ETDeviceValue vs NEWVALUE ?
spud ... I have many events that sync physical and virtual devices. The events (log below) are triggering multiple times within the same second, even though 'Do not run' for 3 second is set in Advanced.
What I'm seeing is if there are 2 dimmers in the Group - and one is changed, it is changing the other BUT then its immediately turning off the 'remote' (one that was not manually set). But the manually set one is unchanged.
with GLOBALVAR:ETDeviceValue vs $NewValue ... is there a functional difference in how they are set/processed in events like below?
thx
Tags: None
Leave a comment: