Search found 29 matches
- Fri Sep 21, 2007 8:28 pm
- Forum: Bug Reports
- Topic: Insteaon: Setting DIm level with button control
- Replies: 5
- Views: 2485
You can create a script device that has properties that you set for the variables you would have passed to the script. The device script is always running and picks up work to do (dim a light, etc) from a device property and then looks at other device properties for other settings (which light, how ...
- Tue Sep 18, 2007 2:43 pm
- Forum: General
- Topic: Insteon (Smarthome Device Manager)
- Replies: 11
- Views: 4272
Not in a big hurry - I've lived without it for this long... I would be happy to be a beta tester. Give me a heads up when it might be time to go purchase some hardware. My first toe in the water is just to be able to use HouseBot to control my landscape lighting transformers based on turning on at S...
- Mon Sep 17, 2007 10:37 pm
- Forum: General
- Topic: Insteon (Smarthome Device Manager)
- Replies: 11
- Views: 4272
- Mon Aug 06, 2007 3:51 pm
- Forum: General
- Topic: "Resettng system time" message
- Replies: 7
- Views: 2314
- Mon Aug 06, 2007 1:15 pm
- Forum: General
- Topic: "Resettng system time" message
- Replies: 7
- Views: 2314
- Fri Jul 27, 2007 11:18 am
- Forum: Feature Requests
- Topic: HouseBot 3.0 Performance?
- Replies: 12
- Views: 4776
I ran into a situation like you describe with a task taking a while to execute. What I found was that I had a couple of script devices that were always running and sleeping 10 milliseconds during every poll of a property that would tell the scripts that there was something to do. It seems that this ...
- Sun Jul 15, 2007 3:15 pm
- Forum: Feature Requests
- Topic: ".PropertyName" in GetPropertyValue and SetPropert
- Replies: 2
- Views: 1525
I've done the same thing you suggested to be able to point dynamically to different data. Unfortunately, I don't think that gets around the problem of having to change the script if you want to make more than one script device of the same type - you still have to hard code the name of the NULLDevice...
- Sun Jul 15, 2007 11:09 am
- Forum: Feature Requests
- Topic: ".PropertyName" in GetPropertyValue and SetPropert
- Replies: 2
- Views: 1525
".PropertyName" in GetPropertyValue and SetPropert
If you could reference the underlying device implicitly from a script, then you could have reusable scripts for script devices. Currently (I think), all property reference from within a script must specifically reference a device/property pair. This forces a script to be associated with single devic...
- Sun Jul 15, 2007 9:06 am
- Forum: Feature Requests
- Topic: Ticker Control
- Replies: 1
- Views: 1840
Ticker Control
I would like to see a Ticker control that would allow you to scroll the contents of a device property across the screen. Maybe an AlphaList could be the source property and the control could scroll multiple messages with pause in between. This would be really nice to allow scrolling news headlines a...
- Fri Jul 13, 2007 9:29 pm
- Forum: General
- Topic: Hide controls in Sw Remote?
- Replies: 4
- Views: 1680
Have you seen the Apple TV or MCE interface? I'm doing something similar - it works quite well for a 10 ft interface. I navigate using the arrow and select buttons on my remote which talks to the IR transceiver. A script picks up the code inputs and moves the selection on a series of AlphaLists. The...
- Fri Jul 13, 2007 5:25 pm
- Forum: Feature Requests
- Topic: Disable Vertical Scroll Bars
- Replies: 0
- Views: 15219
Disable Vertical Scroll Bars
I have an interface that doesn't use touch or mouse input. I drive it completely from script that gets its commands via the UIRT. I would like to be able to turn off vertical scroll bars on controls (you can already disable horizontal ones). They don't mean anything in this context and they keep me ...
- Fri Jul 13, 2007 5:22 pm
- Forum: Feature Requests
- Topic: Hidden Controls
- Replies: 0
- Views: 14753
Hidden Controls
I mentioned this in another thread...
It would be real nice to have an optional device property that could be associated with each control that would hide/show a control on the SW remote based on the value of that property.
It would be real nice to have an optional device property that could be associated with each control that would hide/show a control on the SW remote based on the value of that property.
- Fri Jul 13, 2007 5:11 pm
- Forum: General
- Topic: Hide controls in Sw Remote?
- Replies: 4
- Views: 1680
Yes, that will work, but becomes unmanagable if there are very many sets of controls that might be optional. The number of permutations gets too high. This would seem to be a nice enhancement request - an optional device property associated with controls that would indicate whether they were enabled...
- Fri Jul 13, 2007 5:07 pm
- Forum: General
- Topic: Unable to find property...
- Replies: 3
- Views: 1480
I'm not sure that this was the same problem.
I opened the database with Access and could see that there was a task referencing a property that didn't exist. It didn't show up in the HB UI, but it was in the database. Not sure how it happened, but I deleted the task and recreated it and that fixed it.
I opened the database with Access and could see that there was a task referencing a property that didn't exist. It didn't show up in the HB UI, but it was in the database. Not sure how it happened, but I deleted the task and recreated it and that fixed it.
- Fri Jul 13, 2007 4:07 pm
- Forum: General
- Topic: Hide controls in Sw Remote?
- Replies: 4
- Views: 1680
Hide controls in Sw Remote?
I have some controls that I would like to have appear / disappear from a panel depending on the state of various devices. Is this possible? Also, it would be real nice to be able to turn of vertical scroll bars on list controls. I'm driving the whole UI from a remote so the scroll bar isn't needed a...