Unable to get HIH6130 breakout board working. Any help appreciated!

I am trying to get the sparkfun HIH6130 breakout board ( https://www.sparkfun.com/products/11295 ) work with EI. I have verified it works with arduino using the following code: http://www.phanderson.com/arduino/hih6130.html

Here is my code for EI: https://gist.github.com/7b2f4076bf1b0d519708
Here is my current breadboard: http://cl.ly/image/0r1Q3u1r0m42 note I did put the 2.2K pull up resistors inline (as instructed by the Arduino code and various forum posts).

When executing the code, it always returns 0x0x0 on each read. I have tried various code segments from the Nora section as well as this: https://github.com/tombrew/ei-fw-tom/blob/master/nora-multisensor.nut (modified to just be the HIH), but no luck.

Thanks beforehand!

Please note while the breadboard shows the SHT15, I am using the HIH6130 – fritzing just didn’t have that part.

I found the code sample from: http://forums.electricimp.com/discussion/425/missing-readings-using-server-sleepfor/p1 and was able to figure it out, will post revisited fritzing and code once I have polished it up for others.

Thanks and sorry for the noise.