Whenever I need something like that, i simply create a button to controll property A, and put a label on top of it with the value of property B.
This usually works ok.
Search found 54 matches
- Tue Jun 12, 2012 4:13 am
- Forum: Tips, Tricks, and FAQ
- Topic: property change button with propery lable
- Replies: 7
- Views: 53380
- Mon Feb 20, 2012 4:52 am
- Forum: Bug Reports
- Topic: HB dont stop...
- Replies: 3
- Views: 39651
Re: HB dont stop...
I also had the same problem for some time. In my case it was caused by something in the ZWAVE hardware device, it kept communicating while HB was trying to shut down. If I removed the Zwave USB after I tried shutting down HB, the process would finaly die. Also, Disabling zwave right before shutting ...
- Wed Feb 01, 2012 4:16 pm
- Forum: General
- Topic: TCP Client Software Device Plugin
- Replies: 23
- Views: 49033
Re: TCP Client Software Device Plugin
I think you might be looking for \r\n
\n is a newline
\r\n is a return + newline
LostDreamer
\n is a newline
\r\n is a return + newline
LostDreamer
- Tue Mar 15, 2011 4:23 am
- Forum: General
- Topic: zWave polling interval
- Replies: 5
- Views: 8626
Re: zWave polling interval
Hi Chester, Sorry to hear about those problems, I have had the same problem for some months. When you use the polling interval, it is actually the same as periodically setting it to "get status", so they should behave exactly the same way. When I tested this some months ago, i came to the ...
- Thu Mar 03, 2011 4:49 pm
- Forum: General
- Topic: RFXcom Transmitter KAKU With automatic codes
- Replies: 1
- Views: 5349
RFXcom Transmitter KAKU With automatic codes
Hi all, I just bought an RFXCOM transmitter mostly for controlling a few KAKU devices I have here, but I cant find any way to add the devices to HouseBot. With the RFXCOM Receiver I can select "HomeEasy Sensor" to monitor these devices, but with the RFXCOM Transmitter I seem to only be abl...
- Tue Feb 01, 2011 7:28 am
- Forum: Plugin Development
- Topic: Velleman K8055 / VM110
- Replies: 8
- Views: 59838
Re: Velleman K8055 / VM110
I dont think so, the K8055 and K8056 have different communication, and different specs.
Regards,
LostDreamer
Regards,
LostDreamer
- Tue Jan 04, 2011 8:28 am
- Forum: General
- Topic: Housebot Controlled by Twitter
- Replies: 6
- Views: 8519
Re: Housebot Controlled by Twitter
No I meen more something like: I have 50 devices which I would like to be able to control by twitter. (not all at once, but I would have to set them up in the array in your script). Then the script would check twitter for every value in the array (all 50 of them) to see if 1 of them was posted. Your...
- Tue Jan 04, 2011 6:59 am
- Forum: General
- Topic: Housebot Controlled by Twitter
- Replies: 6
- Views: 8519
Re: Housebot Controlled by Twitter
Nice script, just 1 thing: If I want to control like 50 devices via twitter, this script will check twitter 50x every time you start the script. It would be better if it would check twitter once, then checks the XML for known commands. I'll see if I have a bit of time to make a few adjustments.... R...
- Sat Dec 18, 2010 6:49 am
- Forum: General
- Topic: iPhone/iPad control
- Replies: 15
- Views: 19771
Re: iPhone/iPad control
Hey Richard, I still use the source software (also because this way I know that I wont miss any data if my HA software crashes/is offline) and use scripts to get the data into housebot from the xml files of it's webinterface. If you google for : plugwise maarten daamen You'll find his blog where he ...
- Thu Dec 16, 2010 8:00 am
- Forum: General
- Topic: iPhone/iPad control
- Replies: 15
- Views: 19771
Re: iPhone/iPad control
Hey Richard, I use Plugwise for this: http://www.plugwise.com/nl/idplugtype-f/home-basic 9 plugs for €369,- Extension packs are also avaiable. They allow for very precise power logs, and switching on/off. It works as followed: 1) 1x USB stick for PC 2) 1x Circle+ (this plug will connect with the oth...
- Thu Dec 16, 2010 7:49 am
- Forum: Tips, Tricks, and FAQ
- Topic: HTML5 iPhone/Android access tips
- Replies: 27
- Views: 147692
Re: HTML5 iPhone/Android access tips
Sometimes when you tell HB to turn of a light, it will take about a second for the property to actually change.
If your page refreshes within this time, it will still show the old state.
The example probably worked well because it was a NULL device (and thus, no delay when switching on / off)
If your page refreshes within this time, it will still show the old state.
The example probably worked well because it was a NULL device (and thus, no delay when switching on / off)
- Wed Dec 15, 2010 11:53 am
- Forum: General
- Topic: Twitter Update Script Device
- Replies: 7
- Views: 10852
Re: Twitter Update Script Device
in favor of creating a new plugin you could also use the SuperTweet service: http://www.supertweet.net/about/documentation For this, you can setup oAuth between an account at supertweet and your account at twitter and use the old VBscript from the download section with the only adjustment being that...
- Wed Dec 15, 2010 5:53 am
- Forum: General
- Topic: Twitter Update Script Device
- Replies: 7
- Views: 10852
Re: Twitter Update Script Device
Twitter has moved from basic authentication to oAuth.
If you want I can create a new script later today, shouldnt be to hard.
LostDreamer
If you want I can create a new script later today, shouldnt be to hard.
LostDreamer
- Wed Dec 15, 2010 5:28 am
- Forum: General
- Topic: iPhone/iPad control
- Replies: 15
- Views: 19771
Re: iPhone/iPad control
The easiest way would be to use a webserver, a (very) little bit of ASP / PHP code for getting/setting values and a bit of javascript to update values. I've attached a screenshot of what I made it look like. I can upload the needed files later today if you would like to play around with it. Regards,...
- Mon Dec 13, 2010 12:21 pm
- Forum: General
- Topic: Z wave device errors
- Replies: 3
- Views: 8118
Re: Z wave device errors
The waitcommevent error looks like the USB gets disconnected.
Are you sure there is no OS (driver) problem or anything else at that time?
LostDreamer
Are you sure there is no OS (driver) problem or anything else at that time?
LostDreamer