Xiaomi Philips Wifi Bulb Binding

Hey it works, the token must have changed because I factory reset the bulb several times. I go the token using the old version of the mi home app and it’s fine now. Thanks a lot for your help.
Something that I noticed now it an exception when serializing the response from the bulb. number format exception. This is the stack trace in case there is an issue.

13:37:50.929 [DEBUG] [.internal.handler.MiIoAbstractHandler] - Error while handing message {“result”:{“life”:160590,“token”:“ecbae18f773c861846edbf1c6b3c8488”,“mac”:“7C:49:EB:C6:CE:A8”,“fw_ver”:“1.3.7_0029”,“hw_ver”:“ESP8266”,“uid”:“6199171985”,“model”:“philips.light.hbulb”,“wifi_fw_ver”:“1.5.0-dev(7efd021)”,“ap”:{“rssi”:-66,“ssid”:“April”,“bssid”:“F8:08:4F:88:54:06”},“netif”:{“localIp”:“192.168.1.236”,“mask”:“255.255.255.0”,“gw”:“192.168.1.254”},“mmfree”:17600},“id”:8342}
com.google.gson.JsonSyntaxException: java.lang.NumberFormatException: For input string: “6199171985”
at com.google.gson.internal.bind.TypeAdapters$7.read(TypeAdapters.java:227) ~[bundleFile:?]
at com.google.gson.internal.bind.TypeAdapters$7.read(TypeAdapters.java:217) ~[bundleFile:?]
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.read(ReflectiveTypeAdapterFactory.java:129) ~[bundleFile:?]
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:220) ~[bundleFile:?]
at com.google.gson.Gson.fromJson(Gson.java:888) ~[bundleFile:?]
at com.google.gson.Gson.fromJson(Gson.java:953) ~[bundleFile:?]
at com.google.gson.Gson.fromJson(Gson.java:926) ~[bundleFile:?]
at org.openhab.binding.miio.internal.handler.MiIoAbstractHandler.updateProperties(MiIoAbstractHandler.java:358) ~[bundleFile:?]
at org.openhab.binding.miio.internal.handler.MiIoAbstractHandler.defineDeviceType(MiIoAbstractHandler.java:353) ~[bundleFile:?]
at org.openhab.binding.miio.internal.handler.MiIoAbstractHandler.onMessageReceived(MiIoAbstractHandler.java:462) [bundleFile:?]
at org.openhab.binding.miio.internal.handler.MiIoBasicHandler.onMessageReceived(MiIoBasicHandler.java:499) [bundleFile:?]
at org.openhab.binding.miio.internal.transport.MiIoAsyncCommunication$MessageSenderThread.run(MiIoAsyncCommunication.java:236) [bundleFile:?]