bottleneck
Choose style:

Author Topic: Rules time confilct  (Read 6839 times)

0 Members and 1 Guest are viewing this topic.

Offline coderunner

  • Backer
  • *
  • Posts: 27
  • Thanks: 1
  • Registered : 11/09/2014
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYears
Rules time confilct
« on: March 19, 2015, 09:36:22 am »
It appears that if you have two rules setup to trigger at the same time, only one will trigger.

I have a rule that turns on an appliance, and another rule that changes the thermostat temp.  Both are scheduled for the same time.  Yesterday the appliance rule worked but there thermostat rule did not.  Today the thermostat rule worked but the appliance rule did not.

I suspected this might be the case when I realized the thermostat rule did not trigger yesterday, so I setup another rule to turn on a light at the same time that an existing rule turns off a different light.  I found that the existing rule worked today, and the new one did not.

LGNilsson

  • Guest
Re: Rules time confilct
« Reply #1 on: March 20, 2015, 04:45:43 am »
Thanks for the heads up, I've verified this and filed it as a bug with the software team.
« Last Edit: March 20, 2015, 05:05:23 am by Lars »

Offline sjd4

  • Backer
  • *
  • Posts: 26
  • Thanks: 0
  • Registered : 16/08/2014
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYears
Two rules for the same time don't work with my GE Link bulbs
« Reply #2 on: April 23, 2015, 07:10:54 pm »
I have two GE Link bulbs I have been using for testing.  If I set a timed rule for one bulb to say 8 P.M. to turn on and another timed rule at 8 P.M. for the other bulb only one rule runs.

Offline spooky123

  • Backer
  • *
  • Posts: 129
  • Thanks: 0
  • Registered : 30/09/2014
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYears
Re: Two rules for the same time don't work with my GE Link bulbs
« Reply #3 on: April 24, 2015, 12:12:34 pm »
Sorry, this doesn't help your specific issue, but I have a couple of Linear lamp dimmers and a couple of Leviton lamp dimmers.

I do have rules where more than one are turning off or on at the same time and it does work for me.

I used to have them at different times so each does have it's own rule.

It didn't actually hit me until I started typing this but since I now have some turning on / off at the same times - I'll have to look at doing that with one rule instead of multiple - ie, at 8pm turn on lamp1, lamp2, lamp 5 (instead of a unique rule for each).

Offline fillibar

  • Backer
  • *
  • Posts: 2060
  • Thanks: 4
  • Registered : 02/08/2013
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYears
Re: Two rules for the same time don't work with my GE Link bulbs
« Reply #4 on: April 24, 2015, 02:31:44 pm »
sjd4,
  Have you noticed it with any other devices? So only one works if set for the same time regardless of what is happening at that time. Or is it just with the bulbs? Is it always the same bulb that works?
Almond 3 mesh handling the home.

Offline sjd4

  • Backer
  • *
  • Posts: 26
  • Thanks: 0
  • Registered : 16/08/2014
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYears
Re: Two rules for the same time don't work with my GE Link bulbs
« Reply #5 on: April 24, 2015, 05:43:31 pm »
I haven't noticed it with any other devices.  I haven't bought any others because the Rules are still experiencing growing pains.  It's not always the same bulb.  I think it has to do with the order of the rules.  I'll check if the rule order makes a difference and get back to you.

Offline sjd4

  • Backer
  • *
  • Posts: 26
  • Thanks: 0
  • Registered : 16/08/2014
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYears
Re: Two rules for the same time don't work with my GE Link bulbs
« Reply #6 on: April 28, 2015, 12:18:06 am »
So I had 2 unique rules for 2 devices to turn off at the same time and only the second rule completed.  Hopefully can help someone fire out why I can't have 2 rules set for the same time.

Offline sjd4

  • Backer
  • *
  • Posts: 26
  • Thanks: 0
  • Registered : 16/08/2014
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYears
Re: Two rules for the same time don't work with my GE Link bulbs
« Reply #7 on: April 28, 2015, 12:19:35 am »
BTW here is the content of my Rules.xml file:

<?xml version="1.0" encoding="utf-8"?>
<Rules>
        <Rule ID="1" Name="Living room lamp 2 off" Valid="1">
                <Triggers Count="2">
                        <Trigger ID="1" TriggerType="Time" Range="0" Hour="0" Mi
                        <Trigger ID="2" TriggerType="Device" DeviceID="1" Device
                </Triggers>
                <Results Count="1">
                        <Result ID="1" ResultType="DeviceResult" DeviceID="1" De
                </Results>
        </Rule>
        <Rule ID="2" Name="Outside from light off" Valid="1">
                <Triggers Count="2">
                        <Trigger ID="1" TriggerType="Time" Range="0" Hour="0" Mi
                        <Trigger ID="2" TriggerType="Device" DeviceID="2" Device
                </Triggers>
                <Results Count="1">
                        <Result ID="1" ResultType="DeviceResult" DeviceID="2" De
                </Results>
        </Rule>
</Rules>

Offline coderunner

  • Backer
  • *
  • Posts: 27
  • Thanks: 1
  • Registered : 11/09/2014
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYears

Offline sjd4

  • Backer
  • *
  • Posts: 26
  • Thanks: 0
  • Registered : 16/08/2014
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYears
Re: Two rules for the same time don't work with my GE Link bulbs
« Reply #9 on: April 28, 2015, 08:05:28 pm »
Thanks coderunner.  I did not even notice that post.

LGNilsson

  • Guest
Re: Rules time confilct
« Reply #10 on: April 28, 2015, 10:38:57 pm »
Topics merged.

 

Page created in 0.045 seconds with 18 queries.

bottleneck