<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>openpeak &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/openpeak/</link>
	<description>Feed of posts on WordPress.com tagged "openpeak"</description>
	<pubDate>Sat, 25 May 2013 01:20:48 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[7 Things That Spell Growing Pains for 2011 Greentech]]></title>
<link>http://gigaom.com/2010/12/24/7-things-that-spell-growing-pains-for-2011-greentech/</link>
<pubDate>Fri, 24 Dec 2010 16:00:08 +0000</pubDate>
<dc:creator>Jeff St. John</dc:creator>
<guid>http://gigaom.com/2010/12/24/7-things-that-spell-growing-pains-for-2011-greentech/</guid>
<description><![CDATA[The greentech industry’s 2010 showing wasn’t so bad, especially for a year that saw the world recove]]></description>
<content:encoded><![CDATA[<p>The greentech industry’s 2010 showing wasn’t so bad, especially for a year that saw the world recovering from a once-in-a-generation economic meltdown. But despite this, venture capitalists won&#8217;t be investing in the sector like they used to, solar startups won&#8217;t see a great growth year in 2011 and a real home energy management market doesn&#8217;t really exist yet, despite the numerous companies and technologies blossoming in the space. Here are some predictions about what not to expect in next year&#8217;s greentech market.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Squeezebox Server on a budget]]></title>
<link>http://webdiary.com/2010/11/05/squeezebox-server-on-a-budget/</link>
<pubDate>Fri, 05 Nov 2010 10:38:34 +0000</pubDate>
<dc:creator>djh</dc:creator>
<guid>http://webdiary.com/2010/11/05/squeezebox-server-on-a-budget/</guid>
<description><![CDATA[Looking for an inexpensive, quiet and low-power Squeezebox Server? The O2 Joggler is a rebadged vers]]></description>
<content:encoded><![CDATA[<p>Looking for an inexpensive, quiet and low-power Squeezebox Server?</p>
<p>The <a title="O2 Joggler" href="http://yourfamily.o2.co.uk/o2familyjoggler" target="_blank">O2 Joggler</a> is a rebadged version of a OpenPeak OpenFrame 7&#8243; touch-screen device. It has an Intel Atom Z520 CPU running at 1.3Ghz, 512Mb of RAM and 1GB of internal flash storage. You can also run it as a fully functioning Squeezebox Server!</p>
<p>Here&#8217;s how:</p>
<ul>
<li>First check that your Joggler is running the latest 26635.S3 (Jun 25 2010) software, if it&#8217;s not then update</li>
<li>You will need telnet access, so download this <a title="Telnet for O2 Joggler" href="http://get.intanet.com/dl/joggler-telnet.zip" target="_blank">Joggler telnet hack</a></li>
<li>Unpack the Zip archive to the root of a USB stick formatted in FAT16 or FAT32</li>
<li>Unplug the Joggler, insert the USB stick, then power on again and wait!</li>
<li>When the Joggler reboots it will have telnet enabled <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </li>
<li>Telnet to the IP address of your Joggler and login with the username &#8216;letmein&#8217;</li>
<li>Download Logitech&#8217;s <a href="http://downloads.slimdevices.com/SqueezeboxServer_v7.5.1/squeezeboxserver-7.5.1.tgz">Squeezebox Server v7.5.1</a> and save to your PC desktop</li>
</ul>
<p>Now use these commands to download and install flipflip&#8217;s Squeezebox server wrapper:</p>
<pre style="padding-left:30px;">cd /media
mkdir /media/ssods4 /opt
ln -s /media/ssods4 /opt/ssods4
cd /opt/ssods4
wget http://oinkzwurgl.org/downloads/ssods/ssods-4.9.1-i686.tar.gz
tar -xzvpf ssods-4.9.1-i686.tar.gz
echo "ssods:*:1000:1000:ssods:/opt/ssods4:" &#62;&#62; /etc/passwd
echo "ssods:*:1000:" &#62;&#62; /etc/group
LC_ALL= /opt/ssods4/etc/init.d/rc.ssods start</pre>
<p>Assuming all the above has gone ok, you can now open a browser and finish the Squeezebox server installation:</p>
<ul>
<li>Open a web browser on your PC and enter the URL of your Joggler, e.g. <a href="http://192.168.1.65:9099/" rel="nofollow">http://192.168.1.65:9099/</a></li>
<li>Follow the instructions in SSOXX to upload the squeezeboxserver-7.5.1.tgz file you downloaded earlier and then install the SqueezeCenter tar ball</li>
<li>When it&#8217;s finished you should see Success messages like the screenshot below</li>
<li>Now just click on &#8216;Start SqueezeboxServer&#8217; to fire it up</li>
</ul>
<p><img class="aligncenter size-full wp-image-714" title="ssoxx" src="http://idjh.files.wordpress.com/2011/04/ssoxx2.png?w=600&#038;h=220" alt="" width="600" height="220" /></p>
<p>If you are going to use your Joggler as a dedicated Squeezebox Server then you might want to make the following tweaks to ensure that it all starts up automatically and unnecessary processes are disabled:</p>
<ul>
<li>Edit  /etc/init.d/boot.d/S99boot.hacks and add the line &#8216;LC_ALL= /opt/ssods4/etc/init.d/rc.ssods start&#8217; in the starthacks() function, just after the telnetd line should be fine (my S99boot.hacks additions are at the end of this post)</li>
<li>Go into the SSOXX settings tab and make sure that autostart is enabled</li>
<li>Stop the X11 server and O2 GUI from loading by commenting out the following two lines from the end of /etc/init.d/rcS</li>
</ul>
<pre style="padding-left:30px;">cd /openpeak/tango
./run &#38;</pre>
<ul>
<li>Disable automatic software updating to ensure that all your good work is not undone in the future:</li>
</ul>
<pre>echo "127.0.0.1 localhost applog.openpeak.net o2.openpeak.com o2.openpeak.co.uk" &#62; /etc/hosts</pre>
<p>I want to keep my Joggler in a cupboard and forget all about it, so I have no use for the display.<br />
To save power I switch the screen off entirely, to do this I use Starter&#8217;s driver patches:</p>
<pre style="padding-left:30px;">cd /media
wget http://get.intanet.com/dl/brightness.sh
wget http://get.intanet.com/dl/bp
./brightness.sh allowscreenoff 1
./brightness.sh negativevalues 1</pre>
<p>Add the following line to /etc/init.d/boot.d/S99boot.hacks:</p>
<pre style="padding-left:30px;">/bin/echo "-3"&#62;/proc/blctrl"</pre>
<p>If you want to mount a Samba/CIFS share (like a NAS mount) you will need to download the <a title="Joggler CIFS kernel module" href="http://get.intanet.com/dl/cifs.ko" target="_blank">cifs.ko kernel module</a> and add that to the startup file.</p>
<p>The starthacks() function in my /etc/init.d/boot.d/S99boot.hacks startup file now looks like this:</p>
<pre>starthacks()
{
  # enable telnet
  /usr/sbin/telnetd
  # load CIFS kernel module
  /sbin/insmod /media/cifs.ko
  /bin/sleep 2
  # mount network share
  /bin/mount -t cifs //192.168.1.2/musicshare /mnt/music -o user=music,password=secret
  /bin/sleep 2
  # disable screen
  /bin/echo "-3"&#62;/proc/blctrl
  # start SSOXX and Squeezebox Server
  LC_ALL= /opt/ssods4/etc/init.d/rc.ssods start
}</pre>
<p>Reboot your Joggler for the display driver patches to load.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Green IT Overview, Q2 2010]]></title>
<link>http://gigaom.com/2010/07/21/green-it-overview-q2-2010/</link>
<pubDate>Thu, 22 Jul 2010 07:00:19 +0000</pubDate>
<dc:creator>Jeff St. John</dc:creator>
<guid>http://gigaom.com/2010/07/21/green-it-overview-q2-2010/</guid>
<description><![CDATA[In the second quarter of 2010, greentech startups scored record venture capital and increased spendi]]></description>
<content:encoded><![CDATA[<p>In the second quarter of 2010, greentech startups scored record venture capital and increased spending despite a weak economy. Solar power retained its lead in greentech venture financing, while global investment for clean energy asset financing fell. China, meanwhile, underscored its rising might in the greentech industry, raising billions of dollars in green energy financing.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Belkin’s New Home Energy Monitor, Vampire Power Killers]]></title>
<link>http://earth2tech.com/2010/06/15/belkin%e2%80%99s-new-home-energy-monitor-vampire-power-killers/</link>
<pubDate>Tue, 15 Jun 2010 19:30:40 +0000</pubDate>
<dc:creator>Jeff St. John</dc:creator>
<guid>http://earth2tech.com/2010/06/15/belkin%e2%80%99s-new-home-energy-monitor-vampire-power-killers/</guid>
<description><![CDATA[Belkin has recently invested in electric vehicle-charging and energy-sensing technologies, but its m]]></description>
<content:encoded><![CDATA[<p>Belkin has recently invested in <a href="http://earth2tech.com/2010/05/20/belkin-invests-in-electric-vehicle-smart-charging-startup-juice/">electric vehicle-charging</a> and <a href="http://earth2tech.com/2010/04/21/belkin-buys-up-zensi-to-help-you-conserve-home-energy/">energy-sensing technologies</a>, but its main line of green business consists of consumer electronics chargers that kill vampire power. To that end, the maker of wireless electronics and Apple (s aapl) accessories has unveiled <a href="http://www.earthtimes.org/articles/press/belkin-conserve-products,1344682.html">four new additions to its Conserve line</a> of power-saving devices. Three of them — a power strip, mobile device-charging station and wall socket timer that help save on standby or wasted power — look a lot like the existing Conserve power strip and surge protector for offices.</p>
<p><img class="alignleft size-full wp-image-59946" title="insight" src="http://earth2tech.files.wordpress.com/2010/06/insight1.jpg?w=472&#038;h=158" alt="" width="472" height="158" />The fourth device, the <a href="http://www.belkin.com/conserve/insight/">Conserve Insight</a> monitor (see image), is a bit more interesting. For $29.99, the Insight lets you measure power use by watts, dollars and cents and carbon footprint from any appliance or device that plugs into a wall socket. In short, it’s Belkin’s first offering that actually shows consumers how much energy they can save using the rest of its Conserve gear.</p>
<p>Whether or not the average consumer is willing to pay $30 for that privilege remains an open question. Right now, home energy management remains the realm of do-it-yourself early adopters and utility pilot projects. Estimates of just how much either <a href="http://www.greentechmedia.com/articles/read/48-a-threshold-price-for-in-home-energy-management/">consumers or utilities are likely to spend on managing home energy</a> use range from $50 to $200 per home, depending on how much detail and control the systems offer. Pike Research predicts that the <a href="http://earth2tech.com/2009/12/10/report-utilities-should-be-realistic-about-partnering-with-google-microsoft/">home energy management market will grow fairly slowly</a>, with only some 28 million energy-aware homes worldwide by 2015.</p>
<p>Even so, devices to monitor home energy usage are on sale from startups and home electronics giants alike. Canadian company <a href="http://www.bluelineinnovations.com/">Blue Line Innovations</a> in January started selling its <a href="http://earth2tech.com/2010/01/19/under-100-at-frys-the-powercost-monitor/">$99 PowerCost Monitor energy management device</a> in Fry’s Electronics stores. Energy Inc., maker of the $200 Energy Detective device for measuring household current, has a <a href="http://earth2tech.com/2009/10/05/googles-powermeter-bypasses-the-smart-meter-signs-up-first-gadget-partner/">partnership with Google’s (s goog) PowerMeter</a> and <a href="http://earth2tech.com/2010/01/17/the-case-of-the-home-energy-boom-3m-invests-in-the-energy-detective/">an investment from 3M (s mmm)</a> to its credit. AlertMe, another PowerMeter partner, <a href="https://shop.alertme.com/">has been selling</a> a home energy management kit for months that costs £69 ($112) plus a £30 ($50) annual subscription.</p>
<p>There’s no doubt that more are to come. January’s Consumer Electronics Show (CES) saw General Electric (s GE), Whirlpool (s WHR) and Best Buy (s BBY) <a href="http://earth2tech.com/2010/01/17/the-case-of-the-home-energy-boom-3m-invests-in-the-energy-detective/">announce new home energy devices and partnerships.</a> Dozens of startups are working on home energy management networking, software, displays and controls with partners that include <a href="http://earth2tech.com/2010/02/22/count-the-ways-to-connect-consumers-to-the-smart-grid/">broadband, telecommunications and home security</a> companies. On the horizon, <a href="http://earth2tech.com/2009/09/24/intel-developing-home-energy-management-concept-gadget/">Intel Labs (s intc) has a concept device to monitor appliances’ energy use via their voltage signatures</a>, and <a href="http://earth2tech.com/2010/01/17/how-apple-could-jolt-the-smart-home-energy-market/">Apple has a patent for a home energy interface that transmits energy data</a> over household wiring.</p>
<p><strong>More on home energy management from GigaOM Pro:</strong></p>
<p><a href="http://pro.gigaom.com/2010/03/developer-guide-google-powermeter-microsoft-hohm/">The Developer’s Guide to Home Energy Management Apps</a></p>
<p><a href="http://pro.gigaom.com/2009/10/is-energy-management-the-killer-app-for-the-home-automation-market/">Is Energy Management the Killer App For the Home Automation Market?</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Belkin’s New Home Energy Monitor, Vampire Power Killers]]></title>
<link>http://gigaom.com/2010/06/15/belkin%e2%80%99s-new-home-energy-monitor-vampire-power-killers/</link>
<pubDate>Tue, 15 Jun 2010 19:30:40 +0000</pubDate>
<dc:creator>Jeff St. John</dc:creator>
<guid>http://gigaom.com/2010/06/15/belkin%e2%80%99s-new-home-energy-monitor-vampire-power-killers/</guid>
<description><![CDATA[Belkin has recently invested in electric vehicle-charging and energy-sensing technologies, but its m]]></description>
<content:encoded><![CDATA[<p>Belkin has recently invested in <a href="http://earth2tech.com/2010/05/20/belkin-invests-in-electric-vehicle-smart-charging-startup-juice/">electric vehicle-charging</a> and <a href="http://earth2tech.com/2010/04/21/belkin-buys-up-zensi-to-help-you-conserve-home-energy/">energy-sensing technologies</a>, but its main line of green business consists of consumer electronics chargers that kill vampire power. To that end, the maker of wireless electronics and Apple (s aapl) accessories has unveiled <a href="http://www.earthtimes.org/articles/press/belkin-conserve-products,1344682.html">four new additions to its Conserve line</a> of power-saving devices. Three of them — a power strip, mobile device-charging station and wall socket timer that help save on standby or wasted power — look a lot like the existing Conserve power strip and surge protector for offices.</p>
<p><img class="alignleft size-full wp-image-59946" title="insight" src="http://gigaom2.files.wordpress.com/2010/06/insight14.jpg?w=472&#038;h=158" alt="" width="472" height="158" />The fourth device, the <a href="http://www.belkin.com/conserve/insight/">Conserve Insight</a> monitor (see image), is a bit more interesting. For $29.99, the Insight lets you measure power use by watts, dollars and cents and carbon footprint from any appliance or device that plugs into a wall socket. In short, it’s Belkin’s first offering that actually shows consumers how much energy they can save using the rest of its Conserve gear.</p>
<p>Whether or not the average consumer is willing to pay $30 for that privilege remains an open question. Right now, home energy management remains the realm of do-it-yourself early adopters and utility pilot projects. Estimates of just how much either <a href="http://www.greentechmedia.com/articles/read/48-a-threshold-price-for-in-home-energy-management/">consumers or utilities are likely to spend on managing home energy</a> use range from $50 to $200 per home, depending on how much detail and control the systems offer. Pike Research predicts that the <a href="http://earth2tech.com/2009/12/10/report-utilities-should-be-realistic-about-partnering-with-google-microsoft/">home energy management market will grow fairly slowly</a>, with only some 28 million energy-aware homes worldwide by 2015.</p>
<p>Even so, devices to monitor home energy usage are on sale from startups and home electronics giants alike. Canadian company <a href="http://www.bluelineinnovations.com/">Blue Line Innovations</a> in January started selling its <a href="http://earth2tech.com/2010/01/19/under-100-at-frys-the-powercost-monitor/">$99 PowerCost Monitor energy management device</a> in Fry’s Electronics stores. Energy Inc., maker of the $200 Energy Detective device for measuring household current, has a <a href="http://earth2tech.com/2009/10/05/googles-powermeter-bypasses-the-smart-meter-signs-up-first-gadget-partner/">partnership with Google’s (s goog) PowerMeter</a> and <a href="http://earth2tech.com/2010/01/17/the-case-of-the-home-energy-boom-3m-invests-in-the-energy-detective/">an investment from 3M (s mmm)</a> to its credit. AlertMe, another PowerMeter partner, <a href="http://shop.alertme.com/">has been selling</a> a home energy management kit for months that costs £69 ($112) plus a £30 ($50) annual subscription.</p>
<p>There’s no doubt that more are to come. January’s Consumer Electronics Show (CES) saw General Electric (s GE), Whirlpool (s WHR) and Best Buy (s BBY) <a href="http://earth2tech.com/2010/01/17/the-case-of-the-home-energy-boom-3m-invests-in-the-energy-detective/">announce new home energy devices and partnerships.</a> Dozens of startups are working on home energy management networking, software, displays and controls with partners that include <a href="http://earth2tech.com/2010/02/22/count-the-ways-to-connect-consumers-to-the-smart-grid/">broadband, telecommunications and home security</a> companies. On the horizon, <a href="http://earth2tech.com/2009/09/24/intel-developing-home-energy-management-concept-gadget/">Intel Labs (s intc) has a concept device to monitor appliances’ energy use via their voltage signatures</a>, and <a href="http://earth2tech.com/2010/01/17/how-apple-could-jolt-the-smart-home-energy-market/">Apple has a patent for a home energy interface that transmits energy data</a> over household wiring.</p>
<p><strong>More on home energy management from GigaOM Pro:</strong></p>
<p><a href="http://pro.gigaom.com/2010/03/developer-guide-google-powermeter-microsoft-hohm/">The Developer’s Guide to Home Energy Management Apps</a></p>
<p><a href="http://pro.gigaom.com/2009/10/is-energy-management-the-killer-app-for-the-home-automation-market/">Is Energy Management the Killer App For the Home Automation Market?</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Why OpenPeak's Funding Is a Boon for Energy Management]]></title>
<link>http://earth2tech.com/2010/06/07/if-openpeak-delivers-will-energy-management-follow/</link>
<pubDate>Mon, 07 Jun 2010 19:00:50 +0000</pubDate>
<dc:creator>Katie Fehrenbacher</dc:creator>
<guid>http://earth2tech.com/2010/06/07/if-openpeak-delivers-will-energy-management-follow/</guid>
<description><![CDATA[For years OpenPeak has been creating gadgets for third parties &#8212; phone companies, utilities an]]></description>
<content:encoded><![CDATA[<p><a href="http://earth2tech.files.wordpress.com/2010/06/openpeaktablet.jpg"><img class="alignleft size-medium wp-image-59367" title="openpeaktablet" src="http://earth2tech.files.wordpress.com/2010/06/openpeaktablet.jpg?w=300&#038;h=243" alt="" width="300" height="243" /></a>For years <a href="http://www.openpeak.com">OpenPeak</a> has been creating gadgets for third parties &#8212; phone companies, utilities and brands &#8212; that act as the fourth screen in the home and more recently has focused on building devices that can help consumers monitor and manage their energy consumption. With this morning&#8217;s announcement that OpenPeak <a href="http://www.prnewswire.com/news-releases/openpeak-secures-52-million-to-expand-touch-screen-multimedia-hardware-software-and-services-platform-95773089.html">has raised $52 million</a> from Intel Capital, GE Capital, and others, expect the energy management market to get a decent-sized boost.</p>
<p><a href="http://earth2tech.com/2010/01/22/why-the-consumer-will-be-king-of-home-energy-management-in-2010/">In 2010</a> gadget makers, utilities, appliance makers and broadband service providers have been trying to tackle the very nascent consumer energy management market, where consumers will use devices, cell phones and home wireless networks to track and reduce their home energy consumption. This year&#8217;s Consumer Electronics Show, the harbinger of next-generation gadgets and gizmos, featured the biggest showing of consumer-facing home energy management devices in my recollection.</p>
<p>OpenPeak has specialized in acting as the enabler for companies that want to get into working with consumers and energy &#8212; whether that&#8217;s smart meter makers, smart appliance makers, or energy resellers &#8212; and OpenPeak has offered a white label-product that these companies can brand. The company worked with Direct Energy, Whirlpool, and Best Buy to launch a Home Energy Management (HEM) <a href="http://earth2tech.com/2009/12/29/direct-energy-gadget-group-to-launch-energy-tool-at-ces/">device at CES</a>, has <a href="http://www.openpeak.com/PressReleases010810.php">partned with General Electric</a> (s GE) on its energy management dashboard and has also <a href="http://www.openpeak.com/PressReleases091409.php">teamed up with smart meter maker Itron</a> (s ITRI).</p>
<p>OpenPeak CEO Dan Gittelman has <a href="http://www.greentechmedia.com/articles/read/the-telco-home-energy-invasion/">said</a> that the company has also been working with telecoms for energy monitoring. In particular OpenPeak&#8217;s <a href="http://www.engadget.com/2010/03/25/openpeaks-opentablet-7-hands-on-moorestown-has-found-a-friend/">latest tablet called OpenTablet, which AT&#38;T (s ATT) has embraced</a>, will offer an energy management solution. In photos of the OpenTablet you can see &#8220;Energy&#8221; as one of the feature apps.</p>
<p>Deals like the energy offering in OpenTablet could help get energy management in the hands of millions of more users. For more analysis of this trend see <a href="http://pro.gigaom.com/2009/11/get-ready-for-an-energy-wave-from-broadband-service-providers/">Broadband Service Providers Are About to Ride the Home Energy Wave</a>, via GigaOM Pro, subscription required.</p>
<p>OpenPeak&#8217;s latest funders, which include Intel Capital and GE Capital, have their own interests in energy management. <a href="http://earth2tech.com/2009/09/24/intel-developing-home-energy-management-concept-gadget/">Chip giant Intel has been working on</a> a concept of a home energy management product in its research labs, and, as we mentioned, GE and OpenPeak have an energy-focused partnership.</p>
<p>While these latest funds for OpenPeak will not be spent solely on beefing up its energy management platform, the backing will likely help OpenPeak continue developing energy focused products and weaving energy management into devices. The company might be somewhat under-the-radar (given its white label nature) but it is one of the most important when it comes to creating an ecosystem around consumers and energy management, and it just got an injection of funds from high profile backers. That&#8217;s only good news for the nascent energy management market.</p>
<p><strong>For more research on energy management check out GigaOM Pro (subscription required):</strong></p>
<p><a href="http://pro.gigaom.com/2010/04/smart-algorithms-the-future-of-the-energy-industry/?utm_source=earth2tech&#38;utm_medium=editorial&#38;utm_campaign=related">Smart Algorithms: The Future of the Energy Industry</a></p>
<p><a href="http://pro.gigaom.com/2010/03/developer-guide-google-powermeter-microsoft-hohm/?utm_source=earth2tech&#38;utm_medium=editorial&#38;utm_campaign=related">The Developer’s Guide to Home Energy Management Apps</a></p>
<p><a href="http://pro.gigaom.com/2009/05/home-energy-management-consumer-preferences-and-attitudes/?utm_source=earth2tech&#38;utm_medium=editorial&#38;utm_campaign=related">Home Energy Management: Consumer Attitudes and Preferences</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Why OpenPeak&#039;s Funding Is a Boon for Energy Management]]></title>
<link>http://gigaom.com/2010/06/07/if-openpeak-delivers-will-energy-management-follow/</link>
<pubDate>Mon, 07 Jun 2010 19:00:50 +0000</pubDate>
<dc:creator>Katie Fehrenbacher</dc:creator>
<guid>http://gigaom.com/2010/06/07/if-openpeak-delivers-will-energy-management-follow/</guid>
<description><![CDATA[For years OpenPeak has been creating gadgets for third parties &#8212; phone companies, utilities an]]></description>
<content:encoded><![CDATA[<p><a href="http://gigaom2.files.wordpress.com/2010/06/openpeaktablet4.jpg"><img class="alignleft size-medium wp-image-59367" title="openpeaktablet" src="http://gigaom2.files.wordpress.com/2010/06/openpeaktablet4.jpg?w=300&#038;h=243" alt="" width="300" height="243" /></a>For years <a href="http://www.openpeak.com">OpenPeak</a> has been creating gadgets for third parties &#8212; phone companies, utilities and brands &#8212; that act as the fourth screen in the home and more recently has focused on building devices that can help consumers monitor and manage their energy consumption. With this morning&#8217;s announcement that OpenPeak <a href="http://www.prnewswire.com/news-releases/openpeak-secures-52-million-to-expand-touch-screen-multimedia-hardware-software-and-services-platform-95773089.html">has raised $52 million</a> from Intel Capital, GE Capital, and others, expect the energy management market to get a decent-sized boost.</p>
<p><a href="http://earth2tech.com/2010/01/22/why-the-consumer-will-be-king-of-home-energy-management-in-2010/">In 2010</a> gadget makers, utilities, appliance makers and broadband service providers have been trying to tackle the very nascent consumer energy management market, where consumers will use devices, cell phones and home wireless networks to track and reduce their home energy consumption. This year&#8217;s Consumer Electronics Show, the harbinger of next-generation gadgets and gizmos, featured the biggest showing of consumer-facing home energy management devices in my recollection.</p>
<p>OpenPeak has specialized in acting as the enabler for companies that want to get into working with consumers and energy &#8212; whether that&#8217;s smart meter makers, smart appliance makers, or energy resellers &#8212; and OpenPeak has offered a white label-product that these companies can brand. The company worked with Direct Energy, Whirlpool, and Best Buy to launch a Home Energy Management (HEM) <a href="http://earth2tech.com/2009/12/29/direct-energy-gadget-group-to-launch-energy-tool-at-ces/">device at CES</a>, has <a href="http://www.openpeak.com/PressReleases010810.php">partned with General Electric</a> (s GE) on its energy management dashboard and has also <a href="http://www.openpeak.com/PressReleases091409.php">teamed up with smart meter maker Itron</a> (s ITRI).</p>
<p>OpenPeak CEO Dan Gittelman has <a href="http://www.greentechmedia.com/articles/read/the-telco-home-energy-invasion/">said</a> that the company has also been working with telecoms for energy monitoring. In particular OpenPeak&#8217;s <a href="http://www.engadget.com/2010/03/25/openpeaks-opentablet-7-hands-on-moorestown-has-found-a-friend/">latest tablet called OpenTablet, which AT&#38;T (s ATT) has embraced</a>, will offer an energy management solution. In photos of the OpenTablet you can see &#8220;Energy&#8221; as one of the feature apps.</p>
<p>Deals like the energy offering in OpenTablet could help get energy management in the hands of millions of more users. For more analysis of this trend see <a href="http://pro.gigaom.com/2009/11/get-ready-for-an-energy-wave-from-broadband-service-providers/">Broadband Service Providers Are About to Ride the Home Energy Wave</a>, via GigaOM Pro, subscription required.</p>
<p>OpenPeak&#8217;s latest funders, which include Intel Capital and GE Capital, have their own interests in energy management. <a href="http://earth2tech.com/2009/09/24/intel-developing-home-energy-management-concept-gadget/">Chip giant Intel has been working on</a> a concept of a home energy management product in its research labs, and, as we mentioned, GE and OpenPeak have an energy-focused partnership.</p>
<p>While these latest funds for OpenPeak will not be spent solely on beefing up its energy management platform, the backing will likely help OpenPeak continue developing energy focused products and weaving energy management into devices. The company might be somewhat under-the-radar (given its white label nature) but it is one of the most important when it comes to creating an ecosystem around consumers and energy management, and it just got an injection of funds from high profile backers. That&#8217;s only good news for the nascent energy management market.</p>
<p><strong>For more research on energy management check out GigaOM Pro (subscription required):</strong></p>
<p><a href="http://pro.gigaom.com/2010/04/smart-algorithms-the-future-of-the-energy-industry/?utm_source=earth2tech&#38;utm_medium=editorial&#38;utm_campaign=related">Smart Algorithms: The Future of the Energy Industry</a></p>
<p><a href="http://pro.gigaom.com/2010/03/developer-guide-google-powermeter-microsoft-hohm/?utm_source=earth2tech&#38;utm_medium=editorial&#38;utm_campaign=related">The Developer’s Guide to Home Energy Management Apps</a></p>
<p><a href="http://pro.gigaom.com/2009/05/home-energy-management-consumer-preferences-and-attitudes/?utm_source=earth2tech&#38;utm_medium=editorial&#38;utm_campaign=related">Home Energy Management: Consumer Attitudes and Preferences</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[OpenPeak Raises $52 Million From Intel Capital And Others For iPad Rival]]></title>
<link>http://techcrunch.com/2010/06/07/openpeak-raises-52-million-from-intel-capital-and-others-for-ipad-rival/</link>
<pubDate>Mon, 07 Jun 2010 15:35:33 +0000</pubDate>
<dc:creator>Leena Rao</dc:creator>
<guid>http://techcrunch.com/2010/06/07/openpeak-raises-52-million-from-intel-capital-and-others-for-ipad-rival/</guid>
<description><![CDATA[OpenPeak, a company that develops multimedia touch-screen devices and device management platforms, h]]></description>
<content:encoded><![CDATA[<p><img src="http://tctechcrunch2011.files.wordpress.com/2010/06/openpeak-inc.png" class="shot2"><a href="http://www.openpeak.com/">OpenPeak</a>, a company that develops multimedia touch-screen devices and device management platforms, has secured an additional <a href="http://www.prnewswire.com/news-releases/openpeak-secures-52-million-to-expand-touch-screen-multimedia-hardware-software-and-services-platform-95773089.html">$52 million</a> of financing from <a href="http://www.crunchbase.com/financial-organization/intel-capital">Intel Capital</a>, Horizon Technology Finance and Velocity Financial Group.</p>
<p>The company recently <a href="http://www.crunchgear.com/2010/02/17/opentablet-7-sure-it-looks-nice-but-all-flash-i-dont-know-about-that/">announced</a> the OpenTablet 7, a portable, touch-screen device that is similar in many ways to Apple&#8217;s iPad. The investment from Intel isn&#8217;t surprising considering that OpenPeak&#8217;s device is based on Intel&#8217;s Moorestown platform. The tablet also includes thousands of apps for its platform and and the app ecosystem is completely Flash-based (as opposed to the iPad, which doesn&#8217;t support Flash).</p>
<p>OpenPeak says the funding will be used to expand product development and enter new markets. The company also develops a multi-media phones, set-top box, and home energy management applications.</p>
<p>[crunchbase url="http://www.crunchbase.com/company/openpeak" name="OpenPeak"]</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[New clock radio]]></title>
<link>http://jtlog.wordpress.com/2010/05/20/new-clock-radio/</link>
<pubDate>Thu, 20 May 2010 07:22:12 +0000</pubDate>
<dc:creator>jt</dc:creator>
<guid>http://jtlog.wordpress.com/2010/05/20/new-clock-radio/</guid>
<description><![CDATA[I managed to resist temptation during O2&#8242;s first Joggler special offer, but after having a loo]]></description>
<content:encoded><![CDATA[<p>I managed to resist temptation during O2&#8242;s first <a href="http://www.o2litmus.co.uk/tools/device-manufacturers/joggler">Joggler</a> special offer, but after having a look at someone else&#8217;s I failed to resist <a href="http://nathan.chantrell.net/20100513/joggler-on-offer-again/">the second time round</a>. If you can find an O2 cashback deal on their mobile broadband dongle, it&#8217;s even <a href="http://gibbalog.blogspot.com/2010/05/getting-joggler-how-and-why.html">possible to get a Joggler for £35</a>, although I must admit I&#8217;m a bit of a cynic when it comes to cashback offers.</p>
<p>The Joggler doesn&#8217;t appear to have got particularly good reviews and in trying to describe what a Joggler is, it&#8217;s easy to see why people are skeptical; it&#8217;s a bit like a really bad iPhone that you a) can&#8217;t use to phone anyone and b) can&#8217;t use outside your house. The software that comes with the Joggler is disappointing, which doesn&#8217;t help. It&#8217;s a shame because I think <a href="http://www.o2litmus.co.uk/files/O2-official-documents/O2JogglerStyleGuide.pdf">the basic principles</a> for the apps are good as far as they go, but the execution is just not there yet. For example, the guide rightly notes that a tap-and-hold is not intuitive, but to move or delete apps that is exactly what you have to do. I also quite like being able to tap the time to display the clock screen saver straight away, but that isn&#8217;t exactly obvious either. The on screen keyboard is inconsistent, although I have on seen two so far. There&#8217;s a &#8216;commonly used&#8217; information icon, but it&#8217;s so uncommon that I don&#8217;t think I&#8217;ve actually seen it. Right up there next to the home icon for every app would be nice. Browsing through music or photos is painful. The messaging app doesn&#8217;t allow short SMS codes. Let&#8217;s just say that there&#8217;s plenty of areas for improvement, although it is just possible that things will get better: the Joggler does get updates and something decent may yet turn up in the Joggler app store!</p>
<p>You might think that I&#8217;m disappointed by the Joggler, but I&#8217;m actually very happy with it, especially for the price. One big bonus is that the hardware is excellent, although even here there is one tiny omission&#8230; how can it possibly not have some kind of SD card slot? That just seems mad. Still, unlike a few people I know, I&#8217;m not quite ready to ditch the O2 software and replace it with something completely different. Despite shortcomings with the current apps, I like the concept and it&#8217;s certainly good enough for the (reduced) price. For example, I&#8217;ve been using the internet radio a fair bit; it disconnects now and then but is otherwise far better than DAB radio. I&#8217;ve also been checking the traffic app most mornings. It&#8217;s not great (I wish it at least had motorway junctions marked on the map) but it&#8217;s good enough to see when the worst of the morning rush is over. I would really like to use a calendar app as well and, having tried the google one, I may actually sign up for an O2 calendar to see how it compares. Google calendars are fine, but I don&#8217;t want to see all my google calendars on the Joggler and I couldn&#8217;t see any way to pick which calendar(s) to show in the app.</p>
<p>So for now, apart from a bit of tinkering (downloading <a href="http://www.stephenford.org/joggler/">Ubuntu for the Joggler</a> at the moment for a quick look), I&#8217;m planning to leave it mostly as is. In the future it would be nice to get it to run the few bits I have on my other <a href="http://jtlog.wordpress.com/house/">home server</a>,  some home automation apps would be interesting, a decent feed reader instead of that Sky news rubbish would be handy, an Opera mini app would be great, etc. etc. Thinking about getting hold of the <a href="http://dev.openpeak.com/SDK_logIn.php">Joggler SDK</a> to see what that&#8217;s like.</p>
<p>I was collecting a few handy looking links while investigating whether to buy one&#8230;</p>
<ul>
<li><a href="http://hackthejoggler.blogspot.com/">Hack the Joggler</a></li>
<li><a href="http://jogglerhacks.blogspot.com/">Playing the Joggler</a></li>
<li><a href="http://jogglerwiki.info/">Joggler Wiki</a></li>
</ul>
<p>&#8230;but <a href="http://gibbalog.blogspot.com/2010/05/joggler-index.html">Graham</a> and <a href="http://nathan.chantrell.net/20100417/hacking-the-o2-joggler/">Nathan</a> have that pretty well covered already.</p>
<p>All in all, £35 for a hackable internet radio isn&#8217;t bad. And I do really like the clock!</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[OpenPeak's OpenTablet 7 hands-on: Moorestown has found a friend]]></title>
<link>http://mobilebloger.wordpress.com/2010/03/28/openpeaks-opentablet-7-hands-on-moorestown-has-found-a-friend/</link>
<pubDate>Sun, 28 Mar 2010 17:58:00 +0000</pubDate>
<dc:creator>mobilebloger</dc:creator>
<guid>http://mobilebloger.wordpress.com/2010/03/28/openpeaks-opentablet-7-hands-on-moorestown-has-found-a-friend/</guid>
<description><![CDATA[We&#8217;ve been hearing of OpenPeak devices for years, but the company is a little camera shy]]></description>
<content:encoded><![CDATA[<p><a href="http://mobilebloger.files.wordpress.com/2010/03/openpeak-hands-01-top.jpg"><img src="http://mobilebloger.files.wordpress.com/2010/03/openpeak-hands-01-top.jpg?w=300" border="0" /></a><br />We&#8217;ve been hearing of OpenPeak devices for years, but the company is a little camera shy &#8212; particularly because most of their products, like the Verizon Hub and O2 Joggler, are re-branded by carriers. However, the company seems to be getting behind its recently announced OpenTablet 7 in a big way, recently announcing a partnership with AT&#38;T for data plans in the US. Neither party will confirm exact plan pricing, but we&#8217;re getting the vibe that it will be &#8220;familiar&#8221; to folks who&#8217;ve seen iPad data pricing. The device itself is surprisingly well built &#8212; not at all one of these dime-a-tablet jobs &#8212; and the software is rather mature as well. OpenPeak claims to have &#8220;thousands of apps&#8221; for its platform that stretches across devices including phones, frames, and now a tablet, with a Linux-based platform with a Flash layer on top.</p>
<p>Refreshingly for the tablet space, the UI isn&#8217;t a bit laggy, and seems pretty far along, though we&#8217;re promised even more polish as this thing nears market. We didn&#8217;t check out a browser, and some elements like the touchscreen keyboard are pretty dismal, but for home automation or video conferencing (the device packs a 1080p front-facing camera and a 5 megapixel shooter around back), it seems like OpenPeak can carve a niche for itself on the market. Most of all, we&#8217;re impressed with the 1.9GHz Moorestown chip under the hood, which offers huge power savings over Atom; plenty of juice for some media rich apps, UI elements, and video; and even runs cool to the touch. An included docking station offers charging and port replication, but there&#8217;s also an HDMI plug built right into the bottom of the tablet, along with removable microSD up top. No word on when exactly this will hit the market this year, how much it&#8217;ll cost, or if it&#8217;ll be rebranded by AT&#38;T. Check out a video hands-on after the break, and a quick note on the press shots below: apps are subject to change based on the rebadger&#8217;s own partnerships. </p>
<p><a href="http://www.engadget.com/2010/03/25/openpeaks-opentablet-7-hands-on-moorestown-has-found-a-friend/">Source</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[AT&amp;T announces deals with OpenPeak, Zeebo, American Security Logistics]]></title>
<link>http://vladsim.wordpress.com/2010/03/24/att-announces-deals-with-openpeak-zeebo-american-security-logistics/</link>
<pubDate>Wed, 24 Mar 2010 18:34:44 +0000</pubDate>
<dc:creator>Vlad</dc:creator>
<guid>http://vladsim.wordpress.com/2010/03/24/att-announces-deals-with-openpeak-zeebo-american-security-logistics/</guid>
<description><![CDATA[Well, it looks like AT&amp;T is maintaining a steady pace with its non-cellphone news during CTIA (i]]></description>
<content:encoded><![CDATA[<p><a href="http://www.att.com/gen/press-room?pid=4800&#38;cdvn=news&#38;newsarticleid=30680&#38;mapcode=" target="_blank"><img src="http://www.blogcdn.com/www.engadget.com/media/2010/02/openpeak-tablet-20100216-02.jpg" border="1" alt="" hspace="4" vspace="4" /></a></p>
<p style="text-align:justify;">Well, it looks like AT&#38;T is maintaining a steady pace with its non-cellphone news during CTIA (in addition tocellphone news, of course), with it now following up yesterday&#8217;s announcements with another three. That includes a deal with OpenPeak that will see AT&#38;T provide 3G service for the company&#8217;s OpenTablet device (now slated to be available in &#8220;late 2010&#8243;), and an agreement with Zeebo to provide mobile broadband for the company&#8217;s gaming / entertainment / education console. That&#8217;s currently only available Brazil and Mexico, but Zeebo is apparently &#8220;planning for commercial opportunities in the domestic market &#8221; sometime next year. Rounding things out (for now) is a deal with American Security Logistics, which has announced that it will be using AT&#38;T to wirelessly connect a whole range of location-based tracking devices &#8212; including everything from cargo shipments to pet tracking to Alzheimer&#8217;s patient monitoring. Alright, AT&#38;T. Anything else left up your sleeve? A 3G-equipped sleeve, perhaps?</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Count the Ways to Connect Consumers to the Smart Grid]]></title>
<link>http://earth2tech.com/2010/02/22/count-the-ways-to-connect-consumers-to-the-smart-grid/</link>
<pubDate>Mon, 22 Feb 2010 23:14:46 +0000</pubDate>
<dc:creator>Jeff St. John</dc:creator>
<guid>http://earth2tech.com/2010/02/22/count-the-ways-to-connect-consumers-to-the-smart-grid/</guid>
<description><![CDATA[Smart meters have been undergoing a bit of a consumer backlash lately — and that could open the door]]></description>
<content:encoded><![CDATA[<p><img src="http://earth2tech.files.wordpress.com/2010/02/powergrid15.jpg?w=300&#038;h=199" alt="" title="powergrid15" width="300" height="199" class="alignnone size-medium wp-image-51923" /><a href="http://earth2tech.com/2009/11/19/lesson-learned-from-the-pge-smart-meter-suit-its-a-communication-problem/">Smart meters have been undergoing a bit of a consumer backlash lately</a> — and that could open the door for alternative ways to bring energy data to homeowners. Certainly the <a href="http://www.nist.gov/index.html">National Institute of Standards and Technology</a>, the federal entity setting smart grid standards, seems to want to look for ways outside the smart meter to bring consumers and the smart grid closer together.</p>
<p><a href="http://collaborate.nist.gov/twiki-sggrid/bin/view/SmartGrid/OSTPConsumerInterfaceSmartGrid#How_to_Participate">NIST is launching a new blog to open an industry dialogue around the “customer interface to the Smart Grid</a>.” According to an opening post by George Arnold, NIST’s national coordinator for smart grid interoperability, one major question is whether the smart meter should be the primary gateway for home energy data, or whether the smart grid industry should be <a href="http://earth2tech.com/2010/01/22/why-the-consumer-will-be-king-of-home-energy-management-in-2010/#more-49904">looking at a separate energy gateway for some or all of the home energy data</a> that’s out there. Arnold dubs this the “Energy Services Interface,” but doesn’t get into more detail — though he does note that he’s interested in learning of “alternative architectures involving real-time (or near-real-time) electricity usage and price data” that could fit the bill.<br />
<!--more--></p>
<p>Utilities are promising that the tens of millions of two-way communicating smart meters they’re installing across the country will eventually link up to home energy management systems, and the <a href="http://earth2tech.com/2009/04/14/10-energy-dashboards-for-your-home/#more-28407">dozens of startups and corporate giants working on home energy interfaces</a> are busy testing out these capabilities in pilot projects. But beyond those pilots, <a href="http://earth2tech.com/2009/12/29/what-to-watch-for-in-2010-how-utilities-will-enable-zigbee/">utilities aren’t turning on their smart meter-home communications just yet</a> in any widespread way.</p>
<p>That slow pace is starting to get some pushback from regulators. <a href="http://earth2tech.com/2010/02/19/cali-utilities-get-ready-to-give-your-customers-smart-meter-data/">California regulators have asked the state’s big investor-owned utilities to give all smart meter-enabled customers energy data by the end of 2010, and follow up with “near real-time” data by the end of 2011</a> — a timeline that could be challenging to meet. Questions of which standards will prevail in the so-called “home area network” field, as well as questions of smart meter data privacy and security, need to be solved to push these systems into the mainstream.</p>
<p>Of course, utilities are already transmitting data from smart meters back to their central offices in 15-minute to hourly increments, and that can be sent back to homeowners via Web interfaces or other means. But <a href="http://earth2tech.com/2009/10/26/why-the-smart-grid-needs-to-ditch-batch-processing-now/">that data is being processed and delivered back to homeowners a day or more after the energy was actually consumed</a> — useful for spotting wasteful behavior patterns, perhaps, but not for giving homeowners the real-time ability to spot and avert wasteful usage as it’s happening.</p>
<p>There are other ways to do that. Google’s <a href="http://earth2tech.com/2010/02/03/google-slowly-adding-users-for-energy-tool-powermeter/#more-50712">PowerMeter energy interface is working with utilities and smart meter maker Itron</a>, but <a href="http://earth2tech.com/2009/10/28/googles-powermeter-links-with-alertme-uk-utilility/">is also partnering with in-home energy devices from Energy Inc. and AlertMe</a>, which can be purchased and installed by homeowners. <a href="http://earth2tech.com/2009/07/08/control4-raises-17m-to-connect-with-smart-meters/">High-end home automation system maker Control4 makes a cheaper energy-specific product, available both through utilities and direct-to-consumer channels</a>. </p>
<p>The problem with leaving the purchase of home energy tools to consumers, is cost — <a href="http://earth2tech.com/2010/01/17/the-case-of-the-home-energy-boom-3m-invests-in-the-energy-detective/#more-49607">Energy Inc’s the Energy Detective costs about $200</a>, while surveys indicate that most consumers are willing to pay little more than $50 or so to watch their energy use, if they’re willing to spend anything at all. There are less expensive ways for homeowners to energy-watch on their own dime — <a href="http://earth2tech.com/2010/01/19/under-100-at-frys-the-powercost-monitor/#more-49643">Blue Line Innovations has come out with its $99 PowerCost Monitor</a> to beam signals from non-smart electricity meters into a home display unit, and is now selling it at Fry’s Electronics after years of selling through utilities. This year’s <a href="http://earth2tech.com/2010/01/08/5-energy-management-tools-launched-at-ces/">Consumer Electronics Show featured several new partnerships aimed at the consumer energy management market</a>, including a General Electric partnership with digital home display maker OpenPeak. (For more on &#8220;Home Energy Management: Consumer Attitudes and Preferences,&#8221; <a href="http://pro.gigaom.com/2009/05/home-energy-management-consumer-preferences-and-attitudes/">check out GigaOM Pro</a>).</p>
<p>One way to make energy management more affordable is to fold it into other home offerings, like smart appliances, home broadband services or home security systems. GE’s promised line of smart appliances — fridges, ovens and other household devices that can power down to meet homeowner or utility energy-saving needs — will <a href="http://earth2tech.com/2009/07/14/ge-launches-its-own-energy-management-software-maui-smart-grid/#more-36783">be linked up with GE home energy management software and interface</a> due sometime this year. <a href="http://earth2tech.com/2009/11/10/icontrol-energy-management-software-backed-by-cisco-ge-comcast/#more-45144">Kleiner Perkins-backed startup iControl is working with broadband providers and home security firms to supply an energy management tool that could be bundled</a> into the monthly fees that homeowners pay for those services. (See <a href="http://pro.gigaom.com/2009/11/get-ready-for-an-energy-wave-from-broadband-service-providers/">Broadband Service Providers Are About to Ride the Home Energy Wave</a>, GigaOM Pro).</p>
<p>OpenPeak, beyond its GE partnership, is already supplying its home displays to telcos such as Verizon (s VZN) and Telefonica subsidiary O2, and OpenPeak CEO Dan Gittelman has hinted at a telco-linked energy monitoring offering to come (see <a href="http://www.greentechmedia.com/articles/read/the-telco-home-energy-invasion/">Greentech Media</a>). But, in a nod to the multiple pathways to home energy management, OpenPeak is also working with smart meter maker Itron.</p>
<p>In the meantime, emerging models for home energy management could add new options to the already bewildering array. <a href="http://earth2tech.com/2009/09/24/intel-developing-home-energy-management-concept-gadget/">Intel Labs has a concept gadget that could plug into a household outlet and monitor individual appliances’ energy use via their voltage signatures</a>, and <a href="http://earth2tech.com/2010/01/17/how-apple-could-jolt-the-smart-home-energy-market/">Apple has a patent for a home energy interface using Homeplug power line communications to carry energy data</a>.</p>
<p>The NIST blog, hosted with the White House Office of Science and Technology Policy, will be open to all interested participants through Friday, March 12, with the discussion to be framed around three central questions: Architectural questions from Feb. 23 to March 1; questions concerning data access and ownership from March 2 to March 7, and questions on data communications standards for consumer appliances and other smart grid-enabled devices from March 8 to March 12. To participate, check out <a href="http://collaborate.nist.gov/twiki-sggrid/bin/view/SmartGrid/RegistrationProcess">NIST’s smart grid collaboration site</a>, or send emails to <a href="mailto:smartgrid@ostp.gov">smartgrid@ostp.gov</a>.</p>
<p><em>Image courtesy of <a href="http://www.flickr.com/photos/numstead/216522250/">numstead&#8217;s photostream</a> Flickr Creative Commons.</em></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Count the Ways to Connect Consumers to the Smart Grid]]></title>
<link>http://gigaom.com/2010/02/22/count-the-ways-to-connect-consumers-to-the-smart-grid/</link>
<pubDate>Mon, 22 Feb 2010 23:14:46 +0000</pubDate>
<dc:creator>Jeff St. John</dc:creator>
<guid>http://gigaom.com/2010/02/22/count-the-ways-to-connect-consumers-to-the-smart-grid/</guid>
<description><![CDATA[Smart meters have been undergoing a bit of a consumer backlash lately — and that could open the door]]></description>
<content:encoded><![CDATA[<p><img src="http://gigaom2.files.wordpress.com/2010/02/powergrid156.jpg?w=300&#038;h=199" alt="" title="powergrid15" width="300" height="199" class="alignnone size-medium wp-image-51923" /><a href="http://earth2tech.com/2009/11/19/lesson-learned-from-the-pge-smart-meter-suit-its-a-communication-problem/">Smart meters have been undergoing a bit of a consumer backlash lately</a> — and that could open the door for alternative ways to bring energy data to homeowners. Certainly the <a href="http://www.nist.gov/index.html">National Institute of Standards and Technology</a>, the federal entity setting smart grid standards, seems to want to look for ways outside the smart meter to bring consumers and the smart grid closer together.</p>
<p><a href="http://collaborate.nist.gov/twiki-sggrid/bin/view/SmartGrid/OSTPConsumerInterfaceSmartGrid#How_to_Participate">NIST is launching a new blog to open an industry dialogue around the “customer interface to the Smart Grid</a>.” According to an opening post by George Arnold, NIST’s national coordinator for smart grid interoperability, one major question is whether the smart meter should be the primary gateway for home energy data, or whether the smart grid industry should be <a href="http://earth2tech.com/2010/01/22/why-the-consumer-will-be-king-of-home-energy-management-in-2010/#more-49904">looking at a separate energy gateway for some or all of the home energy data</a> that’s out there. Arnold dubs this the “Energy Services Interface,” but doesn’t get into more detail — though he does note that he’s interested in learning of “alternative architectures involving real-time (or near-real-time) electricity usage and price data” that could fit the bill.<br />
<!--more--></p>
<p>Utilities are promising that the tens of millions of two-way communicating smart meters they’re installing across the country will eventually link up to home energy management systems, and the <a href="http://earth2tech.com/2009/04/14/10-energy-dashboards-for-your-home/#more-28407">dozens of startups and corporate giants working on home energy interfaces</a> are busy testing out these capabilities in pilot projects. But beyond those pilots, <a href="http://earth2tech.com/2009/12/29/what-to-watch-for-in-2010-how-utilities-will-enable-zigbee/">utilities aren’t turning on their smart meter-home communications just yet</a> in any widespread way.</p>
<p>That slow pace is starting to get some pushback from regulators. <a href="http://earth2tech.com/2010/02/19/cali-utilities-get-ready-to-give-your-customers-smart-meter-data/">California regulators have asked the state’s big investor-owned utilities to give all smart meter-enabled customers energy data by the end of 2010, and follow up with “near real-time” data by the end of 2011</a> — a timeline that could be challenging to meet. Questions of which standards will prevail in the so-called “home area network” field, as well as questions of smart meter data privacy and security, need to be solved to push these systems into the mainstream.</p>
<p>Of course, utilities are already transmitting data from smart meters back to their central offices in 15-minute to hourly increments, and that can be sent back to homeowners via Web interfaces or other means. But <a href="http://earth2tech.com/2009/10/26/why-the-smart-grid-needs-to-ditch-batch-processing-now/">that data is being processed and delivered back to homeowners a day or more after the energy was actually consumed</a> — useful for spotting wasteful behavior patterns, perhaps, but not for giving homeowners the real-time ability to spot and avert wasteful usage as it’s happening.</p>
<p>There are other ways to do that. Google’s <a href="http://earth2tech.com/2010/02/03/google-slowly-adding-users-for-energy-tool-powermeter/#more-50712">PowerMeter energy interface is working with utilities and smart meter maker Itron</a>, but <a href="http://earth2tech.com/2009/10/28/googles-powermeter-links-with-alertme-uk-utilility/">is also partnering with in-home energy devices from Energy Inc. and AlertMe</a>, which can be purchased and installed by homeowners. <a href="http://earth2tech.com/2009/07/08/control4-raises-17m-to-connect-with-smart-meters/">High-end home automation system maker Control4 makes a cheaper energy-specific product, available both through utilities and direct-to-consumer channels</a>.</p>
<p>The problem with leaving the purchase of home energy tools to consumers, is cost — <a href="http://earth2tech.com/2010/01/17/the-case-of-the-home-energy-boom-3m-invests-in-the-energy-detective/#more-49607">Energy Inc’s the Energy Detective costs about $200</a>, while surveys indicate that most consumers are willing to pay little more than $50 or so to watch their energy use, if they’re willing to spend anything at all. There are less expensive ways for homeowners to energy-watch on their own dime — <a href="http://earth2tech.com/2010/01/19/under-100-at-frys-the-powercost-monitor/#more-49643">Blue Line Innovations has come out with its $99 PowerCost Monitor</a> to beam signals from non-smart electricity meters into a home display unit, and is now selling it at Fry’s Electronics after years of selling through utilities. This year’s <a href="http://earth2tech.com/2010/01/08/5-energy-management-tools-launched-at-ces/">Consumer Electronics Show featured several new partnerships aimed at the consumer energy management market</a>, including a General Electric partnership with digital home display maker OpenPeak. (For more on &#8220;Home Energy Management: Consumer Attitudes and Preferences,&#8221; <a href="http://pro.gigaom.com/2009/05/home-energy-management-consumer-preferences-and-attitudes/">check out GigaOM Pro</a>).</p>
<p>One way to make energy management more affordable is to fold it into other home offerings, like smart appliances, home broadband services or home security systems. GE’s promised line of smart appliances — fridges, ovens and other household devices that can power down to meet homeowner or utility energy-saving needs — will <a href="http://earth2tech.com/2009/07/14/ge-launches-its-own-energy-management-software-maui-smart-grid/#more-36783">be linked up with GE home energy management software and interface</a> due sometime this year. <a href="http://earth2tech.com/2009/11/10/icontrol-energy-management-software-backed-by-cisco-ge-comcast/#more-45144">Kleiner Perkins-backed startup iControl is working with broadband providers and home security firms to supply an energy management tool that could be bundled</a> into the monthly fees that homeowners pay for those services. (See <a href="http://pro.gigaom.com/2009/11/get-ready-for-an-energy-wave-from-broadband-service-providers/">Broadband Service Providers Are About to Ride the Home Energy Wave</a>, GigaOM Pro).</p>
<p>OpenPeak, beyond its GE partnership, is already supplying its home displays to telcos such as Verizon (s VZN) and Telefonica subsidiary O2, and OpenPeak CEO Dan Gittelman has hinted at a telco-linked energy monitoring offering to come (see <a href="http://www.greentechmedia.com/articles/read/the-telco-home-energy-invasion/">Greentech Media</a>). But, in a nod to the multiple pathways to home energy management, OpenPeak is also working with smart meter maker Itron.</p>
<p>In the meantime, emerging models for home energy management could add new options to the already bewildering array. <a href="http://earth2tech.com/2009/09/24/intel-developing-home-energy-management-concept-gadget/">Intel Labs has a concept gadget that could plug into a household outlet and monitor individual appliances’ energy use via their voltage signatures</a>, and <a href="http://earth2tech.com/2010/01/17/how-apple-could-jolt-the-smart-home-energy-market/">Apple has a patent for a home energy interface using Homeplug power line communications to carry energy data</a>.</p>
<p>The NIST blog, hosted with the White House Office of Science and Technology Policy, will be open to all interested participants through Friday, March 12, with the discussion to be framed around three central questions: Architectural questions from Feb. 23 to March 1; questions concerning data access and ownership from March 2 to March 7, and questions on data communications standards for consumer appliances and other smart grid-enabled devices from March 8 to March 12. To participate, check out <a href="http://collaborate.nist.gov/twiki-sggrid/bin/view/SmartGrid/RegistrationProcess">NIST’s smart grid collaboration site</a>, or send emails to <a href="mailto:smartgrid@ostp.gov">smartgrid@ostp.gov</a>.</p>
<p><em>Image courtesy of <a href="http://www.flickr.com/photos/numstead/216522250/">numstead&#8217;s photostream</a> Flickr Creative Commons.</em></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[5 Energy Management Tools Launched at CES]]></title>
<link>http://earth2tech.com/2010/01/08/5-energy-management-tools-launched-at-ces/</link>
<pubDate>Fri, 08 Jan 2010 20:14:35 +0000</pubDate>
<dc:creator>Katie Fehrenbacher</dc:creator>
<guid>http://earth2tech.com/2010/01/08/5-energy-management-tools-launched-at-ces/</guid>
<description><![CDATA[While digital home energy management tools aren&#8217;t dominating the headlines from the Consumer E]]></description>
<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-48455" title="Energy Usage" src="http://earth2tech.files.wordpress.com/2009/12/energy-usage.jpg?w=300&#038;h=179" alt="" width="300" height="179" />While digital home energy management tools aren&#8217;t dominating the headlines from the Consumer Electronics Show (CES) this year, a few consumer electronics makers, utilities and software designers have launched some interesting products at the show. My biggest takeaway after looking over the releases and talking to some of the firms: Consumer gadget makers are folding in energy management as one part of the entire consumer option. Many of the energy management tools also highlight features like social networking and security because, well, let&#8217;s face it, at this point it&#8217;s mostly just the bleeding edge eco-nerds (OK, I&#8217;m one of them) who would like a stand-alone high-powered energy gadget. Here&#8217;s five energy management tools outta CES:</p>
<p><strong>GE&#8217;s (s GE) Smart Home Energy Panel:</strong> <a href="http://www.businesswire.com/portal/site/home/permalink/?ndmViewId=news_view&#38;newsId=20100108005593&#38;newsLang=en">GE has launched</a> an energy panel in conjunction with gadget-maker OpenPeak, which connects via wireless standards ZigBee and Wi-Fi to a smart meter (GE also makes smart meters), connected appliances (GE makes those too) and connected thermostats. GE says the device is shaped like a table-top picture frame and will also connect with &#8220;Internet news, sports, music, weather services, social networks like Facebook and instant messaging.&#8221;<br />
<!--more--></p>
<p>GE and OpenPeak&#8217;s energy panel is different than the Home Energy Manager that GE <a href="http://earth2tech.com/2009/07/14/ge-launches-its-own-energy-management-software-maui-smart-grid/">announced last year (and which is shaped like a large table-top picture frame)</a> and which is supposed to be available in 2010. GE tells me that the HEM is being developed in-house, and that the panel announced today with OpeanPeak is market-ready.</p>
<p><strong>Direct Energy&#8217;s Energy Gadget:</strong> <a href="http://earth2tech.com/2009/12/29/direct-energy-gadget-group-to-launch-energy-tool-at-ces/">As we first reported</a> energy reseller Direct Energy and a group of gadget heavyweights, including appliance maker Whirlpool, retail group Best Buy (s BBY), and gadget developer OpenPeak, launched a home energy management device dubbed the Home Energy Management (HEM) center at CES. Tim Woods, founder of POCO Labs, the group that will conduct the in-home tests for Direct Energy, told us the device will also offer communication and social networking information.</p>
<p><strong>Control4&#8242;s Energy Management Gear:</strong> Control4 only started focusing on utilities and smart meters <a href="http://earth2tech.com/2009/07/08/control4-raises-17m-to-connect-with-smart-meters/">back in July 2009</a>, but at CES it showed off its <a href="http://news.cnet.com/8301-11128_3-10429943-54.html">Energy Management System (EMS) 100</a>. The package, which includes a Zigbee-enabled thermostat and a touch-screen energy device controller will be available in April, <a href="http://news.cnet.com/8301-11128_3-10429943-54.html">says CNET</a>.</p>
<p><strong>Tenrehte Technologies&#8217; Wi-Fi Smart Plugs:</strong> A Rochester, New York-based company called <a href="http://www.tenrehte.com/docs/about/">Tenrehte Technologies</a> is developing Wi-Fi-enabled smart plugs called Picowatts that can be used instead of smart meters. According to <a href="http://www.smartmeters.com/the-news/759-smart-grid-wifi.html">Smartmeters.com</a> the Picowatts are about the size of an Apple (s AAPL) AirPort and will cost $79 will then go on sale in April. The product will be sold directly to consumers.</p>
<p><strong>Intamac&#8217;s Energy Offering:</strong> Connect home player <a href="http://www2.intamac.com">Intamac</a> said at CES that it has partnered with D-Link to offer a <a href="http://www.hometoys.com/news_detail.php?id=16578257">Home Energy Monitoring Starter Kit</a>. The kit includes two power sensor adapters that plug into the wall sockets. When appliances are plugged into these adapters, users can see energy consumption of those devices on the mydlink.com web site. Sounds pretty weak if you ask me.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[5 Energy Management Tools Launched at CES]]></title>
<link>http://gigaom.com/2010/01/08/5-energy-management-tools-launched-at-ces/</link>
<pubDate>Fri, 08 Jan 2010 20:14:35 +0000</pubDate>
<dc:creator>Katie Fehrenbacher</dc:creator>
<guid>http://gigaom.com/2010/01/08/5-energy-management-tools-launched-at-ces/</guid>
<description><![CDATA[While digital home energy management tools aren&#8217;t dominating the headlines from the Consumer E]]></description>
<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-48455" title="Energy Usage" src="http:///2009/12/energy-usage.jpg?w=300" alt="" width="300" height="179" />While digital home energy management tools aren&#8217;t dominating the headlines from the Consumer Electronics Show (CES) this year, a few consumer electronics makers, utilities and software designers have launched some interesting products at the show. My biggest takeaway after looking over the releases and talking to some of the firms: Consumer gadget makers are folding in energy management as one part of the entire consumer option. Many of the energy management tools also highlight features like social networking and security because, well, let&#8217;s face it, at this point it&#8217;s mostly just the bleeding edge eco-nerds (OK, I&#8217;m one of them) who would like a stand-alone high-powered energy gadget. Here&#8217;s five energy management tools outta CES:</p>
<p><strong>GE&#8217;s (s GE) Smart Home Energy Panel:</strong> <a href="http://www.businesswire.com/portal/site/home/permalink/?ndmViewId=news_view&#38;newsId=20100108005593&#38;newsLang=en">GE has launched</a> an energy panel in conjunction with gadget-maker OpenPeak, which connects via wireless standards ZigBee and Wi-Fi to a smart meter (GE also makes smart meters), connected appliances (GE makes those too) and connected thermostats. GE says the device is shaped like a table-top picture frame and will also connect with &#8220;Internet news, sports, music, weather services, social networks like Facebook and instant messaging.&#8221;<br />
<!--more--></p>
<p>GE and OpenPeak&#8217;s energy panel is different than the Home Energy Manager that GE <a href="http://earth2tech.com/2009/07/14/ge-launches-its-own-energy-management-software-maui-smart-grid/">announced last year (and which is shaped like a large table-top picture frame)</a> and which is supposed to be available in 2010. GE tells me that the HEM is being developed in-house, and that the panel announced today with OpeanPeak is market-ready.</p>
<p><strong>Direct Energy&#8217;s Energy Gadget:</strong> <a href="http://earth2tech.com/2009/12/29/direct-energy-gadget-group-to-launch-energy-tool-at-ces/">As we first reported</a> energy reseller Direct Energy and a group of gadget heavyweights, including appliance maker Whirlpool, retail group Best Buy (s BBY), and gadget developer OpenPeak, launched a home energy management device dubbed the Home Energy Management (HEM) center at CES. Tim Woods, founder of POCO Labs, the group that will conduct the in-home tests for Direct Energy, told us the device will also offer communication and social networking information.</p>
<p><strong>Control4&#8242;s Energy Management Gear:</strong> Control4 only started focusing on utilities and smart meters <a href="http://earth2tech.com/2009/07/08/control4-raises-17m-to-connect-with-smart-meters/">back in July 2009</a>, but at CES it showed off its <a href="http://news.cnet.com/8301-11128_3-10429943-54.html">Energy Management System (EMS) 100</a>. The package, which includes a Zigbee-enabled thermostat and a touch-screen energy device controller will be available in April, <a href="http://news.cnet.com/8301-11128_3-10429943-54.html">says CNET</a>.</p>
<p><strong>Tenrehte Technologies&#8217; Wi-Fi Smart Plugs:</strong> A Rochester, New York-based company called <a href="http://www.tenrehte.com/docs/about/">Tenrehte Technologies</a> is developing Wi-Fi-enabled smart plugs called Picowatts that can be used instead of smart meters. According to <a href="http://www.smartmeters.com/the-news/759-smart-grid-wifi.html">Smartmeters.com</a> the Picowatts are about the size of an Apple (s AAPL) AirPort and will cost $79 will then go on sale in April. The product will be sold directly to consumers.</p>
<p><strong>Intamac&#8217;s Energy Offering:</strong> Connect home player <a href="http://www2.intamac.com">Intamac</a> said at CES that it has partnered with D-Link to offer a <a href="http://www.hometoys.com/news_detail.php?id=16578257">Home Energy Monitoring Starter Kit</a>. The kit includes two power sensor adapters that plug into the wall sockets. When appliances are plugged into these adapters, users can see energy consumption of those devices on the mydlink.com web site. Sounds pretty weak if you ask me.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Green Gadgets: What to Look for at CES]]></title>
<link>http://gigaom.com/2009/12/31/green-gadgets-what-to-look-for-at-ces/</link>
<pubDate>Thu, 31 Dec 2009 16:00:16 +0000</pubDate>
<dc:creator>Pedro Hernandez</dc:creator>
<guid>http://gigaom.com/2009/12/31/green-gadgets-what-to-look-for-at-ces/</guid>
<description><![CDATA[Each year, the holidays spill well into January for tech-obsessed geeks, thanks to the Consumer Elec]]></description>
<content:encoded><![CDATA[<p>Each year, the holidays spill well into January for tech-obsessed geeks, thanks to the Consumer Electronics Show (CES). In 2010, CES will continue that tradition with some decidedly green flair. Like Japan&#8217;s CEATEC this fall, eco-consciousness will be a major theme, from the show&#8217;s larger Sustainable Planet technology zone (hopefully with less solar junk this year) to a green press room that&#8217;s putting tight restrictions on the amount of paper exhibitors can dump on attendees. What about the green gadgets?  There are bound to be plenty, but here are the ones that are sure to pique the interest of eco-minded, tech-savvy consumers.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[The Caribbean is Calling]]></title>
<link>http://broadsoftuc-one.com/2009/07/28/the-caribbean-is-calling/</link>
<pubDate>Tue, 28 Jul 2009 13:29:02 +0000</pubDate>
<dc:creator>Michael  Tessler</dc:creator>
<guid>http://broadsoftuc-one.com/2009/07/28/the-caribbean-is-calling/</guid>
<description><![CDATA[Last week I had the opportunity to attend the CANTO show in Trinidad, which focused on the communica]]></description>
<content:encoded><![CDATA[<p>Last week I had the opportunity to attend the <a href="http://itevent.net/event-location/canto-2009-conference">CANTO show</a> in Trinidad, which focused on the communications infrastructure business in the Caribbean. Being a first time attendee, I was surprised by the energy, friendship and challenges facing many of the countries in the Caribbean. We hear about how the communications infrastructure is important to a country’s economy, but the leaders of these countries stressed the importance of building world-class infrastructure to ensure the continued economic development of many of these small island nations. I was truly impressed by the work done by government and carriers to bring wireless and broadband to these countries and how much progress has taken place.</p>
<p>At BroadSoft we are encouraged by this commitment, and have introduced an initiative to offer our solutions to these island nations where broadband access is still limited. By providing our rich overlay BroadWorks features on traditional fixed and wireless TDM networks, these providers can offer services such as “find me, follow me” calling and fixed-mobile convergence, i.e. unifying desktop phones with mobile devices.</p>
<p>We have had the pleasure to work with a few carriers in the Caribbean and they have been some of our most innovative and focused customers. To continue to support this innovative thought-leadership, we took the opportunity at CANTO to demonstrate video conferencing (thanks to <a href="http://www.polycom.com/global/siteselector/site_selector.html">Polycom</a> for shipping us the latest VVX video phone), Unified Communications (thanks to a <a href="http://www.microsoft.com/uc/products/ocs2007.mspx">Microsoft OCS</a> integration) and finally media phones (thanks to <a href="http://www.openpeak.com/">OpenPeak</a> for shipping us their phone).</p>
<p>Along with lots of leading edge technology, and insightful dialog on the social economic situation in the region,<strong><em> </em></strong>the organizers of CANTO put on some excellent evening entertainment, so that we could learn and enjoy the rich &#8220;Trini&#8221; culture.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[OpenFrame]]></title>
<link>http://aiids.wordpress.com/2008/08/23/openframe/</link>
<pubDate>Sat, 23 Aug 2008 21:43:56 +0000</pubDate>
<dc:creator>stijn1989</dc:creator>
<guid>http://aiids.wordpress.com/2008/08/23/openframe/</guid>
<description><![CDATA[Onlangs kwam ik OpenFrame tegen op een nieuws website. OpenFrame wordt ontwikkeld door OpenPeak en I]]></description>
<content:encoded><![CDATA[<p>Onlangs kwam ik OpenFrame tegen op een nieuws website. OpenFrame wordt ontwikkeld door OpenPeak en Intel. Het design heeft vele gelijkenissen met de bekende Iphone gadget (waarom heeft de normale mens uit de straat plots een zakelijke telefoon nodig?). Het apparaat zou moeten als een soort van controle object van je huis moeten worden. Zo kan je het apparaat gebruiken als vaste telefoon (er worden twee draagbare telefoons meegelevert bij het frame) en kan je allerlei dingen besturen in het huis zoals je TV of camera beveiliging. Het is helaas nog niet op de markt en hoop dat dit niet meer te lang zal duren. Het ziet er té cool uit om in de winkel te laten liggen en hopelijk ligt de prijs ook tussen de 200-300 dollars zoals men aangeeft op de nieuws website.</p>
<div class="mceTemp mceIEcenter">
<dl class="wp-caption aligncenter">
<dt class="wp-caption-dt"><a href="http://www.openpeak.com/opeak_IDF.php"><img class="size-medium wp-image-64" src="http://aiids.files.wordpress.com/2008/08/openframe.jpg?w=300&#038;h=135" alt="Klik op mij om de film te bekijken!" width="300" height="135"></a></dt>
<dd class="wp-caption-dd">Klik op mij om de film te bekijken!</dd>
</dl>
</div>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Crazy phone/picture frame combo scares us all]]></title>
<link>http://techcrunch.com/2008/08/21/crazy-phonepicture-frame-combo-scares-us-all/</link>
<pubDate>Thu, 21 Aug 2008 19:54:14 +0000</pubDate>
<dc:creator>John Biggs</dc:creator>
<guid>http://techcrunch.com/2008/08/21/crazy-phonepicture-frame-combo-scares-us-all/</guid>
<description><![CDATA[OpenPeak is planning on releasing some sort of OpenFrame picture frame and home phone combo with a b]]></description>
<content:encoded><![CDATA[<p><a href="http://old.crunchgear.com/wp-content/uploads/2008/08/content_area.jpg"><img src="http://old.crunchgear.com/wp-content/uploads/2008/08/content_area.jpg" alt="" title="content_area" width="560" height="252" class="aligncenter size-full wp-image-36077" /></a></p>
<p><a HREF="http://www.openpeak.com/">OpenPeak</a> is planning on releasing some sort of OpenFrame picture frame and home phone combo with a big sexy iPhone-alike buttons. Eventually they will offer more devices to connect to the frame like, perhaps, ummm&#8230;  I don&#8217;t know. As <a HREF="http://blog.wired.com/gadgets/2008/08/iphone-of-home.html">OpenPeak&#8217;s PR lady</a> says:</p>
<blockquote><p>“One of the beauties of the product is that it is dynamic,” says Mikolasy. “It is really a blank screen of opportunity.” </p></blockquote>
<p>Blank screen of opportunity, huh?</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[OpenPeak, el sustituto del teléfono fijo]]></title>
<link>http://ticblog.wordpress.com/2008/08/21/openpeak-el-sustituto-del-telefono-fijo/</link>
<pubDate>Thu, 21 Aug 2008 13:47:07 +0000</pubDate>
<dc:creator>Alberto Armada</dc:creator>
<guid>http://ticblog.wordpress.com/2008/08/21/openpeak-el-sustituto-del-telefono-fijo/</guid>
<description><![CDATA[La compañía OpenPeak presenta el OpenFrame, que conjuga el teléfono fijo con un centro de informació]]></description>
<content:encoded><![CDATA[<p>La compañía <strong>OpenPeak</strong> presenta el <strong>OpenFrame</strong>, que conjuga el teléfono fijo con un centro de información del hogar, en el que será posible desde navegar por Internet hasta consultar nuestra agenda.</p>
<p style="text-align:center;"><a href="http://www.xataka.com/2008/08/21-openpeak-el-sustituto-del-telefono-fijo" target="_blank"><img class="size-medium wp-image-2470 aligncenter" src="http://ticblog.files.wordpress.com/2008/08/openpeak.png?w=300&#038;h=163" alt="" width="300" height="163" /></a></p>
<p style="text-align:center;"><a href="http://www.openpeak.com/opeak_IDF.php" target="_blank"><img class="alignnone" src="http://www.openpeak.com/images/content_area4.jpg" alt="" width="220" height="79" /></a></p>
<p style="text-align:left;">Vía: <a href="http://www.xataka.com/" target="_blank">Xataka</a></p>
]]></content:encoded>
</item>

</channel>
</rss>
