Al Brownwood
Al Brownwood
same issue
same issue on 1.1.5
Hello, yes indeed, in the stopScan function I am calling ``` await _bleManager.stopPeripheralScan(); await _bleManager.destroyClient(); ``` which I thought would be fine since I call the following in startScan: ```...
Thanks, I took the temporary workaround of not destroying the client when app goes background for now. Keeping this open.
Thanks for the detailed answer!
@lhespress yes I did compile with Use coin cell button = N and the error mentioned was present.
Hi @Jerry-ESP, thanks for confirming you observe the same issue. Is that an expected beahvior or do you think there is some incompatbility between esp-matter and Apple Home regarding thermostats?...
Thanks @Jerry-ESP I'll keep this open for now until you get some answer from Apple.
@aggaddam disabling USE_MINIMAL_MDNS in menuconfig solves the invalid state error in my case.