Hi everyone. I had working configuration through years - 2.5.11 build #259 and have noticed Netatmo Binding stop working. I don’t know when it happened. Just winter is came and roof defrost stops working which was relying on the Netatmo data. I haven’t made any changes in configurations. Is there any way to make it work except updating to the last version of openHab?
Bridge netatmo:netatmoapi:bavaria "Netatmo Weather Station" [ clientId="id", clientSecret="secret", username = "email", password = "password", readStation=true ]
Thing NAMain indoor " indoorModule" [ id = "70:ee:50:xx:xx:xx" ]
Thing NAModule1 outdoor "outdoorModule" [ id = "02:00:00:00:xx:xx", parentId = "70:ee:50:xx:xx:xx" ]
}
I have the messages in openHab log:
06:50:58.624 [INFO ] [del.core.internal.ModelRepositoryImpl] - Loading model 'netatmo.things'
06:50:58.682 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - 'netatmo:netatmoapi:bavaria' changed from UNINITIALIZED to INITIALIZING
06:50:58.713 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - 'netatmo:NAMain:bavaria:indoor' changed from UNINITIALIZED to UNINITIALIZED (BRIDGE_UNINITIALIZED)
06:50:58.714 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - 'netatmo:NAModule1:bavaria:outdoor' changed from UNINITIALIZED to UNINITIALIZED (BRIDGE_UNINITIALIZED)
06:50:59.718 [INFO ] [del.core.internal.ModelRepositoryImpl] - Refreshing model 'netatmo.things'
06:51:01.003 [WARN ] [internal.handler.NetatmoBridgeHandler] - Network error while connecting to Netatmo API, will retry in 5400 s
06:51:01.006 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - 'netatmo:netatmoapi:bavaria' changed from INITIALIZING to OFFLINE (COMMUNICATION_ERROR): Netatmo Access Failed, will retry in 5400 seconds.
06:51:01.007 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - 'netatmo:NAModule1:bavaria:outdoor' changed from UNINITIALIZED (BRIDGE_UNINITIALIZED) to INITIALIZING
06:51:01.008 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - 'netatmo:NAMain:bavaria:indoor' changed from UNINITIALIZED (BRIDGE_UNINITIALIZED) to INITIALIZING
06:51:01.011 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - 'netatmo:NAModule1:bavaria:outdoor' changed from INITIALIZING to OFFLINE (BRIDGE_OFFLINE)
06:51:01.012 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - 'netatmo:NAMain:bavaria:indoor' changed from INITIALIZING to OFFLINE (BRIDGE_OFFLINE)
Thanks for any help.