Page 2 of 2

Youw8 Internet Body Monitor

Posted: Mon Dec 15, 2008 3:21 pm
by Bwired
Agree!

Youw8 Internet Body Monitor

Posted: Mon Dec 15, 2008 6:22 pm
by bara
In principal we can do this; however it is security wise a little tricky;
We want to avoid any possibility that user's data leaks out; In addition we prefer a more generic way which is of use to a larger group of people; We'll see what options we have;

Youw8 Internet Body Monitor

Posted: Mon Dec 15, 2008 6:43 pm
by Snelvuur
make it https, if someone enters something wrong in his feedback url, its his mistake. You dont have to be accountable for that.

i'am happy if i have the option to send -all- data towards my own server, but from what i understand i think you dont want that right? otherwise you could make 2 options. 1, use own server (not using yours in total, for the geeks) and 2, the old way with your server in place.

because even though the feedback url could satisfy us both, if at some point the company goes bankrupt or whatever, we dont have any options anymore.. this is my dislike in any of those gadgets, that needs to contact a website.

then again, we can also just sniff out the traffic and redirect it by manipulating dns locally, but its just a scale..

// Erik (binkey.nl)

Youw8 Internet Body Monitor

Posted: Sun Sep 06, 2009 12:18 pm
by Bart
The scale is on http://www.1dayfly.nl for 79.95 today

Re: Youw8 Internet Body Monitor

Posted: Mon Jan 04, 2010 3:14 pm
by Bwired
I guess they have a lot in stock, today its 49 euro :)

http://www.domoticaforum.eu/viewtopic.php?f=15&t=4332

@bara: any News about the additional URL upload suggested by Snelvuur in this topic?
I have a Withings weight scale as well and they made on my request a notification call which makes it possible to send the data to a server of choice :)
http://www.withings.com
api
http://beta.withings.com/en/api/bodyscale

Re: Youw8 Internet Body Monitor

Posted: Mon Aug 08, 2011 12:42 pm
by RDNZL

Re: Youw8 Internet Body Monitor

Posted: Mon Aug 08, 2011 1:32 pm
by Bwired
they dont get rid of them :D

Re: Youw8 Internet Body Monitor

Posted: Mon Aug 08, 2011 4:02 pm
by phoenixb
Strange it's a nice product.
not that it help me to motivate me to lose some weight :(

Re: Youw8 Internet Body Monitor

Posted: Thu Oct 13, 2011 2:22 pm
by airox
Was on sale again on iBood:
http://nl-nl.forum.ibood.com/7115-youw8 ... ch_module/

I bought one! Currently integrating it into my own system. The oauth interface works beatifull. Sample output:

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<data>
  <widgetRoot>
    <person>
      <id>123123</id>
      <isDeviceUser>true</isDeviceUser>
      <dateOfBirth>2/3/2001</dateOfBirth>
      <alias>Gijs van Dulmen</alias>
      <emailAddress>removedemailforspamreasons</emailAddress>
      <avatarImg />
      <firstName>Gijs</firstName>
      <secondName>van</secondName>
      <lastName>Dulmen</lastName>
      <gender>MALE</gender>
      <height>182</height>
      <sharingLevel>PRIVATE</sharingLevel>
      <personType>NORMAL</personType>
      <isDeleted>false</isDeleted>
      <intention>KEEP_WEIGHT</intention>
      <activityLevel>LIGHT_ACTIVITY</activityLevel>
      <heightUnit>
        <code>METRIC</code>
        <unitName>m</unitName>
      </heightUnit>
      <weightUnit>
        <code>METRIC</code>
        <unitName>kg</unitName>
      </weightUnit>
      <language>
        <code>NL</code>
        <languageName>Nederlands</languageName>
      </language>
      <currentMeasurement>
        <classPath>nl.isaac.youw8.ejb.measurement.DeviceMeasurement</classPath>
        <serverDateTime>10/13/2011 14:15:57</serverDateTime>
        <weight>74000</weight>
        <impedance>5709</impedance>
        <bmi>223</bmi>
        <weightDifference>100</weightDifference>
        <bmiDiffPrevMeasurement>0</bmiDiffPrevMeasurement>
        <bodyFatDiffPrevMeasurement>5</bodyFatDiffPrevMeasurement>
        <muscleMassDiffPrevMeasurement>0.027978991136883735</muscleMassDiffPrevMeasurement>
        <weightIndicator>DR</weightIndicator>
        <bmiIndicatorPrevMeasurement>N</bmiIndicatorPrevMeasurement>
        <bodyFatIndicatorPrevMeasurement>DG</bodyFatIndicatorPrevMeasurement>
        <muscleMassIndicatorPrevMeasurement>UG</muscleMassIndicatorPrevMeasurement>
        <clientDateTime>10/13/2011 14:15:53</clientDateTime>
        <muscleMass>33102</muscleMass>
        <bodyFat>1687</bodyFat>
        <bmiDiffFirstMeasurement>1</bmiDiffFirstMeasurement>
        <bmiIndicatorFirstMeasurement>DG</bmiIndicatorFirstMeasurement>
        <bodyFatDiffFirstMeasurement>11</bodyFatDiffFirstMeasurement>
        <bodyFatIndicatorFirstMeasurement>DG</bodyFatIndicatorFirstMeasurement>
        <muscleMassDiffFirstMeasurement>0.05588256720331941</muscleMassDiffFirstMeasurement>
        <muscleMassIndicatorFirstMeasurement>UG</muscleMassIndicatorFirstMeasurement>
      </currentMeasurement>
      <previousMeasurement>
        <classPath>nl.isaac.youw8.ejb.measurement.DeviceMeasurement</classPath>
        <serverDateTime>10/13/2011 14:03:20</serverDateTime>
        <weight>74100</weight>
        <impedance>5720</impedance>
        <bmi>223</bmi>
        <weightDifference>100</weightDifference>
        <bmiDiffFirstMeasurement>0</bmiDiffFirstMeasurement>
        <bmiDiffPrevMeasurement>1</bmiDiffPrevMeasurement>
        <bodyFatDiffFirstMeasurement>0</bodyFatDiffFirstMeasurement>
        <bodyFatDiffPrevMeasurement>6</bodyFatDiffPrevMeasurement>
        <muscleMassDiffFirstMeasurement>0</muscleMassDiffFirstMeasurement>
        <muscleMassDiffPrevMeasurement>0.027903576066435676</muscleMassDiffPrevMeasurement>
        <weightIndicator>DR</weightIndicator>
        <bmiIndicatorPrevMeasurement>DG</bmiIndicatorPrevMeasurement>
        <bmiIndicatorFirstMeasurement>K</bmiIndicatorFirstMeasurement>
        <bodyFatIndicatorFirstMeasurement>K</bodyFatIndicatorFirstMeasurement>
        <bodyFatIndicatorPrevMeasurement>DG</bodyFatIndicatorPrevMeasurement>
        <muscleMassIndicatorFirstMeasurement>K</muscleMassIndicatorFirstMeasurement>
        <muscleMassIndicatorPrevMeasurement>UG</muscleMassIndicatorPrevMeasurement>
        <clientDateTime>10/13/2011 14:03:16</clientDateTime>
        <muscleMass>33126</muscleMass>
        <bodyFat>1692</bodyFat>
      </previousMeasurement>
      <diets>
        <diet>
          <startDate>10/13/2011</startDate>
          <endDate>10/13/2021</endDate>
          <hasBeenSuccessfull>false</hasBeenSuccessfull>
          <targetWeight>74200</targetWeight>
          <targetDailyCalories>0</targetDailyCalories>
          <measurements>
            <measurement>
              <classPath>nl.isaac.youw8.ejb.measurement.DeviceMeasurement</classPath>
              <serverDateTime>10/13/2011 13:31:03</serverDateTime>
              <weight>74200</weight>
              <impedance>5746</impedance>
              <bmi>224</bmi>
              <weightDifference />
              <bmiDiffFirstMeasurement>0</bmiDiffFirstMeasurement>
              <bmiDiffPrevMeasurement>0</bmiDiffPrevMeasurement>
              <bodyFatDiffFirstMeasurement>0</bodyFatDiffFirstMeasurement>
              <bodyFatDiffPrevMeasurement>0</bodyFatDiffPrevMeasurement>
              <muscleMassDiffFirstMeasurement>0</muscleMassDiffFirstMeasurement>
              <muscleMassDiffPrevMeasurement>0</muscleMassDiffPrevMeasurement>
              <weightIndicator>K</weightIndicator>
              <bmiIndicatorPrevMeasurement>K</bmiIndicatorPrevMeasurement>
              <bmiIndicatorFirstMeasurement>K</bmiIndicatorFirstMeasurement>
              <bodyFatIndicatorFirstMeasurement>K</bodyFatIndicatorFirstMeasurement>
              <bodyFatIndicatorPrevMeasurement>K</bodyFatIndicatorPrevMeasurement>
              <muscleMassIndicatorFirstMeasurement>K</muscleMassIndicatorFirstMeasurement>
              <muscleMassIndicatorPrevMeasurement>K</muscleMassIndicatorPrevMeasurement>
              <clientDateTime>10/13/2011 13:30:59</clientDateTime>
              <muscleMass>33150</muscleMass>
              <bodyFat>1698</bodyFat>
            </measurement>
            <measurement>
              <classPath>nl.isaac.youw8.ejb.measurement.DeviceMeasurement</classPath>
              <serverDateTime>10/13/2011 14:03:20</serverDateTime>
              <weight>74100</weight>
              <impedance>5720</impedance>
              <bmi>223</bmi>
              <weightDifference>100</weightDifference>
              <bmiDiffFirstMeasurement>0</bmiDiffFirstMeasurement>
              <bmiDiffPrevMeasurement>1</bmiDiffPrevMeasurement>
              <bodyFatDiffFirstMeasurement>0</bodyFatDiffFirstMeasurement>
              <bodyFatDiffPrevMeasurement>6</bodyFatDiffPrevMeasurement>
              <muscleMassDiffFirstMeasurement>0</muscleMassDiffFirstMeasurement>
              <muscleMassDiffPrevMeasurement>0.027903576066435676</muscleMassDiffPrevMeasurement>
              <weightIndicator>DR</weightIndicator>
              <bmiIndicatorPrevMeasurement>DG</bmiIndicatorPrevMeasurement>
              <bmiIndicatorFirstMeasurement>K</bmiIndicatorFirstMeasurement>
              <bodyFatIndicatorFirstMeasurement>K</bodyFatIndicatorFirstMeasurement>
              <bodyFatIndicatorPrevMeasurement>DG</bodyFatIndicatorPrevMeasurement>
              <muscleMassIndicatorFirstMeasurement>K</muscleMassIndicatorFirstMeasurement>
              <muscleMassIndicatorPrevMeasurement>UG</muscleMassIndicatorPrevMeasurement>
              <clientDateTime>10/13/2011 14:03:16</clientDateTime>
              <muscleMass>33126</muscleMass>
              <bodyFat>1692</bodyFat>
            </measurement>
            <measurement>
              <classPath>nl.isaac.youw8.ejb.measurement.DeviceMeasurement</classPath>
              <serverDateTime>10/13/2011 14:15:57</serverDateTime>
              <weight>74000</weight>
              <impedance>5709</impedance>
              <bmi>223</bmi>
              <weightDifference>100</weightDifference>
              <bmiDiffFirstMeasurement>0</bmiDiffFirstMeasurement>
              <bmiDiffPrevMeasurement>0</bmiDiffPrevMeasurement>
              <bodyFatDiffFirstMeasurement>0</bodyFatDiffFirstMeasurement>
              <bodyFatDiffPrevMeasurement>5</bodyFatDiffPrevMeasurement>
              <muscleMassDiffFirstMeasurement>0</muscleMassDiffFirstMeasurement>
              <muscleMassDiffPrevMeasurement>0.027978991136883735</muscleMassDiffPrevMeasurement>
              <weightIndicator>DR</weightIndicator>
              <bmiIndicatorPrevMeasurement>N</bmiIndicatorPrevMeasurement>
              <bmiIndicatorFirstMeasurement>K</bmiIndicatorFirstMeasurement>
              <bodyFatIndicatorFirstMeasurement>K</bodyFatIndicatorFirstMeasurement>
              <bodyFatIndicatorPrevMeasurement>DG</bodyFatIndicatorPrevMeasurement>
              <muscleMassIndicatorFirstMeasurement>K</muscleMassIndicatorFirstMeasurement>
              <muscleMassIndicatorPrevMeasurement>UG</muscleMassIndicatorPrevMeasurement>
              <clientDateTime>10/13/2011 14:15:53</clientDateTime>
              <muscleMass>33102</muscleMass>
              <bodyFat>1687</bodyFat>
            </measurement>
          </measurements>
        </diet>
      </diets>
    </person>
  </widgetRoot>
</data>
Now you all know everything about me :-)

Re: Youw8 Internet Body Monitor

Posted: Thu Oct 13, 2011 2:46 pm
by Digit
I didn't know 10-year old were allowed to drive a car.. :lol: