Hi,
following the configuration instructions of the wiki I succeeded in getting all measurements from the main Netatmo module.
2014-08-27 09:58:01.079 DEBUG o.o.b.n.i.NetatmoBinding[:154]- Request: MeasurementRequest[accessToken=123-mytoken-321,deviceId=70:ee:50:02:b1:be,measures=[Co2, Humidity, Noise, Pressure, Temperature]]
2014-08-27 09:58:01.079 DEBUG o.o.b.n.i.NetatmoBinding[:155]- Response: MeasurementResponse[status=ok,body=[MeasurementResponse.Body[values=[[510, 58, 39, 1019.9, 21.9]]]]]
But when I added an item for one of the additional modules I'm getting errors. I read somewhere that the mac adress of the additional starts with 70:ee:50 followed by the hex part of the serial number of the netatmo module (in this case the serial number is i012164).
According to the wiki the binding string should be 70:ee:50:02:b1:be#70:ee:50:01:21:64#Temperature for measuring the temperature. But the log shows that the device can not be found.
2014-08-27 10:08:01.279 DEBUG o.o.b.n.i.NetatmoBinding[:154]- Request: MeasurementRequest[accessToken=123-mytoken-321,deviceId=70:ee:50:02:b1:be,moduleId=70:ee:50:01:21:64,measures=[Temperature]]
2014-08-27 10:08:01.280 DEBUG o.o.b.n.i.NetatmoBinding[:155]- Response: MeasurementResponse[error=NetatmoError[code=9,message=Device not found],status=<null>,body=<null>]
What am I doing wrong?
Gr,
Alex