Netatmo binding not showing battery status after upgrade tot 2.2

After the upgrade of openhab2.2 (from 2.1) via a debian package.
The netatmo devices are not showing the battery status anymore.

I have a netatmo thermostat, Indoor and outdoor weather and rain module.

no errors in the logs :
017-12-19 15:36:07.856 [DEBUG] [netatmo.handler.NetatmoDeviceHandler] - Trying to update channels on device 70:ee:50:12:cb:a0
2017-12-19 15:36:08.079 [DEBUG] [netatmo.handler.NetatmoDeviceHandler] - Successfully updated device readings! Now updating channels
2017-12-19 15:36:08.108 [DEBUG] [netatmo.handler.NetatmoDeviceHandler] - Updating child modules of 70:ee:50:12:cb:a0
2017-12-19 15:36:08.117 [DEBUG] [netatmo.handler.NetatmoDeviceHandler] - Updating child module 02:00:00:12:b5:96
2017-12-19 15:36:08.150 [DEBUG] [netatmo.handler.NetatmoDeviceHandler] - Updating child module 05:00:00:02:ea:4e
2017-12-19 15:36:08.165 [DEBUG] [netatmo.handler.NetatmoDeviceHandler] - Scheduling update channel thread in 605 s
2017-12-19 15:36:08.212 [INFO ] [lipse.smarthome.model.script.OUTDOOR] - Afkoelen: 6.10 --> 6.00
2017-12-19 15:36:17.591 [DEBUG] [netatmo.handler.NetatmoDeviceHandler] - Data aged of 3319 s
2017-12-19 15:36:17.594 [DEBUG] [netatmo.handler.NetatmoDeviceHandler] - Trying to update channels on device 70:ee:50:06:e0:f6
2017-12-19 15:36:17.778 [DEBUG] [netatmo.handler.NetatmoDeviceHandler] - Successfully updated device readings! Now updating channels
2017-12-19 15:36:17.792 [DEBUG] [netatmo.handler.NetatmoDeviceHandler] - Updating child modules of 70:ee:50:06:e0:f6
2017-12-19 15:36:17.795 [DEBUG] [netatmo.handler.NetatmoDeviceHandler] - Updating child module 04:00:00:07:09:40
2017-12-19 15:36:17.816 [DEBUG] [netatmo.handler.NetatmoDeviceHandler] - Scheduling update channel thread in 30 s
2017-12-19 15:36:47.820 [DEBUG] [netatmo.handler.NetatmoDeviceHandler] - Data aged of 3349 s

the returned json does contain the batteryVP valuues :
“module_name”: “Outdoor”,
“last_setup”: 1461234991,
“battery_vp”: 5088,
“battery_percent”: 62,
“rf_status”: 83,

So any idea’s to get his resolved ?
debugging ?

thanks in advance

willy

If I correctly remember, channel mames have changed. To be checked.

The channels are similar to the previous version. The properties have changed. I faced this issue as well. I solved it by removing the things and adding them again afterwards.

Removing and adding them again did the thing.
Thanks a lot
willy

The same here…
Many thanks!

yep, works for me. Thank you Christoph! :+1:

Worked here as well. Thank you very much
the Id of home for the modules changed. The -item file had to be adjusted to have the battery states reported again.

{ channel = “netatmo:NAModule1:home:outside:Temperature” }