Netatmo wind gauge mac address

Hello
What does lxxxxx series number translate in to mac address, I cant find it anywhere, can only find for other devices, like this:

You have to calculate the ID for the outside module as follows: (it cannot be read from the app)

if the first serial character is “h”: start with “02”
if the first serial character is “i”: start with “03”
append “:00:00:”,

split the rest into three parts of two characters and append with a colon as delimiter.

For example your serial number “h00bcdc” should end up as “02:00:00:00:bc:dc”.

Discovery

Thx for any help.

Got it now, the answer is:

if the first serial character is “I”: start with “06”

So in my .thing file look like this:

Thing NAModule2 wind [ id=“06:00:00:xx:xx:xx”, parentId=“70:ee:50:xx:xx:xx” ]

Thx