Bojan Potočnik

Results 47 comments of Bojan Potočnik

I reached the same problem today when trying to show switch and cover states on the same chart: ```yaml state_map: - value: off label: 0 - value: on label: 1...

EDIT: Nevermind, saw the latest commit https://github.com/MTrab/landroid_cloud/commit/9fe010e2f4f651b110e1c002beb727871b03b97a, updated HA and now it is working fine. I am getting the same error today with this in the logs: ```plain Logger: aiohttp.server...

Do you plan to merge this PR?

@marianacalzon can you perhaps try again using test pairing branch ```shell pip install --force-reinstall git+https://github.com/bojanpotocnik/bleak@pairing_no_service_discovery ``` and using ```python client = BleakClient(address, skip_service_discovery=True) ``` as described here https://github.com/bojanpotocnik/bleak/blob/cfd09baddfbd27538e9a1cdd2ef3c7b8f2af229c/examples/pairing_agent.py#L82-L88 (from https://github.com/hbldh/bleak/pull/1133)?...

After a too long time, I found some time (and need) to get back to this feature. However, I see that in the meantime `bleak` has evolved so much that...

@dhalbert thank you for this post. I was developing and testing my application on ThinkPad laptop and everything worked as expected, but when deployed on Raspberry Pi, not all packets...

Just one one about > The first one is maybe difficult to do anything about, okay. since https://github.com/hbldh/bleak/pull/522 this one usually also has description and can be further classified into...

> And the Windows API doesn't really have a notion of being "connected", so it seems like it should be possible to pair without an active gatt session. This is...

On Android, you can use two instances by utilising the Work profile - you install the app under work profile and it gets separate data storage, allowing you to manage...

Does anybody have any updates/tips for this issue?