Netatmo Welcome API

Hi everyone,
just got a short question: How do i obtain the Home_ID and Person_ID for the Netatmo Binding, in detail: for the Netatmo Welcome Camera? I just don´t get it and the documentation isn´t really helpful at this point.

Thanks in advance

Hat sich erledigt, mit diesem netten kleinen Tool bekommt man das recht zügig raus:
https://www.npmjs.com/package/netatmo

Im Detail:
api.getHomeData(function(err, data, devices) {
console.log(data);
});

Added the info to obtain home id etc to Wiki: