Showing posts with label XBee. Show all posts
Showing posts with label XBee. Show all posts

Saturday, November 14, 2009

Digi Smart Plug


One of the interesting topics discussed yesterday during the Digi Webinar is a new product called the SmartPlug. It looks like one of the network extenders or routers. It includes an ambient light sensor but also a switch that allows a light or some other appliance to be plugged into it and controlled. In addition to being able to turn the appliance 'on' and 'off,' it will give a status of the appliance and also the amount of current the appliance is drawing, when 'on.' New drivers have been added to the DIA system so the Smart Plug can be controlled. See the web page above displaying the current, power and the on/off switch.

I ordered two of the Smart Plugs and when they arrive I will try them out and post additional information on them. One of my goals in my project for the house is to be able to control an air conditioning/heating duct and be able to close off one of the bedrooms during the day and force the cooler air to an area of the house that is occupied while having it go back to normal in the evening. The Smart Plug would be great at this as it could not only be controlled manually but have it flip the switch automatically based on a particular temperature or time of the day.

There were other topics discussed during the webinar and I will share those in the next few posts.

Sunday, July 12, 2009

ZigBee Wireless & Python


I recently became interested in ZigBee Wireless Radios as part of Home Automation and tracking home energy usage. ZigBee is a wireless mesh networking standard intended to be simpler and less expensive than other WPANs, such as Bluetooth. They are very useful in in wireless control and monitoring applications due to the low power-usage which allows longer life with smaller batteries, and the mesh networking provides high reliability and larger range. My first exposure to their usage was a hack to the popular Kill-A-Watt power monitor which adds wireless reporting and is called the Tweet-a-Watt.

After implementing the hack and doing some measurements throughout the house I decided I wanteds to expand the monitoring of my energy usage and started looking for a reasonably priced kit I could have some fun with and learn about my energy usage. After one false start I came upon Digi, which manufactures a line of wireless radios and some cool evaluation kits. I researched three of the kits and decided on the iDigi™ Wi-9P Starter Kit ZB.

My main reason for going with Digi and this kit is the ability to use Python in controlling the reporting of the data. There is plenty of documentation in getting the network up and running, monitoring and modifying the presentation (reporting) and adding sensors to the mix. Python scripts are written and then uploaded to the network using the Embedded Gateway Configuration and Management web page.

My network is up and I have two sensors sending data, one sending temperature and light and the other sending in just temperature. As I make additons to my network, either by adding additional sensors or enhancing the reporting I will include steps and screenshots. Stay tuned as I am just getting started.

Note: I am not affliated with any of the companies mentioned in this blog and all products written about were purchased by me.