sliders and dimmable lamps

Posted on
Mon Jan 21, 2008 7:19 pm
psimac offline
Posts: 6
Joined: Apr 20, 2007

what about the other images?

It works, but when I dim a lamp that uses "lightbulb-large.png" for example, I get a question mark where it can't find e.g. "lightbulb-large.png+58".

Posted on
Mon Feb 04, 2008 4:04 pm
FaTMax offline
Posts: 134
Joined: Feb 01, 2007
Location: Haugesund, Norway

(No subject)

Martijn Heeroma wrote:
Got it!


Good to hear !

do you know why the webserver didn't started ?


I would VERY much like to know why this happended! I cant view anything in safari, i always get that same error...

Posted on
Mon Feb 04, 2008 6:49 pm
FaTMax offline
Posts: 134
Joined: Feb 01, 2007
Location: Haugesund, Norway

(No subject)

FaTMax wrote:
Martijn Heeroma wrote:
Got it!


Good to hear !

do you know why the webserver didn't started ?


I would VERY much like to know why this happended! I cant view anything in safari, i always get that same error...


I got it to!

http://discussions.apple.com/thread.jsp ... ID=1333151

Follow these instructions if you have this problem. Seems to be an issue with apache and leopard. You have to log in as root before you issue these commands. Stop apache - edit file - start apache.

Restart Indigo Server. And your done!

Posted on
Tue Aug 25, 2009 5:42 am
knutsel offline
Posts: 4
Joined: Apr 15, 2008
Location: NETHERLANDS

Re: sliders and dimmable lamps

[quote="Martijn Heeroma"]When you change in indigodb.py in line 318:

Code: Select all
   if self.imageFilePath:
      if self.controlValueRaw in [u"off", u"0", u"paused"]:
       pass   # NOP; use base file name already assigned
      elif self.controlValueRaw in [u"on", u"100"]:
        self.imageFilePath = self.imageFilePath[:-4] + u"+on.png"
      else:
        self.imageFilePath = self.imageFilePath[:-4] + u"+" + self.controlValueRaw + u".png"


I had this working in a prior version of Indigo, but now I can't seem to get it working in 4.0.2.

Although The new app takes care of devices as well I prefer to have them organized by function and floor.

Found similar entry at line 524 in 4.0.2.
Changed it, replaced the PY file and restarted but nothing noticable happened.


What have I been overlooking? or is this no longer working in the new version?

Posted on
Tue Aug 25, 2009 7:43 am
matt (support) offline
Site Admin
User avatar
Posts: 21417
Joined: Jan 27, 2003
Location: Texas

Re: sliders and dimmable lamps

Update to the latest beta of Indigo 4.1. We actually added something similar to this as a native feature. Here are some details.

Image

Posted on
Thu Aug 27, 2009 1:57 am
knutsel offline
Posts: 4
Joined: Apr 15, 2008
Location: NETHERLANDS

Heuristics

Thanks for the input. This works like a charm. Could easily use my old control pages without any modification. :D :D

Posted on
Fri Nov 20, 2009 5:51 pm
knutsel offline
Posts: 4
Joined: Apr 15, 2008
Location: NETHERLANDS

no longer working under 4.1.1?

Ever since I've updated out of beta to 4.1.1. this great feature is no longer working. Checked the images, but everything is still there.

I have got these sliders as a detail page to scene control pages. Acually like the devices list better because you can actually slide but then I have to scroll too much and read to find the appropriate device. How about an option to group devices in the iphone devices menu.

Posted on
Fri Nov 20, 2009 6:51 pm
jay (support) offline
Site Admin
User avatar
Posts: 18219
Joined: Mar 19, 2008
Location: Austin, Texas

Re: no longer working under 4.1.1?

knutsel wrote:
Ever since I've updated out of beta to 4.1.1. this great feature is no longer working. Checked the images, but everything is still there.

I have got these sliders as a detail page to scene control pages. Acually like the devices list better because you can actually slide but then I have to scroll too much and read to find the appropriate device. How about an option to group devices in the iphone devices menu.


Sorry, I'm not following you here - can you explain more 1) what's not working and 2) what the suggestion is?

Jay (Indigo Support)
Twitter | Facebook | LinkedIn

Posted on
Tue Nov 24, 2009 11:44 am
matt (support) offline
Site Admin
User avatar
Posts: 21417
Joined: Jan 27, 2003
Location: Texas

Re: no longer working under 4.1.1?

knutsel wrote:
Ever since I've updated out of beta to 4.1.1. this great feature is no longer working. Checked the images, but everything is still there.

Did you modify the base image name to include a + character on the end? Starting in Indigo 4.1.0 we changed the selection heuristic and now the base file name (along with all the other variant names) need the + character. So here are example names you would use:
Code: Select all
MyImageName+.png
MyImageName+25.png
MyImageName+50.png
MyImageName+75.png
MyImageName+100.png

Image

Who is online

Users browsing this forum: No registered users and 3 guests