Jump to content

PaulMichaels

Members
  • Posts

    9
  • Joined

  • Last visited

PaulMichaels's Achievements

Newbie

Newbie (1/6)

1

Reputation

  1. Xathros you hit the nail on the head. The extra set of parenthesis was the issue! Thank you so much!
  2. I'm trying to set up some programs that will control my fan speed by both the wall switch (KeypadLinc where I have OFF, LOW, MED, HIGH buttons) and a wireless mini remote where one button is used to cycle the speeds. I also have it beeping to indicate what speed it's set to since I may not be able to see the light that is lit up on the KeypadLinc. Any ideas what I'm doing wrong here? Here is an example of the fan medium program. It seems that this works one time (from off to low or what not) but then after that somehow all the programs run at the same time, and it beeps a bunch of times FanSpeed is a Integer variable FanSpeed 0 is off , 1 is low, 2 medium, 3 is high Fan Med - [ID 0023][Parent 002B] If Control 'Bedroom / Fan / Fan Medium Button' is switched On Or-( | Control 'Bedroom / Remote - Fan Speed' is switched On | Or Control 'Bedroom / Remote - Fan Speed' is switched Off | And $FanSpeed is 1 -) Then $FanSpeed = 2 Set Scene 'Bedroom / Fan / Fan Medium' On Set Scene 'Bedroom / Fan / Fan Medium' Beep Set Scene 'Bedroom / Fan / Fan Medium' Beep Else - No Actions - (To add one, press 'Action')
  3. I actually found the issue (writing this here for others' to reference in the future) was because I was sending the command to a play:1 which was setup as a surround setup (it was the left channel speaker). I found that I need to send the command to the playbar in this case. In the case of another room where it's just one speaker per room, I can definitely send the commands to those speakers.
  4. I've imported these (which worked fine, so thank you) but they don't seem to be working. I've adjusted the IP on the pause to the IP of my playbar. In my error log I'm seeing this: Fri 2015/11/06 01:54:01 PM System -140008 Net Module Rule: 8:500 Fri 2015/11/06 01:54:58 PM System -140008 Net Module Rule: 8:500 Fri 2015/11/06 01:55:34 PM System -140008 Net Module Rule: 8:500 Fri 2015/11/06 01:59:14 PM System -140008 Net Module Rule: 8:500 any ideas?
×
×
  • Create New...