Archive for March, 2010
Control4 squishes some bugs in latest maintenance release for 1.8
Last Updated on Sunday, 28 March 2010 12:19 Written by Cody Thursday, 18 March 2010 11:14
Fresh out of the oven, this minor update for folks already on 1.8.2 or some holdouts for Zigbee Pro before 2.0 arrives provides the following:
- Navigator “loss of focus” issues.
- Changes to the Black & Decker Kwikset ZigBee-enabled Locks driver and firmware
- Updated CardAccess device firmware
- Changes to the Thermostat driver and firmware – improvements for residential heat pump systems
- iPod dock firmware changes
Contact your dealer and discuss this upgrade with them to make sure it’s for you
Posted under Control4 Software | No Comments
“How do I…†save states using a variable?
Last Updated on Thursday, 29 April 2010 04:23 Written by Cody Tuesday, 16 March 2010 11:35
Variables provide other programming options not available by using Commands, Conditionals or loops. Today we will talk about how to save states using the ‘device’ and ‘integer’ variables.
In 1.3.2 and later, they have modified programming to include a Set to value. This makes it easier to save the current selected device or its properties so that we can go back and use it later.
This example shows how to save properties of the device. I will be using light levels for this one.
Number Variable Example
- Open composer
- Click on System Design
- Click on My Drivers
- Under the Lighting Category double click on the Wireless Dimmer
- Under the User Interface Category double click on the 2-Button keypad
- Click on Agents
- Click on Variables
- Click on the New icon
- In the Variable Type drop down box select Number
- Enter in a meaningful name in the name field. I named this one savedLightLevel.
- Click on the Ok Button
- Click on the Programming
- Under the events tab select the 2-Button Keypad
- Select Button 1 and then select the pressed radio button.
- In the actions side click on the Variable you named earlier (in my example it is called savedLightLevel).
- Select the radio button Set to Value of and select ‘Room->Light->LIGHT_LEVEL’.
- Drag the arrow into the script.
- Under the events tab select the 2-Button Keypad
- Select Button 2 and then select the pressed radio button.
- In the actions side click on Light_LEVEL under the Light you added earlier
- Select the radio button Set to Value of and select ‘Variable->savedLightLevel’.
- Drag the arrow into the script.
All done!
Credit for this write-up goes to Alan Chow of Convergent Technologies from Austrailia. Thanks for contributing, Alan! If you’re visitng from “down under”, be sure to check out their website.
Tags: variables | Posted under How do I... | No Comments
ControlUI Updates the iPhone app for Control4 – new languages, bug fixes for 1.8 users – the iPad app is “hotâ€
Last Updated on Sunday, 28 March 2010 12:14 Written by Cody Thursday, 11 March 2010 12:14
ControlUIÂ has posted on the C4Forums that the new update has been approved and is ready to download as a free update to existing app owners (and is the default app for new purchases). Here’s what they have to say:
The latest version of the iPhone / iPod Touch app has been posted to the Apple iTunes App Store for everyone to download and install.
Various defect fixes including but not limited to:
Control4 1.8 version changes.
Duplication of thermostats in certain projects.
Security keypad issues in certain projects.
Portrait to Landscape switching view issues.
Album artwork retrieval issues.
Improvements in camera movie display.
Display of diacritic characters in certain languages.
Device Driver support updates (requires getting an updated version of the Control4 project)
Added new language support including: Afrikaans, Croation, Czech, French, German, Hebrew, Italian, Portuguese, Swedish, Turkish
Also of note is confirmation that they are working on an updated version of the app specifically for Apple’s jumbo iPod touch -Â the iPad. And no, it’s not just a port, but they are taking advantage of the extra screen real estate. The only information offered at this time? “ps. Just wait till the iPad app – it is hot”. Better put on sunscreen.
Posted under Third Party Hardware | No Comments