Numerous warnings may be generated in the Home Assistant log by the Gecko integration (actually Geckolib) if other applications access the Gecko unit while Home Assistant is running.
To reproduce, run the mobile app (tested with iOS) or the GeckoShell while Home Assistant is running and observe the Home Assistant log.
This is likely an issue that needs to be resolved in Geckolib, since it looks like anything connected may receive responses to commands that any connected app sends. Currently Geckolib outputs a warning if there isn't a handler for a response (because the response appears to be unsolicited from that app's perspective.)
Version of the custom_component
0.0.5 - manifest.json (geckolib 0.3.17)
Configuration
NA
Describe the bug
Numerous warnings may be generated in the Home Assistant log by the Gecko integration (actually Geckolib) if other applications access the Gecko unit while Home Assistant is running.
To reproduce, run the mobile app (tested with iOS) or the GeckoShell while Home Assistant is running and observe the Home Assistant log.
This is likely an issue that needs to be resolved in Geckolib, since it looks like anything connected may receive responses to commands that any connected app sends. Currently Geckolib outputs a warning if there isn't a handler for a response (because the response appears to be unsolicited from that app's perspective.)
Debug log