Andre Pura

Results 5 comments of Andre Pura

i also experience this problem with ios and bluetooth permissions will there be an update or any other suggestions (e.g. workarounds). ``` final Map statuses = await [ if(Platform.isAndroid)Permission.bluetoothConnect, if(Platform.isAndroid)Permission.bluetoothScan,...

is there anything new here? unfortunately, i am observing the same behavior right now.

looks like the problem is: ``` flutterReactiveBle .connectToAdvertisingDevice( id: discoveredDevice.id, withServices: [deviceInformationService], prescanDuration: scanAndConnectionTime, connectionTimeout: scanAndConnectionTime) ``` Returns a stream. Cancel the stream does not disconnect from device (see also:...

i have the same issue here. try to connect to api does not work ```Logger: homeassistant.config_entries Source: config_entries.py:406 First occurred: 09:37:23 (2 occurrences) Last logged: 09:43:24 Error setting up entry...

i had no luck. you can find the log attached. @grm : thank you for your support! ``` 2024-02-11 19:54:13.609 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry for gardena_smart_system Traceback...