Youw8 Internet Body Monitor
Moderator: TANE
Youw8 Internet Body Monitor
Agree!
Youw8 Internet Body Monitor
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;
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;
- Snelvuur
- Forum Moderator
- Posts: 3156
- Joined: Fri Apr 06, 2007 11:01 pm
- Location: Netherlands
- Contact:
Youw8 Internet Body Monitor
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)
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
The scale is on http://www.1dayfly.nl for 79.95 today
Re: Youw8 Internet Body Monitor
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

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
- RDNZL
- Forum Moderator
- Posts: 1008
- Joined: Sun Sep 24, 2006 1:45 pm
- Location: Dordrecht, The Netherlands
- Contact:
Re: Youw8 Internet Body Monitor
Regards, Ron.
Re: Youw8 Internet Body Monitor
they dont get rid of them 

Re: Youw8 Internet Body Monitor
Strange it's a nice product.
not that it help me to motivate me to lose some weight
not that it help me to motivate me to lose some weight

__________________
Re: Youw8 Internet Body Monitor
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:
Now you all know everything about me 
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>

Re: Youw8 Internet Body Monitor
I didn't know 10-year old were allowed to drive a car.. 
